aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov5-14/+107
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov3-1/+6
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov9-19/+331
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2-2/+3
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks1-1/+2
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+39
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-296/+774
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+34
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+4
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+21
2019-01-26bpf: interpreter support for JMP32Jiong Wang1-134/+63
2019-01-26bpf: disassembler support JMP32Jiong Wang1-15/+19
2019-01-26bpf: verifier support JMP32Jiong Wang2-33/+173
2019-01-26bpf: refactor verifier min/max code for condition jumpJiong Wang1-73/+99
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski2-0/+41
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski1-3/+5
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski1-0/+23
2019-01-23bpf: verifier: remove dead codeJakub Kicinski2-3/+185
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski1-2/+43
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski1-19/+21
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji1-2/+9
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra1-5/+8
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra1-0/+12
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+24
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen1-1/+1
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+2
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre1-0/+1
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre1-1/+1
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev1-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev1-2/+5
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov1-1/+2
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song1-19/+85
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig1-0/+2
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen1-0/+4
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+9
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-22/+88
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi1-3/+9
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-11umh: add exit routine for UMH processTaehee Yoo2-2/+32
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song1-6/+6
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11