linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-20 17:25:42 to 2019-05-28 06:29:47 UTC [more...]

[RFC 1/7] mm: introduce MADV_COOL
 2019-05-28  6:29 UTC  (35+ messages)
  ` [RFC 3/7] mm: introduce MADV_COLD
  ` [RFC 5/7] mm: introduce external memory hinting API
  ` [RFC 6/7] mm: extend process_madvise syscall to support vector arrary
  ` [RFC 7/7] mm: madvise support MADV_ANONYMOUS_FILTER and MADV_FILE_FILTER
    ` [RFC 0/7] introduce memory hinting API for external process

[PATCH RFC] mm/madvise: implement MADV_STOCKPILE (kswapd from user space)
 2019-05-28  6:25 UTC  (5+ messages)

[PATCH v3 1/3] open: add close_range()
 2019-05-28  3:43 UTC  (5+ messages)
` [PATCH v3 2/3] arch: wire-up close_range()
` [PATCH v3 3/3] tests: add close_range() tests

[PATCH v2 0/2] close_range()
 2019-05-28  2:33 UTC  (7+ messages)
` [PATCH v2 1/2] open: add close_range()
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v2 0/7] mm: process_vm_mmap() -- syscall for duplication a process mapping
 2019-05-27 23:30 UTC  (24+ messages)
` [PATCH v2 1/7] mm: Add process_vm_mmap() syscall declaration
` [PATCH v2 2/7] mm: Extend copy_vma()

[PATCH 1/2] fork: add clone6
 2019-05-27 19:36 UTC  (11+ messages)
` [PATCH 2/2] arch: wire-up clone6() syscall on x86

[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v10)
 2019-05-27 19:27 UTC  (3+ messages)

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-05-27 17:26 UTC 

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-05-27 13:36 UTC  (6+ messages)

[PATCH] mm: mlockall error for flag MCL_ONFAULT
 2019-05-27 13:19 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v18 1/3] proc: add /proc/<pid>/arch_status
 2019-05-27  7:16 UTC  (3+ messages)

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

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

[PATCH v2 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-05-26 22:08 UTC 

[PATCH v7 0/5] namei: resolveat(2) path resolution restriction API
 2019-05-26  5:46 UTC  (6+ messages)
` [PATCH v7 5/5] namei: resolveat(2) syscall

[PATCH v3 1/2] pid: add pidfd_open()
 2019-05-24 10:54 UTC  (3+ messages)

[PATCH v1 1/2] open: add close_range()
 2019-05-24 10:31 UTC  (15+ messages)
` [PATCH v1 2/2] tests: add close_range() tests

[PATCH RFC v8 00/10] namei: resolveat(2) path resolution restrictions
 2019-05-24  3:11 UTC  (5+ messages)
` [PATCH RFC v8 01/10] namei: obey trailing magic-link DAC permissions

[PATCH 5.1 119/122] y2038: Make CONFIG_64BIT_TIME unconditional
 2019-05-23 19:07 UTC 

[PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
 2019-05-23 16:18 UTC  (16+ messages)
` [PATCH v3 01/15] fs-verity: add a documentation file
` [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry
` [PATCH v3 03/15] fs-verity: add UAPI header
` [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v3 05/15] fs-verity: add inode and superblock fields
` [PATCH v3 06/15] fs-verity: add the hook for file ->open()
` [PATCH v3 07/15] fs-verity: add the hook for file ->setattr()
` [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages()
` [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v3 11/15] fs-verity: add SHA-512 support
` [PATCH v3 12/15] fs-verity: support builtin file signatures
` [PATCH v3 13/15] ext4: add basic fs-verity support
` [PATCH v3 14/15] ext4: add fs-verity read support
` [PATCH v3 15/15] f2fs: add fs-verity support

[USER][PATCH] cpio: add option to add file metadata in copy-out mode
 2019-05-23 13:38 UTC 

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-23 12:18 UTC  (4+ messages)
` [PATCH v4 1/3] initramfs: add file metadata
` [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

[PATCH v3 0/2] initramfs: add support for xattrs in the initial ram disk
 2019-05-22 20:21 UTC  (14+ messages)
` [PATCH v3 2/2] initramfs: introduce do_readxattrs()

[PATCH v4] net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics
 2019-05-22 17:36 UTC  (2+ messages)

[PATCH 1/2] open: add close_range()
 2019-05-22  8:12 UTC  (16+ messages)
` [PATCH 2/2] tests: add close_range() tests

[PATCH v6 00/16] fscrypt: key management improvements
 2019-05-21  3:29 UTC  (15+ messages)
` [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v6 10/16] fscrypt: v2 encryption policy support
` [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v6 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v6 14/16] f2fs: "
` [PATCH v6 15/16] ubifs: "
` [PATCH v6 16/16] fscrypt: document the new ioctls and policy version

[PATCH v3] net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics
 2019-05-21  0:12 UTC  (2+ messages)

[PATCH v2 00/18] add new features for FPGA DFL drivers
 2019-05-20 18:21 UTC  (6+ messages)
` [PATCH v2 05/18] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces


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