messages from 2026-03-23 07:26:36 to 2026-03-28 04:29:28 UTC [more...]
[PATCH] LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) support
2026-03-28 4:29 UTC
[GIT PULL] LoongArch fixes for v7.0-rc6
2026-03-27 23:32 UTC (2+ messages)
cleanup the RAID5 XOR library v4
2026-03-27 17:51 UTC (33+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case
[PATCH for 6.12] Revert "LoongArch: Add machine_kexec_mask_interrupts() implementation"
2026-03-27 9:23 UTC (2+ messages)
` Patch "Revert "LoongArch: Add machine_kexec_mask_interrupts() implementation"" has been added to the 6.12-stable tree
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-27 8:27 UTC (9+ messages)
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[PATCH v2 0/2] i2c: ls2x: Add clock- related properties and parsing
2026-03-27 6:39 UTC (15+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: ls2x-i2c: Add clock- related properties
` [PATCH v1 2/2] i2c: ls2x: Add clock-input and clock-div properties parsing
[PATCH v6 0/2] i2c: Add Loongson-2K0300 I2C controller support
2026-03-27 2:50 UTC (2+ messages)
[PATCH v4 0/6] Add support for LS7A LPC IRQ for MIPS Loongson systems
2026-03-26 22:46 UTC (6+ messages)
` [PATCH v4 1/6] MIPS: loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v4 3/6] dt-bindings: interrupt-controller: add LS7A PCH LPC
[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-26 13:09 UTC (13+ messages)
` [PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
` [PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v10 7/8] riscv: "
` [PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug
[PATCH v8 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-03-26 12:40 UTC (6+ messages)
` [PATCH v8 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v8 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu
[PATCH] LoongArch: KVM: Fix base address calculation problem in kvm_eiointc_regs_access()
2026-03-26 7:50 UTC (2+ messages)
[PATCH v4] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
2026-03-26 7:01 UTC (2+ messages)
cleanup the RAID6 P/Q library
2026-03-26 5:25 UTC (22+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment
cleanup the RAID5 XOR library v3
2026-03-26 5:18 UTC (31+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case
[PATCH v4] LoongArch: env: fix missing NULL checks for kstrdup
2026-03-26 2:50 UTC (2+ messages)
[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
2026-03-25 12:44 UTC (18+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [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
[PATCH] LoongArch: add spectre boundry for syscall dispatch table
2026-03-25 8:53 UTC (3+ messages)
[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
2026-03-25 4:14 UTC (2+ messages)
[PATCH] LoongArch: KVM: Set max used FPU type with FPU exception
2026-03-25 1:51 UTC (2+ messages)
[PATCH 6.19 000/220] 6.19.10-rc1 review
2026-03-25 1:36 UTC (2+ messages)
[PATCH v5 0/2] Add Loongson-2K0300 processor support
2026-03-24 16:55 UTC (8+ messages)
[PATCH v2 0/2] loongson2 clk: introduce ls2k1000 specific compatible
2026-03-24 15:40 UTC (3+ messages)
[RFC PATCH 0/7] LoongArch: BPF: Support more atomic instructions
2026-03-24 13:10 UTC (11+ messages)
` [RFC PATCH 1/7] LoongArch: Add some code related with AM{SWAP/ADD}.{B/H}
` [RFC PATCH 2/7] LoongArch: Add some code related with {LLACQ/SCREL}.{W/D}
` [RFC PATCH 3/7] LoongArch: BPF: Rename emit_atomic() to emit_atomic_rmw()
` [RFC PATCH 4/7] LoongArch: BPF: Add the default case in emit_atomic_rmw()
` [RFC PATCH 5/7] LoongArch: BPF: Add {8,16}-bit read-modify-write instructions
` [RFC PATCH 6/7] LoongArch: BPF: Add load-acquire and store-release instructions
` [RFC PATCH 7/7] selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch
[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-24 6:35 UTC (11+ messages)
` [PATCH v9 4/5] arm64: kexec: "
` [PATCH v9 5/5] riscv: "
[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
2026-03-24 6:07 UTC (2+ messages)
Subject: Re:Re: [PATCH v1] LoongArch: add i2c clocks and clock-div parameter parsing
2026-03-24 3:27 UTC
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-03-23 21:15 UTC (19+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH 1/2] LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
2026-03-23 18:36 UTC (8+ messages)
[PATCH] lib: count_zeros: unify count_{leading,trailing}_zeros()
2026-03-23 17:12 UTC (3+ messages)
[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
2026-03-23 9:12 UTC (3+ messages)
` [PATCH v8 2/5] crash: Exclude crash kernel memory in crash core
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).