| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | bpf: sockmap update rollback on error can incorrectly dec prog refcnt | John Fastabend | 2018-05-18 | 1 | -6/+6 |
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2018-05-20 | 1 | -0/+8 |
| |\ \ \ \ |
|
| | * | | | | tick/broadcast: Use for_each_cpu() specially on UP kernels | Dexuan Cui | 2018-05-15 | 1 | -0/+8 |
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-05-20 | 3 | -7/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | sched/deadline: Make the grub_reclaim() function static | Mathieu Malaterre | 2018-05-18 | 1 | -1/+1 |
| | * | | | | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/... | Mathieu Malaterre | 2018-05-18 | 3 | -6/+3 |
| | |/ / / / |
|
| * | | | | | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE... | Waiman Long | 2018-05-16 | 1 | -0/+2 |
| * | | | | | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag | Waiman Long | 2018-05-16 | 3 | -21/+28 |
| |/ / / / |
|
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-05-13 | 7 | -67/+91 |
| |\ \ \ \ |
|
| | * | | | | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] | Peter Zijlstra | 2018-05-05 | 1 | -2/+5 |
| | * | | | | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] | Peter Zijlstra | 2018-05-05 | 1 | -2/+5 |
| | * | | | | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] | Peter Zijlstra | 2018-05-05 | 1 | -1/+6 |
| | * | | | | sched/core: Introduce set_special_state() | Peter Zijlstra | 2018-05-04 | 2 | -18/+16 |
| | * | | | | kthread, sched/wait: Fix kthread_parkme() completion issue | Peter Zijlstra | 2018-05-03 | 2 | -35/+40 |
| | * | | | | kthread, sched/wait: Fix kthread_parkme() wait-loop | Peter Zijlstra | 2018-05-03 | 1 | -3/+4 |
| | * | | | | sched/fair: Fix the update of blocked load when newly idle | Vincent Guittot | 2018-05-03 | 1 | -1/+1 |
| | * | | | | stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock | Peter Zijlstra | 2018-05-03 | 1 | -5/+14 |
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-05-13 | 1 | -56/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after... | Mel Gorman | 2018-05-12 | 1 | -56/+1 |
| * | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-05-11 | 1 | -0/+5 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | * | | | | | init: fix false positives in W+X checking | Jeffrey Hugo | 2018-05-11 | 1 | -0/+5 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-05-16 | 6 | -100/+797 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | bpf: sockmap, on update propagate errors back to userspace | John Fastabend | 2018-05-17 | 1 | -1/+1 |
| * | | | | | | | bpf: fix sock hashmap kmalloc warning | Yonghong Song | 2018-05-17 | 1 | -0/+6 |
| * | | | | | | | bpf: sockmap, add hash map support | John Fastabend | 2018-05-15 | 3 | -17/+492 |
| * | | | | | | | bpf: sockmap, refactor sockmap routines to work with hashmap | John Fastabend | 2018-05-15 | 1 | -60/+88 |
| * | | | | | | | bpf: enable stackmap with build_id in nmi context | Song Liu | 2018-05-14 | 1 | -6/+53 |
| * | | | | | | | bpf: xdp: allow offloads to store into rx_queue_index | Jakub Kicinski | 2018-05-09 | 1 | -1/+1 |
| * | | | | | | | bpf: btf: Add struct bpf_btf_info | Martin KaFai Lau | 2018-05-09 | 2 | -6/+37 |
| * | | | | | | | bpf: btf: Introduce BTF ID | Martin KaFai Lau | 2018-05-09 | 2 | -11/+121 |
| * | | | | | | | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y | Martin KaFai Lau | 2018-05-09 | 1 | -1/+1 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-05-11 | 7 | -41/+67 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| / / / / / /
| |/ / / / / / |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-05-11 | 1 | -5/+14 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-05-04 | 1 | -5/+14 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | bpf: use array_index_nospec in find_prog_type | Daniel Borkmann | 2018-05-03 | 1 | -2/+8 |
| | | * | | | | | | bpf: fix possible spectre-v1 in find_and_alloc_map() | Mark Rutland | 2018-05-04 | 1 | -3/+6 |
| * | | | | | | | | Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-05-11 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | /
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | * | | | | | | tracing: Fix regex_match_front() to not over compare the test string | Steven Rostedt (VMware) | 2018-05-11 | 1 | -0/+3 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-05-11 | 1 | -14/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | cpufreq: schedutil: Avoid using invalid next_freq | Rafael J. Wysocki | 2018-05-09 | 1 | -1/+2 |
| | * | | | | | | cpufreq: schedutil: remove stale comment | Juri Lelli | 2018-05-09 | 1 | -13/+0 |
| | |/ / / / / |
|
| * / / / / / | compat: fix 4-byte infoleak via uninitialized struct field | Jann Horn | 2018-05-10 | 1 | -0/+1 |
| |/ / / / / |
|
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2018-05-06 | 1 | -19/+44 |
| |\ \ \ \ \ |
|
| | * | | | | | clocksource: Rework stale comment | Peter Zijlstra | 2018-05-02 | 1 | -4/+2 |
| | * | | | | | clocksource: Consistent de-rate when marking unstable | Peter Zijlstra | 2018-05-02 | 1 | -1/+8 |
| | * | | | | | clocksource: Initialize cs->wd_list | Peter Zijlstra | 2018-05-02 | 1 | -0/+2 |
| | * | | | | | clocksource: Allow clocksource_mark_unstable() on unregistered clocksources | Peter Zijlstra | 2018-05-02 | 1 | -16/+34 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-05-04 | 2 | -3/+3 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | tracing: Fix the file mode of stack tracer | Zhengyuan Liu | 2018-05-03 | 1 | -1/+1 |
| | * | | | | ftrace: Have set_graph_* files have normal file modes | Chen LinX | 2018-05-03 | 1 | -2/+2 |