summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-06-26genirq/migration: Avoid out of line call if pending is not setThomas Gleixner
2018-06-26genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner
2018-06-26genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner
2018-06-21sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre
2018-06-21sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-06-21locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long
2018-06-21locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long
2018-06-21init: fix false positives in W+X checkingJeffrey Hugo
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra
2018-06-21bpf: use array_index_nospec in find_prog_typeDaniel Borkmann
2018-06-21bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland
2018-06-21kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra
2018-06-21kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra
2018-06-21stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra
2018-06-05tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-06-05tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30perf/core: Fix installing cgroup events on CPUleilei.lin
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-30genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-05-22bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-05-22seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-05-22seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-05-22seccomp: Enable speculation flaw mitigationsKees Cook
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook
2018-05-22prctl: Add speculation control prctlsThomas Gleixner
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-16sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-16cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-16compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa
2018-05-16bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song
2018-05-09tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-05-09clocksource: Consistent de-rate when marking unstablePeter Zijlstra
2018-05-09clocksource: Initialize cs->wd_listPeter Zijlstra
2018-05-09clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra
2018-05-09tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-05-01tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-05-01module: Fix display of wrong module .text addressThomas Richter
2018-04-29kprobes: Fix random address output of blacklist fileThomas Richter
2018-04-29tracing: Fix missing tab for hwlat_detector print formatPeter Xu