Age | Commit message (Expand) | Author |
2018-05-26 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-05-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-25 | kernel/sys.c: fix potential Spectre v1 issue | Gustavo A. R. Silva |
2018-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-05-25 | kthread: Allow kthread_park() on a parked kthread | Peter Zijlstra |
2018-05-25 | sched/topology: Clarify root domain(s) debug string | Juri Lelli |
2018-05-24 | bpf: properly enforce index mask to prevent out-of-bounds speculation | Daniel Borkmann |
2018-05-21 | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2018-05-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-05-19 | bpf: Prevent memory disambiguation attack | Alexei Starovoitov |
2018-05-18 | sched/deadline: Make the grub_reclaim() function static | Mathieu Malaterre |
2018-05-18 | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/... | Mathieu Malaterre |
2018-05-17 | bpf: fix truncated jump targets on heavy expansions | Daniel Borkmann |
2018-05-18 | bpf: parse and verdict prog attach may race with bpf map update | John Fastabend |
2018-05-18 | bpf: sockmap update rollback on error can incorrectly dec prog refcnt | John Fastabend |
2018-05-16 | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE... | Waiman Long |
2018-05-16 | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag | Waiman Long |
2018-05-15 | tick/broadcast: Use for_each_cpu() specially on UP kernels | Dexuan Cui |
2018-05-13 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-05-13 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-05-12 | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after... | Mel Gorman |
2018-05-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-05-11 | init: fix false positives in W+X checking | Jeffrey Hugo |
2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-11 | Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-05-11 | Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-05-11 | tracing: Fix regex_match_front() to not over compare the test string | Steven Rostedt (VMware) |
2018-05-10 | compat: fix 4-byte infoleak via uninitialized struct field | Jann Horn |
2018-05-09 | cpufreq: schedutil: Avoid using invalid next_freq | Rafael J. Wysocki |
2018-05-09 | cpufreq: schedutil: remove stale comment | Juri Lelli |
2018-05-06 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2018-05-04 | Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-05-05 | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] | Peter Zijlstra |
2018-05-05 | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] | Peter Zijlstra |
2018-05-05 | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[] | Peter Zijlstra |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-05-05 | seccomp: Move speculation migitation control to arch code | Thomas Gleixner |
2018-05-05 | seccomp: Add filter flag to opt-out of SSB mitigation | Kees Cook |
2018-05-05 | seccomp: Use PR_SPEC_FORCE_DISABLE | Thomas Gleixner |
2018-05-04 | sched/core: Introduce set_special_state() | Peter Zijlstra |
2018-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-05-03 | bpf: use array_index_nospec in find_prog_type | Daniel Borkmann |
2018-05-04 | bpf: fix possible spectre-v1 in find_and_alloc_map() | Mark Rutland |
2018-05-03 | tracing: Fix the file mode of stack tracer | Zhengyuan Liu |
2018-05-03 | ftrace: Have set_graph_* files have normal file modes | Chen LinX |
2018-05-03 | seccomp: Enable speculation flaw mitigations | Kees Cook |
2018-05-03 | nospec: Allow getting/setting on non-current task | Kees Cook |