summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-21sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-06-21sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre3-6/+3
2018-06-21locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long1-0/+2
2018-06-21locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long3-21/+28
2018-06-21init: fix false positives in W+X checkingJeffrey Hugo1-0/+5
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra2-18/+16
2018-06-21bpf: use array_index_nospec in find_prog_typeDaniel Borkmann1-2/+8
2018-06-21bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland1-3/+6
2018-06-21kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2-35/+40
2018-06-21kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra1-3/+4
2018-06-21stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra1-5/+14
2018-06-05tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)3-8/+25
2018-06-05tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo1-1/+13
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30perf/core: Fix installing cgroup events on CPUleilei.lin1-11/+35
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-05-30genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner1-7/+8
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+2
2018-05-22bpf: Prevent memory disambiguation attackAlexei Starovoitov1-3/+56
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-05-22seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-8/+11
2018-05-22seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-05-22seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook1-4/+5
2018-05-22prctl: Add speculation control prctlsThomas Gleixner1-0/+22
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-05-16sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-2/+5
2018-05-16sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-1/+6
2018-05-16cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-16compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn1-0/+1
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-05-16bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2-20/+50
2018-05-09tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-14/+10
2018-05-09clocksource: Consistent de-rate when marking unstablePeter Zijlstra1-1/+8
2018-05-09clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-05-09clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra1-16/+34
2018-05-09tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-05-01tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+6
2018-05-01module: Fix display of wrong module .text addressThomas Richter1-1/+2
2018-04-29kprobes: Fix random address output of blacklist fileThomas Richter1-1/+1
2018-04-29tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1
2018-04-26perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-26perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-26alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner1-8/+26