messages from 2023-10-12 01:56:09 to 2023-10-26 07:30:43 UTC [more...]
[RFC] rust: types: Add read_once and write_once
2023-10-26 7:30 UTC (5+ messages)
[PATCH v2 0/1] Introduce CONFIG_DEBUG_INFO_IKCONFIG
2023-10-25 22:36 UTC (2+ messages)
` [PATCH v2 1/1] kernel/config: "
[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
2023-10-25 21:20 UTC (12+ messages)
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library
[PATCH v2 00/39] Memory allocation profiling
2023-10-25 17:33 UTC (45+ 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 RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-10-25 8:52 UTC (29+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-10-24 19:28 UTC (47+ 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 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
[RFC][PATCH] fix csum_and_copy_..._user() idiocy. Re: AW: [PATCH] amd64: Fix csum_partial_copy_generic()
2023-10-24 12:31 UTC (7+ messages)
[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
2023-10-24 12:02 UTC (5+ messages)
Wycena paneli fotowoltaicznych
2023-10-24 8:10 UTC
[PATCH RT 0/3] riscv: add PREEMPT_RT support
2023-10-24 6:18 UTC (4+ messages)
Sharing page tables across processes (mshare)
2023-10-23 22:44 UTC
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-10-23 20:01 UTC (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
2023-10-23 15:36 UTC (4+ messages)
` [PATCH v5 13/44] i2c: add HAS_IOPORT dependencies
[PATCH 02/10] linux/init: remove __memexit* annotations
2023-10-22 18:24 UTC (2+ messages)
[PATCH memory-model] docs: memory-barriers: Add note on compiler transformation and address deps
2023-10-21 20:07 UTC (17+ messages)
[PATCH 2/2] mm: mempolicy: Interleave policy for tiered memory nodes
2023-10-20 17:05 UTC (2+ messages)
[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
2023-10-20 16:52 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
2023-10-20 1:47 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33
2023-10-19 23:23 UTC (4+ messages)
[GIT PULL] LoongArch fixes for v6.6-rc7
2023-10-19 18:36 UTC (2+ messages)
[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
2023-10-19 17:08 UTC (11+ messages)
[PATCH v5 0/4] riscv: tlb flush improvements
2023-10-19 14:01 UTC (5+ messages)
` [PATCH v5 1/4] riscv: Improve tlb_flush()
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
2023-10-18 16:22 UTC (3+ messages)
` [PING][PATCH] "
[PATCH v4 0/4] riscv: tlb flush improvements
2023-10-18 11:32 UTC (7+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
[PATCH v5 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-10-18 10:48 UTC (3+ messages)
[PATCH 00/10] Fix confusion around MAX_ORDER
2023-10-17 10:46 UTC (5+ messages)
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
2023-10-13 21:03 UTC (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs
[PATCH v6 00/38] New page table range API
2023-10-12 14:43 UTC (5+ messages)
` [PATCH v6 06/38] mm: Add default definition of set_ptes()
[PATCH v2 00/15] Introduce /dev/mshv drivers
2023-10-12 1:56 UTC (8+ messages)
` [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
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).