linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-05 07:55:47 to 2019-08-13 20:52:00 UTC [more...]

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-13 20:52 UTC  (3+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)

[PATCH] syscalls: Update the syscall #defines to match uapi
 2019-08-13 19:41 UTC  (6+ messages)

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-13 19:24 UTC  (30+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages
` [PATCH v5 3/6] [RFC] x86: Add support for idle bit in swap PTE
` [PATCH v5 4/6] [RFC] arm64: "
` [PATCH v5 5/6] page_idle: Drain all LRU pagevec before idle tracking
` [PATCH v5 6/6] doc: Update documentation for page_idle virtual address indexing

[PATCH V37 00/29] security: Add support for locking down the kernel
 2019-08-13  7:21 UTC  (11+ messages)
` [PATCH V37 04/29] Enforce module signatures if the kernel is locked down
        ` [PATCH V39] "
` [PATCH V37 27/29] tracefs: Restrict tracefs when "

[PATCH v8 00/20] fscrypt: key management improvements
 2019-08-13  0:49 UTC  (32+ messages)
` [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
` [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
` [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
` [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
` [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v8 13/20] fscrypt: v2 encryption policy support
` [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
` [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
` [PATCH v8 18/20] f2fs: "
` [PATCH v8 19/20] ubifs: "
` [PATCH v8 20/20] fscrypt: document the new ioctls and policy version

[PATCH V38 00/29] security: Add support for locking down the kernel
 2019-08-12 22:29 UTC  (37+ messages)
` [PATCH V38 01/29] security: Support early LSMs
` [PATCH V38 02/29] security: Add a "locked down" LSM hook
` [PATCH V38 03/29] security: Add a static lockdown policy LSM
` [PATCH V38 04/29] Enforce module signatures if the kernel is locked down
` [PATCH V38 05/29] Restrict /dev/{mem,kmem,port} when "
  ` [PATCH V38 06/29] kexec_load: Disable at runtime if "
  ` [PATCH V38 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V38 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V38 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V38 10/29] hibernate: Disable when "
` [PATCH V38 11/29] PCI: Lock down BAR access "
` [PATCH V38 12/29] x86: Lock down IO port "
` [PATCH V38 13/29] x86/msr: Restrict MSR "
` [PATCH V38 14/29] ACPI: Limit access to custom_method "
` [PATCH V38 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V38 16/29] acpi: Disable ACPI table override if the kernel is "
` [PATCH V38 17/29] Prohibit PCMCIA CIS storage when "
` [PATCH V38 18/29] Lock down TIOCSSERIAL
` [PATCH V38 19/29] Lock down module params that specify hardware parameters (eg. ioport)
    ` [PATCH V39] "
` [PATCH V38 20/29] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V38 21/29] Lock down /proc/kcore
` [PATCH V38 22/29] Lock down tracing and perf kprobes when in confidentiality mode
` [PATCH V38 23/29] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V38 24/29] Lock down perf when "
` [PATCH V38 25/29] kexec: Allow kexec_file() with appropriate IMA policy when locked down
` [PATCH V38 26/29] debugfs: Restrict debugfs when the kernel is "
` [PATCH V38 27/29] tracefs: Restrict tracefs "
` [PATCH V38 28/29] efi: Restrict efivar_ssdt_load "
` [PATCH V38 29/29] lockdown: Print current->comm in restriction messages

[PATCH v7 00/16] fscrypt: key management improvements
 2019-08-12 14:16 UTC  (11+ messages)
` [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
            ` [f2fs-dev] "

[PATCH v5 0/9] FPGA DFL updates
 2019-08-12  2:50 UTC  (10+ messages)
` [PATCH v5 1/9] fpga: dfl: make init callback optional
` [PATCH v5 2/9] fpga: dfl: fme: convert platform_driver to use dev_groups
` [PATCH v5 3/9] fpga: dfl: afu: "
` [PATCH v5 4/9] fpga: dfl: afu: add userclock sysfs interfaces
` [PATCH v5 5/9] fpga: dfl: afu: expose __afu_port_enable/disable function
` [PATCH v5 6/9] fpga: dfl: afu: add error reporting support
` [PATCH v5 7/9] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH v5 8/9] fpga: dfl: fme: add global error reporting support
` [PATCH v5 9/9] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces

[PATCH v4 00/12] FPGA DFL updates
 2019-08-09 19:51 UTC  (17+ messages)
` [PATCH v4 04/12] fpga: dfl: afu: add userclock sysfs interfaces
` [PATCH v4 06/12] fpga: dfl: afu: export __port_enable/disable function
` [PATCH v4 07/12] fpga: dfl: afu: add error reporting support
` [PATCH v4 08/12] fpga: dfl: make uinit callback optional
` [PATCH v4 11/12] fpga: dfl: fme: add global error reporting support

[PATCH v13 0/6] Add utilization clamping support (CGroups API)
 2019-08-08 17:19 UTC  (11+ messages)
` [PATCH v13 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v13 2/6] sched/core: uclamp: Propagate parent clamps

[PATCHv5 00/37] kernel: Introduce Time Namespace
 2019-08-08  6:18 UTC  (8+ messages)
` [PATCHv5 04/37] posix-clocks: Rename *_clock_get() functions into *_clock_get_timespec()
` [PATCHv5 06/37] alarmtimer: Provide get_timespec() callback
` [PATCHv5 09/37] posix-clocks: Introduce CLOCK_MONOTONIC time namespace offsets

[PATCH v4 1/5] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-07 20:44 UTC  (29+ messages)
` [PATCH v4 2/5] [RFC] x86: Add support for idle bit in swap PTE
` [PATCH v4 3/5] [RFC] arm64: "
` [PATCH v4 4/5] page_idle: Drain all LRU pagevec before idle tracking
` [PATCH v4 5/5] doc: Update documentation for page_idle virtual address indexing

[PATCH glibc 2.31 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v12)
 2019-08-07 14:27 UTC  (2+ messages)
` [PATCH glibc 2.31 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-07 13:52 UTC  (26+ messages)

[PATCH] mm/mempolicy.c: Remove unnecessary nodemask check in kernel_migrate_pages()
 2019-08-07  0:58 UTC  (2+ messages)

[PATCHv5 25/37] x86/vdso: Switch image on setns()/clone()
 2019-08-07  0:27 UTC  (2+ messages)
` [PATCHv6 "

[PATCHv5 01/37] ns: Introduce Time Namespace
 2019-08-07  0:24 UTC  (2+ messages)
` [PATCHv6 "

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-08-06 16:40 UTC  (5+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-08-06 16:24 UTC  (8+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode

[WIP 0/4] bpf: A bit of progress toward unprivileged use
 2019-08-05 21:29 UTC  (5+ messages)
` [WIP 1/4] bpf: Respect persistent map and prog access modes
` [WIP 2/4] bpf: Don't require mknod() permission to pin an object
` [WIP 3/4] bpf: Add a way to mark functions as requiring privilege
` [WIP 4/4] bpf: Allow creating all program types without privilege

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-08-05 13:10 UTC  (5+ 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).