aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-06-01Merge branch 'linux-linaro-lsk-v4.14' into linux-linaro-lsk-v4.14-rtlsk-v4.14-18.05-rtMark Brown
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-30perf/cgroup: Fix child event counting bugSong Liu
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
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-18Merge branch 'linux-linaro-lsk-v4.14' into linux-linaro-lsk-v4.14-rtMark Brown
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-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-11Merge tag 'v4.14.40' into v4.14-rtSteven Rostedt (VMware)
2018-05-09tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-05-09tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-05-03rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-05-03Merge tag 'v4.14.39' into linux-4.14.y-rtSebastian Andrzej Siewior
2018-05-01tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-29tracing: Fix missing tab for hwlat_detector print formatPeter Xu
2018-04-26perf: Return proper values for user stack errorsJiri Olsa
2018-04-26perf: Fix sample_max_stack maximum checkJiri Olsa
2018-04-26alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner
2018-04-26locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend
2018-04-26x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann
2018-04-24ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai
2018-04-19perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole
2018-04-13posix-timers: move the rcu head out of the unionSebastian Andrzej Siewior
2018-04-13posix-timers: user proper timer while waiting for alarmtimerSebastian Andrzej Siewior
2018-04-13alarmtimer: Prevent live lock in alarm_cancel()Sebastian Andrzej Siewior
2018-04-13tracing: Make sure variable string fields are NULL-terminatedTom Zanussi
2018-04-13tracing: Add action comparisons when testing matching hist triggersTom Zanussi
2018-04-13tracing: Don't add flag strings when displaying variable referencesTom Zanussi
2018-04-13tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi
2018-04-13Merge tag 'v4.14.34' into linux-4.14.y-rtSebastian Andrzej Siewior