linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:24:52 to 2021-09-23 17:11:53 UTC [more...]

[PATCH v2 00/22] futex: splitup and waitv syscall
 2021-09-23 17:10 UTC  (5+ messages)
` [PATCH v2 01/22] futex: Move to kernel/futex/
` [PATCH v2 02/22] futex: Split out syscalls
` [PATCH v2 03/22] futex: Rename {,__}{,un}queue_me()
` [PATCH v2 04/22] futex: Rename futex_wait_queue_me()

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-23 15:07 UTC  (23+ messages)
` [RFC PATCH 01/13] x86/uintr/man-page: Include man pages draft for reference
` [RFC PATCH 02/13] Documentation/x86: Add documentation for User Interrupts
` [RFC PATCH 03/13] x86/cpu: Enumerate User Interrupts support
` [RFC PATCH 04/13] x86/fpu/xstate: Enumerate User Interrupts supervisor state
` [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector
` [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls
` [RFC PATCH 07/13] x86/process/64: Add uintr task context switch support
` [RFC PATCH 08/13] x86/process/64: Clean up uintr task fork and exit paths
` [RFC PATCH 09/13] x86/uintr: Introduce vector registration and uintr_fd syscall
` [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall
` [RFC PATCH 12/13] x86/uintr: Wire up the user interrupt syscalls
` [RFC PATCH 13/13] selftests/x86: Add basic tests for User IPI

[PATCH] aio: Wire up compat_sys_io_pgetevents_time64 for x86
 2021-09-23 10:25 UTC  (10+ messages)
      ` ia32 signed long treated as x64 unsigned int by __ia32_sys*
` [LTP] [PATCH] aio: Wire up compat_sys_io_pgetevents_time64 for x86

[RFC] Expose request_module via syscall
 2021-09-22 20:06 UTC  (15+ messages)

[PATCH 0/5 v0.6] sched/umcg: RFC UMCG patchset
 2021-09-22 18:39 UTC  (9+ messages)
` [PATCH 1/5 v0.6] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH 2/5 v0.6] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/5 v0.6] sched/umcg: RFC: implement UMCG syscalls
` [PATCH 4/5 v0.6] sched/umcg: add Documentation/userspace-api/umcg.rst
` [PATCH 5/5 v0.6] sched/umcg: add Documentation/userspace-api/umcg.txt

[PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h header files
 2021-09-22 17:25 UTC  (6+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-20 16:48 UTC  (23+ messages)
                                    ` [NEEDS-REVIEW] "

[PATCH 1/2] fs: move struct linux_dirent into headers
 2021-09-20 10:06 UTC  (3+ messages)
` [PATCH 2/2] fs: move dirent.h into uapi

[PATCH 00/20] futex: splitup and waitv syscall
 2021-09-16 18:54 UTC  (27+ messages)
` [PATCH 01/20] futex: Move to kernel/futex/
` [PATCH 02/20] futex: Split out syscalls
` [PATCH 03/20] futex: Rename {,__}{,un}queue_me()
` [PATCH 04/20] futex: Rename futex_wait_queue_me()
` [PATCH 05/20] futex: Rename: queue_{,un}lock()
` [PATCH 06/20] futex: Rename __unqueue_futex()
` [PATCH 07/20] futex: Rename hash_futex()
` [PATCH 08/20] futex: Rename: {get,cmpxchg}_futex_value_locked()
` [PATCH 09/20] futex: Split out PI futex
` [PATCH 10/20] futex: Rename: hb_waiter_{inc,dec,pending}()
` [PATCH 11/20] futex: Rename: match_futex()
` [PATCH 12/20] futex: Rename mark_wake_futex()
` [PATCH 13/20] futex: Split out requeue
` [PATCH 14/20] futex: Split out wait/wake
` [PATCH 15/20] futex: Simplify double_lock_hb()
  ` [PATCH 16/20] futex: Implement sys_futex_waitv()

[PATCH v3 0/6] futex2: Add wait on multiple futexes syscall
 2021-09-16 16:36 UTC  (17+ messages)
` [PATCH v3 1/6] futex: Prepare for futex_wait_multiple()
` [PATCH v3 2/6] futex2: Implement vectorized wait
` [PATCH v3 3/6] futex2: wire up syscall for x86
` [PATCH v3 4/6] futex2: wire up syscall for ARM
` [PATCH v3 5/6] selftests: futex2: Add waitv test
` [PATCH v3 6/6] selftests: futex2: Test futex_waitv timeout

[PATCH 0/4 v0.5] sched/umcg: RFC UMCG patchset
 2021-09-15 19:10 UTC  (27+ messages)
` [PATCH 1/4 v0.5] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH 2/4 v0.5] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/4 v0.5] sched/umcg: RFC: implement UMCG syscalls
` [PATCH 4/4 v0.5] sched/umcg: add Documentation/userspace-api/umcg.rst

[PATCH v6 00/21] File system wide monitoring
 2021-09-15 10:31 UTC  (7+ messages)
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event

[PATCH v2] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
 2021-09-15  8:51 UTC  (7+ messages)

[RESEND RFC PATCH 0/3] Provide fast access to thread specific data
 2021-09-14 17:24 UTC  (8+ messages)
` [RESEND RFC PATCH 1/3] Introduce per thread user-kernel shared structure
` [RESEND RFC PATCH 2/3] Publish tasks's scheduler stats thru the "
` [RESEND RFC PATCH 3/3] Introduce task's 'off cpu' time

[RESEND RFC PATCH 0/3] Provide fast access to thread specific data
 2021-09-14 16:10 UTC  (19+ messages)
` [RESEND RFC PATCH 1/3] Introduce per thread user-kernel shared structure
` [RESEND RFC PATCH 2/3] Publish tasks's scheduler stats thru the "
` [RESEND RFC PATCH 3/3] Introduce task's 'off cpu' time
  ` Fwd: [RESEND RFC PATCH 0/3] Provide fast access to thread specific data

[PATCH v3] io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
 2021-09-13 16:38 UTC  (2+ messages)

[PATCH v2] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
 2021-09-13 15:52 UTC  (3+ messages)

[PATCH] io-wq: expose IO_WQ_ACCT_* enumeration items to UAPI
 2021-09-12 22:49 UTC  (4+ messages)

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-05 19:07 UTC  (7+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()

Introduction: I am a Linux and open source software enthusiast
 2021-09-05 10:19 UTC 

[PATCH v2 0/5] futex2: Add wait on multiple futexes syscall
 2021-09-05 10:14 UTC  (7+ messages)
` [PATCH v2 1/5] futex: Prepare for futex_wait_multiple()
` [PATCH v2 2/5] futex2: Implement vectorized wait
` [PATCH v2 3/5] futex2: wire up syscall for x86
` [PATCH v2 4/5] selftests: futex2: Add waitv test
` [PATCH v2 5/5] selftests: futex2: Test futex_waitv timeout


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).