Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2023-11-07 00:33:04 to 2023-11-15 19:20:13 UTC [more...]

[PATCH 6.5 000/550] 6.5.12-rc1 review
 2023-11-15 19:10 UTC  (14+ messages)
` [PATCH 6.5 001/550] hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation
` [PATCH 6.5 002/550] numa: Generalize numa_map_to_online_node()
` [PATCH 6.5 010/550] sched: Fix stop_one_cpu_nowait() vs hotplug
` [PATCH 6.5 011/550] nfsd: Handle EOPENSTALE correctly in the filecache
` [PATCH 6.5 012/550] vfs: fix readahead(2) on block devices
` [PATCH 6.5 013/550] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
` [PATCH 6.5 014/550] x86/srso: Fix SBPB enablement for (possible) future fixed HW
` [PATCH 6.5 015/550] x86/srso: Print mitigation for retbleed IBPB case
` [PATCH 6.5 016/550] x86/srso: Fix vulnerability reporting for missing microcode
` [PATCH 6.5 017/550] x86/srso: Fix unret validation dependencies
` [PATCH 6.5 018/550] futex: Dont include process MM in futex key on no-MMU
` [PATCH 6.5 019/550] x86/numa: Introduce numa_fill_memblks()
` [PATCH 6.5 020/550] ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window

[PATCH v2] x86/resctrl: mba_MBps: Fall back to total b/w if local b/w unavailable
 2023-11-15 16:09 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-15 15:36 UTC  (24+ messages)
` [PATCH v2 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 02/17] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 03/17] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH v2 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH v2 08/17] iommu/of: Do not use dev->iommu within of_iommu_configure()
` [PATCH v2 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH v2 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH v2 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH v2 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH v2 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH v2 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH v2 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH v8 0/3] Handle corrected machine check interrupt storms
 2023-11-14 22:04 UTC  (7+ messages)
` [PATCH v9 "
  ` [PATCH v9 2/3] x86/mce: Add per-bank CMCI storm mitigation

[PATCH 00/20] remove the SLAB allocator
 2023-11-14 20:31 UTC  (53+ messages)
` [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH 07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH 09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c
` [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH 12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH 13/20] mm/slab: move memcg related functions "
` [PATCH 14/20] mm/slab: move struct kmem_cache_node "
` [PATCH 15/20] mm/slab: move kfree() from slab_common.c "
` [PATCH 16/20] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH 19/20] mm/slub: optimize alloc fastpath code layout
` [PATCH 20/20] mm/slub: optimize free fast path "

[PATCH v9 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-11-13 20:49 UTC  (26+ messages)
` [PATCH v10 "
  ` [PATCH v10 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
  ` [PATCH v10 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v11 0/8] Add support for Sub-NUMA cluster (SNC) systems
    ` [PATCH v11 1/8] x86/resctrl: Prepare for new domain scope
    ` [PATCH v11 2/8] x86/resctrl: Prepare to split rdt_domain structure
    ` [PATCH v11 3/8] x86/resctrl: Prepare for different scope for control/monitor operations
    ` [PATCH v11 4/8] x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
    ` [PATCH v11 5/8] x86/resctrl: Add node-scope to the options for feature scope
    ` [PATCH v11 6/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
    ` [PATCH v11 7/8] x86/resctrl: Sub NUMA Cluster detection and enable
    ` [PATCH v11 8/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] userns: eliminate many kernel-doc warnings
 2023-11-09  9:20 UTC  (2+ messages)

[PATCH 5.4 000/131] 5.4.258-rc1 review
 2023-11-08 16:48 UTC  (5+ messages)
` [PATCH 5.4 062/131] ncsi: Propagate carrier gain/loss events to the NCSI controller

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-08 16:52 UTC  (13+ messages)

[PATCH 5.15 000/125] 5.15.138-rc2 review
 2023-11-08 14:30 UTC  (7+ messages)

[PATCH 5.10 00/91] 5.10.200-rc2 review
 2023-11-08 14:29 UTC  (6+ messages)

[PATCH 6.6 00/30] 6.6.1-rc1 review
 2023-11-08  9:50 UTC  (10+ messages)

[PATCH v2] LoongArch: Mark __percpu functions as always inline
 2023-11-08  3:11 UTC  (2+ messages)

[PATCH net v3] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-07 22:30 UTC  (3+ messages)

[PATCH 5.10 00/95] 5.10.200-rc1 review
 2023-11-07 20:24 UTC  (13+ messages)

[PATCH 5.15 000/128] 5.15.138-rc1 review
 2023-11-07 20:21 UTC  (10+ messages)

[PATCH 4.14 00/48] 4.14.329-rc1 review
 2023-11-07 19:01 UTC  (5+ messages)

[PATCH 6.5 00/88] 6.5.11-rc1 review
 2023-11-07 18:54 UTC  (10+ messages)

[PATCH 6.1 00/62] 6.1.62-rc1 review
 2023-11-07 18:54 UTC  (9+ messages)

[PATCH 5.4 00/74] 5.4.260-rc1 review
 2023-11-07 18:53 UTC  (6+ messages)

[PATCH 4.19 00/61] 4.19.298-rc1 review
 2023-11-07 18:53 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
 2023-11-07  7:49 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox