linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-09 06:22:24 to 2014-07-20 17:34:39 UTC [more...]

[PATCH v4 0/6] File Sealing & memfd_create()
 2014-07-20 17:34 UTC  (6+ 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 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  (24+ 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 -v4] random: introduce getrandom(2) system call
 2014-07-18 21:15 UTC 

[PATCH v12 11/11] seccomp: add thread sync ability
 2014-07-18 18:58 UTC  (17+ messages)
` [PATCH v12 01/11] seccomp: create internal mode-setting function
` [PATCH v12 02/11] seccomp: extract check/assign mode helpers
` [PATCH v12 04/11] seccomp: add "seccomp" syscall
` [PATCH v12 05/11] ARM: add seccomp syscall
` [PATCH v12 06/11] MIPS: "
` [PATCH v12 07/11] sched: move no_new_privs into new atomic flags
` [PATCH v12 08/11] seccomp: split filter prep from check and apply
  ` [PATCH v12 03/11] seccomp: split mode setting routines
  ` [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 0/5] RFC: CGroup Namespaces
 2014-07-18 18:57 UTC  (12+ 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 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  (9+ messages)
` [net-next PATCH v2 1/3] net: ethtool: Add Multicast and broadcast rate limit coalescing feature
` [net-next PATCH v2 2/3] drivers: net: cpsw: remove redundancy check
` [net-next PATCH v2 3/3] drivers: net: cpsw: Add support for multicast/broadcast rate limit

[PATCH RFC v2 net-next 00/16] BPF syscall, maps, verifier, samples
 2014-07-18  4:20 UTC  (17+ 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 v12 0/8] MADV_FREE support
 2014-07-18  2:22 UTC  (13+ messages)
` [PATCH v12 1/8] mm: support madvise(MADV_FREE)
` [PATCH v12 3/8] sparc: add pmd_[dirty|mkclean] for THP
` [PATCH v12 5/8] s390: "
` [PATCH v12 6/8] arm: "
` [PATCH v12 7/8] arm64: "
` [PATCH v12 8/8] mm: Don't split THP page when syscall is called
  ` [PATCH v12 4/8] powerpc: add pmd_[dirty|mkclean] for THP

[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  (24+ messages)
` [PATCH v10 01/11] seccomp: create internal mode-setting function
` [PATCH v10 02/11] seccomp: extract check/assign mode helpers
` [PATCH v10 03/11] seccomp: split mode setting routines
` [PATCH v10 04/11] seccomp: add "seccomp" syscall
` [PATCH v10 05/11] ARM: add seccomp syscall
` [PATCH v10 06/11] MIPS: "
` [PATCH v10 07/11] sched: move no_new_privs into new atomic flags
` [PATCH v10 08/11] seccomp: split filter prep from check and apply
` [PATCH v10 09/11] seccomp: introduce writer locking
` [PATCH v10 10/11] seccomp: allow mode setting across threads
` [PATCH v10 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC

[tytso-DPNOqEs/LNQ@public.gmane.org: [PATCH, RFC] random: introduce getrandom(2) system call]
 2014-07-17 20:25 UTC 

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

[patch 0/4] timerfd c/r support, v5
 2014-07-15 21:54 UTC  (5+ messages)
` [patch 1/4] timerfd: Implement show_fdinfo method
` [patch 2/4] docs: procfs -- Document timerfd output
` [patch 3/4] timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3
` [patch 4/4] timerfd.2: Add ioctl method description

[patch 0/4] timerfd c/r support, v4
 2014-07-15 21:20 UTC  (10+ messages)

[PATCH 13/83] hsa/radeon: Add 2 new IOCTL to kfd, CREATE_QUEUE and DESTROY_QUEUE
 2014-07-14  7:33 UTC  (6+ messages)
  ` [PATCH 27/83] hsa/radeon: Implement hsaKmtSetMemoryPolicy

[PATCH 32/83] hsa/radeon: implementing IOCTL for clock counters
 2014-07-11 20:41 UTC  (9+ messages)
` [PATCH 42/83] hsa/radeon: 32-bit processes support
` [PATCH 44/83] hsa/radeon: HSA64/HSA32 modes support
` [PATCH 54/83] hsa/radeon: Switch to new queue scheduler
` [PATCH 55/83] hsa/radeon: Add IOCTL for update queue
` [PATCH 59/83] hsa/radeon: Exclusive access for perf. counters
` [PATCH 60/83] hsa/radeon: Rearrange structures in kfd_ioctl.h

[PATCH v3 0/3] mm: introduce fincore() v3
 2014-07-11 16:53 UTC  (11+ messages)
` [PATCH v3 1/3] mm: introduce fincore()

[PATCH v9 0/11] seccomp: add thread sync ability
 2014-07-10 17:35 UTC  (14+ messages)
` [PATCH v9 09/11] seccomp: introduce writer locking
` [PATCH v9 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC

[PATCH v2 2/2] man2: Document constant for only allowing absolute paths
 2014-07-09 23:53 UTC 

[RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)
 2014-07-09  8:48 UTC  (5+ messages)
` [PATCH 01/11] fs: add O_BENEATH_ONLY flag to openat(2)


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