messages from 2026-03-20 19:34:28 to 2026-03-24 15:29:10 UTC [more...]
[PATCH v2 0/8] KVM: s390: More memory management fixes
2026-03-24 15:28 UTC (25+ messages)
` [PATCH v2 1/8] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v2 2/8] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v2 3/8] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v2 4/8] KVM: s390: Fix gmap_link()
` [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v2 6/8] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v2 7/8] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v2 8/8] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl
[kvm-unit-tests PATCH v2 0/5] s390x: Add test for STFLE interpretive execution (format-2)
2026-03-24 15:28 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH v2 2/5] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v2 5/5] s390x: Add test for STFLE interpretive execution (format-2)
[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
2026-03-24 14:53 UTC (4+ messages)
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-24 12:58 UTC (16+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
cleanup the RAID5 XOR library v3
2026-03-24 12:59 UTC (28+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case
[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
2026-03-24 9:40 UTC (8+ messages)
` [PATCH 1/2] ptp: split clock drivers into two subdirectories
` [PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split
cleanup the RAID6 P/Q library
2026-03-24 6:40 UTC (18+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment
[PATCH 00/19] GHASH library
2026-03-24 0:50 UTC (3+ messages)
[PATCH] block: partitions: Replace pp_buf with struct seq_buf
2026-03-23 22:29 UTC (10+ messages)
[PATCH v7 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-23 21:30 UTC (7+ messages)
` [PATCH v7 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v7 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v7 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-03-23 21:15 UTC (19+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v4 0/4] Use killable vma write locking in most places
2026-03-23 19:29 UTC (15+ messages)
` [PATCH v4 1/4] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v4 2/4] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v4 3/4] KVM: s390: avoid kvm_s390_handle_pv() error overwrite
` [PATCH v4 4/4] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH v5 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
2026-03-23 18:43 UTC (4+ messages)
` [PATCH v5 1/2] PCI: AtomicOps: Do not enable without support in root complex
` [PATCH v5 2/2] PCI: AtomicOps: Update references to PCIe spec
[RFC 00/10] KVM: s390: spring cleanup
2026-03-23 15:54 UTC (14+ messages)
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling
` [RFC 06/10] KVM: s390: Rework lowcore access functions
` [RFC 07/10] KVM: s390: Use gpa_t and gva_t in gaccess files
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
` [RFC 10/10] KVM: s390: Cleanup kvm_s390_store_status_unloaded
[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-23 15:51 UTC (30+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags
[PATCH 0/2] KVM: s390: Fix lpsw/e breaking event handling
2026-03-23 15:35 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: selftests: Add load psw bear test
[RFC 02/10] KVM: s390: Consolidate lpswe variants
2026-03-23 15:08 UTC (3+ messages)
` [PATCH] KVM: s390: Fix lpsw/e breaking event handling
[PATCH] "s390: include S390_KPROBES_SANITY_TEST with KUNIT_ALL_TESTS"
2026-03-23 12:51 UTC
[PATCH] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
2026-03-23 12:35 UTC
[PATCH 0/9] s390: Improve this_cpu operations
2026-03-23 10:26 UTC (2+ messages)
[PATCH 0/6] change young flag check functions to return bool
2026-03-21 13:02 UTC (12+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
[PATCH v2 0/6] change young flag check functions to return bool
2026-03-21 6:42 UTC (7+ messages)
` [PATCH v2 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH v2 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH v2 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH v2 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH v2 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH v2 6/6] mm: change to return bool for the MMU notifier's young flag check
[PATCH net] net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
2026-03-21 2:10 UTC (2+ messages)
[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
2026-03-20 20:06 UTC (2+ messages)
[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
2026-03-20 19:34 UTC (5+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
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