Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-12 18:41:43 to 2024-03-25 17:52:59 UTC [more...]

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-25 17:52 UTC  (3+ messages)
` [PATCH v2 01/14] bug/kunit: Core "
` [PATCH v2 02/14] kunit: bug: Count suppressed "

[PATCH v6 00/37] Memory allocation profiling
 2024-03-25 17:49 UTC  (53+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-25 17:44 UTC  (34+ messages)
` [WIP 1/3] rust: Introduce atomic module
` [WIP 2/3] rust: atomic: Add ARM64 fetch_add_relaxed()
` [WIP 3/3] rust: atomic: Add fetch_sub_release()

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-24 23:37 UTC  (11+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH v7] posix-timers: add clock_compare system call
 2024-03-24 11:04 UTC  (11+ messages)

[PATCH] export.h: remove include/asm-generic/export.h
 2024-03-23  9:06 UTC 

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-03-22 18:53 UTC  (4+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[GIT PULL] LoongArch changes for v6.9
 2024-03-22 17:58 UTC  (2+ messages)

[PATCH v3 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack
 2024-03-22  8:16 UTC 

[PATCH v2 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack
 2024-03-22  4:59 UTC  (4+ messages)

[PATCH] LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
 2024-03-20 13:49 UTC  (3+ messages)

[RFC v3 0/3] move_phys_pages syscall - migrate page contents given
 2024-03-20  6:01 UTC  (16+ messages)
` [RFC v3 1/3] mm/migrate: refactor add_page_for_migration for code re-use
` [RFC v3 2/3] mm/migrate: Create move_phys_pages syscall
` [RFC v3 3/3] ktest: sys_move_phys_pages ktest
      ` [RFC v3 3/3] ktest: sys_move_phys_pages ktesty

[PATCH] LoongArch: Select HAVE_ARCH_USERFAULTFD_MINOR in Kconfig
 2024-03-19  6:24 UTC 

[PATCH] LoongArch: Select ARCH_HAS_CURRENT_STACK_POINTER in Kconfig
 2024-03-19  3:58 UTC  (2+ messages)

[PATCH v3 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-18 22:49 UTC  (5+ messages)

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2024-03-18 17:12 UTC  (5+ messages)
` [PATCH V2 3/3] SH: "

Question about ISA2+pooncelock+pooncelock+pombonce litmus
 2024-03-18 11:19 UTC  (3+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (22+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 10/14] parisc: Add support for suppressing warning backtraces
` [PATCH 11/14] s390: "

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (22+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-14 14:03 UTC  (11+ messages)
` [musl] "

[PATCH v6] posix-timers: add clock_compare system call
 2024-03-14  8:05 UTC  (5+ messages)

[PATCH v2 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
 2024-03-14  4:33 UTC  (9+ messages)

Linux 6.8
 2024-03-13 19:30 UTC 

[PATCH v3 0/4] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2024-03-13 18:01 UTC  (5+ messages)
` [PATCH v3 1/4] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [PATCH v3 2/4] context_tracking: Make context_tracking_key __ro_after_init
` [PATCH v3 3/4] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [PATCH v3 4/4] x86/tsc: Make __use_tsc __ro_after_init

[PATCH v1 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack
 2024-03-13 17:45 UTC  (3+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed


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 read-only IMAP folder(s) and NNTP newsgroup(s).