messages from 2024-05-19 20:25:14 to 2024-06-12 15:08:00 UTC [more...]
termios constants should be unsigned
2024-06-12 15:07 UTC (8+ messages)
` [PATCH] uapi/asm/termbits: Use the U integer suffix for bit fields
Correct way of calling prctl(2) (was: Sashimi of prctl(2))
2024-06-12 12:02 UTC (5+ 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 "
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-12 7:02 UTC (14+ messages)
` [PATCHv8 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv8 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv8 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv8 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv8 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv8 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv8 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv8 9/9] man2: Add uretprobe syscall page
[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-11 14:25 UTC (19+ 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 v5 00/28] NT synchronization primitive driver
2024-06-10 16:58 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 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 v16 0/5] implement getrandom() in vDSO
2024-06-10 12:00 UTC (43+ 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
[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-06-04 5:22 UTC (38+ messages)
Header conflicts with shmget() and SHM_HUGE_2MB
2024-06-03 19:27 UTC (2+ messages)
[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 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: "
[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 (3+ messages)
[PATCH v15 0/5] implement getrandom() in vDSO
2024-05-21 11:18 UTC
[PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
2024-05-21 10:11 UTC (13+ 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).