Linux API
[Prev Page][Next Page]
- Re: [PATCH v7 1/1] ns: add binfmt_misc to the user namespace, (continued)
- [RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #2],
David Howells
- [RFC PATCH 01/14] uapi: General notification queue definitions [ver #2], David Howells
- [RFC PATCH 02/14] security: Add hooks to rule on setting a watch [ver #2], David Howells
- [RFC PATCH 03/14] security: Add a hook for the point of notification insertion [ver #2], David Howells
- [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE [ver #2], David Howells
- [RFC PATCH 05/14] pipe: Add general notification queue support [ver #2], David Howells
- [RFC PATCH 06/14] keys: Add a notification facility [ver #2], David Howells
- [RFC PATCH 07/14] Add sample notification program [ver #2], David Howells
- [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications [ver #2], David Howells
- [RFC PATCH 09/14] pipe: Add notification lossage handling [ver #2], David Howells
- [RFC PATCH 10/14] Add a general, global device notification watch list [ver #2], David Howells
- [RFC PATCH 11/14] block: Add block layer notifications [ver #2], David Howells
- [RFC PATCH 12/14] usb: Add USB subsystem notifications [ver #2], David Howells
- [RFC PATCH 13/14] selinux: Implement the watch_key security hook [ver #2], David Howells
- [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks [ver #2], David Howells
- Re: [RFC PATCH 05/14] pipe: Add general notification queue support [ver #2], David Howells
- Continuing the UAPI split,
Elichai Turkel
- [PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK,
Mike Rapoport
- [PATCH v15 0/9] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v15 8/9] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v15 7/9] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED, Aleksa Sarai
- Re: [PATCH v15 0/9] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH 1/1] syscalls: Fix references to filenames containing syscall defs,
Mohammad Nasirifar
- [PATCH bpf-next v13 0/7] Landlock LSM,
Mickaël Salaün
- [PATCH bpf-next v13 7/7] landlock: Add user and kernel documentation for Landlock, Mickaël Salaün
- [PATCH bpf-next v13 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks, Mickaël Salaün
- [PATCH bpf-next v13 3/7] landlock,seccomp: Apply Landlock programs to process hierarchy, Mickaël Salaün
- [PATCH bpf-next v13 6/7] bpf,landlock: Add tests for the Landlock ptrace program type, Mickaël Salaün
- [PATCH bpf-next v13 2/7] landlock: Add the management of domains, Mickaël Salaün
- [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks, Mickaël Salaün
- [PATCH bpf-next v13 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper, Mickaël Salaün
- [PATCH v4] mm: Fix checking unmapped holes for mbind, Li Xinhai
- [PATCH v3] mm: Fix checking unmapped holes for mbind, Li Xinhai
- [RFC v2 PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time.,
Shawn Landden
- [RFC PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time., Shawn Landden
- tracefs splats in lockdown=confidentiality mode,
dann frazier
- [RFC PATCH 00/11] pipe: Notification queue preparation [ver #3],
David Howells
- [RFC PATCH 01/11] pipe: Reduce #inclusion of pipe_fs_i.h [ver #3], David Howells
- [RFC PATCH 02/11] Remove the nr_exclusive argument from __wake_up_sync_key() [ver #3], David Howells
- [RFC PATCH 03/11] Add wake_up_interruptible_sync_poll_locked() [ver #3], David Howells
- [RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length [ver #3], David Howells
- [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots [ver #3], David Howells
- [RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() [ver #3], David Howells
- [RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot [ver #3], David Howells
- [RFC PATCH 07/11] pipe: Conditionalise wakeup in pipe_read() [ver #3], David Howells
- [RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() [ver #3], David Howells
- [RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in pipe_write() [ver #3], David Howells
- [RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count [ver #3], David Howells
- Re: [RFC PATCH 00/11] pipe: Notification queue preparation [ver #3], Linus Torvalds
- Re: [RFC PATCH 00/11] pipe: Notification queue preparation [ver #3], David Howells
- Details on the UAPI of implementing notifications on pipes, David Howells
- [PATCH bpf-next v12 0/7] Landlock LSM,
Mickaël Salaün
- [PATCH bpf-next v12 6/7] bpf,landlock: Add tests for the Landlock ptrace program type, Mickaël Salaün
- [PATCH bpf-next v12 3/7] landlock,seccomp: Load Landlock programs per process hierarchy, Mickaël Salaün
- [PATCH bpf-next v12 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks, Mickaël Salaün
- [PATCH bpf-next v12 4/7] landlock: Add ptrace LSM hooks, Mickaël Salaün
- [PATCH bpf-next v12 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper, Mickaël Salaün
- [PATCH bpf-next v12 7/7] landlock: Add user and kernel documentation for Landlock, Mickaël Salaün
- [PATCH bpf-next v12 2/7] landlock: Add the management of domains, Mickaël Salaün
- [PATCH] clone3: validate stack arguments,
Christian Brauner
Re: [PATCH v2] mm: Fix checking unmapped holes for mbind,
Li Xinhai
Re: mbind() breaks its API definition since v5.2 by commit d883544515aa (mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified),
Yang Shi
[PATCH 0/4] statx: expose the fs-verity bit,
Eric Biggers
[PATCH bpf-next v11 0/7] Landlock LSM,
Mickaël Salaün
- [PATCH bpf-next v11 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper, Mickaël Salaün
- [PATCH bpf-next v11 4/7] landlock: Add ptrace LSM hooks, Mickaël Salaün
- [PATCH bpf-next v11 7/7] landlock: Add user and kernel documentation for Landlock, Mickaël Salaün
- [PATCH bpf-next v11 3/7] landlock,seccomp: Load Landlock programs per process hierarchy, Mickaël Salaün
- [PATCH bpf-next v11 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks, Mickaël Salaün
- [PATCH bpf-next v11 2/7] landlock: Add the management of domains, Mickaël Salaün
- [PATCH bpf-next v11 6/7] bpf,landlock: Add tests for the Landlock ptrace program type, Mickaël Salaün
[PATCH RFC] fs/fcntl: add fcntl F_GET_RSS,
Konstantin Khlebnikov
[PATCH v5 0/2] add performance reporting support to FPGA DFL drivers,
Wu Hao
[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings,
Mike Rapoport
[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall,
Aleksa Sarai
For review: documentation of clone3() system call,
Michael Kerrisk (man-pages)
[PATCH AUTOSEL 4.19 04/37] rseq/selftests: x86: Work-around bogus gcc-8 optimisation, Sasha Levin
[REVIEW PATCH v5 2/3] arch: wire-up close_range(), Christian Brauner
[REVIEW PATCH v5 3/3] tests: add close_range() tests, Christian Brauner
[REVIEW PATCH v5 1/3] open: add close_range(), Christian Brauner
clone3() example code,
Michael Kerrisk (man-pages)
Re: [PATCH] mm: allow unmapped hole at head side of mbind range,
Vlastimil Babka
[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2],
David Howells
- [RFC PATCH 01/10] pipe: Reduce #inclusion of pipe_fs_i.h [ver #2], David Howells
- [RFC PATCH 02/10] Remove the nr_exclusive argument from __wake_up_sync_key() [ver #2], David Howells
- [RFC PATCH 03/10] Add wake_up_interruptible_sync_poll_locked() [ver #2], David Howells
- [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- [pipe] 6567a02d20: BUG:kernel_NULL_pointer_dereference,address, kernel test robot
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Linus Torvalds
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Ilya Dryomov
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], Johannes Hirte
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- [RFC PATCH 05/10] pipe: Allow pipes to have kernel-reserved slots [ver #2], David Howells
- [RFC PATCH 06/10] pipe: Advance tail pointer inside of wait spinlock in pipe_read() [ver #2], David Howells
- [RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() [ver #2], David Howells
- [RFC PATCH 08/10] pipe: Rearrange sequence in pipe_write() to preallocate slot [ver #2], David Howells
- [RFC PATCH 09/10] pipe: Remove redundant wakeup from pipe_write() [ver #2], David Howells
- [RFC PATCH 10/10] pipe: Check for ring full inside of the spinlock in pipe_write() [ver #2], David Howells
- Re: [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2], David Howells
- Re: [RFC PATCH 00/10] pipe: Notification queue preparation [ver #2], Peter Zijlstra
- [RFC PATCH 11/10] pipe: Add fsync() support [ver #2], David Howells
[PATCH 2/2] mm, vmstat: List total free blocks for each order in /proc/pagetypeinfo,
Waiman Long
[PATCH 1/2] mm, vmstat: Release zone lock more frequently when reading /proc/pagetypeinfo,
Waiman Long
Re: [RFC PATCH 2/2] mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo, Vlastimil Babka
Re: [RFC PATCH 1/2] mm, vmstat: hide /proc/pagetypeinfo from normal users, Vlastimil Babka
[PATCH] arm64: uapi: Fix user space compile with musl libc,
Hauke Mehrtens
[RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications,
David Howells
- [RFC PATCH 01/21] pipe: Reduce #inclusion of pipe_fs_i.h, David Howells
- [RFC PATCH 02/21] Add a prelocked wake-up, David Howells
- [RFC PATCH 03/21] pipe: Use head and tail pointers for the ring, not cursor and length, David Howells
- [RFC PATCH 04/21] pipe: Advance tail pointer inside of wait spinlock in pipe_read(), David Howells
- [RFC PATCH 05/21] pipe: Conditionalise wakeup in pipe_read(), David Howells
- [RFC PATCH 06/21] pipe: Rearrange sequence in pipe_write() to preallocate slot, David Howells
- [RFC PATCH 07/21] pipe: Remove redundant wakeup from pipe_write(), David Howells
- [RFC PATCH 08/21] pipe: Check for ring full inside of the spinlock in pipe_write(), David Howells
- [RFC PATCH 09/21] uapi: General notification queue definitions, David Howells
- [RFC PATCH 10/21] security: Add hooks to rule on setting a watch, David Howells
- [RFC PATCH 11/21] security: Add a hook for the point of notification insertion, David Howells
- [RFC PATCH 12/21] pipe: Add general notification queue support, David Howells
- [RFC PATCH 13/21] keys: Add a notification facility, David Howells
- [RFC PATCH 14/21] Add sample notification program, David Howells
- [RFC PATCH 15/21] pipe: Allow buffers to be marked read-whole-or-error for notifications, David Howells
- [RFC PATCH 16/21] pipe: Add notification lossage handling, David Howells
- [RFC PATCH 17/21] Add a general, global device notification watch list, David Howells
- [RFC PATCH 18/21] block: Add block layer notifications, David Howells
- [RFC PATCH 19/21] usb: Add USB subsystem notifications, David Howells
- [RFC PATCH 20/21] selinux: Implement the watch_key security hook, David Howells
- [RFC PATCH 21/21] smack: Implement the watch_key and post_notification hooks, David Howells
- Re: [RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications, James Morris
- Re: [RFC PATCH 00/21] pipe: Keyrings, Block and USB notifications, Linus Torvalds
[PATCH 1/2] pidfd: verify task is alive when printing fdinfo,
Christian Brauner
[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND,
Christian Brauner
Re: [PATCH] mm: mempolicy: fix the absence of the last bit of nodemask, Vlastimil Babka
[PATCH v7 0/3] add thermal/power management features for FPGA DFL drivers,
Wu Hao
[PATCH 0/7] Harden userfaultfd,
Daniel Colascione
[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups,
Steven Rostedt
[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown,
Steven Rostedt
[PATCH v2 1/2] clone3: add CLONE3_CLEAR_SIGHAND,
Christian Brauner
Re: [PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND,
Michal Hocko
[PATCHv7 00/33] kernel: Introduce Time Namespace,
Dmitry Safonov
- [PATCHv7 01/33] ns: Introduce Time Namespace, Dmitry Safonov
- [PATCHv7 03/33] posix-clocks: Rename the clock_get() callback to clock_get_timespec(), Dmitry Safonov
- [PATCHv7 04/33] posix-clocks: Rename .clock_get_timespec() callbacks accordingly, Dmitry Safonov
- [PATCHv7 05/33] alarmtimer: Rename gettime() callback to get_ktime(), Dmitry Safonov
- [PATCHv7 07/33] posix-clocks: Introduce clock_get_ktime() callback, Dmitry Safonov
- [PATCHv7 10/33] kernel: Add do_timens_ktime_to_host() helper, Dmitry Safonov
- [PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware, Dmitry Safonov
- [PATCHv7 09/33] posix-clocks: Wire up clock_gettime() with timens offsets, Dmitry Safonov
- [PATCHv7 13/33] alarmtimer: Make nanosleep time namespace aware, Dmitry Safonov
- [PATCHv7 21/33] x86/vdso: Add timens page, Dmitry Safonov
- [PATCHv7 26/33] fs/proc: Introduce /proc/pid/timens_offsets, Dmitry Safonov
- [PATCHv7 27/33] selftests/timens: Add Time Namespace test for supported clocks, Dmitry Safonov
- [PATCHv7 33/33] selftests/timens: Check for right timens offsets after fork and exec, Dmitry Safonov
- [PATCHv7 32/33] selftests/timens: Add a simple perf test for clock_gettime(), Dmitry Safonov
- [PATCHv7 31/33] selftests/timens: Add timer offsets test, Dmitry Safonov
- [PATCHv7 30/33] selftests/timens: Add procfs selftest, Dmitry Safonov
- [PATCHv7 29/33] selftests/timens: Add a test for clock_nanosleep(), Dmitry Safonov
- [PATCHv7 28/33] selftests/timens: Add a test for timerfd, Dmitry Safonov
- [PATCHv7 11/33] timerfd: Make timerfd_settime() time namespace aware, Dmitry Safonov
- [PATCHv7 12/33] posix-timers: Make timer_settime() time namespace aware, Dmitry Safonov
- [PATCHv7 14/33] hrtimers: Prepare hrtimer_nanosleep() for time namespaces, Dmitry Safonov
- [PATCHv7 17/33] x86/vdso: Restrict splitting VVAR VMA, Dmitry Safonov
- [PATCHv7 19/33] lib/vdso: Prepare for time namespace support, Dmitry Safonov
- [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace, Dmitry Safonov
- [PATCHv7 24/33] x86/vdso: On timens page fault prefault also VVAR page, Dmitry Safonov
- [PATCHv7 23/33] x86/vdso: Handle faults on timens page, Dmitry Safonov
- [PATCHv7 22/33] time: Allocate per-timens vvar page, Dmitry Safonov
- [PATCHv7 20/33] x86/vdso: Provide vdso_data offset on vvar_page, Dmitry Safonov
- [PATCHv7 18/33] lib/vdso: Add unlikely() hint into vdso_read_begin(), Dmitry Safonov
- [PATCHv7 16/33] fs/proc: Respect boottime inside time namespace for /proc/uptime, Dmitry Safonov
- [PATCHv7 08/33] posix-timers: Use clock_get_ktime() in common_timer_get(), Dmitry Safonov
- [PATCHv7 06/33] alarmtimer: Provide get_timespec() callback, Dmitry Safonov
- [PATCHv7 02/33] time: Add timens_offsets to be used for tasks in timens, Dmitry Safonov
- Re: [PATCHv7 00/33] kernel: Introduce Time Namespace, Thomas Gleixner
[PATCH v14 0/6] open: introduce openat2(2) syscall,
Aleksa Sarai
[PATCH AUTOSEL 5.3 24/68] nvme: allow 64-bit results in passthru commands, Sasha Levin
[PATCH v2 1/2] pidfd: show pids for nested pid namespaces in fdinfo,
Christian Kellner
[PATCH] off-by-one in get_mempolicy(2),
Al Viro
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]