linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-08 23:11:58 to 2017-08-18 11:46:17 UTC [more...]

[PATCH] Adding support of RLIMIT_CPUNS
 2017-08-18 11:46 UTC 

[patch v4 0/3] JTAG driver introduction
 2017-08-18  9:49 UTC  (4+ messages)
  ` [patch v4 1/3] drivers: jtag: Add JTAG core driver
  ` [patch v4 2/3] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
  ` [patch v4 3/3] doccumentation: jtag: Add bindings for "

[PATCH 2/9] Implement containers as kernel objects
 2017-08-18  8:03 UTC  (3+ messages)

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-08-18  7:03 UTC  (26+ messages)
` [PATCH v2 06/22] fpga: intel: add FPGA PCIe device driver
` [PATCH v2 09/22] fpga: intel: pcie: adds fpga_for_each_port callback for fme device
` [PATCH v2 13/22] fpga: intel: fme: add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support
` [PATCH v2 16/22] fpga: intel: add fpga bridge platform driver for FME
` [PATCH v2 18/22] fpga: intel: add FPGA Accelerated Function Unit driver basic framework
` [PATCH v2 19/22] fpga: intel: afu: add header sub feature support
` [PATCH v2 20/22] fpga: intel: afu add FPGA_GET_API_VERSION/CHECK_EXTENSION ioctls support

