linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/10/21
Re: [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
Michael S. Tsirkin
2025/10/21
Re: [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Edgecombe, Rick P
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
David Laight
2025/10/21
Re: [PATCH] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
Mark Brown
2025/10/21
Re: [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Peter Zijlstra
2025/10/21
Re: [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
Randy Dunlap
2025/10/21
Re: [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Sean Christopherson
2025/10/21
Re: [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
2025/10/21
Re: BAR resizing broken in 6.18 (PPC only?)
Ilpo Järvinen
2025/10/21
Re: [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
Zi Yan
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Thomas Gleixner
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Linus Torvalds
2025/10/21
Re: [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
David Hildenbrand
2025/10/21
[PATCH v1 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand
2025/10/21
[PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Linus Torvalds
2025/10/21
[PATCH v1 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"
David Hildenbrand
2025/10/21
[PATCH v1 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand
2025/10/21
[PATCH v1 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand
2025/10/21
[PATCH v1 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
David Hildenbrand
2025/10/21
[PATCH v1 17/23] mm/balloon_compaction: remove "extern" from functions
David Hildenbrand
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Thomas Gleixner
2025/10/21
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Thomas Gleixner
2025/10/21
[PATCH v1 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand
2025/10/21
[PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand
2025/10/21
[PATCH v1 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand
2025/10/21
[PATCH v1 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand
2025/10/21
[PATCH v1 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand
2025/10/21
[PATCH v1 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
David Hildenbrand
2025/10/21
[PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand
2025/10/21
[PATCH v1 09/23] mm/balloon_compaction: make balloon_mops static
David Hildenbrand
2025/10/21
[PATCH v1 00/23] mm: balloon infrastructure cleanups
David Hildenbrand
2025/10/21
[PATCH v1 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
David Hildenbrand
2025/10/21
[PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
David Hildenbrand
2025/10/21
[PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
David Hildenbrand
2025/10/21
[PATCH v1 08/23] mm/balloon_compaction: remove dependency on page lock
David Hildenbrand
2025/10/21
[PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand
2025/10/21
[PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
David Hildenbrand
2025/10/21
[PATCH v1 02/23] vmw_balloon: remove vmballoon_compaction_init()
David Hildenbrand
2025/10/21
[PATCH v1 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
David Hildenbrand
2025/10/21
[PATCH v1 2/2] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
David Hildenbrand
2025/10/21
[PATCH v1 1/2] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
David Hildenbrand
2025/10/21
[PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand
2025/10/21
[PATCH] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
Shengjiu Wang
2025/10/21
Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
Vishal Chourasia
2025/10/20
Re: [PATCH v3 10/10] powerpc/uaccess: Implement masked user access
Gabriel Paubert
2025/10/20
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Shrikanth Hegde
2025/10/20
Re: [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Yan Zhao
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/20
Re: [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
Shuai Xue
2025/10/20
Re: [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Edgecombe, Rick P
2025/10/20
Re: [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
Edgecombe, Rick P
2025/10/20
Re: [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
Edgecombe, Rick P
2025/10/20
Re: [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Edgecombe, Rick P
2025/10/20
Re: [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Edgecombe, Rick P
2025/10/20
Re: [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
Kuppuswamy Sathyanarayanan
2025/10/20
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Kuppuswamy Sathyanarayanan
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Kuppuswamy Sathyanarayanan
2025/10/20
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
David Laight
2025/10/20
Re: [PATCH 5/6 v5] acpi/ghes: Add helper to copy CXL protocol error info to work struct
Dave Jiang
2025/10/20
Re: [PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
Marek Szyprowski
2025/10/20
Re: [PATCH 4/6 v5] acpi/ghes: Add helper for CPER CXL protocol errors checks
Dave Jiang
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/20
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Paolo Bonzini
2025/10/20
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
2025/10/20
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Sean Christopherson
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/20
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
2025/10/20
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/20
Re: [PATCH v3 05/13] mm: introduce CONFIG_ARCH_LAZY_MMU
Kevin Brodsky
2025/10/20
Re: [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2025/10/20
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
2025/10/20
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
2025/10/20
Re: [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
Yan Zhao
2025/10/19
Re: [patch V3 08/12] uaccess: Provide put/get_user_masked()
Thomas Gleixner
2025/10/19
Re: [PATCH] sched/deadline: stop dl_server before CPU goes offline
Juri Lelli
2025/10/19
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Eric Biggers
2025/10/19
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Askar Safin
2025/10/18
Re: [PATCH 03/17] csky: Add __attribute_const__ to ffs()-family implementations
Guo Ren
2025/10/18
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Askar Safin
2025/10/18
Re: [RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
Ian Rogers
2025/10/18
Re: BAR resizing broken in 6.18 (PPC only?)
Manivannan Sadhasivam
2025/10/18
[PATCH] fsl_msi: Translate bitmap to hwirq on fsl,mpic
Ben Collins
2025/10/18
Re: [PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()
SeongJae Park
2025/10/18
Re: [RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
Ian Rogers
2025/10/18
[powerpc:next-test] BUILD SUCCESS ef104054a312608deab266f95945057fa73eeaad
kernel test robot
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Manivannan Sadhasivam
2025/10/18
[PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
Leon Romanovsky
2025/10/18
Re: [PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
Athira Rajeev
2025/10/18
Re: [bisected][mainline]Kernel warnings at kernel/sched/cpudeadline.c:219
Peter Zijlstra
2025/10/18
Re: [PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()
Donet Tom
2025/10/18
Re: [PATCH RESEND 00/62] initrd: remove classic initrd support
Rob Landley
2025/10/18
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
IBM
2025/10/18
Re: [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
Jason Gunthorpe
2025/10/18
Re: [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
2025/10/18
Re: (bisected) [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
Christophe Leroy
2025/10/18
[PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()
Sean Christopherson
2025/10/18
Re: [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
John David Anglin
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
[PATCH 0/2] PCI: Universal error recoverability of devices
Lukas Wunner
2025/10/18
[PATCH v4 08/35] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
Thomas Weißschuh
2025/10/18
Re: [patch V3 00/12] uaccess: Provide and use scopes for user masked access
Mathieu Desnoyers
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [PATCH] arch/powerpc: Remove .interp section in vmlinux
Nathan Chancellor
2025/10/18
Re: [PATCH] arch/powerpc: Remove .interp section in vmlinux
Vishal Chourasia
2025/10/18
[PATCH v6 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/18
Re: [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
SeongJae Park
2025/10/18
[PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
Leon Romanovsky
2025/10/18
Re: (bisected) [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
David Hildenbrand
2025/10/18
Re: [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
Leon Romanovsky
2025/10/18
Re: [RFC V2 0/8] Generic IRQ entry/exit support for powerpc
Samir Alamshaha Mulani
2025/10/18
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
Thomas Weißschuh
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
Aboorva Devarajan
2025/10/18
Re: [PATCH v1 7/9] vdpa: Convert to physical address DMA mapping
Jason Gunthorpe
2025/10/18
Re: [bisected][mainline]Kernel warnings at kernel/sched/cpudeadline.c:219
Shrikanth Hegde
2025/10/18
[PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching
Kevin Brodsky
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
[PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
2025/10/18
Re: [PPC] t1024rdb: CONFIG_KERNEL_START=0x0 equivalent for ppc64 (Kernel 3.16.85)
Alex Fetzner
2025/10/18
Re: [PATCH] sched/deadline: stop dl_server before CPU goes offline
Marek Szyprowski
2025/10/18
Re: powerpc/fadump: skip parameter area allocation when fadump is disabled
Hari Bathini
2025/10/18
[PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
2025/10/18
Re: [PATCH] powerpc64/bpf: support direct_call on livepatch function
Naveen N Rao
2025/10/18
Re: [PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
IBM
2025/10/18
[PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
2025/10/18
Re: [PATCH v4] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
Christophe Leroy
2025/10/18
[PATCH v3 06/21] sched: Move clock related paravirt code to kernel/sched
Juergen Gross
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [bisected][linux-next20251003] tmp2 selftests resulting in Kernel OOPs
Jarkko Sakkinen
2025/10/18
[PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support).
nschichan
2025/10/18
BAR resizing broken in 6.18 (PPC only?)
Simon Richter
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
[PATCH v1 7/9] vdpa: Convert to physical address DMA mapping
Leon Romanovsky
2025/10/18
Re: [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
Leon Romanovsky
2025/10/18
[PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
2025/10/18
[PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
Leon Romanovsky
2025/10/18
Re: [RFC PATCH v2 2/3] kbuild: Add objtool integration for PowerPC feature fixups
Sathvika Vasireddy
2025/10/18
[PATCH] powerpc/vmlinux.lds: Drop .interp description
Nathan Chancellor
2025/10/18
Re: BAR resizing broken in 6.18 (PPC only?)
Simon Richter
2025/10/18
[powerpc:merge] BUILD SUCCESS 8c86d0e11e703b5ce6812d9703a7617b09cf6fbb
kernel test robot
2025/10/18
Re: [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
Peter Zijlstra
2025/10/18
Re: [PATCH v2 2/5] KVM: Export KVM-internal symbols for sub-modules only
Nathan Chancellor
2025/10/18
[PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Sean Christopherson
2025/10/18
[PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
Leon Romanovsky
2025/10/18
Re: [PATCH v6 00/16] dma-mapping: migrate to physical address-based API
Jason Gunthorpe
2025/10/18
Re: [PATCH RESEND 00/62] initrd: remove classic initrd support
Askar Safin
2025/10/18
Re: (bisected) [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
David Hildenbrand
2025/10/18
Re: [bisected][mainline]Kernel warnings at kernel/sched/cpudeadline.c:219
Shrikanth Hegde
2025/10/18
Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.18-2 tag
pr-tracker-bot
2025/10/18
Re: [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
Geert Uytterhoeven
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Manivannan Sadhasivam
2025/10/18
Re: [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
Donet Tom
2025/10/18
Re: [bug report][PPC]: rmod nvme driver causes the kernel panic
Nam Cao
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [PATCH v3 02/13] x86/xen: simplify flush_lazy_mmu()
Dave Hansen
2025/10/18
[PATCH v1 6/9] x86: Use physical address for DMA mapping
Leon Romanovsky
2025/10/18
[PATCH v4 11/35] random: vDSO: Add explicit includes
Thomas Weißschuh
2025/10/18
[PATCH v5 12/14] x86: Use physical address for DMA mapping
Leon Romanovsky
2025/10/18
Re: BAR resizing broken in 6.18 (PPC only?)
Ilpo Järvinen
2025/10/18
Re: [PATCH] powerpc: kgdb: Remove OUTBUFMAX constant
Miquel Sabaté Solà
2025/10/18
Re: [RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
Ian Rogers
2025/10/18
Re: [PATCH RESEND 00/62] initrd: remove classic initrd support
Andy Shevchenko
2025/10/18
Re: [PATCH] powerpc64/bpf: support direct_call on livepatch function
Naveen N Rao
2025/10/18
[GIT PULL] Please pull powerpc/linux.git powerpc-6.18-2 tag
Madhavan Srinivasan
2025/10/18
[PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
Leon Romanovsky
2025/10/18
Re: [patch V3 07/12] uaccess: Provide scoped masked user access regions
Peter Zijlstra
2025/10/18
[PPC] t1024rdb: CONFIG_KERNEL_START=0x0 equivalent for ppc64 (Kernel 3.16.85)
Alex Fetzner
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Lukas Wunner
2025/10/18
Re: [PATCH RESEND 00/62] initrd: remove classic initrd support
Askar Safin
2025/10/18
[patch V3 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
Thomas Gleixner
2025/10/18
Re: [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
Geert Uytterhoeven
2025/10/18
Re: [PATCH] fsl_msi: Translate bitmap to hwirq on fsl,mpic
Christophe Leroy
2025/10/18
Re: [mainline]Kernel Boot Warings at arch/powerpc/mm/mem.c:341
Sourabh Jain
2025/10/18
[GIT PULL] Please pull powerpc/linux.git powerpc-6.18-1 tag
Madhavan Srinivasan
2025/10/18
Re: [patch V3 00/12] uaccess: Provide and use scopes for user masked access
Peter Zijlstra
2025/10/18
Re: (bisected) [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
Christophe Leroy
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Manivannan Sadhasivam
2025/10/18
[PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
Thomas Weißschuh
2025/10/18
Re: [PATCH v6 00/16] dma-mapping: migrate to physical address-based API
Jason Gunthorpe
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Herve Codina
2025/10/18
[patch V3 07/12] uaccess: Provide scoped masked user access regions
Thomas Gleixner
2025/10/18
Re: [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
Askar Safin
2025/10/18
Re: [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
Geert Uytterhoeven
2025/10/18
Re: [PPC] Boot problems after the pci-v6.18-changes
Christian Zigotzky
2025/10/18
Re: [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
Peter Zijlstra
2025/10/18
[PATCH v4 14/35] vdso/datapage: Remove inclusion of gettimeofday.h
Thomas Weißschuh
2025/10/18
Re: [bisected][mainline]Kernel OOPs at msi_desc_to_pci_dev
Venkat Rao Bagalkote
2025/10/18
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
Nam Cao
2025/10/18
[patch V3 06/12] s390/uaccess: Use unsafe wrappers for ASM GOTO
Thomas Gleixner
2025/10/18
[PATCH v2 08/10] x86/Kconfig: Implement custom CC_CAN_LINK
Thomas Weißschuh
2025/10/18
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
Nam Cao
2025/10/18
Re: [PATCH] powerpc: kgdb: Remove OUTBUFMAX constant
Miquel Sabaté Solà
2025/10/18
Re: [PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
Andrew Donnellan
Earlier messages
Later messages