linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-23 00:00:12 to 2019-06-27 23:46:52 UTC [more...]

[PATCH v3 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-27 23:46 UTC  (13+ messages)
` [PATCH v3 1/5] mm: introduce MADV_COLD
` [PATCH v3 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v3 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v3 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v3 5/5] mm: factor out pmd young/dirty bit handling and THP split

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-06-27 23:42 UTC 

[PATCH V33 00/30] Lockdown as an LSM
 2019-06-27 23:27 UTC  (16+ messages)
` [PATCH V33 21/30] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
` [PATCH V33 29/30] tracefs: Restrict tracefs when the kernel is locked down

[PATCH V34 00/29] Lockdown as an LSM
 2019-06-27 23:17 UTC  (50+ messages)
` [PATCH V34 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V34 10/29] hibernate: Disable when "
` [PATCH V34 16/29] acpi: Disable ACPI table override if "
` [PATCH V34 17/29] Prohibit PCMCIA CIS storage when "
` [PATCH V34 18/29] Lock down TIOCSSERIAL
` [PATCH V34 19/29] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V34 20/29] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V34 21/29] Lock down /proc/kcore
` [PATCH V34 22/29] Lock down tracing and perf kprobes when in confidentiality mode
` [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V34 24/29] Lock down perf when "
` [PATCH V34 28/29] efi: Restrict efivar_ssdt_load when the kernel is locked down
` [PATCH V34 29/29] lockdown: Print current->comm in restriction messages

[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-06-27 16:56 UTC  (16+ messages)
` [PATCH bpf-next v9 01/10] fs,security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v9 02/10] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH bpf-next v9 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v9 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v9 06/10] landlock: Handle filesystem access control
` [PATCH bpf-next v9 07/10] landlock: Add ptrace restrictions
` [PATCH bpf-next v9 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v9 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v9 10/10] landlock: Add user and kernel documentation "

[PATCH v4 0/2] add performance reporting support to FPGA DFL drivers
 2019-06-27 16:53 UTC  (4+ messages)
` [PATCH v4 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v4 2/2] fpga: dfl: fme: add "

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (2+ messages)

[PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-06-27  9:38 UTC  (6+ messages)

[PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
 2019-06-27  6:10 UTC 

[PATCH v4 0/3] add thermal/power management features for FPGA DFL drivers
 2019-06-27  4:53 UTC  (4+ messages)
` [PATCH v4 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v4 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v4 3/3] fpga: dfl: fme: add power "

[PATCH v4 00/15] add new features for FPGA DFL drivers
 2019-06-27  4:44 UTC  (16+ messages)
` [PATCH v4 01/15] fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address
` [PATCH v4 02/15] fpga: dfl: fme: remove copy_to_user() in ioctl for PR
` [PATCH v4 03/15] fpga: dfl: fme: align PR buffer size per PR datawidth
` [PATCH v4 04/15] fpga: dfl: fme: support 512bit data width PR
` [PATCH v4 05/15] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces
` [PATCH v4 06/15] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support
` [PATCH v4 07/15] fpga: dfl: pci: enable SRIOV support
` [PATCH v4 08/15] fpga: dfl: afu: add AFU state related sysfs interfaces
` [PATCH v4 09/15] fpga: dfl: afu: add userclock "
` [PATCH v4 10/15] fpga: dfl: add id_table for dfl private feature driver
` [PATCH v4 11/15] fpga: dfl: afu: export __port_enable/disable function
` [PATCH v4 12/15] fpga: dfl: afu: add error reporting support
` [PATCH v4 13/15] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH v4 14/15] fpga: dfl: fme: add capability sysfs interfaces
` [PATCH v4 15/15] fpga: dfl: fme: add global error reporting support

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #14]
 2019-06-27  0:38 UTC  (45+ messages)
` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/25] fsinfo: Add syscalls to other arches "
` [PATCH 03/25] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 04/25] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 05/25] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 06/25] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 07/25] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 08/25] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 09/25] vfs: Add mount notification count "
` [PATCH 10/25] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 11/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 12/25] fsinfo: Add API documentation "
` [PATCH 13/25] hugetlbfs: Add support for fsinfo() "
` [PATCH 14/25] kernfs, cgroup: Add fsinfo support "
` [PATCH 15/25] fsinfo: Support SELinux superblock parameter retrieval "
` [PATCH 16/25] fsinfo: Support Smack "
` [PATCH 17/25] afs: Support fsinfo() "
` [PATCH 18/25] fsinfo: proc - add sb operation "
` [PATCH 19/25] fsinfo: autofs "
` [PATCH 20/25] fsinfo: shmem - add tmpfs "
` [PATCH 21/25] fsinfo: devpts - add "
` [PATCH 22/25] fsinfo: pstore "
` [PATCH 23/25] fsinfo: debugfs "
` [PATCH 24/25] fsinfo: bpf "
` [PATCH 25/25] fsinfo: ufs "

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-26 18:21 UTC  (6+ messages)
` [PATCH v5 16/16] f2fs: add fs-verity support

[RFC PATCH 1/1] Revert "rseq/selftests: arm: use udf instruction for RSEQ_SIG"
 2019-06-26 18:00 UTC  (6+ messages)

Detecting the availability of VSYSCALL
 2019-06-26 17:14 UTC  (18+ messages)

New glibc-testfail io/tst-copy_file_range with kernel-next
 2019-06-26 15:38 UTC 

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-06-26  8:15 UTC  (4+ messages)

[PATCH V31 00/25] Add support for kernel lockdown
 2019-06-25  2:51 UTC  (10+ messages)
` [PATCH V31 07/25] kexec_file: Restrict at runtime if the kernel is locked down

[PATCH] samples: make pidfd-metadata fail gracefully on older kernels
 2019-06-24 13:49 UTC  (13+ messages)
        ` [PATCH 1/2] CLONE_PIDFD: do not use the value pointed by parent_tidptr
          ` [PATCH 2/2] samples: make pidfd-metadata fail gracefully on older kernels

[bug report] read-ahead can't work properly
 2019-06-24 13:30 UTC 

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-06-24 10:53 UTC  (7+ messages)
` [PATCH 05/13] vfs: don't parse "silent" option

[PATCHv4 00/28] kernel: Introduce Time Namespace
 2019-06-23  5:26 UTC  (4+ messages)
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line


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