messages from 2025-06-13 12:28:27 to 2025-06-19 11:48:41 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-19 11:48 UTC (13+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH] powerpc: floppy: Add missing checks after DMA map
2025-06-19 11:07 UTC
[PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
2025-06-19 9:53 UTC (3+ messages)
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (31+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
Redundant barrier_nospec() added by commit 74e19ef0ff80 ("uaccess: Add speculation barrier to copy_from_user()")
2025-06-19 8:42 UTC
[PATCH v4 0/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
2025-06-19 6:28 UTC (4+ messages)
` [PATCH v4 2/3] PCI/DPC: Run recovery on device that detected the error
[PATCH] ASoC: imx-card: Add WM8524 support
2025-06-19 6:24 UTC
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-19 2:45 UTC (48+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH RFC 13/29] mm/balloon_compaction: "
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
[PATCH v2 0/6] PowerNV PCIe Hotplug Driver Fixes
2025-06-19 0:37 UTC (13+ messages)
` [PATCH v2 1/6] pci/hotplug/pnv_php: Properly clean up allocated IRQs on
` [PATCH v2 2/6] pci/hotplug/pnv_php: Work around switches with broken
` [PATCH v2 3/6] powerpc/eeh: Export eeh_unfreeze_pe()
` [PATCH v2 4/6] powerpc/eeh: Make EEH driver device hotplug safe
` [PATCH v2 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
` [PATCH v2 6/6] pci/hotplug/pnv_php: Enable third attention indicator
Your Account Access Needs Reconfirmation
2025-06-18 12:49 UTC
[PATCH 3/8] powerpc/pseries/eeh: Export eeh_unfreeze_pe() and eeh_ops
2025-06-18 16:55 UTC (4+ messages)
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for Power
2025-06-18 14:38 UTC (2+ messages)
[PATCH 0/6] PowerNV PCIe Hotplug Driver Fixes
2025-06-18 4:21 UTC
[PATCH 1/8] pci/hotplug/pnv_php: Properly clean up allocated IRQs on
2025-06-18 4:22 UTC
[PATCH 6/6] pci/hotplug/pnv_php: Enable third attention indicator
2025-06-18 4:24 UTC
[PATCH 5/6] pci/hotplug/pnv_php: Fix surprise plug detection and
2025-06-18 4:23 UTC
[PATCH 4/8] powerpc/eeh: Make EEH driver device hotplug safe
2025-06-18 4:22 UTC
[PATCH 2/8] pci/hotplug/pnv_php: Work around switches with broken
2025-06-18 4:22 UTC
[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-18 2:52 UTC (12+ messages)
` [PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
` [PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
` [PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
` [PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
` [PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
` [PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
` [PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
` [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
` [PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH v2 1/1] dt-bindings: soc: add vf610 reboot syscon controller
2025-06-17 15:52 UTC
[PATCH 0/6] mm: Consolidate lazy MMU mode context
2025-06-17 15:11 UTC (3+ messages)
` [PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
[PATCH v1 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
2025-06-17 9:13 UTC
[GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
2025-06-16 16:12 UTC (2+ messages)
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-16 11:10 UTC (9+ messages)
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path
[PATCH] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec64 in struct snd_pcm_mmap_status_x32
2025-06-16 6:26 UTC (2+ messages)
[PATCH] i2c: powermac: Fix out-of-bounds bug in i2c_powermac_smbus_xfer
2025-06-16 0:00 UTC
[powerpc:merge] BUILD SUCCESS 33e1e70809f236800d22617095ae221e28d7b382
2025-06-15 22:03 UTC
[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
2025-06-15 15:44 UTC (10+ messages)
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain
` [PATCH bpf 6/7] bpf/powerpc64: "
[PATCH] ALSA: pcm: Convert snd_pcm_ioctl_sync_ptr_{compat/x32} to user_access_begin/user_access_end()
2025-06-15 8:57 UTC (2+ messages)
[PATCH v1] powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
2025-06-15 2:39 UTC (2+ messages)
[PATCH RESEND v2] powerpc/microwatt: Fix model property in device tree
2025-06-15 2:39 UTC (2+ messages)
[PATCH v2] powerpc: Fix struct termio related ioctl macros
2025-06-15 2:39 UTC (5+ messages)
[PATCH RESEND] powerpc: dts: mpc8315erdb: Add GPIO controller node
2025-06-15 2:38 UTC (2+ messages)
[PATCH] powerpc/vdso: Fix build of VDSO32 with pcrel
2025-06-15 2:38 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS 2ceef7f4b099382dbdcfbe08852724165c938fec
2025-06-14 17:29 UTC
[powerpc:fixes-test] BUILD SUCCESS ab107276607af90b13a5994997e19b7b9731e251
2025-06-14 17:29 UTC
[PATCH v3 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
2025-06-14 11:40 UTC (6+ messages)
` [PATCH v3 1/4] ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
` [PATCH v3 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
` [PATCH v3 3/4] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct snd_pcm_mmap_status32
` [PATCH v3 4/4] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (6+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
[PATCH v2 0/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
2025-06-14 6:42 UTC (7+ messages)
` [PATCH v2 1/4] ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
` [PATCH v2 2/4] ALSA: pcm: Convert SNDRV_PCM_IOCTL_SYNC_PTR to user_access_begin/user_access_end()
` [PATCH v2 3/4] ALSA: pcm: Replace [audio_]tstamp_[n]sec by struct __snd_timespec in struct snd_pcm_mmap_status32
` [PATCH v2 4/4] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
[RFC PATCH 1/3] ALSA: pcm: refactor copy from/to user in SNDRV_PCM_IOCTL_SYNC_PTR
2025-06-13 14:59 UTC (7+ messages)
` [RFC PATCH 3/3] ALSA: pcm: Convert snd_pcm_sync_ptr() to user_access_begin/user_access_end()
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;
as well as URLs for NNTP newsgroup(s).