Alexei Starovoitov ([email protected])

Number of posts: 32 (0.02 per day)
First post: 2014-07-23 16:49:23
Last post: 2019-06-14 23:11:17

Date List Subject
2019-06-14 23:11:17 linux-kernel [PATCH bpf] bpf, x64: fix stack layout of JITed bpf code
2018-10-05 23:40:50 linux-kernel [PATCH bpf-next] libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
2018-10-04 03:00:45 linux-kernel [PATCH bpf-next 6/6] selftests/bpf: add a test for BPF_CGROUP_FILE_OPEN
2018-10-04 03:00:33 linux-kernel [PATCH bpf-next 3/6] tools/bpf: sync uapi/bpf.h
2018-10-04 02:59:38 linux-kernel [PATCH bpf-next 5/6] libbpf: support BPF_CGROUP_FILE_OPEN in libbpf
2018-10-04 02:59:34 linux-kernel [PATCH bpf-next 2/6] fs: wire in BPF_CGROUP_FILE_OPEN hook
2018-10-04 02:58:47 linux-kernel [PATCH bpf-next 1/6] bpf: introduce BPF_PROG_TYPE_FILE_FILTER
2018-10-04 02:58:42 linux-kernel [PATCH bpf-next 0/6] bpf: introduce BPF_CGROUP_FILE_OPEN
2018-10-04 02:58:20 linux-kernel [PATCH bpf-next 4/6] trace/bpf: allow %o modifier in bpf_trace_printk
2018-06-07 19:05:14 linux-kernel [PATCH net-next] umh: fix race condition
2018-06-05 02:54:58 linux-kernel [PATCH net-next] bpfilter: switch to CC from HOSTCC
2018-05-22 02:24:04 linux-kernel [PATCH v3 net-next 2/2] net: add skeleton of bpfilter kernel module
2018-05-22 02:23:30 linux-kernel [PATCH v3 net-next 0/2] bpfilter
2018-05-22 02:23:13 linux-kernel [PATCH v3 net-next 1/2] umh: introduce fork_usermode_blob() helper
2018-05-21 21:33:51 linux-kernel [PATCH] bpf: prevent memory disambiguation attack
2018-05-03 04:38:21 linux-kernel [PATCH RFC v2 net-next 4/4] bpfilter: rough bpfilter codegen example hack
2018-05-03 04:37:55 linux-kernel [PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
2018-05-03 04:37:36 linux-kernel [PATCH v2 net-next 0/4] bpfilter
2018-05-03 04:37:30 linux-kernel [PATCH RFC v2 net-next 3/4] bpfilter: add iptable get/set parsing
2018-05-03 04:37:08 linux-kernel [PATCH v2 net-next 2/4] net: add skeleton of bpfilter kernel module
2018-03-06 01:36:43 linux-kernel [PATCH net-next] modules: allow modprobe load regular elf binaries
2018-03-01 04:23:57 linux-kernel [PATCH bpf-next 5/5] samples/bpf: raw tracepoint test
2018-03-01 04:23:31 linux-kernel [PATCH bpf-next 3/5] bpf: introduce BPF_RAW_TRACEPOINT
2018-03-01 04:23:24 linux-kernel [PATCH bpf-next 2/5] tracepoint: compute num_args at build time
2018-03-01 04:22:17 linux-kernel [PATCH bpf-next 4/5] libbpf: add bpf_raw_tracepoint_open helper
2018-03-01 04:21:46 linux-kernel [PATCH bpf-next 1/5] treewide: remove struct-pass-by-value from tracepoints arguments
2018-03-01 04:21:23 linux-kernel [PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints
2018-01-09 18:04:34 linux-kernel [PATCH v3 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config
2018-01-09 04:52:41 linux-kernel [PATCH v2 bpf] bpf: introduce BPF_JIT_ALWAYS_ON config
2014-07-28 17:27:46 linux-kernel Re: Random panic in load_balance() with 3.16-rc
2014-07-25 03:55:33 linux-kernel Re: Random panic in load_balance() with 3.16-rc
2014-07-23 16:49:23 linux-kernel Re: [PATCH net-next 1/2] net: filter: split filter.c into two files