aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+3
2018-05-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+5
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-22/+64
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGravatar Gustavo A. R. Silva 1-0/+5
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-22/+64
2018-05-25kthread: Allow kthread_park() on a parked kthreadGravatar Peter Zijlstra 1-4/+2
2018-05-25sched/topology: Clarify root domain(s) debug stringGravatar Juri Lelli 1-1/+1
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationGravatar Daniel Borkmann 1-22/+64
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Gravatar Linus Torvalds 3-9/+94
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-34/+84
2018-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+8
2018-05-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-7/+4
2018-05-19bpf: Prevent memory disambiguation attackGravatar Alexei Starovoitov 1-3/+56
2018-05-18sched/deadline: Make the grub_reclaim() function staticGravatar Mathieu Malaterre 1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Gravatar Mathieu Malaterre 3-6/+3
2018-05-17bpf: fix truncated jump targets on heavy expansionsGravatar Daniel Borkmann 1-25/+75
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateGravatar John Fastabend 1-3/+3
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntGravatar John Fastabend 1-6/+6
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Gravatar Waiman Long 1-0/+2
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagGravatar Waiman Long 3-21/+28
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsGravatar Dexuan Cui 1-0/+8
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-67/+91
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-56/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Gravatar Mel Gorman 1-56/+1
2018-05-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+5
2018-05-11init: fix false positives in W+X checkingGravatar Jeffrey Hugo 1-0/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringGravatar Steven Rostedt (VMware) 1-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldGravatar Jann Horn 1-0/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqGravatar Rafael J. Wysocki 1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentGravatar Juri Lelli 1-13/+0
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-19/+44
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Gravatar Peter Zijlstra 1-2/+5
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Gravatar Peter Zijlstra 1-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Gravatar Peter Zijlstra 1-1/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-5/+14
2018-05-05seccomp: Move speculation migitation control to arch codeGravatar Thomas Gleixner 1-13/+2
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationGravatar Kees Cook 1-8/+11
2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEGravatar Thomas Gleixner 1-1/+1
2018-05-04sched/core: Introduce set_special_state()Gravatar Peter Zijlstra 2-18/+16
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-29/+77
2018-05-03bpf: use array_index_nospec in find_prog_typeGravatar Daniel Borkmann 1-2/+8
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Gravatar Mark Rutland 1-3/+6
2018-05-03tracing: Fix the file mode of stack tracerGravatar Zhengyuan Liu 1-1/+1
2018-05-03ftrace: Have set_graph_* files have normal file modesGravatar Chen LinX 1-2/+2
2018-05-03seccomp: Enable speculation flaw mitigationsGravatar Kees Cook 1-0/+17
2018-05-03nospec: Allow getting/setting on non-current taskGravatar Kees Cook 1-4/+5