| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-30 | 3 | -19/+31 |
|\ |
|
| * | xdp: fix cpumap redirect SKB creation bug | Jesper Dangaard Brouer | 2019-03-29 | 1 | -3/+10 |
| * | bpf: remove incorrect 'verifier bug' warning | Paul Chaignon | 2019-03-26 | 1 | -2/+3 |
| * | bpf: fix use after free in bpf_evict_inode | Daniel Borkmann | 2019-03-26 | 1 | -14/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-27 | 2 | -70/+106 |
|\| |
|
| * | bpf: verifier: propagate liveness on all frames | Jakub Kicinski | 2019-03-22 | 1 | -9/+11 |
| * | bpf: do not restore dst_reg when cur_state is freed | Xu Yu | 2019-03-21 | 1 | -1/+1 |
| * | bpf: Only print ref_obj_id for refcounted reg | Martin KaFai Lau | 2019-03-21 | 1 | -2/+11 |
| * | bpf: Try harder when allocating memory for large maps | Martynas Pumputis | 2019-03-18 | 1 | -7/+15 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-16 | 1 | -57/+74 |
| |\ |
|
| | * | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release | Martin KaFai Lau | 2019-03-13 | 1 | -57/+74 |
* | | | ftrace: Fix warning using plain integer as NULL & spelling corrections | Hariprasad Kelam | 2019-03-26 | 1 | -6/+6 |
* | | | tracing: initialize variable in create_dyn_event() | Frank Rowand | 2019-03-26 | 1 | -1/+1 |
* | | | tracing: Remove unnecessary var_ref destroy in track_data_destroy() | Tom Zanussi | 2019-03-26 | 1 | -1/+0 |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-03-24 | 3 | -56/+89 |
|\ \ \ |
|
| * | | | sched/fair: Skip LLC NOHZ logic for asymmetric systems | Valentin Schneider | 2019-03-19 | 1 | -28/+37 |
| * | | | sched/fair: Tune down misfit NOHZ kicks | Valentin Schneider | 2019-03-19 | 1 | -1/+25 |
| * | | | sched/fair: Comment some nohz_balancer_kick() kick conditions | Valentin Schneider | 2019-03-19 | 1 | -2/+11 |
| * | | | sched/core: Fix buffer overflow in cgroup2 property cpu.max | Konstantin Khlebnikov | 2019-03-19 | 1 | -1/+1 |
| * | | | sched/cpufreq: Fix 32-bit math overflow | Peter Zijlstra | 2019-03-19 | 1 | -34/+25 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-03-24 | 1 | -0/+2 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/... | Thomas Gleixner | 2019-03-22 | 1 | -0/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | perf/core: Restore mmap record type correctly | Stephane Eranian | 2019-03-11 | 1 | -0/+2 |
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-03-24 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | time/jiffies: Make refined_jiffies static | Valdis Kletnieks | 2019-03-22 | 1 | -1/+1 |
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2019-03-24 | 2 | -2/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | futex: Ensure that futex address is aligned in handle_futex_death() | Chen Jie | 2019-03-22 | 1 | -0/+4 |
| * | | | | | | workqueue: Only unregister a registered lockdep key | Bart Van Assche | 2019-03-21 | 1 | -2/+3 |
| |/ / / / / |
|
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-03-24 | 2 | -2/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | genirq: Mark expected switch case fall-through | Gustavo A. R. Silva | 2019-03-23 | 1 | -0/+1 |
| * | | | | | | genirq/devres: Remove excess parameter from kernel doc | Valdis Kletnieks | 2019-03-22 | 1 | -2/+0 |
| |/ / / / / |
|
* / / / / / | watchdog/core: Make variables static | Valdis Kletnieks | 2019-03-22 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-03-16 | 2 | -6/+128 |
|\ \ \ \ \ |
|
| * | | | | | signal: add pidfd_send_signal() syscall | Christian Brauner | 2019-03-05 | 2 | -6/+128 |
* | | | | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 2019-03-16 | 1 | -3/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | mm/resource: Let walk_system_ram_range() search child resources | Dave Hansen | 2019-02-28 | 1 | -1/+4 |
| * | | | | | | mm/resource: Move HMM pr_debug() deeper into resource code | Dave Hansen | 2019-02-28 | 1 | -0/+9 |
| * | | | | | | mm/resource: Return real error codes from walk failures | Dave Hansen | 2019-02-28 | 1 | -2/+2 |
* | | | | | | | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-03-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | blkcg: annotate implicit fall through | Mathieu Malaterre | 2019-03-13 | 1 | -0/+1 |
* | | | | | | | | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2019-03-15 | 7 | -25/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | tracing/probe: Verify alloc_trace_*probe() result | Masami Hiramatsu | 2019-03-15 | 2 | -3/+4 |
| * | | | | | | | | tracing/probe: Check event/group naming rule at parsing | Masami Hiramatsu | 2019-03-15 | 3 | -10/+10 |
| * | | | | | | | | tracing/probe: Check the size of argument name and body | Masami Hiramatsu | 2019-03-15 | 2 | -0/+3 |
| * | | | | | | | | tracing/probe: Check event name length correctly | Masami Hiramatsu | 2019-03-15 | 1 | -1/+7 |
| * | | | | | | | | tracing/probe: Check maxactive error cases | Masami Hiramatsu | 2019-03-15 | 1 | -3/+7 |
| * | | | | | | | | tracing: kdb: Fix ftdump to not sleep | Douglas Anderson | 2019-03-13 | 3 | -6/+11 |
| * | | | | | | | | trace/probes: Remove kernel doc style from non kernel doc comment | Valdis Klētnieks | 2019-03-12 | 1 | -1/+1 |
| * | | | | | | | | tracing/probes: Make reserved_field_names static | Valdis Klētnieks | 2019-03-12 | 1 | -1/+1 |
* | | | | | | | | | Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux | Linus Torvalds | 2019-03-15 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|