summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0917-81/+129
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-087-30/+50
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-027-30/+50
| | |\
| | | * bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| | | * bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2Star
| | | * bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-313-14/+35
| | | * bpf: run bpf programs with preemption disabledAlexei Starovoitov2019-01-311-1/+1
| | | * bpf: btf: allow typedef func_protoYonghong Song2019-01-301-1/+2
| * | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-1/+3
| |\ \ \
| | * | | relay: check return of create_buf_file() properlyGreg Kroah-Hartman2019-01-311-1/+3
| * | | | Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-02-071-1/+8
| |\ \ \ \
| | * | | | tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-01-171-0/+7
| | * | | | tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-01-171-1/+1
| * | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-033-35/+6Star
| |\ \ \ \ \
| | * | | | | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-303-31/+5Star
| | * | | | | x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2019-01-291-4/+1Star
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-031-7/+7
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar2019-01-221-7/+7
| | |\ \ \ \ \
| | | * | | | | perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-01-181-7/+7
| * | | | | | | psi: fix aggregation idle shut-offJohannes Weiner2019-02-023-5/+45
| * | | | | | | kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin2019-02-021-2/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | 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