public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-08-26 16:16:59 to 2022-09-01 23:36:41 UTC [more...]

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-01 23:36 UTC  (96+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related

[PATCH v1 00/10] io-uring/btrfs: support async buffered writes
 2022-09-01 22:58 UTC  (11+ messages)
` [PATCH v1 01/10] btrfs: implement a nowait option for tree searches
` [PATCH v1 02/10] btrfs: make can_nocow_extent nowait compatible
` [PATCH v1 03/10] btrfs: add the ability to use NO_FLUSH for data reservations
` [PATCH v1 04/10] btrfs: add btrfs_try_lock_ordered_range
` [PATCH v1 05/10] btrfs: make btrfs_check_nocow_lock nowait compatible
` [PATCH v1 06/10] btrfs: make prepare_pages "
` [PATCH v1 07/10] btrfs: make lock_and_cleanup_extent_if_need "
` [PATCH v1 08/10] btrfs: btrfs: plumb NOWAIT through the write path
` [PATCH v1 09/10] btrfs: make balance_dirty_pages nowait compatible
` [PATCH v1 10/10] btrfs: enable nowait async buffered writes

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-01 21:30 UTC  (5+ messages)
` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[PATCH liburing v2 00/12] Defer taskrun changes
 2022-09-01 18:36 UTC  (17+ messages)
` [PATCH liburing v2 01/12] Copy defer task run definition from kernel
` [PATCH liburing v2 02/12] Add documentation for IORING_SETUP_DEFER_TASKRUN flag
` [PATCH liburing v2 03/12] add io_uring_submit_and_get_events and io_uring_get_events
` [PATCH liburing v2 04/12] add a t_probe_defer_taskrun helper function for tests
` [PATCH liburing v2 05/12] update existing tests for defer taskrun
` [PATCH liburing v2 06/12] add a defer-taskrun test
` [PATCH liburing v2 07/12] update io_uring_enter.2 docs for IORING_FEAT_NODROP
` [PATCH liburing v2 08/12] add docs for overflow lost errors
` [PATCH liburing v2 09/12] expose CQ ring overflow state
` [PATCH liburing v2 10/12] overflow: add tests
` [PATCH liburing v2 11/12] file-verify test: log if short read
` [PATCH liburing v2 12/12] shutdown test: bind to ephemeral port

[RFC 0/6] io_uring simplify zerocopy send API
 2022-09-01 15:54 UTC  (9+ messages)
` [RFC 1/6] selftests/net: temporarily disable io_uring zc test
` [RFC 2/6] Revert "io_uring: add zc notification flush requests"
` [RFC 3/6] Revert "io_uring: rename IORING_OP_FILES_UPDATE"
` [RFC 4/6] io_uring/notif: remove notif registration
` [RFC 5/6] io_uring/net: simplify zerocopy send user API
` [RFC 6/6] selftests/net: return back io_uring zc send tests

[PATCH for-next] io_uring: do not double call_rcu with eventfd
 2022-09-01 15:20 UTC  (2+ messages)

[PATCHv3 0/7] dma mapping optimisations
 2022-08-31 21:19 UTC  (7+ messages)

[GIT PULL] LSM fixes for v6.0 (#1)
 2022-08-31 17:20 UTC  (2+ messages)

[PATCH liburing 0/5] Add basic test for nvme uring passthrough commands
 2022-08-31  7:15 UTC  (18+ messages)
        ` [PATCH] Smack: Provide read control for io_uring_cmd

[PATCH liburing v1 0/3] liburing updates
 2022-08-31  1:00 UTC  (5+ messages)
` [PATCH liburing v1 1/3] github bot: Upgrade clang version to 16
` [PATCH liburing v1 2/3] CHANGELOG: Note about `io_uring_{enter,enter2,register,setup}`
` [PATCH liburing v1 3/3] queue: Remove unnecessary goto and label

[PATCH for-next v4 0/7] io_uring: defer task work to when it is needed
 2022-08-30 14:30 UTC  (9+ messages)
` [PATCH for-next v4 1/7] io_uring: remove unnecessary variable
` [PATCH for-next v4 2/7] io_uring: introduce io_has_work
` [PATCH for-next v4 3/7] io_uring: do not run task work at the start of io_uring_enter
` [PATCH for-next v4 4/7] io_uring: add IORING_SETUP_DEFER_TASKRUN
` [PATCH for-next v4 5/7] io_uring: move io_eventfd_put
` [PATCH for-next v4 6/7] io_uring: signal registered eventfd to process deferred task work
` [PATCH for-next v4 7/7] io_uring: trace local task work run

[PATCH liburing v2 0/7] Export io_uring syscall functions
 2022-08-30 14:14 UTC  (9+ messages)
` [PATCH liburing v2 1/7] syscall: Make io_uring syscall arguments consistent
` [PATCH liburing v2 2/7] syscall: Add io_uring syscall functions
` [PATCH liburing v2 3/7] man: Clarify "man 2" entry for io_uring syscalls
` [PATCH liburing v2 4/7] man: Add `io_uring_enter2()` function signature
` [PATCH liburing v2 5/7] man: Alias `io_uring_enter2()` to `io_uring_enter()`
` [PATCH liburing v2 6/7] test/io_uring_{enter,setup,register}: Use the exported syscall functions
` [PATCH liburing v2 7/7] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves"

[PATCH for-next v3 0/7] io_uring: defer task work to when it is needed
 2022-08-30 14:04 UTC  (12+ messages)
` [PATCH for-next v3 4/7] io_uring: add IORING_SETUP_DEFER_TASKRUN

possible deadlock in io_poll_double_wake
 2022-08-30 13:58 UTC  (2+ messages)

[RFC PATCH liburing v1 0/4] Export io_uring syscall functions
 2022-08-29 19:58 UTC  (9+ messages)
` [RFC PATCH liburing v1 1/4] syscall: Add "
` [RFC PATCH liburing v1 2/4] man: Clarify "man 2" entry for io_uring syscalls
` [RFC PATCH liburing v1 3/4] man: Alias `io_uring_enter2()` to `io_uring_enter()`
` [RFC PATCH liburing v1 4/4] test/io_uring_{enter,setup,register}: Use the exported syscall functions

[RESEND for-5.20] io_uring/net: fix overexcessive retries
 2022-08-26 18:42 UTC  (2+ messages)

[patch] liburing: fix return code for test/hardlink.t
 2022-08-26 18:42 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 6.0-rc3
 2022-08-26 18:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox