linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-30 17:34:36 to 2014-08-16 15:41:54 UTC [more...]

[RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)
 2014-08-16 15:41 UTC  (8+ messages)

[PATCH RFC v4 net-next 00/26] BPF syscall, maps, verifier, samples, llvm
 2014-08-15 19:35 UTC  (77+ messages)
` [PATCH RFC v4 net-next 01/26] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH RFC v4 net-next 02/26] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC v4 net-next 03/26] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC v4 net-next 04/26] bpf: enable bpf syscall on x64
` [PATCH RFC v4 net-next 05/26] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC v4 net-next 06/26] bpf: add hashtable type of "
` [PATCH RFC v4 net-next 08/26] bpf: handle pseudo BPF_CALL insn
` [PATCH RFC v4 net-next 09/26] bpf: verifier (add docs)
` [PATCH RFC v4 net-next 10/26] bpf: verifier (add ability to receive verification log)
` [PATCH RFC v4 net-next 14/26] bpf: verifier (add state prunning optimization)
` [PATCH RFC v4 net-next 15/26] bpf: allow eBPF programs to use maps
` [PATCH RFC v4 net-next 16/26] net: sock: allow eBPF programs to be attached to sockets
` [PATCH RFC v4 net-next 17/26] tracing: allow eBPF programs to be attached to events
` [PATCH RFC v4 net-next 18/26] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH RFC v4 net-next 19/26] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC v4 net-next 20/26] samples: bpf: example of stateful socket filtering
` [PATCH RFC v4 net-next 21/26] samples: bpf: example of tracing filters with eBPF
` [PATCH RFC v4 net-next 24/26] samples: bpf: eBPF example in C
` [PATCH RFC v4 net-next 25/26] samples: bpf: counting "
` [PATCH RFC v4 net-next 26/26] bpf: verifier test
  ` [PATCH RFC v4 net-next 07/26] bpf: expand BPF syscall with program load/unload
  ` [PATCH RFC v4 net-next 11/26] bpf: handle pseudo BPF_LD_IMM64 insn
  ` [PATCH RFC v4 net-next 12/26] bpf: verifier (add branch/goto checks)
  ` [PATCH RFC v4 net-next 13/26] bpf: verifier (add verifier core)
  ` [PATCH RFC v4 net-next 22/26] bpf: llvm backend
  ` [PATCH RFC v4 net-next 23/26] samples: bpf: elf file loader

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

2038 Kernel Summit Discussion Fodder
 2014-08-13 15:37 UTC 

[PATCH 1/4] VFIO: PLATFORM: Add device tree info API and skeleton
 2014-08-13 11:02 UTC 

[PATCH RFC v2 net-next 00/16] BPF syscall, maps, verifier, samples
 2014-08-12 20:43 UTC  (8+ messages)
` [PATCH RFC v2 net-next 10/16] bpf: add eBPF verifier

seccomp: add "seccomp" syscall
 2014-08-12 16:25 UTC 

[PATCH 0/5] video: describe data bus formats
 2014-08-12 11:02 UTC  (2+ messages)

futex(2) man page update help request
 2014-08-11 10:19 UTC  (16+ messages)

[PATCH 0/9] Add drm driver for Rockchip Socs
 2014-08-07  8:32 UTC  (13+ messages)
` [PATCH 1/9] drm: "
  ` [PATCH 2/9] Add devicetree bindings for panels used by the Rockchip DRM
  ` [PATCH 3/9] drm: add driver "
  ` [PATCH 4/9] Add devicetree bindings for Rockchip lcd controller
  ` [PATCH 5/9] drm: add Rockchip rk3288 lcd controller driver
  ` [PATCH 6/9] Add devicetree bindings for Rockchip Soc LVDS
  ` [PATCH 7/9] drm: add Rockchip Soc rk3288 lvds connector
  ` [PATCH 9/9] drm: add Rockchip Soc rk3288 edp connector
` [PATCH 8/9] Add devicetree bindings for Rockchip Soc EDP

[REVIEW][PATCH 0/4] /proc/thread-self
 2014-08-06 18:32 UTC  (16+ messages)
` [REVIEW][PATCH 1/4] proc: Have net show up under /proc/<tgid>/task/<tid>
  ` [REVIEW][PATCH 2/4] proc: Implement /proc/thread-self to point at the directory of the current thread
  ` [REVIEW][PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
  ` [REVIEW][PATCH 4/4] proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts

[PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain
 2014-08-06 10:52 UTC  (5+ messages)

[PATCH 0/7] locking/rwsem: enable reader opt-spinning & writer respin
 2014-08-05 18:14 UTC  (23+ messages)
` [PATCH 1/7] locking/rwsem: don't resched at the end of optimistic spinning
  ` [PATCH 2/7] locking/rwsem: more aggressive use "
` [PATCH 3/7] locking/rwsem: check for active writer/spinner before wakeup
` [PATCH 4/7] locking/rwsem: threshold limited spinning for active readers
` [PATCH 5/7] locking/rwsem: move down rwsem_down_read_failed function
` [PATCH 6/7] locking/rwsem: enables optimistic spinning for readers
` [PATCH 7/7] locking/rwsem: allow waiting writers to go back to optimistic spinning

[PATCH 0/3] tty: serial: Add mediatek UART driver
 2014-08-05 13:38 UTC  (9+ messages)
` [PATCH 1/3] tty: serial: 8250: Add new capability for highspeed register
` [PATCH 2/3] tty: serial: 8250: Add Mediatek UART driver
` [PATCH 3/3] DTS: serial: Add bindings documention for the Mediatek UARTs

[PATCH 0/5] RFC: CGroup Namespaces
 2014-08-04 23:12 UTC  (5+ messages)
` [PATCH 2/5] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace

[PATCH v13 0/8] MADV_FREE support
 2014-08-04 10:50 UTC  (3+ messages)
` [PATCH v13 4/8] powerpc: add pmd_[dirty|mkclean] for THP

[PATCH -v4] random: introduce getrandom(2) system call
 2014-08-03 11:38 UTC  (7+ messages)

[PATCH v2 08/25] amdkfd: Add IOCTL set definitions of amdkfd
 2014-08-02 20:00 UTC  (3+ messages)

[PATCH 1/5] Add __designated_init, wrapping __attribute__((designated_init))
 2014-08-01 21:36 UTC  (9+ messages)
` [PATCH 2/5] raid: Require designated initialization of structures
` [PATCH 3/5] fs: "
` [PATCH 4/5] ftrace: "
` [PATCH 5/5] include/linux/interrupt.h: "

[Xen-devel] [PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain
 2014-08-01 13:44 UTC  (2+ messages)

[PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain
 2014-07-31 17:58 UTC  (6+ messages)
      ` [Xen-devel] "

[PATCH 2/2] xen: Implement ioctl to restrict event channels to a specific domain
 2014-07-31 13:18 UTC 

[PATCH 1/2] xen: Implement ioctl to restrict privcmd to a specific domain
 2014-07-31 13:16 UTC 

[RFC PATCH 1/2] fs: Add dirreadahead syscall and VFS hooks
 2014-07-31  3:31 UTC  (2+ messages)

General flags to turn things off (getrandom, pid lookup, etc)
 2014-07-31  2:37 UTC  (8+ messages)

[PATCH RFC v3 net-next 0/3] eBPF examples in C
 2014-07-30 18:53 UTC  (6+ messages)
` [PATCH RFC v3 net-next 3/3] samples: bpf: eBPF dropmon example "

[RFC PATCH 1/1] ethtool: adding support for multiple slave port configuration
 2014-07-30 17:34 UTC  (4+ messages)


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