summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-05-05seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX
2018-05-03seccomp: Enable speculation flaw mitigationsKees Cook
2018-05-03nospec: Allow getting/setting on non-current taskKees Cook
2018-05-03prctl: Add speculation control prctlsThomas Gleixner
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra
2018-05-03kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot
2018-05-03stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-05-02clocksource: Rework stale commentPeter Zijlstra
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra
2018-04-30tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman
2018-04-26signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-25signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman
2018-04-25signal: Remove SEGV_BNDERR ifdefsEric W. Biederman
2018-04-25signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman
2018-04-25signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman