Linux-api Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-19 22:39:41 to 2024-04-04 16:12:48 UTC [more...]

[PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe
 2024-04-04 16:11 UTC  (3+ messages)

[PATCH v7] posix-timers: add clock_compare system call
 2024-04-03 15:42 UTC  (20+ messages)

[RFC PATCH v2 0/5] VT: Add ability to get font requirements
 2024-04-03  5:27 UTC  (27+ messages)
  ` [RFC PATCH v2 1/5] VT: Add KD_FONT_OP_GET_INFO operation
  ` [RFC PATCH v2 2/5] newport_con: Allow to get max font width and height
  ` [RFC PATCH v2 3/5] sticon: "
  ` [RFC PATCH v2 4/5] vgacon: "
  ` [RFC PATCH v2 5/5] fbcon: "
  ` [PATCH v3 0/2] VT: Add ability to get font requirements
    ` [PATCH v3 1/2] VT: Add KDFONTINFO ioctl
    ` [PATCH v3 2/2] VT: Allow to get max font width and height
    ` [RESEND PATCH v3 0/2] VT: Add ability to get font requirements
      ` [RESEND PATCH v3 1/2] VT: Add KDFONTINFO ioctl
          ` [PATCH v4 0/3] VT: Add ability to get font requirements
            ` [PATCH v4 1/3] VT: Use macros to define ioctls
            ` [PATCH v4 2/3] VT: Add KDFONTINFO ioctl
            ` [PATCH v4 3/3] VT: Allow to get max font width and height
      ` [RESEND PATCH v3 2/2] "

RFC: Restricting userspace interfaces for CXL fabric management
 2024-04-01 16:51 UTC  (5+ messages)

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

[RFC v3 0/3] move_phys_pages syscall - migrate page contents given
 2024-03-20  6:01 UTC  (16+ messages)
` [RFC v3 1/3] mm/migrate: refactor add_page_for_migration for code re-use
` [RFC v3 2/3] mm/migrate: Create move_phys_pages syscall
` [RFC v3 3/3] ktest: sys_move_phys_pages ktest
      ` [RFC v3 3/3] ktest: sys_move_phys_pages ktesty

Process synchronize with CAS
 2024-03-18 14:17 UTC 

[PATCH] LSM: use 32 bit compatible data types in LSM syscalls
 2024-03-14 18:18 UTC  (15+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v6] posix-timers: add clock_compare system call
 2024-03-14  8:05 UTC  (5+ messages)

[PATCH v15 00/11] LSM: Three basic syscalls
 2024-03-12 23:17 UTC  (14+ messages)
` [PATCH v15 05/11] LSM: Create lsm_list_modules system call

[PATCH v2 00/31] NT synchronization primitive driver
 2024-03-11 18:58 UTC  (13+ messages)
` [PATCH v2 01/31] ntsync: Introduce the ntsync driver and character device
` [PATCH v2 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH v2 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock
` [PATCH v2 29/31] selftests: ntsync: Add a stress test for contended waits
` [PATCH v2 31/31] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v10 2/9] landlock: Add IOCTL access right for character and block devices
 2024-03-11 16:55 UTC  (2+ messages)

[PATCH 0/2] Use terms consistently in function parameter names
 2024-03-05 22:22 UTC  (13+ messages)
` [PATCH 1/2] man*/: epoll_*(), fcntl(), flock(), ioctl(), msgctl(), *prctl(), ptrace(), quotactl(), reboot(), semctl(), shmctl(), lockf(): Consistently use 'op' and 'operation'
` [PATCH 2/2] clock_nanosleep.2, nanosleep.2: Use 'duration' rather than 'request'
      ` [PATCH v2 2/2] "

[PATCH V4 3/5] misc: mlx5ctl: Add info ioctl
 2024-03-02  8:03 UTC  (2+ messages)

[PATCH 00/30] RSEQ node id and mm concurrency id extensions
 2024-02-29  9:31 UTC  (4+ messages)

The sk_err mechanism is infuriating in userspace
 2024-02-28 20:00 UTC  (4+ messages)

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-26 17:38 UTC  (24+ messages)

[PATCH 00/31] NT synchronization primitive driver
 2024-02-21 16:49 UTC  (3+ messages)

[PATCH v2 2/2] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
 2024-02-21 13:35 UTC  (19+ messages)

[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2024-02-20 12:53 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).