linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-04 00:32:45 to 2019-04-17 10:01:03 UTC [more...]

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-04-17 10:01 UTC  (7+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-04-17  7:36 UTC  (25+ 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 11/17] fpga: dfl: afu: add error reporting support
` [PATCH 12/17] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH 13/17] fpga: dfl: fme: add capability sysfs interfaces
` [PATCH 15/17] fpga: dfl: fme: add power management support
` [PATCH 16/17] fpga: dfl: fme: add global error reporting support

[PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output
 2019-04-16 23:01 UTC  (4+ 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 0/4] clone: add CLONE_PIDFD
 2019-04-16 21:31 UTC  (23+ 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 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v8)
 2019-04-16 17:32 UTC  (2+ messages)
` [PATCH 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v2)

[PATCH v1 0/4] clone: add CLONE_PIDFD
 2019-04-16 17:02 UTC  (5+ 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 v5 0/6] arm64: Initial support for CVADP
 2019-04-16 16:30 UTC  (9+ messages)
` [PATCH v5 1/6] arm64: HWCAP: add support for AT_HWCAP2
` [PATCH v5 2/6] arm64: HWCAP: encapsulate elf_hwcap
` [PATCH v5 3/6] arm64: Handle trapped DC CVADP
` [PATCH v5 4/6] arm64: Expose DC CVADP to userspace
` [PATCH v5 5/6] arm64: add CVADP support to the cache maintenance helper
` [PATCH v5 6/6] arm64: Advertise ARM64_HAS_DCPODP cpu feature

[PATCH] Linux: Define struct termios2 in <termios.h> under _GNU_SOURCE [BZ #10339]
 2019-04-16 12:11 UTC  (15+ messages)

[PATCH V32 0/27] Lockdown patches for 5.2
 2019-04-16  8:40 UTC  (15+ messages)
` [PATCH V32 01/27] Add the ability to lock down access to the running kernel image
` [PATCH V32 11/27] x86: Lock down IO port access when the kernel is locked down
` [PATCH V32 19/27] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V32 23/27] Lock down perf when in confidentiality mode
` [PATCH V32 24/27] kexec: Allow kexec_file() with appropriate IMA policy when locked down
` [PATCH V32 25/27] lockdown: Print current->comm in restriction messages
` [PATCH V32 26/27] debugfs: Restrict debugfs when the kernel is locked down
` [PATCH V32 27/27] tracefs: Restrict tracefs "

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] "

[PATCH v8 00/16] Add utilization clamping support
 2019-04-15 14:51 UTC  (6+ messages)
` [PATCH v8 01/16] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v8 02/16] sched/core: Add bucket local max tracking

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  (11+ messages)
` [PATCH v14 2/3] x86,/proc/pid/status: Add AVX-512 usage elapsed time
` [PATCH v14 3/3] Documentation/filesystems/proc.txt: add AVX512_elapsed_ms

[RFC PATCH] fork: add CLONE_PIDFD
 2019-04-11 18:09 UTC  (10+ messages)
` [RFC-1 PATCH 1/1] fork: add CLONE_PIDFD via /proc/<pid>
` [RFC-2 PATCH 1/4] Make anon_inodes unconditional
` [RFC-2 PATCH 2/4] fork: add CLONE_PIDFD via anonymous inode
` [RFC-2 PATCH 3/4] signal: support CLONE_PIDFD with pidfd_send_signal
` [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  (20+ messages)
` [PATCH ghak90 V6 01/10] audit: collect audit task parameters
` [PATCH ghak90 V6 02/10] audit: add container id
` [PATCH ghak90 V6 03/10] audit: read container ID of a process
` [PATCH ghak90 V6 04/10] audit: log container info of syscalls
` [PATCH ghak90 V6 05/10] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V6 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V6 07/10] audit: add containerid support for user records
` [PATCH ghak90 V6 08/10] audit: add containerid filtering
` [PATCH ghak90 V6 09/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 V6 10/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[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  (6+ messages)

[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
 2019-04-09 16:40 UTC  (20+ messages)

[PATCH linux-next v9 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-04-08 17:42 UTC  (2+ messages)
  ` [PATCH linux-next v9 6/7] "

[PATCH] sched/core: expand sched_getaffinity(2) to return number of CPUs
 2019-04-08  7:49 UTC  (9+ messages)

[PATCH v13 1/3] /proc/pid/status: Add support for architecture specific output
 2019-04-08  2:33 UTC  (11+ messages)
  ` [PATCH v13 2/3] x86,/proc/pid/status: Add AVX-512 usage elapsed time

[PATCH v10 00/18] Introduce the Counter subsystem
 2019-04-07 14:25 UTC 

[PATCH v2] moduleparam: Save information about built-in modules in separate file
 2019-04-06 12:14 UTC 

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-05 11:32 UTC  (7+ messages)
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces

[PATCH v4 0/6] arm64: Initial support for CVADP
 2019-04-04 12:47 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: HWCAP: add support for AT_HWCAP2


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