messages from 2026-02-26 11:33:14 to 2026-03-02 12:42:58 UTC [more...]
[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
2026-03-02 12:42 UTC (4+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-02 12:25 UTC (16+ messages)
` [PATCH 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH 04/15] ARM: drop custom asm/auxvec.h
` [PATCH 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH 06/15] arm64: "
` [PATCH 07/15] RISC-V: "
` [PATCH 08/15] LoongArch: "
` [PATCH 09/15] s390: "
` [PATCH 10/15] powerpc: "
` [PATCH 11/15] MIPS: "
` [PATCH 12/15] sparc: "
` [PATCH 13/15] sh: "
` [PATCH 14/15] alpha: remove "
` [PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH
[PATCH v2 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-02 12:18 UTC (11+ messages)
` [PATCH v2 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v2 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v2 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section
[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
2026-03-02 11:08 UTC (27+ messages)
` [RFC v2 02/21] mm: thp: propagate split failure from vma_adjust_trans_huge()
` [RFC v2 03/21] mm: thp: handle split failure in copy_huge_pmd()
` [RFC v2 04/21] mm: thp: handle split failure in do_huge_pmd_wp_page()
` [RFC v2 05/21] mm: thp: handle split failure in zap_pmd_range()
` [RFC v2 06/21] mm: thp: handle split failure in wp_huge_pmd()
` [RFC v2 07/21] mm: thp: retry on split failure in change_pmd_range()
` [RFC v2 08/21] mm: thp: handle split failure in follow_pmd_mask()
` [RFC v2 09/21] mm: handle walk_page_range() failure from THP split
` [RFC v2 10/21] mm: thp: handle split failure in mremap move_page_tables()
` [RFC v2 11/21] mm: thp: handle split failure in userfaultfd move_pages()
` [RFC v2 12/21] mm: thp: handle split failure in device migration
` [RFC v2 13/21] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [RFC v2 14/21] mm: thp: allocate PTE page tables lazily at split time
` [RFC v2 15/21] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
` [RFC v2 16/21] mm: thp: add THP_SPLIT_PMD_FAILED counter
` [RFC v2 17/21] selftests/mm: add THP PMD split test infrastructure
` [RFC v2 18/21] selftests/mm: add partial_mprotect test for change_pmd_range
` [RFC v2 19/21] selftests/mm: add partial_mlock test
` [RFC v2 20/21] selftests/mm: add partial_mremap test for move_page_tables
` [RFC v2 21/21] selftests/mm: add madv_dontneed_partial test
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-02 10:33 UTC (24+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
2026-03-02 8:42 UTC (8+ messages)
` [PATCH v2 1/5] x86/vdso: "
` [PATCH v2 2/5] sparc64: vdso: "
` [PATCH v2 3/5] s390: Add -m64 to KBUILD_CPPFLAGS
` [PATCH v2 4/5] powerpc/audit: directly include unistd_32.h from compat_audit.c
` [PATCH v2 5/5] asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONG
cleanup the RAID5 XOR library
2026-03-02 7:38 UTC (51+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen
[PATCH net-next v2] net/smc: transition to RDMA core CQ pooling
2026-03-02 6:37 UTC
[PATCH] uaccess: Fix build of scoped user access with const pointer
2026-03-01 22:16 UTC (5+ messages)
FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 5.15-stable tree
2026-03-01 1:50 UTC
FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.1-stable tree
2026-03-01 1:42 UTC
FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.6-stable tree
2026-03-01 1:32 UTC
FAILED: Patch "s390/pci: Handle futile config accesses of disabled devices directly" failed to apply to 6.12-stable tree
2026-03-01 1:21 UTC
[PATCH 6.18 002/752] perf test stat tests: Fix for virtualized machines
2026-02-28 17:35 UTC (2+ messages)
` [PATCH 6.18 020/752] perf test: Fix test case perftool-testsuite_report for s390
[PATCH 6.19 005/844] perf test stat tests: Fix for virtualized machines
2026-02-28 17:19 UTC (2+ messages)
` [PATCH 6.19 028/844] perf test: Fix test case perftool-testsuite_report for s390
[GIT PULL] s390 updates for 7.0-rc2
2026-02-28 17:26 UTC (2+ messages)
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-02-27 20:31 UTC (4+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
[PATCH] s390/xor: Fix xor_xc_2() inline assembly constraints
2026-02-27 18:56 UTC (2+ messages)
[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
2026-02-27 16:36 UTC (3+ messages)
` [PATCH 1/2] kbuild: Consolidate C dialect options
[PATCH v17 0/3] Improve proc RSS accuracy
2026-02-27 15:13 UTC (10+ messages)
[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
2026-02-27 12:25 UTC (5+ messages)
` [RFC v2 1/2] ptp: split clock drivers into two subdirectories
` [RFC v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split
[PATCH 0/2] KVM: s390: Limit adapter indicator access to page
2026-02-27 12:14 UTC (6+ messages)
` [PATCH 1/2] KVM: s390: Limit adapter indicator access to mapped page
[PATCH v1] PCI: Add write-only 'uevent' sysfs attribute for PCI slots
2026-02-27 11:23 UTC (8+ messages)
[PATCH net-next] net/smc: transition to RDMA core CQ pooling
2026-02-27 9:33 UTC (3+ messages)
` [net-next] "
[PATCH RFC net-next] net/smc: transition to RDMA core CQ pooling
2026-02-27 9:29 UTC (7+ messages)
[PATCH v3 0/3] Use killable vma write locking in most places
2026-02-27 8:57 UTC (11+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH 0/4] mm/pgtable: Support for page table check on s390
2026-02-26 17:04 UTC (3+ messages)
` [PATCH 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
[PATCH] treewide: fix duplicated word "the" in comments
2026-02-26 14:13 UTC (2+ messages)
[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
2026-02-26 12:57 UTC (7+ messages)
` [PATCH 04/15] powerpc/time: Prepare to stop elapsing in dynticks-idle
[PATCH v2 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
2026-02-26 12:49 UTC (5+ messages)
` [PATCH v2 1/4] KVM: s390: Minor refactor of base/ext facility lists
` [PATCH v2 2/4] s390/sclp: Detect ASTFLEIE 2 facility
` [PATCH v2 3/4] KVM: s390: vsie: Refactor handle_stfle
` [PATCH v2 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
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