messages from 2025-11-04 06:50:04 to 2025-11-08 17:11:23 UTC [more...]
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-08 17:08 UTC (13+ messages)
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v2 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v2 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v2 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v2 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v2 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v2 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v2 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v2 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-08 10:17 UTC (45+ messages)
` [PATCH v5 01/34] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v5 02/34] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v5 03/34] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v5 04/34] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v5 05/34] ARM: vdso: gettimeofday: "
` [PATCH v5 06/34] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v5 07/34] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v5 08/34] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v5 09/34] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v5 10/34] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 12/34] vdso/gettimeofday: "
` [PATCH v5 13/34] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v5 14/34] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v5 15/34] vdso/datapage: Trim down unnecessary includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 18/34] random: vDSO: split out datapage update into helper functions
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v5 20/34] s390/time: Set up vDSO datapage later
` [PATCH v5 21/34] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v5 22/34] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v5 23/34] vdso/datastore: Allocate data pages dynamically
` [PATCH v5 24/34] sparc64: vdso: Link with -z noexecstack
` [PATCH v5 25/34] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA
[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-11-07 20:03 UTC (25+ messages)
` [PATCH v2 01/22] vfio: Provide a get_region_info op
` [PATCH v2 02/22] vfio/hisi: Convert to the "
` [PATCH v2 03/22] vfio/virtio: "
` [PATCH v2 04/22] vfio/nvgrace: "
` [PATCH v2 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH v2 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH v2 07/22] vfio/mdpy: "
` [PATCH v2 08/22] vfio/mbochs: "
` [PATCH v2 09/22] vfio/platform: "
` [PATCH v2 10/22] vfio/fsl: "
` [PATCH v2 11/22] vfio/cdx: "
` [PATCH v2 12/22] vfio/ccw: "
` [PATCH v2 13/22] vfio/gvt: "
` [PATCH v2 14/22] vfio: Require drivers to implement get_region_info
` [PATCH v2 15/22] vfio: Add get_region_info_caps op
` [PATCH v2 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH v2 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH v2 18/22] vfio/ccw: "
` [PATCH v2 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH v2 20/22] vfio/platform: Convert "
` [PATCH v2 21/22] vfio: Move the remaining drivers "
` [PATCH v2 22/22] vfio: Remove the get_region_info op
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-11-07 19:17 UTC (13+ messages)
` [patch V5 04/12] powerpc/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 12/12] select: Convert to scoped user access
[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
2025-11-07 18:58 UTC (9+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
2025-11-07 15:59 UTC
[PATCH net v2] net/smc: fix mismatch between CLC header and proposal
2025-11-07 15:36 UTC (2+ messages)
[PATCH 0/2] s390/fpu: Fix kmsan false-positive report
2025-11-07 15:33 UTC (7+ messages)
` [PATCH 1/2] instrumented.h: Add function instrument_write_after
` [PATCH 2/2] s390/fpu: Fix kmsan in fpu_vstl function
[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
2025-11-07 7:19 UTC (7+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
[PATCH] KVM: s390: vsie: Check alignment of BSCA header
2025-11-07 6:47 UTC (2+ messages)
[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
2025-11-07 1:29 UTC (15+ messages)
` [PATCH 02/22] vfio/hisi: Convert to the get_region_info op
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 22/22] vfio: Remove the get_region_info op
[PATCH 20/22] vfio/platform: Convert to get_region_info_caps
2025-11-07 1:05 UTC (3+ messages)
[PATCH v2 00/15] SHA-3 library
2025-11-06 19:51 UTC (15+ messages)
[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
2025-11-06 17:47 UTC (6+ messages)
[PATCH v3 00/23] KVM: s390: gmap rewrite, the real deal
2025-11-06 16:37 UTC (27+ messages)
` [PATCH v3 01/23] KVM: s390: Refactor pgste lock and unlock functions
` [PATCH v3 02/23] KVM: s390: add P bit in table entry bitfields, move union vaddress
` [PATCH v3 03/23] s390: Move sske_frame() to a header
` [PATCH v3 04/23] KVM: s390: Add gmap_helper_set_unused()
` [PATCH v3 05/23] KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIER
` [PATCH v3 06/23] KVM: s390: Rename some functions in gaccess.c
` [PATCH v3 07/23] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v3 08/23] KVM: s390: KVM page table management functions: allocation
` [PATCH v3 09/23] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v3 10/23] KVM: s390: KVM page table management functions: walks
` [PATCH v3 11/23] KVM: s390: KVM page table management functions: storage keys
` [PATCH v3 12/23] KVM: s390: KVM page table management functions: lifecycle management
` [PATCH v3 13/23] KVM: s390: KVM page table management functions: CMMA
` [PATCH v3 14/23] KVM: s390: New gmap code
` [PATCH v3 15/23] KVM: s390: Add helper functions for fault handling
` [PATCH v3 16/23] KVM: s390: Add some helper functions needed for vSIE
` [PATCH v3 17/23] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v3 18/23] KVM: s390: Switch to new gmap
` [PATCH v3 19/23] KVM: s390: Remove gmap from s390/mm
` [PATCH v3 20/23] KVM: S390: Remove PGSTE code from linux/s390 mm
` [PATCH v3 21/23] KVM: s390: Enable 1M pages for gmap
` [PATCH v3 22/23] KVM: s390: Storage key manipulation IOCTL
` [PATCH v3 23/23] KVM: s390: Fix storage key memop IOCTLs
[PATCH v1 1/1] KVM: s390: Fix gmap_helper_zap_one_page() again
2025-11-06 15:25 UTC
[PATCH net-next] s390/ctcm: Use info level for handshake UC_RCRESET
2025-11-06 14:30 UTC (2+ messages)
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-06 13:39 UTC (19+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [tip: timers/vdso] "
[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-05 21:47 UTC (24+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
[PATCH net] net/smc: fix mismatch between CLC header and proposal extensions
2025-11-05 7:12 UTC (5+ messages)
[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
2025-11-04 12:30 UTC (2+ 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