linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/06/19
Re: [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Jan Kara
2025/06/18
Re: [PATCH v4 2/3] PCI/DPC: Run recovery on device that detected the error
Shuai Xue
2025/06/18
[PATCH] ASoC: imx-card: Add WM8524 support
Chancel Liu
2025/06/18
Re: [PATCH 0/3] use vm_flags_t consistently
Mike Rapoport
2025/06/18
Re: [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
Sergey Senozhatsky
2025/06/18
Re: [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Sergey Senozhatsky
2025/06/18
Re: [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
Alistair Popple
2025/06/18
Re: [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Timothy Pearson
2025/06/18
Re: [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Kees Cook
2025/06/18
Re: [PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
Bjorn Helgaas
2025/06/18
Re: [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Matthew Wilcox
2025/06/18
Re: [PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
Timothy Pearson
2025/06/18
[PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025/06/18
[PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
Lorenzo Stoakes
2025/06/18
[PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
2025/06/18
[PATCH 0/3] use vm_flags_t consistently
Lorenzo Stoakes
2025/06/18
Re: [PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
Bjorn Helgaas
2025/06/18
Re: [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Zi Yan
2025/06/18
Re: [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Matthew Wilcox
2025/06/18
Re: [PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
Bjorn Helgaas
2025/06/18
Re: [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
Zi Yan
2025/06/18
Re: [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Bjorn Helgaas
2025/06/18
Re: [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Zi Yan
2025/06/18
Re: [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
Zi Yan
2025/06/18
Re: [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
Zi Yan
2025/06/18
Re: [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
Zi Yan
2025/06/18
Re: [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Matthew Wilcox
2025/06/18
Re: [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
Zi Yan
2025/06/18
Re: [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
Zi Yan
2025/06/18
Re: [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
Zi Yan
2025/06/18
Re: [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
Zi Yan
2025/06/18
Re: [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
Zi Yan
2025/06/18
Re: [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
Matthew Wilcox
2025/06/18
Re: [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
Zi Yan
2025/06/18
[PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
David Hildenbrand
2025/06/18
[PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
2025/06/18
[PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
2025/06/18
[PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
David Hildenbrand
2025/06/18
[PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
David Hildenbrand
2025/06/18
[PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
2025/06/18
[PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
2025/06/18
[PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
2025/06/18
[PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
2025/06/18
[PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
2025/06/18
[PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
2025/06/18
[PATCH RFC 18/29] mm: remove __folio_test_movable()
David Hildenbrand
2025/06/18
[PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
2025/06/18
[PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
2025/06/18
[PATCH RFC 15/29] mm/migration: remove PageMovable()
David Hildenbrand
2025/06/18
[PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
2025/06/18
[PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
2025/06/18
[PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
2025/06/18
[PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
David Hildenbrand
2025/06/18
[PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
2025/06/18
[PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
David Hildenbrand
2025/06/18
[PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
2025/06/18
[PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
David Hildenbrand
2025/06/18
[PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
2025/06/18
[PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
David Hildenbrand
2025/06/18
[PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
David Hildenbrand
2025/06/18
[PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
2025/06/18
[PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
2025/06/18
[PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
2025/06/18
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
2025/06/18
Re: [PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
Dan Carpenter
2025/06/18
[PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Timothy Pearson
2025/06/18
[PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
Timothy Pearson
2025/06/18
[PATCH v2 4/6] powerpc/eeh: Make EEH driver device hotplug safe
Timothy Pearson
2025/06/18
[PATCH v2 3/6] powerpc/eeh: Export eeh_unfreeze_pe()
Timothy Pearson
2025/06/18
[PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
Timothy Pearson
2025/06/18
[PATCH v2 1/6] pci/hotplug/pnv_php: Properly clean up allocated IRQs on
Timothy Pearson
2025/06/18
Re: [PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
Timothy Pearson
2025/06/18
[PATCH v2 0/6] PowerNV PCIe Hotplug Driver Fixes
Timothy Pearson
2025/06/18
Re: [PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
Timothy Pearson
2025/06/18
Re: [PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for Power
Greg KH
2025/06/18
Re: [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
David Hildenbrand
2025/06/17
[PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
Timothy Pearson
2025/06/17
Re: [PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
Christoph Hellwig
2025/06/17
[PATCH 1/8] pci/hotplug/pnv_php: Properly clean up allocated IRQs on
Timothy Pearson
2025/06/17
[PATCH 2/8] pci/hotplug/pnv_php: Work around switches with broken
Timothy Pearson
2025/06/17
[PATCH 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Timothy Pearson
2025/06/17
[PATCH 0/6] PowerNV PCIe Hotplug Driver Fixes
Timothy Pearson
2025/06/17
[PATCH 4/8] powerpc/eeh: Make EEH driver device hotplug safe
Timothy Pearson
2025/06/17
[PATCH 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
Timothy Pearson
2025/06/17
Re: [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
Eric Biggers
2025/06/17
Re: [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
Sohil Mehta
2025/06/17
[PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
Eric Biggers
2025/06/17
[PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
Eric Biggers
2025/06/17
[PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
Eric Biggers
2025/06/17
[PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
Eric Biggers
2025/06/17
[PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
Eric Biggers
2025/06/17
[PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
Eric Biggers
2025/06/17
[PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
Eric Biggers
2025/06/17
[PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
Eric Biggers
2025/06/17
[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
Eric Biggers
2025/06/17
[PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
Eric Biggers
2025/06/17
[PATCH v2 1/1] dt-bindings: soc: add vf610 reboot syscon controller
Frank Li
2025/06/17
Re: [PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
Alexander Gordeev
2025/06/17
Re: [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
David Hildenbrand
2025/06/17
Re: [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
David Hildenbrand
2025/06/17
Re: [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
David Hildenbrand
2025/06/17
Re: [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
David Hildenbrand
2025/06/17
Re: [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
David Hildenbrand
2025/06/17
Re: [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
David Hildenbrand
2025/06/17
Re: [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
David Hildenbrand
2025/06/17
Re: [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
David Hildenbrand
2025/06/17
Re: [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
David Hildenbrand
2025/06/17
Re: [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
David Hildenbrand
2025/06/17
Re: [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
David Hildenbrand
2025/06/17
Re: [PATCH v1 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
Christophe Leroy
2025/06/16
Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
pr-tracker-bot
2025/06/16
Re: [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
Zenghui Yu
2025/06/16
[PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
Alistair Popple
2025/06/16
[PATCH v2 13/14] mm: Remove callers of pfn_t functionality
Alistair Popple
2025/06/16
[PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
Alistair Popple
2025/06/16
[PATCH v2 11/14] mm: Remove devmap related functions and page table bits
Alistair Popple
2025/06/16
[PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
2025/06/16
[PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
Alistair Popple
2025/06/16
[PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
Alistair Popple
2025/06/16
[PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
Alistair Popple
2025/06/16
[PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
Alistair Popple
2025/06/16
[PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
Alistair Popple
2025/06/16
[PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
Alistair Popple
2025/06/16
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
Alistair Popple
2025/06/16
[PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
Alistair Popple
2025/06/16
[PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
Alistair Popple
2025/06/16
[PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
Alistair Popple
2025/06/16
[GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
Madhavan Srinivasan
2025/06/16
Re: [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path
Gautam Menghani
2025/06/15
Re: [PATCH] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec64 in struct snd_pcm_mmap_status_x32
Takashi Iwai
2025/06/15
[PATCH] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec64 in struct snd_pcm_mmap_status_x32
Christophe Leroy
2025/06/15
[PATCH] i2c: powermac: Fix out-of-bounds bug in i2c_powermac_smbus_xfer
Alex Guo
2025/06/15
Re: [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
Bibo Mao
2025/06/15
[powerpc:merge] BUILD SUCCESS 33e1e70809f236800d22617095ae221e28d7b382
kernel test robot
2025/06/15
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Alexei Starovoitov
2025/06/15
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Alexis Lothoré
2025/06/15
Re: [PATCH] ALSA: pcm: Convert snd_pcm_ioctl_sync_ptr_{compat/x32} to user_access_begin/user_access_end()
kernel test robot
2025/06/14
Re: [PATCH v1] powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
Madhavan Srinivasan
2025/06/14
Re: [PATCH RESEND v2] powerpc/microwatt: Fix model property in device tree
Madhavan Srinivasan
2025/06/14
Re: [PATCH v2] powerpc: Fix struct termio related ioctl macros
Madhavan Srinivasan
2025/06/14
Re: [PATCH RESEND] powerpc: dts: mpc8315erdb: Add GPIO controller node
Madhavan Srinivasan
2025/06/14
Re: [PATCH] powerpc/vdso: Fix build of VDSO32 with pcrel
Madhavan Srinivasan
2025/06/14
[powerpc:merge] BUILD SUCCESS 2ceef7f4b099382dbdcfbe08852724165c938fec
kernel test robot
2025/06/14
[powerpc:fixes-test] BUILD SUCCESS ab107276607af90b13a5994997e19b7b9731e251
kernel test robot
2025/06/14
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for Power
Madhavan Srinivasan
2025/06/14
[PATCH v3 3/4] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct snd_pcm_mmap_status32
Christophe Leroy
2025/06/14
[PATCH v3 1/4] ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
Christophe Leroy
2025/06/14
Re: [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
Alexander Gordeev
2025/06/14
Re: [PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
Alexander Gordeev
2025/06/14
Re: [PATCH v3 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Takashi Iwai
2025/06/14
[PATCH v3 4/4] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Christophe Leroy
2025/06/14
[PATCH v3 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Christophe Leroy
2025/06/14
Re: [PATCH v2 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Christophe Leroy
2025/06/14
[PATCH v3 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
[PATCH v2 3/4] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct snd_pcm_mmap_status32
Christophe Leroy
2025/06/13
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Alexei Starovoitov
2025/06/13
Re: [PATCH 0/8] KVM: Remove include/kvm, standardize includes
Oliver Upton
2025/06/13
[PATCH v2 4/4] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
[PATCH v2 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
[PATCH v2 1/4] ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
Christophe Leroy
2025/06/13
[PATCH v2 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
Re: [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
Eric Biggers
2025/06/13
Re: [PATCH v2] powerpc: Fix struct termio related ioctl macros
Madhavan Srinivasan
2025/06/13
Re: [PATCH v2 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
Takashi Iwai
2025/06/13
Re: [PATCH v2] powerpc: Fix struct termio related ioctl macros
Justin Forbes
2025/06/13
Re: [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
Alexander Gordeev
2025/06/13
Re: [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Takashi Iwai
2025/06/13
Re: [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
Re: [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Takashi Iwai
2025/06/13
[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
eBPF Foundation
2025/06/13
[PATCH bpf 4/7] bpf/s390: prevent trampoline attachment when args location on stack is uncertain
eBPF Foundation
2025/06/13
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Alexis Lothoré
2025/06/13
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Alexis Lothoré
2025/06/13
[PATCH bpf 6/7] bpf/powerpc64: prevent trampoline attachment when args location on stack is uncertain
eBPF Foundation
2025/06/13
[PATCH bpf 7/7] selftests/bpf: ensure that functions passing structs on stack can not be hooked
eBPF Foundation
2025/06/13
[PATCH bpf 5/7] bpf/powerpc64: use define for max regs count used for arguments
eBPF Foundation
2025/06/13
[PATCH bpf 1/7] bpf/x86: use define for max regs count used for arguments
eBPF Foundation
2025/06/13
[PATCH bpf 3/7] bpf/riscv: prevent trampoline attachment when args location on stack is uncertain
eBPF Foundation
2025/06/13
[PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
eBPF Foundation
2025/06/13
Re: [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Christophe Leroy
2025/06/13
Re: [PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
Uladzislau Rezki
2025/06/13
[linux-next]kernel BUG at mm/slub.c:546!
Venkat Rao Bagalkote
2025/06/13
Re: [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
Takashi Iwai
2025/06/13
Re: [PATCH] ALSA: pcm: Convert snd_pcm_ioctl_sync_ptr_{compat/x32} to user_access_begin/user_access_end()
Takashi Iwai
2025/06/13
Re: [PATCH 2/2] PCI/AER: Use bool for AER disable state tracking
Manivannan Sadhasivam
2025/06/13
Re: [PATCH 4/6] sparc/mm: Do not disable preemption in lazy MMU mode
Ryan Roberts
2025/06/13
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Peter Zijlstra
2025/06/13
Re: [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
Peter Zijlstra
2025/06/13
Re: [PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
Ryan Roberts
2025/06/13
Re: [PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
2025/06/12
Re: [PATCH] ALSA: pcm: Convert snd_pcm_ioctl_sync_ptr_{compat/x32} to user_access_begin/user_access_end()
Christophe Leroy
2025/06/12
Re: [PATCH 1/4] PM: cpufreq: powernv/tracing: Move powernv_throttle trace event
Viresh Kumar
2025/06/12
Re: [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
Alistair Popple
2025/06/12
Re: [PATCH 0/4] PM: tracing: Don't compile in unused trace events
Rafael J. Wysocki
2025/06/12
[PATCH 3/6] mm/debug: Detect wrong arch_enter_lazy_mmu_mode() contexts
Alexander Gordeev
2025/06/12
[PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
Alexander Gordeev
2025/06/12
[PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
Alexander Gordeev
2025/06/12
[PATCH 4/6] sparc/mm: Do not disable preemption in lazy MMU mode
Alexander Gordeev
2025/06/12
[PATCH 1/6] mm: Cleanup apply_to_pte_range() routine
Alexander Gordeev
2025/06/12
[PATCH 0/6] mm: Consolidate lazy MMU mode context
Alexander Gordeev
Earlier messages
Later messages