messages from 2025-08-21 20:07:40 to 2025-08-26 16:27:09 UTC [more...]
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH 00/19] perf: Rework event_init checks
2025-08-26 15:55 UTC (21+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
[PATCH v2 0/9] Error recovery for vfio-pci devices on s390x
2025-08-26 15:48 UTC (15+ messages)
` [PATCH v2 1/9] PCI: Avoid restoring error values in config space
` [PATCH v2 2/9] PCI: Add additional checks for flr and pm reset
` [PATCH v2 3/9] PCI: Allow per function PCI slots for hypervisor isolated functions
` [PATCH v2 4/9] s390/pci: Restore airq unconditionally for the zPCI device
` [PATCH v2 5/9] s390/pci: Update the logic for detecting passthrough device
` [PATCH v2 6/9] s390/pci: Store PCI error information for passthrough devices
` [PATCH v2 7/9] vfio-pci/zdev: Add a device feature for error information
` [PATCH v2 8/9] vfio: Add a reset_done callback for vfio-pci driver
` [PATCH v2 9/9] vfio: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
[PATCH 0/7] dm-integrity asynchronous hash patches
2025-08-26 14:36 UTC (8+ messages)
` [PATCH 1/7] dm-integrity: use internal variable for digestsize
` [PATCH 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH 5/7] dm-integrity: add the "offset" argument
` [PATCH 6/7] dm-integrity: rename internal_hash
` [PATCH 7/7] dm-integrity: enable asynchronous hash interface
[PATCH 0/7] dm-integrity asynchronous hash patches
2025-08-26 13:55 UTC (8+ messages)
` [PATCH 1/7] dm-integrity: use internal variable for digestsize
` [PATCH 2/7] dm-integrity: replace bvec_kmap_local with kmap_local_page
` [PATCH 3/7] dm-integrity: introduce integrity_kmap and integrity_kunmap
` [PATCH 4/7] dm-integrity: allocate the recalculate buffer with kmalloc
` [PATCH 5/7] dm-integrity: add the "offset" argument
` [PATCH 6/7] dm-integrity: rename internal_hash
` [PATCH 7/7] dm-integrity: enable asynchronous hash interface
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-26 13:11 UTC (87+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
[PATCH] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
2025-08-26 12:16 UTC (5+ messages)
[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
2025-08-26 10:13 UTC (25+ messages)
` [PATCH v7 1/8] "
` [PATCH v7 2/8] powerpc/smp: Rename cpu_corgroup_* to cpu_corgrp_*
` [PATCH v7 3/8] powerpc/smp: Export cpu_coregroup_mask()
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits
` [PATCH v7 5/8] sched/topology: Unify tl_smt_mask() across core and all arch
` [PATCH v7 6/8] sched/topology: Unify tl_cls_mask() across core and x86
` [PATCH v7 7/8] sched/topology: Unify tl_mc_mask() across core and all arch
` [PATCH v7 8/8] sched/topology: Unify tl_pkg_mask() "
[PATCH net] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
2025-08-26 9:41 UTC (2+ messages)
[PATCH v5 0/3] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
2025-08-26 6:21 UTC (3+ messages)
[PATCH 00/11] vdso: Various cleanups
2025-08-26 6:17 UTC (12+ messages)
` [PATCH 01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 02/11] ARM: VDSO: remove cntvct_ok global variable
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [PATCH 04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
` [PATCH 05/11] time: Build generic update_vsyscall() only with generic time vDSO
` [PATCH 06/11] riscv: vdso: Untangle kconfig logic
` [PATCH 07/11] vdso: Drop kconfig GENERIC_VDSO_32
` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS
` [PATCH 11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
[PATCH] vdso: Remove struct getcpu_cache
2025-08-26 5:29 UTC
[PATCH v3 0/2] KVM: s390: Fix two bugs
2025-08-25 15:18 UTC (3+ messages)
` [PATCH v3 1/2] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [PATCH v3 2/2] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
2025-08-25 13:59 UTC (2+ messages)
[Ping][PATCH] perf test: Checking BPF metadata collection fails on version string
2025-08-22 18:02 UTC (2+ messages)
[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
2025-08-22 17:09 UTC (2+ messages)
[GIT PULL] s390 fixes for 6.17-rc3
2025-08-22 14:18 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;
as well as URLs for NNTP newsgroup(s).