summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2117-185/+223
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-212-34/+84
| |\
| | * bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-25/+75
| | * bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend2018-05-181-3/+3
| | * bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend2018-05-181-6/+6
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-201-0/+8
| |\ \
| | * | tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-151-0/+8
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-203-7/+4
| |\ \ \
| | * | | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
| | * | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3
| | |/ /
| * | | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-05-161-0/+2
| * | | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-05-163-21/+28
| |/ /
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-137-67/+91
| |\ \
| | * | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| | * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-042-18/+16
| | * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-032-35/+40
| | * | kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| | * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| | * | stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-05-031-5/+14
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
| |\ \ \
| | * | | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-111-0/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-166-100/+797
|\ \ \ \ \
| * | | | | bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend2018-05-171-1/+1
| * | | | | bpf: fix sock hashmap kmalloc warningYonghong Song2018-05-171-0/+6
| * | | | | bpf: sockmap, add hash map supportJohn Fastabend2018-05-153-17/+492
| * | | | | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-60/+88
| * | | | | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-6/+53
| * | | | | bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
| * | | | | bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-092-6/+37
| * | | | | bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-092-11/+121
| * | | | | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-117-41/+67
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-111-5/+14
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-041-5/+14
| | |\ \ \ \
| | | * | | | bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-031-2/+8
| | | * | | | bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-05-041-3/+6
| * | | | | | Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-05-111-0/+3
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-111-0/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-05-111-14/+2
| |\ \ \ \ \
| | * | | | | cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-091-1/+2
| | * | | | | cpufreq: schedutil: remove stale commentJuri Lelli2018-05-091-13/+0
| | |/ / / /
| * / / / / compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn2018-05-101-0/+1
| |/ / / /
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-061-19/+44
| |\ \ \ \
| | * | | | clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
| | * | | | clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
| | * | | | clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2