summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-26bpf: JIT blinds support JMP32Jiong Wang
2019-01-26bpf: interpreter support for JMP32Jiong Wang
2019-01-26bpf: disassembler support JMP32Jiong Wang
2019-01-26bpf: verifier support JMP32Jiong Wang
2019-01-26bpf: refactor verifier min/max code for condition jumpJiong Wang
2019-01-23bpf: notify offload JITs about optimizationsJakub Kicinski
2019-01-23bpf: verifier: record original instruction indexJakub Kicinski
2019-01-23bpf: verifier: remove unconditional branches by 0Jakub Kicinski
2019-01-23bpf: verifier: remove dead codeJakub Kicinski
2019-01-23bpf: verifier: hard wire branches to dead codeJakub Kicinski
2019-01-23bpf: change parameters of call/branch offset adjustmentJakub Kicinski
2019-01-21locking/rwsem: Fix (possible) missed wakeupXie Yongji
2019-01-21futex: Fix (possible) missed wakeupPeter Zijlstra
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-18bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-01-17bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-01-17bpf: fix a (false) compiler warningPeter Oskolkov
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer
2019-01-11umh: add exit routine for UMH processTaehee Yoo
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-08fork, memcg: fix cached_stacks caseShakeel Butt
2019-01-08fork: record start_time lateDavid Herrmann