messages from 2026-03-24 16:58:48 to 2026-03-27 14:35:03 UTC [more...]
[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
2026-03-27 14:34 UTC (28+ messages)
` [v3 01/24] mm: thp: make split_huge_pmd functions return int for error propagation
` [v3 02/24] mm: thp: propagate split failure from vma_adjust_trans_huge()
` [v3 03/24] mm: thp: handle split failure in copy_huge_pmd()
` [v3 04/24] mm: thp: handle split failure in do_huge_pmd_wp_page()
` [v3 05/24] mm: thp: handle split failure in zap_pmd_range()
` [v3 06/24] mm: thp: handle split failure in wp_huge_pmd()
` [v3 07/24] mm: thp: retry on split failure in change_pmd_range()
` [v3 08/24] mm: thp: handle split failure in follow_pmd_mask()
` [v3 09/24] mm: handle walk_page_range() failure from THP split
` [v3 10/24] mm: thp: handle split failure in mremap move_page_tables()
` [v3 11/24] mm: thp: handle split failure in userfaultfd move_pages()
` [v3 12/24] mm: thp: handle split failure in device migration
` [v3 13/24] mm: proc: handle split_huge_pmd failure in pagemap_scan
` [v3 14/24] powerpc/mm: handle split_huge_pmd failure in subpage_prot
` [v3 15/24] fs/dax: handle split_huge_pmd failure in dax_iomap_pmd_fault
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [v3 17/24] mm: thp: allocate PTE page tables lazily at split time
` [v3 18/24] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
` [v3 19/24] mm: thp: add THP_SPLIT_PMD_FAILED counter
` [v3 20/24] selftests/mm: add THP PMD split test infrastructure
` [v3 21/24] selftests/mm: add partial_mprotect test for change_pmd_range
` [v3 22/24] selftests/mm: add partial_mlock test
` [v3 23/24] selftests/mm: add partial_mremap test for move_page_tables
` [v3 24/24] selftests/mm: add madv_dontneed_partial test
[PATCH v2 0/6] change young flag check functions to return bool
2026-03-27 13:28 UTC (2+ messages)
cleanup the RAID5 XOR library v4
2026-03-27 10:37 UTC (31+ 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 00/10] PCI: Improve head free space usage
2026-03-27 10:28 UTC (19+ messages)
` [PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
` [PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
` [PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
` [PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
` [PATCH 05/10] am68k/PCI: "
` [PATCH 06/10] MIPS: PCI: "
` [PATCH 07/10] parisc/PCI: Cleanup align handling
` [PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
` [PATCH 09/10] PCI: Align head space better
` [PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align
[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
2026-03-27 10:06 UTC (2+ messages)
[PATCH] PCI/AER: Stop ruling out unbound devices as error source
2026-03-27 9:56 UTC
[PATCH] crypto: nx - annotate struct nx842_crypto_header with __counted_by
2026-03-27 10:06 UTC (2+ messages)
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-27 8:27 UTC (3+ messages)
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-03-27 7:16 UTC (14+ messages)
` [PATCH v3 01/13] selftests/mm: restore default nr_hugepages value during cleanup in charge_reserved_hugetlb.sh
` [PATCH v3 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v3 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v3 05/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v3 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v3 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH v3 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v3 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes
[PATCH 0/2] powerpc: A few misc cpumask refactors
2026-03-27 6:31 UTC (3+ messages)
` [PATCH 1/2] powerpc: Use cpumask_next_wrap instead
` [PATCH 2/2] powerpc: Few misc cpumask code refactors
[PATCH v3 net-next 00/14] Add preliminary NETC switch support for i.MX94
2026-03-27 2:09 UTC (17+ messages)
` [PATCH v3 net-next 01/14] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v3 net-next 02/14] dt-bindings: net: dsa: add NETC switch
` [PATCH v3 net-next 03/14] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v3 net-next 04/14] net: enetc: add basic operations to the FDB table
` [PATCH v3 net-next 05/14] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v3 net-next 06/14] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v3 net-next 07/14] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v3 net-next 08/14] net: enetc: add multiple command BD rings support
` [PATCH v3 net-next 09/14] net: dsa: add NETC switch tag support
` [PATCH v3 net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v3 net-next 11/14] net: dsa: netc: add phylink MAC operations
` [PATCH v3 net-next 12/14] net: dsa: netc: add more basic functions support
` [PATCH v3 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
` [PATCH v3 net-next 14/14] net: dsa: netc: add support for the standardized counters
[PATCH] soc: fsl: qe: Fix potential NULL pointer dereference inqe_reset()
2026-03-27 0:12 UTC (2+ messages)
` [PATCH v2] soc: fsl: qe: panic on ioremap() failure in qe_reset()
[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
2026-03-26 23:13 UTC (2+ messages)
[PATCH V6 0/3] Rust support for powerpc
2026-03-26 22:16 UTC (3+ messages)
[powerpc:next-test] BUILD SUCCESS 07791ff060dd3aa270cc03861f2599d81a77b97f
2026-03-26 19:16 UTC
[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
2026-03-26 18:38 UTC (7+ messages)
` [PATCH v2 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
[PATCH v5 0/6] Use killable vma write locking in most places
2026-03-26 18:33 UTC (13+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-26 18:08 UTC (19+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
2026-03-26 13:37 UTC (12+ messages)
[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] net: wan/fsl_ucc_hdlc: cleanup ucc_hdlc_poll
2026-03-26 12:17 UTC (2+ messages)
[PATCH 00/17] Paravirt CPUs and push task for less vCPU preemption
2026-03-26 6:11 UTC (2+ messages)
[PATCH] ASoC: imx-rpmsg: Add DSD format support with dynamic DAI format switching
2026-03-26 5:56 UTC
cleanup the RAID6 P/Q library
2026-03-26 5:25 UTC (6+ messages)
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
cleanup the RAID5 XOR library v3
2026-03-26 5:18 UTC (3+ messages)
[PATCH v3] ASoC: update outdated comments for removed snd_soc_new_pcms()
2026-03-24 19:52 UTC (2+ messages)
[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
2026-03-25 9:15 UTC
[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 v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
2026-03-25 9:04 UTC (3+ messages)
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-25 8:51 UTC (2+ messages)
[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
2026-03-25 7:25 UTC (5+ messages)
` [PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-03-25 7:06 UTC (2+ messages)
[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
2026-03-25 4:14 UTC (2+ messages)
[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
2026-03-25 4:06 UTC (2+ messages)
[PATCH v2 net-next 08/14] net: enetc: add multiple command BD rings support
2026-03-25 1:56 UTC (3+ messages)
[PATCH v2 net-next 09/14] net: dsa: add NETC switch tag support
2026-03-25 1:54 UTC (3+ messages)
[PATCH v2 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
2026-03-25 1:53 UTC (3+ messages)
[PATCH] soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()
2026-03-24 22:34 UTC
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