messages from 2024-02-21 19:41:25 to 2024-03-05 19:54:08 UTC [more...]
[RFC PATCH 0/5] Add support for suppressing warning backtraces
2024-03-05 19:54 UTC (7+ messages)
` [RFC PATCH 1/5] bug: Core "
` [RFC PATCH 2/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [RFC PATCH 3/5] x86: Add support for suppressing warning tracebacks
` [RFC PATCH 4/5] arm64: "
` [RFC PATCH 5/5] loongarch: "
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-03-05 19:39 UTC (25+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP
[net-next v1 00/16] Device Memory TCP
2024-03-05 11:45 UTC (3+ messages)
` [net-next v1 04/16] gve: implement queue api
[PATCH 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator
2024-03-04 6:57 UTC (2+ messages)
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-03-02 15:05 UTC (23+ messages)
` [musl] "
[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
2024-03-01 18:52 UTC (25+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
[PATCH 1/2] mmiowb: Rename mmiowb_spin_{lock, unlock}() to mmiowb_in_{lock, unlock}()
2024-03-01 13:05 UTC (2+ messages)
` [PATCH 2/2] mmiowb: Hook up mmiowb helpers to mutexes as well as spinlocks
[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
2024-02-29 23:01 UTC (7+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-29 22:13 UTC (9+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
[PATCH v3 00/35] Memory allocation profiling
2024-02-29 20:54 UTC (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
[PATCH v4 00/36] Memory allocation profiling
2024-02-28 18:38 UTC (92+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation
Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
2024-02-26 17:38 UTC (20+ messages)
[GIT PULL] LoongArch fixes for v6.8-rc6
2024-02-24 18:10 UTC (2+ messages)
[PATCH v2 00/17] Add folio_end_read
2024-02-23 15:36 UTC (4+ messages)
` [PATCH v2 03/17] mm: Add folio_end_read()
[PATCH v5 00/16] x86: Confine early 1:1 mapped startup code
2024-02-23 13:11 UTC (3+ messages)
` [PATCH v5 10/16] x86/startup_64: Simplify virtual switch on primary boot
[PATCH 2/3] arch: Remove struct fb_info from video helpers
2024-02-23 1:26 UTC (2+ messages)
[PATCH 3/3] arch: Rename fbdev header and source files
2024-02-22 23:52 UTC (3+ messages)
[PATCH 0/4] parisc: checksum: Use generic implementations and optimize checksum
2024-02-22 16:04 UTC (9+ messages)
` [PATCH 1/4] asm-generic headers: Allow csum_partial arch override
` [PATCH 2/4] parisc: checksum: Use generic implementations
` [PATCH 3/4] parisc: checksum: Remove folding from csum_partial
` [PATCH 4/4] parisc: checksum: Optimize from32to16
[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-02-22 13:33 UTC (18+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking
[PATCH 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
2024-02-22 0:57 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).