messages from 2026-04-02 13:08:08 to 2026-04-06 23:25:40 UTC [more...]
[PATCH v5 0/9] driver core: Fix some race conditions
2026-04-06 23:22 UTC (2+ messages)
` [PATCH v5 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
[PATCH] powerpc/powernv/iommu: iommu incorrectly bypass DMA APIs
2026-04-06 22:49 UTC (4+ messages)
[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
2026-04-06 20:19 UTC (7+ messages)
[PATCH V10 0/4] Rust support for powerpc
2026-04-06 20:01 UTC (5+ messages)
` [PATCH V10 1/4] rust: Separate host libraries to fix rmeta dependency conflict
` [PATCH V10 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V10 3/4] rust: Add PowerPC support
` [PATCH V10 4/4] powerpc: Enable Rust for ppc64le
[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
2026-04-06 19:59 UTC (52+ messages)
` [PATCH 01/49] mm/sparse: fix vmemmap accounting imbalance on memory hotplug error
` [PATCH 02/49] mm/sparse: add a @pgmap argument to memory deactivation paths
` [PATCH 03/49] mm/sparse: fix vmemmap page accounting for HVOed DAX
` [PATCH 04/49] mm/sparse: add a @pgmap parameter to arch vmemmap_populate()
` [PATCH 05/49] mm/sparse: fix missing architecture-specific page table sync for HVO DAX
` [PATCH 06/49] mm/mm_init: fix uninitialized pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH 07/49] mm/mm_init: use pageblock_migratetype_init_range() in deferred_free_pages()
` [PATCH 08/49] mm: Convert vmemmap_p?d_populate() to static functions
` [PATCH 09/49] mm: panic on memory allocation failure in sparse_init_nid()
` [PATCH 10/49] mm: move subsection_map_init() into sparse_init()
` [PATCH 11/49] mm: defer sparse_init() until after zone initialization
` [PATCH 12/49] mm: make set_pageblock_order() static
` [PATCH 13/49] mm: integrate sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH 14/49] mm/cma: validate hugetlb CMA range by zone at reserve time
` [PATCH 15/49] mm/hugetlb: free cross-zone bootmem gigantic pages after allocation
` [PATCH 16/49] mm/hugetlb: initialize vmemmap optimization in early stage
` [PATCH 17/49] mm: remove sparse_vmemmap_init_nid_late()
` [PATCH 18/49] mm/mm_init: make __init_page_from_nid() static
` [PATCH 19/49] mm/sparse-vmemmap: remove the VMEMMAP_POPULATE_PAGEREF flag
` [PATCH 20/49] mm: rename vmemmap optimization macros to generic names
` [PATCH 21/49] mm/sparse: drop power-of-2 size requirement for struct mem_section
` [PATCH 22/49] mm/sparse: introduce compound page order to mem_section
` [PATCH 23/49] mm/mm_init: skip initializing shared tail pages for compound pages
` [PATCH 24/49] mm/sparse-vmemmap: initialize shared tail vmemmap page upon allocation
` [PATCH 25/49] mm/sparse-vmemmap: support vmemmap-optimizable compound page population
` [PATCH 26/49] mm/hugetlb: use generic vmemmap optimization macros
` [PATCH 27/49] mm: call memblocks_present() before HugeTLB initialization
` [PATCH 28/49] mm/hugetlb: switch HugeTLB to use generic vmemmap optimization
` [PATCH 29/49] mm: extract pfn_to_zone() helper
` [PATCH 30/49] mm/sparse-vmemmap: remove unused SPARSEMEM_VMEMMAP_PREINIT feature
` [PATCH 31/49] mm/hugetlb: remove HUGE_BOOTMEM_HVO flag and simplify pre-HVO logic
` [PATCH 32/49] mm/sparse-vmemmap: consolidate shared tail page allocation
` [PATCH 33/49] mm: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH 34/49] mm/sparse-vmemmap: switch DAX to use generic vmemmap optimization
` [PATCH 35/49] mm/sparse-vmemmap: introduce section zone to struct mem_section
` [PATCH 36/49] powerpc/mm: use generic vmemmap_shared_tail_page() in compound vmemmap
` [PATCH 37/49] mm/sparse-vmemmap: unify DAX and HugeTLB vmemmap optimization
` [PATCH 38/49] mm/sparse-vmemmap: remap the shared tail pages as read-only
` [PATCH 39/49] mm/sparse-vmemmap: remove unused ptpfn argument
` [PATCH 40/49] mm/hugetlb_vmemmap: remove vmemmap_wrprotect_hvo() and related code
` [PATCH 41/49] mm/sparse: simplify section_vmemmap_pages()
` [PATCH 42/49] mm/sparse-vmemmap: introduce section_vmemmap_page_structs()
` [PATCH 43/49] powerpc/mm: rely on generic vmemmap_can_optimize() to simplify code
` [PATCH 44/49] mm/sparse-vmemmap: drop ARCH_WANT_OPTIMIZE_DAX_VMEMMAP and simplify checks
` [PATCH 45/49] mm/sparse-vmemmap: drop @pgmap parameter from vmemmap populate APIs
` [PATCH 46/49] mm/sparse: replace pgmap with order and zone in sparse_add_section()
` [PATCH 47/49] mm: redefine HVO as Hugepage Vmemmap Optimization
` [PATCH 48/49] Documentation/mm: restructure vmemmap_dedup.rst to reflect generalized HVO
` [PATCH 49/49] mm: consolidate struct page power-of-2 size checks for HVO
[PATCH v2 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
2026-04-06 19:55 UTC (8+ messages)
` [PATCH v2 2/2] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
2026-04-06 9:19 UTC (16+ messages)
` [PATCH v4 01/15] selftests/mm: restore default nr_hugepages value via EXIT trap in charge_reserved_hugetlb.sh
` [PATCH v4 02/15] selftests/mm: fix hugetlb pathname construction "
` [PATCH v4 03/15] selftests/mm: restore default nr_hugepages value via EXIT trap in hugetlb_reparenting_test.sh
` [PATCH v4 04/15] selftests/mm: fix hugetlb pathname construction "
` [PATCH v4 05/15] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v4 06/15] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v4 07/15] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v4 08/15] selftest/mm: align memory size to huge page size in hugepage-mremap test
` [PATCH v4 09/15] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v4 10/15] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v4 11/15] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v4 12/15] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v4 14/15] selftests/mm: clarify alternate unmapping in compaction_test
` [PATCH v4 15/15] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes
[PATCH V9 0/4] Rust support for powerpc
2026-04-06 9:08 UTC (7+ messages)
` [PATCH V9 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V9 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V9 3/4] rust: Add PowerPC support
` [PATCH V9 4/4] powerpc: Enable Rust for ppc64le
[PATCH v2] pseries/kexec: skip resetting CPUs added by firmware but not started by the kernel
2026-04-06 8:52 UTC (2+ messages)
[PATCH] ALSA: aoa: onyx: Update IEC958 sample-rate status for PCM playback
2026-04-06 8:41 UTC (2+ messages)
[PATCH] powerpc/fadump: Add timeout to RTAS busy-wait loops
2026-04-06 6:15 UTC
[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
2026-04-05 23:34 UTC (2+ messages)
[PATCH v4 0/9] driver core: Fix some race conditions
2026-04-05 22:43 UTC (7+ messages)
` [PATCH v4 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
` [PATCH v4 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors
[PATCH] powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
2026-04-05 16:15 UTC
[PATCH v2 1/2] ASoC: dt-bindings: fsl-sai: Document RX/TX BCLK swap support
2026-04-04 18:35 UTC (2+ messages)
` [PATCH v2 2/2] ASoC: fsl_sai: Add "
[PATCH V8 0/4] Rust support for powerpc
2026-04-04 20:28 UTC (8+ messages)
` [PATCH V8 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V8 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V8 3/4] rust: Add PowerPC support
` [PATCH V8 4/4] powerpc: Enable Rust for ppc64le
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-04-04 19:20 UTC (10+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
[PATCH] bus: fsl-mc: wait for the MC firmware to complete its boot
2026-04-04 16:54 UTC (2+ messages)
[PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
2026-04-04 15:01 UTC (2+ messages)
` [PATCH v2] Drivers: "
[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
2026-04-04 9:19 UTC (2+ messages)
[PATCH] powerpc/boot: validate compatible entries before comparing them
2026-04-03 8:56 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-7.0-4 tag
2026-04-04 4:54 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS 691dd9c01863b8b6ae525c28ea2b046e3781b7c6
2026-04-04 0:48 UTC
[powerpc:next-test] BUILD REGRESSION e1f7a0e196e293c223a882788c6d1a884d06d6d8
2026-04-04 0:14 UTC
[PATCH 0/6] change young flag check functions to return bool
2026-04-03 23:12 UTC (5+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check
[PATCH net-next] eth: remove the driver for acenic / tigon1&2
2026-04-03 19:56 UTC (7+ messages)
[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
2026-04-03 22:05 UTC
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-04-03 19:59 UTC (18+ messages)
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks in hugetlb_reparenting_test.sh
` [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 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes
[PATCH] ASoC: imx-rpmsg: Add DSD format support with dynamic DAI format switching
2026-04-03 14:13 UTC (2+ messages)
[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
2026-04-03 15:39 UTC (10+ messages)
[PATCH V7 0/4] Rust support for powerpc
2026-04-03 14:58 UTC (4+ messages)
[PATCH v3 0/9] driver core: Fix some race conditions
2026-04-03 11:56 UTC (4+ messages)
` [PATCH v3 5/9] driver core: Replace dev->dma_ops_bypass with DEV_FLAG_DMA_OPS_BYPASS
` [PATCH v3 9/9] driver core: Replace dev->offline + ->offline_disabled with DEV_FLAGs
[PATCH v3] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-03 10:50 UTC
[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
2026-04-03 9:40 UTC (6+ messages)
` [PATCH v5 3/3] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel
[PATCH v2] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-03 9:43 UTC (3+ messages)
[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-04-03 9:14 UTC (5+ messages)
[PATCH v2 1/2] ALSA: aoa/onyx: Fix OF node leak on probe failure
2026-04-03 8:11 UTC (2+ messages)
[PATCH v2] cmpxchg: allow const-qualified old value in cmpxchg()
2026-04-03 1:19 UTC
[PATCH v4 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 12/14] net: dsa: netc: add more basic functions support
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 11/14] net: dsa: netc: add phylink MAC operations
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 09/14] net: dsa: add NETC switch tag support
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 07/14] net: enetc: add support for "Add" and "Delete" operations to IPFT
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 06/14] net: enetc: add support for the "Update" operation to buffer pool table
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 05/14] net: enetc: add support for the "Add" operation to VLAN filter table
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 04/14] net: enetc: add basic operations to the FDB table
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4 net-next 03/14] net: enetc: add pre-boot initialization for i.MX94 switch
2026-04-03 1:17 UTC (2+ messages)
[PATCH v4] char/nvram: Remove redundant nvram_mutex
2026-04-02 16:03 UTC (2+ messages)
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-04-02 21:58 UTC (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate
[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
2026-04-02 21:52 UTC (5+ messages)
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
[PATCH v2 0/5] powerpc/bpf: Add support for verifier selftest
2026-04-03 0:40 UTC (6+ messages)
` [PATCH v2 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v2 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v2 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v2 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v2 5/5] selftest/bpf: Add tailcall "
[PATCH v3] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
2026-04-02 20:04 UTC (2+ messages)
[powerpc:fixes-test] BUILD SUCCESS 328335a79487ec38d6b0e1aa807785b0f75e594d
2026-04-02 19:39 UTC
NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
2026-04-02 19:26 UTC (4+ messages)
[PATCH v2 00/11] ASoC: fsl: fix mixer-test failures
2026-04-01 17:24 UTC (2+ messages)
[PATCH v6 0/6] Use killable vma write locking in most places
2026-04-02 15:20 UTC (10+ messages)
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
[PATCH] MAINTAINERS: Update ocxl maintainer details
2026-04-02 14:15 UTC (5+ messages)
[PATCH] powerpc64/bpf: Add powerpc64 JIT support for timed may_goto
2026-04-02 13:15 UTC (2+ messages)
[PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
2026-04-02 13:07 UTC (3+ messages)
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