linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-05 00:10:44 to 2019-11-12 01:27:03 UTC [more...]

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2019-11-12  1:27 UTC  (15+ messages)
` [PATCHv8 01/34] lib/vdso: Add unlikely() hint into vdso_read_begin()
` [PATCHv8 02/34] lib/vdso: make do_hres and do_coarse as __always_inline
` [PATCHv8 03/34] ns: Introduce Time Namespace
` [PATCHv8 04/34] time: Add timens_offsets to be used for tasks in timens
` [PATCHv8 05/34] posix-clocks: Rename the clock_get() callback to clock_get_timespec()
` [PATCHv8 06/34] posix-clocks: Rename .clock_get_timespec() callbacks accordingly
` [PATCHv8 07/34] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv8 08/34] alarmtimer: Provide get_timespec() callback
` [PATCHv8 09/34] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv8 10/34] posix-timers: Use clock_get_ktime() in common_timer_get()
` [PATCHv8 11/34] posix-clocks: Wire up clock_gettime() with timens offsets
` [PATCHv8 12/34] kernel: Add do_timens_ktime_to_host() helper
` [PATCHv8 13/34] timerfd: Make timerfd_settime() time namespace aware
` [PATCHv8 14/34] posix-timers: Make timer_settime() "

[PATCH] Add prctl support for controlling mem reclaim V4
 2019-11-12  0:19 UTC 

[PATCH v24 00/12] /dev/random - a new approach with full SP800-90B compliance
 2019-11-11 23:54 UTC  (14+ messages)
` [PATCH v24 01/12] Linux Random Number Generator
` [PATCH v24 02/12] LRNG - allocate one SDRNG instance per NUMA node
` [PATCH v24 03/12] LRNG - /proc interface
` [PATCH v24 04/12] LRNG - add switchable DRNG support
` [PATCH v24 05/12] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v24 06/12] LRNG - add SP800-90A DRBG extension
` [PATCH v24 07/12] LRNG - add kernel crypto API PRNG extension
` [PATCH v24 08/12] crypto: provide access to a static Jitter RNG state
` [PATCH v24 09/12] LRNG - add Jitter RNG fast noise source
` [PATCH v24 10/12] LRNG - add TRNG support
` [PATCH v24 11/12] LRNG - add SP800-90B compliant health tests
` [PATCH v24 12/12] LRNG - add interface for gathering of raw entropy

For review: documentation of clone3() system call
 2019-11-11 20:24 UTC  (16+ messages)

[PATCH 5.3 063/193] clone3: validate stack arguments
 2019-11-11 18:27 UTC 

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-11 13:24 UTC  (11+ messages)
` [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall
` [PATCH v15 8/9] selftests: add openat2(2) selftests
` [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH 00/23] y2038 cleanups
 2019-11-11 12:44 UTC  (9+ messages)
` [PATCH 10/23] y2038: uapi: change __kernel_time_t to __kernel_old_time_t
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 17/23] y2038: time: avoid timespec usage in settimeofday()
` [PATCH 23/23] y2038: allow disabling time32 system calls

[PATCH] Add prctl support for controlling mem reclaim V3
 2019-11-11  9:32 UTC 

[PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-11-10 17:02 UTC  (24+ messages)
` [PATCH 1/1] "

[RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length [ver #3]
 2019-11-10  3:13 UTC  (5+ messages)
` [pipe] d60337eff1: phoronix-test-suite.noise-level.0.activity_level 144.0% improvement
` [pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address

Missing size_t declaration in UAPI
 2019-11-09 12:27 UTC  (3+ messages)

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-08 19:35 UTC  (8+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
    ` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-08 18:26 UTC  (14+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (4+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH bpf-next v13 0/7] Landlock LSM
 2019-11-08 15:39 UTC  (20+ messages)
` [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-11-08 13:19 UTC  (3+ messages)
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map

Continuing the UAPI split
 2019-11-08  7:28 UTC  (13+ messages)

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #2]
 2019-11-08  6:42 UTC  (22+ messages)
` [RFC PATCH 01/14] uapi: General notification queue definitions "
` [RFC PATCH 02/14] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/14] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/14] pipe: Add general notification queue support "
` [RFC PATCH 06/14] keys: Add a notification facility "
` [RFC PATCH 07/14] Add sample notification program "
` [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/14] pipe: Add notification lossage handling "
` [RFC PATCH 10/14] Add a general, global device notification watch list "
` [RFC PATCH 11/14] block: Add block layer notifications "
` [RFC PATCH 12/14] usb: Add USB subsystem "
` [RFC PATCH 13/14] selinux: Implement the watch_key security hook "
` [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks "

[RFC v2 PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time
 2019-11-07 15:51 UTC  (28+ messages)
    ` handle_exit_race && PF_EXITING

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-11-07 14:03 UTC  (2+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

[PATCH 1/1] syscalls: Fix references to filenames containing syscall defs
 2019-11-06 17:02 UTC  (5+ messages)

[PATCH] clone3: validate stack arguments
 2019-11-06  2:18 UTC  (4+ messages)

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-05 16:02 UTC  (2+ messages)
` Details on the UAPI of implementing notifications on pipes

[PATCH v2] mm: Fix checking unmapped holes for mbind
 2019-11-05  2:29 UTC  (3+ 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 NNTP newsgroup(s).