linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-27 23:22:50 to 2014-07-08 00:36:17 UTC [more...]

[PATCH v10 0/7] MADV_FREE support
 2014-07-08  0:36 UTC  (15+ messages)
` [PATCH v10 1/7] mm: support madvise(MADV_FREE)
` [PATCH v10 2/7] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v10 3/7] sparc: "
` [PATCH v10 4/7] powerpc: "
` [PATCH v10 5/7] s390: "
` [PATCH v10 6/7] ARM: "
` [PATCH v10 7/7] mm: Don't split THP page when syscall is called

[PATCH v3 0/3] mm: introduce fincore() v3
 2014-07-07 22:44 UTC  (12+ messages)
` [PATCH v3 1/3] mm: introduce fincore()
` [PATCH v3 2/3] selftests/fincore: add test code for fincore()
` [PATCH v3 3/3] man2/fincore.2: document general description about fincore(2)

[RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)
 2014-07-07 22:33 UTC  (43+ messages)
` [PATCH 01/11] fs: add O_BENEATH_ONLY flag to openat(2)
  ` [PATCH 02/11] selftests: Add test of O_BENEATH_ONLY & openat(2)
  ` [PATCH 03/11] capsicum: rights values and structure definitions
  ` [PATCH 04/11] capsicum: implement fgetr() and friends
` [PATCH 05/11] capsicum: convert callers to use fgetr() etc
` [PATCH 06/11] capsicum: implement sockfd_lookupr()
` [PATCH 07/11] capsicum: convert callers to use sockfd_lookupr() etc
` [PATCH 08/11] capsicum: add new LSM hooks on FD/file conversion
` [PATCH 09/11] capsicum: implementations of new LSM hooks
` [PATCH 10/11] capsicum: invocation "
` [PATCH 11/11] capsicum: add syscalls to limit FD rights
` [PATCH 1/5] man-pages: open.2: describe O_BENEATH_ONLY flag
` [PATCH 2/5] man-pages: capsicum.7: describe Capsicum capability framework
` [PATCH 3/5] man-pages: rights.7: Describe Capsicum primary rights
` [PATCH 4/5] man-pages: cap_rights_limit.2: limit FD rights for Capsicum
` [PATCH 5/5] man-pages: cap_rights_get: retrieve Capsicum fd rights

(no subject)
 2014-07-07 17:45 UTC 

[PATCH RFC net-next 00/14] BPF syscall, maps, verifier, samples
 2014-07-05 21:59 UTC  (70+ messages)
` [PATCH RFC net-next 01/14] net: filter: split filter.c into two files
` [PATCH RFC net-next 02/14] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC net-next 03/14] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry
` [PATCH RFC net-next 05/14] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC net-next 06/14] bpf: add hashtable type of "
` [PATCH RFC net-next 07/14] bpf: expand BPF syscall with program load/unload
` [PATCH RFC net-next 08/14] bpf: add eBPF verifier
  ` [PATCH RFC net-next 09/14] bpf: allow eBPF programs to use maps
` [PATCH RFC net-next 10/14] net: sock: allow eBPF programs to be attached to sockets
` [PATCH RFC net-next 11/14] tracing: allow eBPF programs to be attached to events
` [PATCH RFC net-next 12/14] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC net-next 13/14] samples: bpf: example of stateful socket filtering
` [PATCH RFC net-next 14/14] samples: bpf: example of tracing filters with eBPF

[PATCH 1/1] include/uapi: Define AT_FDNODIR constant as future guarantee
 2014-07-05 19:51 UTC 

Does it make sense to define a constant for openat and such that is guaranteed not to be used for special purposes later on?
 2014-07-04 17:20 UTC  (4+ messages)

[PATCH 0/4] mm: introduce fincore() v2
 2014-07-04 16:31 UTC  (10+ messages)
` [PATCH v2 1/4] define PAGECACHE_TAG_* as enumeration under include/uapi
` [PATCH v2 2/4] mm: introduce fincore()
` [PATCH v2 3/4] selftests/fincore: add test code for fincore()
` [PATCH v2 4/4] man2/fincore.2: document general description about fincore(2)

[PATCH 00/10] RFC: userfault
 2014-07-04 11:30 UTC  (4+ messages)
  ` [PATCH 08/10] userfaultfd: add new syscall to provide memory externalization
  ` [PATCH 06/10] mm: sys_remap_anon_pages

[PATCH v3 0/6] charger/mfd: max14577: Add support for MAX77836
 2014-07-04 10:12 UTC  (7+ messages)
` [PATCH v3 1/6] charger: max14577: Add support for MAX77836 charger
  ` [PATCH v3 2/6] regulator/mfd: max14577: Export symbols for calculating charger current
  ` [PATCH v3 3/6] charger: max14577: Configure battery-dependent settings from DTS and sysfs
` [PATCH v3 4/6] power: max17040: Add ID for MAX77836 Fuel Gauge block
` [PATCH v3 5/6] devicetree: mfd: max14577: Add device tree bindings document
` [PATCH v3 6/6] Documentation: charger: max14577: Document exported sysfs entry

[PATCH v9] mm: support madvise(MADV_FREE)
 2014-07-04  6:41 UTC  (9+ messages)

[patch 0/4] timerfd c/r support, v4
 2014-07-02 19:36 UTC  (9+ messages)
` [patch 3/4] timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks

[PATCH] Documentation: sysfs-bus-usb: update power/persist description
 2014-07-02 14:36 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-07-01  8:13 UTC  (9+ messages)
` [PATCH v3 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [PATCH v3 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH v9 0/11] seccomp: add thread sync ability
 2014-06-27 23:23 UTC  (12+ messages)
` [PATCH v9 01/11] seccomp: create internal mode-setting function
` [PATCH v9 02/11] seccomp: extract check/assign mode helpers
` [PATCH v9 03/11] seccomp: split mode setting routines
` [PATCH v9 04/11] seccomp: add "seccomp" syscall
` [PATCH v9 05/11] ARM: add seccomp syscall
` [PATCH v9 06/11] MIPS: "
` [PATCH v9 07/11] sched: move no_new_privs into new atomic flags
` [PATCH v9 08/11] seccomp: split filter prep from check and apply
` [PATCH v9 09/11] seccomp: introduce writer locking
` [PATCH v9 10/11] seccomp: allow mode setting across threads
` [PATCH v9 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC


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