messages from 2025-09-15 23:15:19 to 2025-09-17 19:12:19 UTC [more...]
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-17 19:11 UTC (3+ messages)
` [PATCH v4 02/14] device/dax: update devdax to use mmap_prepare
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
[PATCH net] net/smc: fix warning in smc_rx_splice() when calling get_page()
2025-09-17 18:42 UTC
[PATCH 00/62] initrd: remove classic initrd support
2025-09-17 18:00 UTC (4+ messages)
[syzbot] [smc?] general protection fault in __smc_diag_dump (4)
2025-09-17 17:58 UTC
[GIT PULL 0/3] KVM: s390: fixes for 6.17
2025-09-17 17:54 UTC (2+ messages)
[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
2025-09-17 17:50 UTC (17+ messages)
` [PATCH v3 03/10] PCI: Allow per function PCI slots
` [PATCH v3 04/10] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v3 05/10] s390/pci: Restore IRQ unconditionally for the zPCI device
` [PATCH v3 07/10] s390/pci: Store PCI error information for passthrough devices
[PATCH v2 00/20] KVM: s390: gmap rewrite, the real deal
2025-09-17 17:08 UTC (47+ messages)
` [PATCH v2 07/20] KVM: s390: KVM-specific bitfields and helper functions
` [PATCH v2 08/20] KVM: s390: KVM page table management functions: allocation
` [PATCH v2 09/20] KVM: s390: KVM page table management functions: clear and replace
` [PATCH v2 10/20] KVM: s390: KVM page table management functions: walks
` [PATCH v2 15/20] KVM: s390: Stop using CONFIG_PGSTE
` [PATCH v2 16/20] KVM: s390: Switch to new gmap
` [PATCH v2 18/20] KVM: S390: Remove PGSTE code from linux/s390 mm
[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
2025-09-17 15:23 UTC (41+ messages)
` [PATCH v3 01/36] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v3 02/36] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v3 03/36] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v3 04/36] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v3 05/36] ARM: vdso: gettimeofday: "
` [PATCH v3 06/36] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v3 08/36] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v3 09/36] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v3 10/36] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v3 11/36] random: vDSO: Add explicit includes
` [PATCH v3 12/36] vdso/gettimeofday: "
` [PATCH v3 13/36] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v3 14/36] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v3 15/36] vdso/datapage: Trim down unnecessary includes
` [PATCH v3 16/36] random: vDSO: trim vDSO includes
` [PATCH v3 17/36] random: vDSO: remove ifdeffery
` [PATCH v3 18/36] random: vDSO: split out datapage update into helper functions
` [PATCH v3 19/36] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v3 20/36] s390/time: Set up vDSO datapage later
` [PATCH v3 21/36] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v3 22/36] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v3 23/36] vdso/datastore: Map pages through struct page
` [PATCH v3 24/36] vdso/datastore: Allocate data pages dynamically
` [PATCH v3 25/36] sparc64: vdso: Link with -z noexecstack
` [PATCH v3 26/36] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v3 27/36] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v3 28/36] sparc64: vdso: Move hardware counter read into header
` [PATCH v3 29/36] sparc64: vdso: Move syscall fallbacks "
` [PATCH v3 30/36] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v3 31/36] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v3 32/36] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v3 33/36] sparc64: vdso2c: Remove symbol handling
` [PATCH v3 34/36] sparc64: vdso: Implement clock_gettime64()
` [PATCH v3 35/36] clocksource: remove ARCH_CLOCKSOURCE_DATA
` [PATCH v3 36/36] clocksource: drop include of asm/clocksource.h from linux/clocksource.h
[PATCH v2 0/3] s390: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-17 15:38 UTC (4+ messages)
` [PATCH v2 1/3] drivers/s390: WQ_PERCPU added to alloc_workqueue users
` [PATCH v2 2/3] s390/diag324: replace use of system_wq with system_percpu_wq
` [PATCH v2 3/3] s390: replace use of system_wq with system_dfl_wq
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 15:34 UTC (49+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
2025-09-17 14:52 UTC (4+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-09-17 5:22 UTC (8+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
[PATCH 0/3] kexec: Fix invalid field access
2025-09-17 2:40 UTC (2+ messages)
[PATCH v2 0/4] s390: Fix and optimize __flogr() inline assembly
2025-09-17 2:30 UTC (6+ messages)
` [PATCH v2 1/4] s390/bitops: Limit return value range of __flogr()
` [PATCH v2 2/4] compiler_types: Add __assume macro
` [PATCH v2 3/4] s390/bitops: Use __assume() for __flogr() inline assembly return value
` [PATCH v2 4/4] s390/bitops: Cleanup __flogr()
[PATCH v3 01/10] PCI: Avoid saving error values for config space
2025-09-16 20:00 UTC (3+ messages)
[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
2025-09-16 18:37 UTC (19+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-16 17:08 UTC (6+ messages)
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
[PATCH] perf/docu: Update header documentation on BPF_PROG_INFO
2025-09-16 14:22 UTC (3+ messages)
[PATCH] KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpu
2025-09-16 13:12 UTC
[PATCH net-next V2] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
2025-09-16 13:13 UTC (10+ messages)
[PATCH net-next v2 00/14] dibs - Direct Internal Buffer Sharing
2025-09-16 9:18 UTC (9+ messages)
` [PATCH net-next v2 04/14] dibs: Register smc as dibs_client
` [PATCH net-next v2 05/14] dibs: Register ism as dibs device
` [PATCH net-next v2 13/14] dibs: Move data path to dibs layer
[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-09-16 3:36 UTC (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-16 1:55 UTC (3+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).