loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2026-03-11 06:37:42 to 2026-03-17 11:33:24 UTC [more...]

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-17 11:33 UTC  (14+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 4/9] configs: remove implicit assignments to FB_MODE_HELPERS
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 6/9] arm64: defconfig: remove implicit assignment to CRYPTO_SHA3
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCHv7 RESEND 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-03-17 11:28 UTC  (14+ messages)
` [PATCHv7 05/18] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv7 06/18] LoongArch/mm: "
` [PATCHv7 08/18] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv7 09/18] mm/hugetlb: Defer vmemmap population for bootmem hugepages
` [PATCHv7 11/18] x86/vdso: Undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32
` [PATCHv7 12/18] mm/hugetlb: Remove fake head pages

[PATCH v4 0/6] dmaengine: Add Loongson Multi-Channel DMA controller support
 2026-03-17 11:28 UTC  (2+ messages)

[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-17 10:58 UTC  (17+ messages)
` [PATCH v13 RESEND 01/14] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 RESEND 02/14] arm64/ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v13 RESEND 03/14] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 RESEND 04/14] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 RESEND 05/14] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 RESEND 06/14] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 RESEND 07/14] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 RESEND 08/14] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 RESEND 09/14] arm64: entry: Convert to generic entry
` [PATCH v13 RESEND 10/14] arm64: Inline el0_svc_common()
` [PATCH v13 RESEND 11/14] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 RESEND 12/14] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-17  9:29 UTC  (4+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Add kvm_request_pending checking in kvm_late_check_requests()
` [PATCH v2 2/3] LoongArch: KVM: Move host CSR_EENTRY save in context switch
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH] LoongArch: Workaround LS2K/LS7A GPU DMA hang bug
 2026-03-17  7:13 UTC 

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH bpf-next v2] selftests/bpf: Add alignment flag for test_verifier 190 testcase
 2026-03-17  2:05 UTC 

[PATCH bpf-next v1 0/2] Modify some code about test_verifier
 2026-03-17  1:56 UTC  (12+ messages)
` [PATCH bpf-next v1 1/2] selftests/bpf: Check alignment flag if expected result is REJECT
` [PATCH bpf-next v1 2/2] selftests/bpf: Add alignment flag for test_verifier 190 testcase

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-16 23:23 UTC  (27+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (36+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

[PATCH] genirq/matrix, LoongArch: Delete IRQ_MATRIX_BITS leftovers
 2026-03-16  7:28 UTC 

[PATCH v1 0/3] LoongArch: Preparation for BPF patch
 2026-03-15  8:06 UTC  (7+ messages)
` [PATCH v1 1/3] LoongArch: Give more information if memory access failed
` [PATCH v1 2/3] LoongArch: Check return values for set_memory_{rw,rox}
` [PATCH v1 3/3] LoongArch: No need to flush icache if copy failed

[PATCH v1] LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
 2026-03-15  8:04 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Fix typo issue in kvm_vm_init_features()
 2026-03-15  8:03 UTC  (2+ messages)

[PATCH v3] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-03-15  7:48 UTC  (2+ messages)

[PATCH v3 0/8] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-14 16:28 UTC  (9+ messages)
` [PATCH v3 1/8] MIPS: Loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v3 2/8] LoongArch: "
` [PATCH v3 3/8] dt-bindings: interrupt-controller: add LS7A PCH LPC
` [PATCH v3 4/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init
` [PATCH v3 5/8] irqchip/loongson-pch-lpc: add OF init code
` [PATCH v3 6/8] irqchip/loongson-pch-lpc: enable building on MIPS Loongson64
` [PATCH v3 7/8] MIPS: Loongson64: dts: sort nodes
` [PATCH v3 8/8] MIPS: Loongson64: dts: add node for LS7A PCH LPC

[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-13 21:56 UTC  (3+ messages)
` [PATCH v8 4/5] arm64: kexec: "

[PATCH 0/3] ASoC: Add Loongson-2k0300 I2S controller support
 2026-03-13 13:18 UTC  (14+ messages)
` [PATCH 2/6] ASoC: loongson: Combined regmap definitions
` [PATCH 3/6] ASoC: loongson: Add `internal` to the names of internal DMA variables
` [PATCH 4/6] ASoC: loongson: Separate external shared DMA from the platform interface
` [PATCH 5/6] ASoC: dt-bindings: loongson,ls2k1000-i2s: Document Loongson-2K0300 compatible
` [PATCH 6/6] ASoC: loongson: Add Loongson-2k0300 I2S controller support

[PATCH v6 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-13  2:32 UTC  (9+ messages)
` [PATCH v6 1/3] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v6 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v6 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v7 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-13  2:21 UTC  (4+ messages)
` [PATCH v7 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v7 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v7 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH] drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START,END}
 2026-03-12 20:59 UTC  (2+ messages)

[PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()
 2026-03-12 20:08 UTC 

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-12 19:28 UTC  (21+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-03-12 12:08 UTC  (2+ messages)

[PATCH v4] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
 2026-03-12 10:14 UTC 

[PATCH v5 2/2] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform
 2026-03-11 17:02 UTC  (2+ messages)

[PATCH v5 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-03-11 11:33 UTC  (5+ messages)
` [PATCH v5 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v7 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-11  8:50 UTC  (3+ messages)
` [PATCH v7 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v7 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-11  8:32 UTC  (2+ messages)


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).