linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-06 21:42:13 to 2017-08-16 02:18:19 UTC [more...]

[PATCH v4 0/2] mm,fork,security: introduce MADV_WIPEONFORK
 2017-08-16  2:18 UTC  (5+ 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-16  1:15 UTC  (14+ 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 v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-15 23:50 UTC  (18+ messages)

[PATCH v06 00/36] Userspace compile test and fixes for exported uapi header files
 2017-08-15 22:58 UTC  (64+ messages)
` [PATCH v06 04/36] uapi scsi/scsi_netlink_fc.h: use __u16, __u32 and __u64 from linux/types.h
` [PATCH v06 05/36] uapi linux/sysctl.h: use __kernel_size_t instead of size_t
` [PATCH v06 08/36] uapi asm-generic/shmbuf.h: include fixes
` [PATCH v06 09/36] uapi asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
` [PATCH v06 12/36] x86 uapi asm/signal.h: use __kernel_size_t instead of size_t
` [PATCH v06 13/36] x86 uapi asm/sembuf.h: include linux/types.h and linux/ipc.h
` [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 18/36] uapi linux/errqueue.h: include linux/time.h "
` [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 22/36] uapi linux/reiserfs_xattr.h: "
` [PATCH v06 23/36] uapi linux/coda.h: use __kernel_pid_t and add u_short etc definitions for userspace
` [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 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t
` [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
` [PATCH v06 36/36] uapi linux/kfd_ioctl.h: use __u32 and __u64 instead of uint32_t and uint64_t

+ 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 v2 00/22] Intel FPGA Device Drivers
 2017-08-14 21:37 UTC  (10+ messages)
` [PATCH v2 02/22] fpga: add FPGA device framework
` [PATCH v2 06/22] fpga: intel: add FPGA PCIe device driver
` [PATCH v2 19/22] fpga: intel: afu: add header sub feature support

[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  (22+ messages)
` [RFC v3 1/3] VFS adding destroy_creds call
` [RFC 1/1] destroy_creds.2: new page documenting destroy_creds()
  ` [RFC v3 2/3] SUNRPC mark user credentials destroyed
  ` [RFC v3 3/3] NFS define vfs destroy_creds functions

[PATCH 2/9] Implement containers as kernel objects
 2017-08-14  5:47 UTC 

[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  (23+ messages)

[PATCH v5 0/6] Improved seccomp logging
 2017-08-10 23:58 UTC  (6+ 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  (7+ messages)
` [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE

[RFC PATCH 0/1] Add hugetlbfs support to memfd_create()
 2017-08-08  5:33 UTC  (3+ messages)
` [RFC PATCH 1/1] mm/shmem: add "

(unknown),
 2017-08-07 19:03 UTC 


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