Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-08 | 17 | -81/+129 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-02-08 | 7 | -30/+50 |
| |\ | |||||
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-02-01 | 7 | -30/+50 |
| | |\ | |||||
| | | * | bpf: Fix syscall's stackmap lookup potential deadlock | Martin KaFai Lau | 2019-01-31 | 1 | -2/+10 |
| | | * | bpf: fix potential deadlock in bpf_prog_register | Alexei Starovoitov | 2019-01-31 | 1 | -12/+2 |
| | | * | bpf: fix lockdep false positive in percpu_freelist | Alexei Starovoitov | 2019-01-31 | 3 | -14/+35 |
| | | * | bpf: run bpf programs with preemption disabled | Alexei Starovoitov | 2019-01-31 | 1 | -1/+1 |
| | | * | bpf: btf: allow typedef func_proto | Yonghong Song | 2019-01-29 | 1 | -1/+2 |
| * | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-02-08 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | relay: check return of create_buf_file() properly | Greg Kroah-Hartman | 2019-01-31 | 1 | -1/+3 |
| * | | | | Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2019-02-07 | 1 | -1/+8 |
| |\ \ \ \ | |||||
| | * | | | | tracing/uprobes: Fix output for multiple string arguments | Andreas Ziegler | 2019-01-17 | 1 | -0/+7 |
| | * | | | | tracing: uprobes: Fix typo in pr_fmt string | Andreas Ziegler | 2019-01-17 | 1 | -1/+1 |
| * | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-02-03 | 3 | -35/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM | Josh Poimboeuf | 2019-01-30 | 3 | -31/+5 |
| | * | | | | | x86/speculation: Remove redundant arch_smt_update() invocation | Zhenzhong Duan | 2019-01-29 | 1 | -4/+1 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-02-03 | 1 | -7/+7 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2019-01-22 | 1 | -7/+7 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | perf core: Fix perf_proc_update_handler() bug | Stephane Eranian | 2019-01-18 | 1 | -7/+7 |
| * | | | | | | | psi: fix aggregation idle shut-off | Johannes Weiner | 2019-02-01 | 3 | -5/+45 |
| * | | | | | | | kernel/exit.c: release ptraced tasks before zap_pid_ns_processes | Andrei Vagin | 2019-02-01 | 1 | -2/+10 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | bpf: introduce BPF_F_LOCK flag | Alexei Starovoitov | 2019-02-01 | 5 | -14/+107 |
* | | | | | | | bpf: add support for bpf_spin_lock to cgroup local storage | Alexei Starovoitov | 2019-02-01 | 3 | -1/+6 |
* | | | | | | | bpf: introduce bpf_spin_lock | Alexei Starovoitov | 2019-02-01 | 9 | -19/+331 |
* | | | | | | | bpf, cgroups: clean up kerneldoc warnings | Valdis Kletnieks | 2019-01-31 | 2 | -2/+3 |
* | | | | | | | bpf: fix bitrotted kerneldoc | Valdis Kletnieks | 2019-01-31 | 1 | -1/+2 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-01-29 | 7 | -12/+39 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-01-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | posix-cpu-timers: Unbreak timer rearming | Thomas Gleixner | 2019-01-15 | 1 | -0/+1 |
| | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-01-27 | 4 | -11/+34 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | locking/rwsem: Fix (possible) missed wakeup | Xie Yongji | 2019-01-21 | 1 | -2/+9 |
| | * | | | | | | futex: Fix (possible) missed wakeup | Peter Zijlstra | 2019-01-21 | 1 | -5/+8 |
| | * | | | | | | sched/wake_q: Fix wakeup ordering for wake_q | Peter Zijlstra | 2019-01-21 | 1 | -3/+4 |
| | * | | | | | | sched/wake_q: Document wake_q_add() | Peter Zijlstra | 2019-01-21 | 1 | -0/+12 |
| | * | | | | | | sched/wait: Fix rcuwait_wake_up() ordering | Prateek Sood | 2019-01-21 | 1 | -1/+1 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-01-27 | 2 | -1/+4 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | genirq/irqdesc: Fix double increment in alloc_descs() | Huacai Chen | 2019-01-18 | 1 | -1/+1 |
| | * | | | | | genirq: Make sure the initial affinity is not empty | Srinivas Ramana | 2019-01-15 | 1 | -0/+3 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-01-28 | 5 | -296/+774 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | bpf: JIT blinds support JMP32 | Jiong Wang | 2019-01-26 | 1 | -0/+21 |
| * | | | | | bpf: interpreter support for JMP32 | Jiong Wang | 2019-01-26 | 1 | -134/+63 |
| * | | | | | bpf: disassembler support JMP32 | Jiong Wang | 2019-01-26 | 1 | -15/+19 |
| * | | | | | bpf: verifier support JMP32 | Jiong Wang | 2019-01-26 | 2 | -33/+173 |
| * | | | | | bpf: refactor verifier min/max code for condition jump | Jiong Wang | 2019-01-26 | 1 | -73/+99 |
| * | | | | | bpf: notify offload JITs about optimizations | Jakub Kicinski | 2019-01-23 | 2 | -0/+41 |
| * | | | | | bpf: verifier: record original instruction index | Jakub Kicinski | 2019-01-23 | 1 | -3/+5 |
| * | | | | | bpf: verifier: remove unconditional branches by 0 | Jakub Kicinski | 2019-01-23 | 1 | -0/+23 |
| * | | | | | bpf: verifier: remove dead code | Jakub Kicinski | 2019-01-23 | 2 | -3/+185 |
| * | | | | | bpf: verifier: hard wire branches to dead code | Jakub Kicinski | 2019-01-23 | 1 | -2/+43 |
| * | | | | | bpf: change parameters of call/branch offset adjustment | Jakub Kicinski | 2019-01-23 | 1 | -19/+21 |