messages from 2026-04-03 14:58:33 to 2026-04-08 04:30:56 UTC [more...]
[PATCH] powerpc/ps3: spu.c: fix enum and Return kernel-doc warnings
2026-04-08 4:29 UTC (2+ messages)
[PATCH v2] cpuidle: powerpc: avoid double clear when breaking snooze
2026-04-08 4:29 UTC (2+ messages)
[PATCH v3 0/2] powerpc/crash: backup region offset update to eflcorehdr
2026-04-08 4:29 UTC (2+ messages)
[PATCH v2 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
2026-04-08 4:29 UTC (2+ messages)
[PATCH] powerpc/52xx/mpc52xx_gpt: consolidate chained IRQ handler install/remove
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/xive: fix kmemleak caused by incorrect chip_data lookup
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/52xx/media5200: Consolidate chained IRQ handler install/remove
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/44x/uic: Consolidate chained IRQ handler install/remove
2026-04-08 4:28 UTC (2+ messages)
[PATCH RESEND] powerpc: Move GameCube/Wii options under EMBEDDED6xx
2026-04-08 4:28 UTC (2+ messages)
[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
2026-04-08 4:28 UTC (2+ messages)
[PATCH 0/3] PowerPC/Wii: A few devicetree cleanups
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/sstep: Convert to scoped user access
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/ptrace: Convert gpr32_set_common_user() to scoped user access
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/net: Inline checksum wrappers and convert to scoped user access
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/futex: Use masked user access
2026-04-08 4:28 UTC (2+ messages)
[PATCH v2] selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc/align: Convert emulate_spe() to scoped user access
2026-04-08 4:28 UTC (2+ messages)
[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
2026-04-08 4:28 UTC (2+ messages)
[PATCH v3 1/2] powerpc64/bpf: Implement fsession support
2026-04-08 4:28 UTC (2+ messages)
[PATCH v3 0/4] powerpc/bpf: Add support for instruction array and indirect jump
2026-04-08 4:28 UTC (2+ messages)
[PATCH] powerpc32/bpf: fix loading fsession func metadata using PPC_LI32
2026-04-08 5:53 UTC (2+ messages)
[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
2026-04-08 0:11 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
` [PATCH v2 2/3] KVM: Move page mapping/unmapping APIs in kvm_host.h
` [PATCH v2 3/3] KVM: Take gpa_t in kvm_vcpu_map[_readonly]()
[PATCH v5 0/9] driver core: Fix some race conditions
2026-04-07 22:58 UTC (4+ messages)
` [PATCH v5 5/9] driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()
` [PATCH v5 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors
[RFC v1 0/6] pseries/papr-hvpipe: Fix and simplify papr-hvpipe
2026-04-07 18:21 UTC (8+ messages)
` [RFC v1 1/6] pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle
` [RFC v1 2/6] pseries/papr-hvpipe: Fix the usage of copy_to_user()
` [RFC v1 3/6] pseries/papr-hvpipe: Simplify spin_unlock() usage in papr_hvpipe_handle_release
` [RFC v1 4/6] pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
` [RFC v1 5/6] pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
` [RFC v1 6/6] pseries/papr-hvpipe: Simplify error handling in papr_hvpipe_init()
[PATCH 0/6] change young flag check functions to return bool
2026-04-07 17:52 UTC (7+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check
[PATCH] ppc/fadump: invoke kmsg_dump in fadump panic path
2026-04-07 15:30 UTC (2+ messages)
[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
2026-04-07 14:57 UTC (23+ 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
[powerpc:merge] BUILD SUCCESS 5c2c0bae18b1fdae463381215ba766709993615d
2026-04-07 14:56 UTC
[PATCH v3 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
2026-04-07 12:43 UTC (2+ messages)
` [PATCH v3 2/2] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
[PATCH] powerpc/pseries: Fix UAF reference for src_info after list_add
2026-04-07 10:18 UTC (2+ messages)
[PATCH v2] pseries/kexec: skip resetting CPUs added by firmware but not started by the kernel
2026-04-07 10:25 UTC (4+ messages)
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-04-07 10:22 UTC (19+ 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 v4] char/nvram: Remove redundant nvram_mutex
2026-04-07 9:02 UTC (4+ messages)
[PATCH] powerpc/fadump: Add timeout to RTAS busy-wait loops
2026-04-07 6:28 UTC (3+ messages)
[PATCH] powerpc/pseries/energy: validate H_BEST_ENERGY list counts
2026-04-07 6:09 UTC
[PATCH v2 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
2026-04-07 5:57 UTC (9+ messages)
` [PATCH v2 2/2] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
2026-04-07 2:10 UTC (2+ messages)
[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
2026-04-07 0:48 UTC (7+ messages)
[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 (4+ 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 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] ALSA: aoa: onyx: Update IEC958 sample-rate status for PCM playback
2026-04-06 8:41 UTC (2+ messages)
[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 (5+ messages)
` [PATCH V8 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
[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 net-next] eth: remove the driver for acenic / tigon1&2
2026-04-03 13:34 UTC (3+ messages)
[PATCH net-next] eth: remove the driver for acenic / tigon1&2
2026-04-03 19:56 UTC (4+ messages)
[PATCH] ASoC: imx-rpmsg: Add DSD format support with dynamic DAI format switching
2026-04-03 14:13 UTC (2+ messages)
[PATCH V7 0/4] Rust support for powerpc
2026-04-03 14:58 UTC (4+ 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