linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-17 18:08:36 to 2014-07-24 21:47:47 UTC [more...]

[PATCH v4 0/6] File Sealing & memfd_create()
 2014-07-24 21:47 UTC  (15+ messages)
` [PATCH v4 1/6] mm: allow drivers to prevent new writable mappings
` [PATCH v4 2/6] shm: add sealing API
` [PATCH v4 3/6] shm: add memfd_create() syscall
` [PATCH v4 4/6] selftests: add memfd_create() + sealing tests
` [PATCH v4 5/6] selftests: add memfd/sealing page-pinning tests
` [PATCH v4 6/6] shm: wait for pins to be released when sealing

[PATCH -v5] random: introduce getrandom(2) system call
 2014-07-24 20:54 UTC  (6+ messages)

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

[PATCH 0/5] RFC: CGroup Namespaces
 2014-07-24 17:03 UTC  (21+ messages)
    ` [PATCH 1/5] kernfs: Add API to get generate relative kernfs path
    ` [PATCH 2/5] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
    ` [PATCH 3/5] cgroup: add function to get task's cgroup on default hierarchy
    ` [PATCH 4/5] cgroup: export cgroup_get() and cgroup_put()
    ` [PATCH 5/5] cgroup: introduce cgroup namespaces

[PATCH RFC v2 net-next 10/16] bpf: add eBPF verifier
 2014-07-24  5:01 UTC 

[RFC PATCH 0/5] futex: introduce an optimistic spinning futex
 2014-07-23  7:52 UTC  (51+ messages)
` [RFC PATCH 1/5] futex: add new exclusive lock & unlock command codes
  ` [RFC PATCH 2/5] futex: add optimistic spinning to FUTEX_SPIN_LOCK
` [RFC PATCH 3/5] spinning futex: move a wakened task to spinning
` [RFC PATCH 4/5] spinning futex: put waiting tasks in a sorted rbtree
` [RFC PATCH 5/5] futex, doc: add a document on how to use the spinning futexes

[PATCH -v4] random: introduce getrandom(2) system call
 2014-07-22 14:36 UTC  (4+ messages)

[PATCH 0/5] video: describe data bus formats
 2014-07-22 12:23 UTC  (6+ messages)
` [PATCH 1/5] video: move mediabus format definition to a more standard place
` [PATCH 2/5] video: add RGB444_1X12 and RGB565_1X16 bus formats
` [PATCH 3/5] drm: add bus_formats and nbus_formats fields to drm_display_info
` [PATCH 4/5] drm: panel: simple-panel: add support for bus_format retrieval
` [PATCH 5/5] drm: panel: simple-panel: add bus format information for foxlink panel

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

[PATCH RFC v3 net-next 0/3] eBPF examples in C
 2014-07-22  3:45 UTC  (4+ messages)
` [PATCH RFC v3 net-next 1/3] samples: bpf: elf file loader
` [PATCH RFC v3 net-next 2/3] samples: bpf: eBPF example in C
` [PATCH RFC v3 net-next 3/3] samples: bpf: eBPF dropmon "

[PATCH v2 08/25] amdkfd: Add IOCTL set definitions of amdkfd
 2014-07-20 16:54 UTC  (2+ messages)

[PATCH v3 0/7] File Sealing & memfd_create()
 2014-07-19 16:40 UTC  (22+ messages)
` [PATCH v3 1/7] mm: allow drivers to prevent new writable mappings
` [PATCH v3 2/7] shm: add sealing API
` [PATCH v3 3/7] shm: add memfd_create() syscall
` [PATCH v3 4/7] selftests: add memfd_create() + sealing tests
` [PATCH v3 5/7] selftests: add memfd/sealing page-pinning tests
` [RFC v3 6/7] shm: wait for pins to be released when sealing
` [RFC v3 7/7] shm: isolate pinned pages when sealing files

[PATCH v12 11/11] seccomp: add thread sync ability
 2014-07-18 18:58 UTC  (9+ messages)
  ` [PATCH v12 09/11] seccomp: introduce writer locking
` [PATCH v12 10/11] seccomp: allow mode setting across threads
` [PATCH v12 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC

[PATCH v13 0/8] MADV_FREE support
 2014-07-18 14:55 UTC  (12+ messages)
` [PATCH v13 1/8] mm: support madvise(MADV_FREE)
` [PATCH v13 2/8] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v13 3/8] sparc: "
` [PATCH v13 4/8] powerpc: "
` [PATCH v13 5/8] s390: "
` [PATCH v13 6/8] arm: "
` [PATCH v13 7/8] arm64: "
` [PATCH v13 8/8] mm: Don't split THP page when syscall is called

[tytso-DPNOqEs/LNQ@public.gmane.org: [PATCH, RFC -v3] random: introduce getrandom(2) system call]
 2014-07-18 14:04 UTC  (3+ messages)

[PATCH, RFC -v2] random: introduce getrandom(2) system call
 2014-07-18 10:21 UTC  (5+ messages)

[net-next PATCH v2 0/3] Broadcast/Multicast rate limit via Ethtool Coalesce
 2014-07-18  5:37 UTC  (5+ messages)

[PATCH v12 0/8] MADV_FREE support
 2014-07-18  2:22 UTC  (4+ messages)
` [PATCH v12 1/8] mm: support madvise(MADV_FREE)

[PATCH, RFC] random: introduce getrandom(2) system call
 2014-07-17 22:27 UTC  (7+ messages)

[PATCH v10 0/11] seccomp: add thread sync ability
 2014-07-17 21:39 UTC  (6+ messages)

[tytso-DPNOqEs/LNQ@public.gmane.org: [PATCH, RFC] random: introduce getrandom(2) system call]
 2014-07-17 20:25 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).