messages from 2024-06-12 15:22:52 to 2024-06-14 01:34:57 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-14 1:34 UTC (17+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags
` [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v12 12/13] net: add devmem TCP documentation
` [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v4 00/35] kmsan: Enable on s390
2024-06-13 23:44 UTC (39+ messages)
` [PATCH v4 01/35] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v4 02/35] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v4 03/35] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v4 04/35] kmsan: Increase the maximum store size to 4096
` [PATCH v4 05/35] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v4 06/35] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v4 07/35] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v4 08/35] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v4 09/35] kmsan: Expose kmsan_get_metadata()
` [PATCH v4 10/35] kmsan: Export panic_on_kmsan
` [PATCH v4 11/35] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v4 12/35] kmsan: Support SLAB_POISON
` [PATCH v4 13/35] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v4 14/35] kmsan: Do not round up pg_data_t size
` [PATCH v4 15/35] mm: slub: Let KMSAN access metadata
` [PATCH v4 16/35] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v4 17/35] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v4 18/35] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v4 19/35] kmsan: Accept ranges starting with 0 on s390
` [PATCH v4 20/35] s390/boot: Turn off KMSAN
` [PATCH v4 21/35] s390: Use a larger stack for KMSAN
` [PATCH v4 22/35] s390/boot: Add the KMSAN runtime stub
` [PATCH v4 23/35] s390/checksum: Add a KMSAN check
` [PATCH v4 24/35] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v4 25/35] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v4 26/35] s390/diag: Unpoison diag224() "
` [PATCH v4 27/35] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v4 28/35] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v4 29/35] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v4 30/35] s390/string: Add KMSAN support
` [PATCH v4 31/35] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v4 32/35] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v4 33/35] s390/unwind: Disable KMSAN checks
` [PATCH v4 34/35] s390: Implement the architecture-specific KMSAN functions
` [PATCH v4 35/35] kmsan: Enable on s390
[PATCH v7 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-13 23:34 UTC (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH 0/8] riscv: ftrace: atmoic patching and preempt improvements
2024-06-13 22:36 UTC (12+ messages)
` [PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
` [PATCH 2/8] tracing: do not trace kernel_text_address()
` [PATCH 3/8] riscv: ftrace: support fastcc in Clang for WITH_ARGS
` [PATCH 4/8] riscv: ftrace: align patchable functions to 4 Byte boundary
` [PATCH 5/8] riscv: ftrace: prepare ftrace for atomic code patching
` [PATCH 6/8] riscv: ftrace: do not use stop_machine to update code
` [PATCH 7/8] riscv: vector: Support calling schedule() for preemptible Vector
` [PATCH 8/8] riscv: ftrace: support PREEMPT
[PATCH v2 00/10] Improve the copy of task comm
2024-06-13 22:17 UTC (15+ messages)
` [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v2 03/10] security: "
` [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v2 07/10] tsacct: "
` [PATCH v2 08/10] tracing: "
` [PATCH v2 09/10] net: Replace strcpy() "
` [PATCH v2 10/10] drm: "
[PATCH] linux++: delete some forward declarations
2024-06-13 21:28 UTC (6+ messages)
[PATCH v6 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-13 18:51 UTC (8+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-13 18:13 UTC (33+ messages)
` [PATCH 05/14] tracefs: "
[PATCH v5 0/8] DAMON based tiered memory management for CXL memory
2024-06-13 17:46 UTC (14+ messages)
` [PATCH v5 1/8] mm: make alloc_demote_folio externally invokable for migration
` [PATCH v5 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio
` [PATCH v5 3/8] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH v5 4/8] mm/migrate: add MR_DAMON to migrate_reason
` [PATCH v5 5/8] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [PATCH v5 6/8] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
` [PATCH v5 7/8] Docs/admin-guide/mm/damon/usage: add missing actions
` [PATCH v5 8/8] Docs/.../mm/damon: add more damos actions
[PATCH] function_graph: Add READ_ONCE() when accessing fgraph_array[]
2024-06-13 14:43 UTC (2+ messages)
[PATCH v3 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-13 14:42 UTC (10+ messages)
` [PATCH v3 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH 0/8] DAMON based tiered memory management for CXL memory
2024-06-13 13:56 UTC (8+ messages)
` [PATCH 1/8] mm: make alloc_demote_folio externally invokable for migration
` [PATCH 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio
` [PATCH 3/8] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH 4/8] mm/migrate: add MR_DAMON to migrate_reason
` [PATCH 5/8] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-06-13 13:37 UTC (7+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
` [PATCH 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround
[PATCH v5 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-13 13:20 UTC (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH] trace: riscv: Remove deprecated kprobe on ftrace support
2024-06-13 11:13 UTC
[PATCH] riscv: Fix early ftrace nop patching
2024-06-13 7:48 UTC (2+ messages)
Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-06-13 7:48 UTC (14+ messages)
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-13 0:10 UTC (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
[PATCH v6 00/13] tracing: Persistent traces across a reboot or crash
2024-06-12 23:19 UTC (14+ messages)
` [PATCH v6 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v6 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v6 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v6 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v6 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v6 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v6 07/13] ring-buffer: Validate boot range memory events
` [PATCH v6 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v6 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v6 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v6 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v6 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v6 13/13] tracing: Add last boot delta offset for stack traces
[PATCH] selftests/ftrace: Add required dependency for kprobe tests
2024-06-12 22:12 UTC
[linux-next:master] BUILD REGRESSION 03d44168cbd7fc57d5de56a3730427db758fc7f6
2024-06-12 20:41 UTC
[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
2024-06-12 18:10 UTC (4+ messages)
` [PATCH bpf-next v5 06/12] bpf: Make bpf_session_cookie() kfunc return long *
` [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-06-12 17:31 UTC (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
[PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
2024-06-12 15:47 UTC (12+ messages)
[PATCH v3 00/34] kmsan: Enable on s390
2024-06-12 15:37 UTC (4+ messages)
` [PATCH v3 01/34] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-12 15:32 UTC (8+ messages)
` [PATCH v2 1/2] "
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 read-only IMAP folder(s) and NNTP newsgroup(s).