messages from 2023-10-23 11:17:44 to 2023-10-24 15:19:08 UTC [more...]
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-10-24 15:18 UTC (34+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
[PATCH] drm: docs: Remove item from TODO list
2023-10-24 14:24 UTC (3+ messages)
[PATCH net-next v6 00/16] net: Make timestamping selectable
2023-10-24 14:21 UTC (5+ messages)
` [PATCH net-next v6 07/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
[PATCH v2 00/39] Memory allocation profiling
2023-10-24 13:46 UTC (40+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling
[PATCH 1/2] seqlock: fix the wrong read_seqbegin_or_lock/need_seqretry documentation
2023-10-24 13:24 UTC (3+ messages)
` [RFC PATCH 2/2] seqlock: introduce need_seqretry_xxx()
[PATCH v17 09/20] Documentation: add ULP DDP offload documentation
2023-10-24 12:54 UTC
uvc gadget: Making upper bound of number of usb requests allocated configurable through configfs
2023-10-24 12:33 UTC (6+ messages)
[PATCH v2 0/6] Delay VERW
2023-10-24 12:26 UTC (9+ messages)
` [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v2 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v2 3/6] x86/entry_32: "
` [PATCH v2 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v2 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2023-10-24 11:57 UTC (24+ messages)
` [PATCH net-next v2 1/9] net: ethernet: implement OPEN Alliance control transaction interface
` [PATCH net-next v2 2/9] net: ethernet: oa_tc6: implement mac-phy software reset
` [PATCH net-next v2 3/9] net: ethernet: oa_tc6: implement OA TC6 configuration function
` [PATCH net-next v2 4/9] dt-bindings: net: add OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface
` [PATCH net-next v2 5/9] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v2 6/9] dt-bindings: net: oa-tc6: add PHY register access capability
` [PATCH net-next v2 7/9] net: ethernet: oa_tc6: implement data transaction interface
` [PATCH net-next v2 8/9] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY
` [PATCH net-next v2 9/9] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY
[PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
2023-10-24 10:04 UTC (5+ messages)
[PATCH v2 00/19] riscv: report more ISA extensions through hwprobe
2023-10-24 9:30 UTC (14+ messages)
` [PATCH v2 02/19] riscv: add ISA extension parsing for scalar crypto
` [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions
[PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules
2023-10-24 9:24 UTC (3+ messages)
[PATCH] docs: rust: add "The Rust experiment" section
2023-10-24 9:16 UTC (8+ messages)
[PATCH] checkpatch: allow tags between co-developed-by and their sign-off
2023-10-24 9:15 UTC (6+ messages)
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-24 8:45 UTC (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-24 8:32 UTC (11+ messages)
` [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v6 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v6 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v8 0/8] Add support for Sub-NUMA cluster (SNC) systems
2023-10-24 5:41 UTC (3+ messages)
` [PATCH v9 "
[RFC PATCH v11 18/19] ipe: kunit test for parser
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 17/19] scripts: add boot policy generation program
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 12/19] dm: add finalize hook to target_type
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 8/19] "
[RFC PATCH v11 09/19] ipe: add permissive toggle
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 9/19] "
[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 4/19] "
[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 5/19] "
[RFC PATCH v11 03/19] ipe: add evaluation loop
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 3/19] "
[RFC PATCH v11 02/19] ipe: add policy parser
2023-10-24 3:52 UTC (2+ messages)
` [PATCH RFC v11 2/19] "
[PATCH-cgroup 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
2023-10-24 3:28 UTC (12+ messages)
` [PATCH-cgroup 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH-cgroup 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions
[PATCH v3 10/10] drm/ci: docs: add step about how to request privileges
2023-10-24 0:45 UTC
[PATCH 0/6] Delay VERW
2023-10-24 0:00 UTC (31+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
` [RESEND][PATCH "
` [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
` [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
[PATCH v6 0/9] Fix cursor planes with virtualized drivers
2023-10-23 21:29 UTC (3+ messages)
` [PATCH v6 9/9] drm: Introduce documentation for hotspot properties
[PATCH v16 net-next 00/23] net/tcp: Add TCP-AO support
2023-10-23 19:22 UTC (2+ messages)
` [PATCH v16 net-next 23/23] Documentation/tcp: Add TCP-AO documentation
[PATCH RFC] docs/mm: enhance the admin-guide/hugetlbpage doc
2023-10-23 18:53 UTC
[PATCH] Documentation: maple_tree: fix word spelling error
2023-10-23 15:51 UTC (2+ messages)
[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV
2023-10-23 14:58 UTC (2+ messages)
[PATCH 1/2] docs: rust: update Rust docs output path
2023-10-23 14:43 UTC (4+ messages)
` [PATCH 2/2] kbuild: remove old "
[PATCH v2 1/2] tee: amdtee: use page_alloc_exact() for memory allocations
2023-10-23 14:01 UTC (3+ messages)
[PATCH v2] docs: add backporting and conflict resolution document
2023-10-23 13:57 UTC (2+ messages)
` [PATCH v2.5] docs: backporting: address feedback
[PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context
2023-10-23 13:34 UTC (7+ messages)
[PATCH] docs/zh_TW: replace my email address
2023-10-23 13:02 UTC (5+ messages)
[PATCH] eeprom: remove doc and MAINTAINERS section after driver was removed
2023-10-23 11:41 UTC (2+ messages)
[PATCH 0/8] Expand and improve AMDGPU documentation
2023-10-23 11:17 UTC (3+ messages)
` [PATCH 7/8] Documentation/gpu: Add an explanation about the DC weekly patches
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).