messages from 2019-04-11 00:08:35 to 2019-04-20 15:06:19 UTC [more...]
[PATCH 0/4] clone: add CLONE_PIDFD
2019-04-20 15:06 UTC (31+ messages)
` [PATCH 1/4] Make anon_inodes unconditional
` [PATCH 2/4] clone: add CLONE_PIDFD
` [PATCH 3/4] signal: support CLONE_PIDFD with pidfd_send_signal
` [PATCH 4/4] samples: show race-free pidfd metadata access
` RFC: on adding new CLONE_* flags [WAS Re: [PATCH 0/4] clone: add CLONE_PIDFD]
[PATCH for 5.1 0/3] Restartable Sequences updates for 5.1
2019-04-19 21:03 UTC (14+ messages)
` [PATCH for 5.1 3/3] rseq/selftests: Adapt number of threads to the number of detected cpus
[PATCH v3 0/4] clone: add CLONE_PIDFD
2019-04-19 20:05 UTC (8+ messages)
` [PATCH v3 1/4] Make anon_inodes unconditional
` [PATCH v3 2/4] clone: add CLONE_PIDFD
` [PATCH v3 3/4] signal: support CLONE_PIDFD with pidfd_send_signal
` [PATCH v3 4/4] samples: show race-free pidfd metadata access
[PATCH] rseq/selftests: x86: Work-around bogus gcc-8 optimisation
2019-04-19 14:53 UTC
[PATCH v2 0/5] clone: add CLONE_PIDFD
2019-04-19 13:39 UTC (16+ messages)
` [PATCH v2 1/5] Make anon_inodes unconditional
` [PATCH v2 2/5] clone: add CLONE_PIDFD
` [PATCH v2 3/5] signal: use fdget() since we don't allow O_PATH
` [PATCH v2 4/5] signal: support CLONE_PIDFD with pidfd_send_signal
` [PATCH v2 5/5] samples: show race-free pidfd metadata access
[PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output
2019-04-19 11:42 UTC (8+ messages)
` [PATCH v15 2/3] x86,/proc/pid/status: Add AVX-512 usage elapsed time
` [PATCH v15 3/3] Documentation/filesystems/proc.txt: add AVX512_elapsed_ms
[PATCH v3 09/11] platform/x86: asus-wmi: Control RGB keyboard backlight
2019-04-19 10:15 UTC (2+ messages)
` [PATCH v3 10/11] platform/x86: asus-wmi: Switch fan boost mode
[PATCH v2] moduleparam: Save information about built-in modules in separate file
2019-04-19 3:03 UTC (7+ messages)
[PATCH v5 00/16] fscrypt: key management improvements
2019-04-18 23:29 UTC (17+ messages)
` [PATCH v5 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v5 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v5 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v5 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v5 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v5 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v5 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v5 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v5 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v5 10/16] fscrypt: v2 encryption policy support
` [PATCH v5 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v5 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v5 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v5 14/16] f2fs: "
` [PATCH v5 15/16] ubifs: "
` [PATCH v5 16/16] fscrypt: document the new ioctls and policy version
[PATCH V32 0/27] Lockdown patches for 5.2
2019-04-18 19:35 UTC (5+ messages)
` [PATCH V32 01/27] Add the ability to lock down access to the running kernel image
[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
2019-04-18 18:58 UTC (14+ messages)
[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v8)
2019-04-18 18:17 UTC (16+ messages)
` [PATCH 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v2)
[PATCH] Linux: Define struct termios2 in <termios.h> under _GNU_SOURCE [BZ #10339]
2019-04-18 14:46 UTC (18+ messages)
[PATCH v1 0/4] clone: add CLONE_PIDFD
2019-04-18 9:36 UTC (13+ messages)
` [PATCH v1 1/4] Make anon_inodes unconditional
` [PATCH v1 2/4] clone: add CLONE_PIDFD
` [PATCH v1 3/4] signal: support CLONE_PIDFD with pidfd_send_signal
` [PATCH v1 4/4] samples: show race-free pidfd metadata access
[PATCH v8 00/16] Add utilization clamping support
2019-04-18 0:51 UTC (13+ messages)
` [PATCH v8 02/16] sched/core: Add bucket local max tracking
` [PATCH v8 03/16] sched/core: uclamp: Enforce last task's UCLAMP_MAX
` [PATCH v8 04/16] sched/core: uclamp: Add system default clamps
` [PATCH v8 06/16] sched/core: uclamp: Extend sched_setattr() to support utilization clamping
` [PATCH v8 08/16] sched/core: uclamp: Set default clamps for RT tasks
` [PATCH v8 12/16] sched/core: uclamp: Extend CPU's cgroup controller
[RFC PATCH v1 0/5] Add support for O_MAYEXEC
2019-04-17 15:04 UTC (9+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()
[PATCH v16 1/3] /proc/pid/status: Add support for architecture specific output
2019-04-17 10:18 UTC (3+ messages)
` [PATCH v16 2/3] x86,/proc/pid/status: Add AVX-512 usage elapsed time
` [PATCH v16 3/3] Documentation/filesystems/proc.txt: add AVX512_elapsed_ms
[PATCH 00/17] add new features for FPGA DFL drivers
2019-04-17 7:36 UTC (17+ messages)
` [PATCH 09/17] fpga: dfl: add id_table for dfl private feature driver
` [PATCH 10/17] fpga: dfl: afu: export __port_enable/disable function
` [PATCH 12/17] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH 15/17] fpga: dfl: fme: add power management support
[PATCH v5 0/6] arm64: Initial support for CVADP
2019-04-16 16:30 UTC (4+ messages)
` [PATCH v5 1/6] arm64: HWCAP: add support for AT_HWCAP2
a.out coredumping: fix or delete?
2019-04-16 3:19 UTC (17+ messages)
` [PATCH] x86: Deprecate a.out support
[PATCH linux-next v10 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
2019-04-15 23:44 UTC (2+ messages)
` [PATCH linux-next v10 6/7] "
bug#35275: spelling mistake manual pages
2019-04-15 11:08 UTC (2+ messages)
[PATCH] fanotify: Make wait for permission events interruptible
2019-04-15 9:59 UTC (2+ messages)
[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
2019-04-14 7:10 UTC (3+ messages)
[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
2019-04-13 21:48 UTC (2+ messages)
[PATCH 09/11] platform/x86: asus-wmi: Control RGB keyboard backlight
2019-04-12 20:50 UTC (6+ messages)
` [PATCH v2 "
` [PATCH 10/11] platform/x86: asus-wmi: Switch fan boost mode
` [PATCH v2 "
[PATCH v14 1/3] /proc/pid/status: Add support for architecture specific output
2019-04-12 0:55 UTC (9+ messages)
[RFC PATCH] fork: add CLONE_PIDFD
2019-04-11 18:09 UTC (6+ messages)
` [RFC-2 PATCH 4/4] samples: show race-free pidfd metadata access
[PATCH v3] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
2019-04-11 17:00 UTC
[PATCH ghak90 V6 00/10] audit: implement container identifier
2019-04-11 11:31 UTC (2+ messages)
[PATCH v2] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
2019-04-11 11:21 UTC
[PATCH] io_uring: add support for barrier fsync
2019-04-11 11:05 UTC (5+ 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).