summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+2
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-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-09tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-14/+10
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-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
2018-04-26locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend1-5/+14
2018-04-26x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-04-24ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)1-0/+5
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-04-19perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-28perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-28posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-28cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-03-19locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso1-32/+44
2018-03-19sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-03-19sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2018-03-15workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann1-16/+26
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1