summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+9
* bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-2/+29
* bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-40/+92
* bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau2019-02-111-4/+7
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-015-14/+107
* bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov2019-02-013-1/+6
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-019-19/+331
* bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-312-2/+3
* bpf: fix bitrotted kerneldocValdis Kletnieks2019-01-311-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-307-12/+39
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-01-271-0/+1
| |\
| | * posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-274-11/+34
| |\ \
| | * | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
| | * | futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
| | * | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
| | * | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-0/+12
| | * | sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-211-1/+1
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-1/+4
| |\ \ \
| | * | | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| | * | | genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-01-151-0/+3
| | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-295-296/+774
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: JIT blinds support JMP32Jiong Wang2019-01-261-0/+21
| * | | bpf: interpreter support for JMP32Jiong Wang2019-01-261-134/+63Star
| * | | bpf: disassembler support JMP32Jiong Wang2019-01-261-15/+19
| * | | bpf: verifier support JMP32Jiong Wang2019-01-262-33/+173
| * | | bpf: refactor verifier min/max code for condition jumpJiong Wang2019-01-261-73/+99
| * | | bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-242-0/+41
| * | | bpf: verifier: record original instruction indexJakub Kicinski2019-01-241-3/+5
| * | | bpf: verifier: remove unconditional branches by 0Jakub Kicinski2019-01-241-0/+23
| * | | bpf: verifier: remove dead codeJakub Kicinski2019-01-242-3/+185
| * | | bpf: verifier: hard wire branches to dead codeJakub Kicinski2019-01-241-2/+43
| * | | bpf: change parameters of call/branch offset adjustmentJakub Kicinski2019-01-241-19/+21
| * | | bpf: fix a (false) compiler warningPeter Oskolkov2019-01-171-1/+2
| * | | bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-214-5/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-191-2/+15
| * | | bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre2019-01-171-0/+1
| * | | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
| * | | bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
| * | | bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
| |/ /
* | | Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-171-0/+2
|\ \ \
| * | | swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig2019-01-161-0/+2
| | |/ | |/|
* | | seccomp: fix UAF in user-trap codeTycho Andersen2019-01-151-0/+4
| |/ |/|
* | Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-01-151-3/+9
|\ \
| * | tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi2019-01-151-3/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-155-22/+88
|\ \ \ | |_|/ |/| |
| * | umh: add exit routine for UMH processTaehee Yoo2019-01-122-2/+32
| * | bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
| * | bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-01-101-1/+2