loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-29 07:24:47 to 2024-04-11 07:29:36 UTC [more...]

[PATCH v3 0/6] Add Loongson-2k0500 and Loongson-2k2000 clock support
 2024-04-11  7:29 UTC  (13+ messages)
` [PATCH v3 1/6] dt-bindings: clock: Add Loongson-2K expand clock index
` [PATCH v3 2/6] clk: clk-loongson2: Refactor driver for adding new platforms
` [PATCH v3 3/6] dt-bindings: clock: loongson2: Add Loongson-2K0500 compatible
` [PATCH v3 4/6] clk: clk-loongson2: Add Loongson-2K0500 clock support
` [PATCH v3 5/6] dt-bindings: clock: loongson2: Add Loongson-2K2000 compatible
` [PATCH v3 6/6] clk: clk-loongson2: Add Loongson-2K2000 clock support

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-11  7:15 UTC  (24+ messages)
` [PATCH v4 03/15] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 04/15] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 05/15] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 06/15] lib/raid6: "
` [PATCH v4 07/15] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 08/15] powerpc: "
` [PATCH v4 09/15] x86/fpu: Fix asm/fpu/types.h include guard
` [PATCH v4 10/15] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 11/15] riscv: Add support for kernel-mode FPU
` [PATCH v4 12/15] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 14/15] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v4 15/15] selftests/fpu: Allow building on other architectures

[PATCH v3 0/4] Give chance to build under !CONFIG_SMP for LoongArch
 2024-04-11  6:06 UTC  (7+ messages)
` [PATCH v3 1/4] LoongArch: Move CONFIG_HAVE_SETUP_PER_CPU_AREA related code to smp.c
` [PATCH v3 2/4] LoongArch: Refactor get_acpi_id_for_cpu() related code
` [PATCH v3 3/4] LoongArch: Save and restore PERCPU_BASE_KS for ACPI S3 state
` [PATCH v3 4/4] LoongArch: Give chance to build under !CONFIG_SMP

[PATCH 1/1] LoongArch: KVM: Add PMU support
 2024-04-11  3:10 UTC  (2+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-10 21:30 UTC  (14+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-10 21:07 UTC  (12+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH 0/4] thermal: loongson2: Add Loongson-2K0500 and Loongson-2K2000 thermal support
 2024-04-10 20:23 UTC  (8+ messages)
` [PATCH 1/4] thermal: loongson2: Trivial code style adjustment
` [PATCH 2/4] dt-bindings: thermal: loongson,ls2k-thermal: Add Loongson-2K0500 compaible
` [PATCH 3/4] dt-bindings: thermal: loongson,ls2k-thermal: Fix incorrect compatible definition
` [PATCH 4/4] thermal: loongson2: Add Loongson-2K2000 support

[PATCH 0/4] LoongArch: Update dts for Loongson-2K to make devices work
 2024-04-10 13:18 UTC  (5+ messages)
` [PATCH 1/4] LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC
` [PATCH 2/4] LoongArch: Update dts for Loongson-2K2000 "
` [PATCH 3/4] LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI
` [PATCH 4/4] LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET

[PATCH] LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE
 2024-04-10 13:12 UTC 

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-09 18:11 UTC  (26+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 05/15] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 07/15] x86: Add support for suppressing warning backtraces
` [PATCH v3 08/15] arm64: "
` [PATCH v3 09/15] loongarch: "
` [PATCH v3 10/15] parisc: "
` [PATCH v3 11/15] s390: "
` [PATCH v3 12/15] sh: "
` [PATCH v3 13/15] sh: Move defines needed "
` [PATCH v3 14/15] riscv: Add support "
` [PATCH v3 15/15] powerpc: "

[PATCH] LoongArch: KVM: Add mmio trace support
 2024-04-09  9:49 UTC 

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-06  8:00 UTC  (7+ messages)
` [PATCH RFC v2 1/6] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
` [PATCH RFC v2 2/6] blk-throttle: delay initialization until configuration
` [PATCH RFC v2 3/6] blk-throttle: expand tg_conf_updated() to return if any tg has rules
` [PATCH RFC v2 4/6] blk-cgroup: add a new helper blkg_conf_exit_blkg()
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled
` [PATCH RFC v2 6/6] blk-throtl: switch to use rq_qos

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH] LoongArch: addrspace: add linux/sizes.h to prevent build errors
 2024-04-05  9:23 UTC  (2+ messages)

[PATCH 0/3] Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch
 2024-04-05  9:21 UTC  (6+ messages)
` [PATCH 1/3] mm: Move lowmem_page_address() a little later
` [PATCH 2/3] LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
` [PATCH 3/3] LoongArch: Make virt_addr_valid()/__virt_addr_valid() "

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-04-05  9:04 UTC  (5+ messages)
` [PATCH v3 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v3 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v3 3/3] arch: Rename fbdev header and source files

[PATCH 0/3] mm/gup: fixups for hugetlb gup rework series
 2024-04-04 20:36 UTC  (12+ messages)
` [PATCH 1/3] mm: Allow anon exclusive check over hugetlb tail pages
` [PATCH 2/3] fixup! mm/gup: handle huge pmd for follow_pmd_mask()
` [PATCH 3/3] fixup! mm/arch: provide pud_pfn() fallback

[PATCH v4 05/13] mm/arch: Provide pud_pfn() fallback
 2024-04-04 12:00 UTC  (12+ messages)

[PATCH v1 0/5] pwm: Introduce pwm driver for the Loongson family chips
 2024-04-03  7:22 UTC  (12+ messages)
` [PATCH v1 1/5] dt-bindings: pwm: Add Loongson PWM controller
` [PATCH v1 2/5] pwm: Add Loongson PWM controller support
` [PATCH v1 3/5] LoongArch: dts: Add PWM support to Loongson-2K0500
` [PATCH v1 4/5] LoongArch: dts: Add PWM support to Loongson-2K1000
` [PATCH v1 5/5] LoongArch: dts: Add PWM support to Loongson-2K2000

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 22:33 UTC  (6+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH] LoongArch: KVM: Remove useless MODULE macro for MODULE_DEVICE_TABLE
 2024-04-02 14:39 UTC  (6+ messages)

[PATCH v2 0/8] Add Loongson-2k0500 and Loongson-2k2000 clock support
 2024-04-02  9:34 UTC  (11+ messages)
` [PATCH v2 1/8] dt-bindings: clock: add Loongson-2K expand clock index
` [PATCH v2 2/8] clk: clk-loongson2: Refactor driver for adding new platforms
` [PATCH v2 3/8] dt-bindings: clock: loongson2: add Loongson-2K0500 compatible
` [PATCH v2 4/8] clk: clk-loongson2: Add Loongson-2K0500 clock support
` [PATCH v2 5/8] dt-bindings: clock: loongson2: add Loongson-2K2000 compatible
` [PATCH v2 6/8] clk: clk-loongson2: Add Loongson-2K2000 clock support
` [PATCH v2 7/8] LoongArch: dts: Add clock support to Loongson-2K0500
` [PATCH v2 8/8] LoongArch: dts: Add clock support to Loongson-2K2000

[PATCH v7 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-04-02  5:34 UTC  (11+ messages)
` [PATCH v7 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch

[PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE
 2024-03-30 14:23 UTC  (3+ messages)

Kernel BUG with loongarch and CONFIG_KFENCE and CONFIG_DEBUG_SG
 2024-03-29 16:32 UTC  (5+ messages)

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-29 15:40 UTC  (6+ messages)
` [PATCH v2 12/14] sh: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).