+++ to secure your transactions use the Bitcoin Mixer Service +++

 

linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v16 0/5] implement getrandom() in vDSO
 2024-05-31  2:26 UTC  (13+ messages)
` [PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v16 2/5] random: add vgetrandom_alloc() syscall
` [PATCH v16 3/5] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v16 4/5] random: introduce generic vDSO getrandom() implementation
` [PATCH v16 5/5] x86: vdso: Wire up getrandom() vDSO implementation

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-30 23:04 UTC  (23+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv6 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv6 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv6 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv6 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv6 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv6 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv6 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv6 9/9] man2: Add uretprobe syscall page

[PATCH v4 0/3] VT: Add ability to get font requirements
 2024-05-29  8:44 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] VT: Use macros to define ioctls

[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-05-29  7:40 UTC  (33+ messages)

Correct way of calling prctl(2) (was: Sashimi of prctl(2))
 2024-05-28 11:48 UTC  (4+ messages)
      ` [PATCH v1 0/2] uapi/linux/prctl: Use the L and UL integer suffixes for certain constants
        ` [PATCH v1 1/2] uapi/linux/prctl: Use the L integer suffix for enumerations of width long
        ` [PATCH v1 2/2] uapi/linux/prctl: Use the UL integer suffix for bit fields "

[PATCH v2] xfs_io: make MADV_SOFT_OFFLINE conditional
 2024-05-25 11:25 UTC  (2+ messages)

[PATCH v2 0/1] Add FUTEX_SPIN operation
 2024-05-25  9:36 UTC  (6+ messages)
` [PATCH v2 1/1] futex: "

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-23 12:11 UTC  (10+ messages)
` [PATCHv7 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv7 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv7 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv7 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv7 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv7 9/9] man2: Add uretprobe syscall page

[PATCH] uapi: linux/kd.h: include missing header
 2024-05-23  9:29 UTC  (2+ messages)

[PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-21 20:35 UTC  (10+ messages)
` [PATCH v6 3/3] openat2: add OA2_CRED_INHERIT flag

[PATCH v15 0/5] implement getrandom() in vDSO
 2024-05-21 11:18 UTC 

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-21 10:11 UTC  (32+ messages)
` [PATCHv5 bpf-next 1/8] uprobe: Wire up uretprobe system call
` [PATCHv5 bpf-next 2/8] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv5 bpf-next 3/8] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv5 bpf-next 4/8] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv5 bpf-next 5/8] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
` [PATCHv5 8/8] man2: Add uretprobe syscall page

[PATCH v5 00/28] NT synchronization primitive driver
 2024-05-19 20:24 UTC  (29+ messages)
` [PATCH v5 01/28] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v5 02/28] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v5 03/28] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v5 04/28] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v5 05/28] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v5 06/28] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v5 07/28] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v5 08/28] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v5 09/28] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v5 10/28] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v5 11/28] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v5 12/28] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v5 13/28] ntsync: Introduce alertable waits
` [PATCH v5 14/28] selftests: ntsync: Add some tests for semaphore state
` [PATCH v5 15/28] selftests: ntsync: Add some tests for mutex state
` [PATCH v5 16/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v5 17/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v5 18/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v5 19/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v5 20/28] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v5 21/28] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v5 22/28] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v5 23/28] selftests: ntsync: Add tests for alertable waits
` [PATCH v5 24/28] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v5 25/28] selftests: ntsync: Add a stress test for contended waits
` [PATCH v5 26/28] maintainers: Add an entry for ntsync
` [PATCH v5 27/28] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v5 28/28] ntsync: No longer depend on BROKEN

[PATCH v4 00/30] NT synchronization primitive driver
 2024-05-15 23:32 UTC  (11+ messages)
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL

[RFC PATCH] LSM, net: Add SO_PEERCONTEXT for peer LSM data
 2024-05-13 17:03 UTC 

[PATCH v5 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-08 17:30 UTC  (11+ messages)

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-07  7:47 UTC  (24+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv4 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv4 bpf-next 6/7] selftests/bpf: Add uretprobe compat test
` [PATCHv4 7/7] man2: Add uretprobe syscall page

[RFC PATCH 0/1] Change failover behavior for DIRECT writes in ext4/block fops
 2024-05-02 14:33 UTC  (5+ messages)
` [RFC PATCH 1/1] Remove buffered failover for ext4 and block fops direct writes


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