linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-25 22:07:14 to 2019-03-30 16:18:12 UTC [more...]

[PATCH v2 0/5] pid: add pidfd_open()
 2019-03-30 16:18 UTC  (19+ messages)
` [PATCH v2 1/5] Make anon_inodes unconditional
` [PATCH v2 2/5] pid: add pidfd_open()
` [PATCH v2 3/5] signal: support pidfd_open() with pidfd_send_signal()
` [PATCH v2 4/5] signal: PIDFD_SIGNAL_TID threads via pidfds
` [PATCH v2 5/5] tests: add pidfd_open() tests

[PATCH 0/4] pidfd_open()
 2019-03-30 16:08 UTC  (25+ messages)
` [PATCH 1/4] Make anon_inodes unconditional
` [PATCH 2/4] pid: add pidfd_open()
` [PATCH 3/4] signal: support pidfd_open() with pidfd_send_signal()
` [PATCH 4/4] tests: add pidfd_open() tests

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-03-30 12:55 UTC  (35+ messages)
` [PATCH ghak90 V5 01/10] audit: collect audit task parameters
` [PATCH ghak90 V5 02/10] audit: add container id
` [PATCH ghak90 V5 03/10] audit: read container ID of a process
` [PATCH ghak90 V5 04/10] audit: log container info of syscalls
` [PATCH ghak90 V5 05/10] audit: add containerid support for ptrace and signals
` [PATCH ghak90 V5 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V5 07/10] audit: add containerid support for user records
` [PATCH ghak90 V5 08/10] audit: add containerid filtering
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 V5 10/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCHv8 00/10] Heterogenous memory node attributes
 2019-03-29 21:15 UTC  (3+ messages)
` [PATCHv8 07/10] acpi/hmat: Register processor domain to its memory

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-03-28 22:03 UTC  (23+ messages)
` [PATCH 02/17] fpga: dfl: fme: align PR buffer size per PR datawidth
` [PATCH 03/17] fpga: dfl: fme: support 512bit data width PR
` [PATCH 05/17] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support
` [PATCH 06/17] fpga: dfl: pci: enable SRIOV support
` [PATCH 07/17] fpga: dfl: afu: add AFU state related sysfs interfaces

[RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file
 2019-03-28 21:33 UTC  (9+ messages)

[PATCH 23/27] bpf: Restrict kernel image access functions when the kernel is locked down
 2019-03-28 20:08 UTC  (8+ messages)

[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
 2019-03-28 15:42 UTC  (8+ messages)

pidfd design
 2019-03-28  9:21 UTC  (8+ messages)

[PATCH v1 0/4] pidfd_open()
 2019-03-27 22:19 UTC  (5+ messages)
` [PATCH v1 1/4] Make anon_inodes unconditional
` [PATCH v1 2/4] pid: add pidfd_open()
` [PATCH v1 3/4] signal: support pidfd_open() with pidfd_send_signal()
` [PATCH v1 4/4] tests: add pidfd_open() tests

[PATCH V31 00/25] Add support for kernel lockdown
 2019-03-27 18:31 UTC  (47+ messages)
` [PATCH V31 01/25] Add the ability to lock down access to the running kernel image
` [PATCH V31 02/25] Enforce module signatures if the kernel is locked down
` [PATCH V31 03/25] Restrict /dev/{mem,kmem,port} when "
  ` [PATCH V31 04/25] kexec_load: Disable at runtime if "
` [PATCH V31 05/25] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V31 06/25] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V31 07/25] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V31 08/25] hibernate: Disable when "
` [PATCH V31 09/25] uswsusp: "
` [PATCH V31 10/25] PCI: Lock down BAR access "
` [PATCH V31 11/25] x86: Lock down IO port "
` [PATCH V31 12/25] x86/msr: Restrict MSR "
` [PATCH V31 13/25] ACPI: Limit access to custom_method "
` [PATCH V31 14/25] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V31 15/25] acpi: Disable ACPI table override if the kernel is "
` [PATCH V31 16/25] Prohibit PCMCIA CIS storage when "
` [PATCH V31 17/25] Lock down TIOCSSERIAL
` [PATCH V31 18/25] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V31 19/25] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V31 20/25] Lock down /proc/kcore
` [PATCH V31 21/25] Lock down kprobes when in confidentiality mode
` [PATCH V31 22/25] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V31 23/25] Lock down perf when "
` [PATCH V31 24/25] lockdown: Print current->comm in restriction messages
` [PATCH V31 25/25] debugfs: Disable open() when kernel is locked down

[PATCH 00/32] kernel: Introduce Time Namespace
 2019-03-27 18:06 UTC  (7+ messages)
` [PATCH 16/32] x86/vdso: Generate vdso{,32}-timens.lds
        ` [PATCH RFC] x86/asm: Introduce static_retcall(s)
        ` [PATCH RFC] vdso: introduce timens_static_branch

[PATCH v1 0/4] pid: add pidctl()
 2019-03-26 19:57 UTC  (29+ messages)
` [PATCH v1 1/4] Make anon_inodes unconditional
` [PATCH v1 2/4] pid: add pidctl()
` [PATCH v1 3/4] signal: support pidctl() with pidfd_send_signal()
` [PATCH v1 4/4] tests: add pidctl() tests

[PATCH 0/4] pid: add pidctl()
 2019-03-26 16:15 UTC  (18+ messages)
` [PATCH 2/4] "


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