summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdb: make "mdr" command repeatRandy Dunlap2018-05-301-6/+21
* rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-05-301-1/+13
* audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-05-301-0/+2
* perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2
* perf/core: Fix installing cgroup events on CPUleilei.lin2018-05-301-11/+35
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* workqueue: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+1
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-05-301-1/+1
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-301-0/+2
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-221-13/+2
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-221-8/+11
* seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-221-1/+1
* seccomp: Enable speculation flaw mitigationsKees Cook2018-05-221-0/+17
* nospec: Allow getting/setting on non-current taskKees Cook2018-05-221-4/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-05-221-0/+22
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-221-0/+8
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
* sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-2/+5
* cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-161-1/+2
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
* compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn2018-05-161-0/+1
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* tracing: Fix bad use of igrab in trace_uprobe.cSong Liu2018-05-091-14/+10
* tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-05-091-2/+2
* tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-05-011-5/+6
* tracing: Fix missing tab for hwlat_detector print formatPeter Xu2018-04-291-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-261-2/+2
* perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-261-9/+12
* alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-04-261-8/+26
* locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-04-261-0/+8
* bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-04-261-5/+14
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-04-261-3/+0
* ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)2018-04-241-0/+5
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-241-1/+2
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-191-0/+6
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-081-23/+7
* bpf: skip unnecessary capability checkChenbo Feng2018-03-281-1/+1
* perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-281-1/+3
* posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-281-3/+8
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-283-8/+6
* cgroup: fix rule checking for threaded mode switchingTejun Heo2018-03-281-0/+10
* locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso2018-03-191-32/+44
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-191-1/+2
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-191-1/+1
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-03-151-0/+16
* bpf: allow xadd only on aligned memoryDaniel Borkmann2018-03-111-16/+26
* bpf: add schedule points in percpu arrays managementEric Dumazet2018-03-111-1/+4
* bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-03-111-2/+1