[PATCH v4 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-17 22:50 UTC  (6+ messages)
` [PATCH 1/2] x86,mpx: make mpx depend on x86-64 to free up VMA flag
` [PATCH 2/2] mm,fork: introduce MADV_WIPEONFORK

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-08-17  8:49 UTC  (17+ messages)
` [PATCH v4 1/3] fs, xfs: introduce S_IOMAP_SEALED
  ` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags
` [PATCH v4 3/3] fs, xfs: introduce MAP_DIRECT for creating block-map-sealed file ranges

[PATCH v5 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-16 23:42 UTC  (15+ messages)
  ` [PATCH v5 1/5] vfs: add flags parameter to ->mmap() in 'struct file_operations'
  ` [PATCH v5 4/5] fs, xfs: introduce MAP_DIRECT for creating block-map-atomic file ranges
` [PATCH v5 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v5 3/5] mm: introduce mmap3 for safely defining new mmap flags
` [PATCH v5 5/5] fs, fcntl: add F_MAP_DIRECT

[PATCH v2] KEYS: make keyctl_invalidate() also require Setattr permission
 2017-08-16 22:08 UTC  (3+ messages)

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-16 13:57 UTC  (19+ messages)

[PATCH v06 00/36] Userspace compile test and fixes for exported uapi header files
 2017-08-15 22:58 UTC  (37+ messages)
` [PATCH v06 14/36] arm uapi asm/signal.h: include <stddef.h> for size_t in userspace
` [PATCH v06 15/36] uapi linux/socket.h: include sys/socket.h in user space
` [PATCH v06 19/36] uapi linux/omapfb.h: use __kernel_size_t instead of size_t
` [PATCH v06 21/36] uapi linux/kexec.h: "
      ` [PATCH v06 13/36] x86 uapi asm/sembuf.h: include linux/types.h and linux/ipc.h
        ` [PATCH v06 12/36] x86 uapi asm/signal.h: use __kernel_size_t instead of size_t
          ` [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
            ` [PATCH v06 08/36] uapi asm-generic/shmbuf.h: include fixes
              ` [PATCH v06 05/36] uapi linux/sysctl.h: use __kernel_size_t instead of size_t
` [PATCH v06 22/36] uapi linux/reiserfs_xattr.h: "
` [PATCH v06 26/36] uapi xen/privcmd.h: fix compilation in userspace
  ` [Xen-devel] "
` [PATCH v06 30/36] uapi rdma/rdma_user_rxe.h: include in.h and in6.h
` [PATCH v06 33/36] uapi linux/fsmap.h: use __kernel_size_t instead of size_t
` [PATCH v06 35/36] uapi linux/tls.h: don't include <net/tcp.h> in user space

+ mmfork-introduce-madv_wipeonfork.patch added to -mm tree
 2017-08-15 22:52 UTC 

[PATCH man] kcmp: Add KCMP_EPOLL_TFD description
 2017-08-15 19:57 UTC  (3+ messages)

[PATCH v3 1/4] syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check
 2017-08-14 21:37 UTC  (4+ messages)
` [PATCH v3 2/4] Revert "arm/syscalls: Check address limit on user-mode return"
` [PATCH v3 3/4] arm/syscalls: Optimize address limit check
` [PATCH v3 4/4] arm64/syscalls: Move address limit check in loop

[PATCH v4 0/4] seccomp: Implement SECCOMP_RET_KILL_PROCESS action
 2017-08-14 21:10 UTC  (7+ messages)
` [PATCH v4 1/4] seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
  ` [PATCH v4 2/4] seccomp: Introduce SECCOMP_RET_KILL_PROCESS
` [PATCH v4 3/4] seccomp: Implement SECCOMP_RET_KILL_PROCESS action
` [PATCH v4 4/4] selftests/seccomp: Test thread vs process killing

[RFC v3 0/3] VFS/NFS support to destroy FS credentials
 2017-08-14 15:59 UTC  (19+ messages)
` [RFC 1/1] destroy_creds.2: new page documenting destroy_creds()

[PATCH] [RFC] vm: add a syscall to map a process memory into a pipe
 2017-08-12  6:10 UTC  (3+ messages)

[PATCH v3 0/6] fs, xfs: block map immutable files
 2017-08-12  4:06 UTC  (13+ messages)
` [PATCH v3 1/6] fs, xfs: introduce S_IOMAP_IMMUTABLE
  ` [PATCH v3 2/6] fs, xfs: introduce FALLOC_FL_SEAL_BLOCK_MAP
  ` [PATCH v3 3/6] fs, xfs: introduce FALLOC_FL_UNSEAL_BLOCK_MAP
  ` [PATCH v3 4/6] xfs: introduce XFS_DIFLAG2_IOMAP_IMMUTABLE
  ` [PATCH v3 5/6] xfs: toggle XFS_DIFLAG2_IOMAP_IMMUTABLE in response to fallocate
  ` [PATCH v3 6/6] mm, xfs: protect swapfile contents with immutable + unwritten extents

[PATCH 0/2] Add hugetlbfs support to memfd_create()
 2017-08-11 23:56 UTC  (3+ messages)
` [PATCH 1/2] mm/shmem: add "
` [PATCH 2/2] selftests/memfd: Add memfd_create hugetlbfs selftest

[PATCH v3 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 20:50 UTC  (6+ messages)
  ` [PATCH 1/2] x86,mpx: make mpx depend on x86-64 to free up VMA flag
` [PATCH 2/2] mm,fork: introduce MADV_WIPEONFORK

[PATCH v6 0/6] Improved seccomp logging
 2017-08-11 19:35 UTC  (11+ messages)
` [PATCH v6 1/6] seccomp: Sysctl to display available actions
` [PATCH v6 2/6] seccomp: Operation for checking if an action is available
` [PATCH v6 3/6] seccomp: Sysctl to configure actions that are allowed to be logged
` [PATCH v6 4/6] seccomp: Selftest for detection of filter flag support
` [PATCH v6 5/6] seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
` [PATCH v6 6/6] seccomp: Action to log before allowing

[PATCH v3 0/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS
 2017-08-11 18:32 UTC  (11+ messages)
  ` [PATCH v3 1/4] seccomp: Provide matching filter for introspection
  ` [PATCH v3 4/4] selftests/seccomp: Test thread vs process killing
` [PATCH v3 2/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS
` [PATCH v3 3/4] selftests/seccomp: Refactor RET_ERRNO tests

[PATCH v2 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-11 15:31 UTC  (22+ messages)

[PATCH v5 0/6] Improved seccomp logging
 2017-08-10 23:58 UTC  (5+ messages)
` [PATCH v5 2/6] seccomp: Sysctl to configure actions that are allowed to be logged

[PATCH RFC v2] Add /proc/pid/smaps_rollup
 2017-08-10 19:17 UTC  (5+ messages)

new ELF marking
 2017-08-09 17:07 UTC 

[PATCH v2 0/7] signal: Fix sending signals with siginfo
 2017-08-08 23:19 UTC  (5+ messages)
` [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE


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