aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-81/+129
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-30/+50
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+3
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+8
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+6
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner3-5/+45
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-30/+50
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: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov1-12/+2
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-1/+1
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman1-1/+3
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2-2/+3
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks1-1/+2
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+39
2019-01-29bpf: btf: allow typedef func_protoYonghong Song1-1/+2
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan1-4/+1
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-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-7/+7
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-18perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
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-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-0/+7