Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 00:30:23 to 2024-02-05 09:51:47 UTC [more...]

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-05  9:51 UTC 

[PATCH v5 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-05  5:48 UTC  (6+ messages)
` [PATCH v5 1/4] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v5 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v5 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v5 4/4] mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq

[PATCH RFT v3 0/5] fork: Support shadow stacks in clone3()
 2024-02-04 11:56 UTC  (3+ messages)
` [PATCH RFT v3 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK

[PATCH RFT v5 0/7] fork: Support shadow stacks in clone3()
 2024-02-04  1:33 UTC  (9+ messages)
` [PATCH RFT v5 1/7] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v5 2/7] selftests: Provide helper header for shadow stack testing
` [PATCH RFT v5 3/7] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFT v5 4/7] fork: Add shadow stack support to clone3()
` [PATCH RFT v5 5/7] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFT v5 6/7] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFT v5 7/7] selftests/clone3: Test shadow stack support

[PATCH 0/3] pidfd_poll: report POLLHUP when pid_task() == NULL
 2024-02-03 16:46 UTC  (13+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] pidfd: kill the no longer needed do_notify_pidfd() in de_thread()
` [PATCH 3/3] pid: kill the obsolete PIDTYPE_PID code in transfer_pid()

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

[net-next 0/3] Per epoll context busy poll support
 2024-02-03  1:15 UTC  (12+ messages)

[PATCH v3 0/3] pidfds for non thread group leaders
 2024-02-01 19:33 UTC  (40+ messages)
` [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
                        ` [RFC PATCH] pidfd: implement PIDFD_THREAD flag for pidfd_open()

[PATCH v4 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-02-01  3:10 UTC  (15+ messages)
` [PATCH v4 1/3] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v4 2/3] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v4 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving

[PATCH net-next v5 0/3] Per epoll context busy poll support
 2024-01-31 18:08 UTC  (4+ messages)
` [PATCH net-next v5 1/3] eventpoll: support busy poll per epoll instance
` [PATCH net-next v5 2/3] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v5 3/3] eventpoll: Add epoll ioctl for epoll_params

[PATCH net-next v4 0/3] Per epoll context busy poll support
 2024-01-31 16:16 UTC  (10+ messages)
` [PATCH net-next v4 1/3] eventpoll: support busy poll per epoll instance
` [PATCH net-next v4 2/3] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v4 3/3] eventpoll: Add epoll ioctl for epoll_params

[PATCH 1/5] docs: move admin-guide/sysfs-rules.rst to userspace-api/
 2024-01-31  5:42 UTC  (5+ messages)
` [PATCH 4/5] Documentation/ABI/README: convert to ReST

[PATCH net-next v3 0/3] Per epoll context busy poll support
 2024-01-30 20:33 UTC  (20+ messages)
` [PATCH net-next v3 1/3] eventpoll: support busy poll per epoll instance
` [PATCH net-next v3 2/3] eventpoll: Add per-epoll busy poll packet budget
` [PATCH net-next v3 3/3] eventpoll: Add epoll ioctl for epoll_params

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-30 16:01 UTC  (16+ messages)
` [PATCH v3 1/4] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v3 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v3 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

Several tst-robust* tests time out with recent Linux kernel
 2024-01-30 10:12 UTC  (12+ messages)

[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise()
 2024-01-27  8:06 UTC  (9+ messages)

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25 21:45 UTC  (17+ messages)
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device
` [RFC PATCH 4/9] ntsync: Introduce NTSYNC_IOC_PUT_SEM
` [RFC PATCH 5/9] ntsync: Introduce NTSYNC_IOC_WAIT_ANY

[net-next v2 0/4] Per epoll context busy poll support
 2024-01-25 14:11 UTC  (9+ messages)
` [net-next v2 1/4] eventpoll: support busy poll per epoll instance
` [net-next v2 2/4] eventpoll: Add per-epoll busy poll packet budget
` [net-next v2 3/4] eventpoll: Add epoll ioctl for epoll_params
` [net-next v2 4/4] net: print error if SO_BUSY_POLL_BUDGET is large


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