summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
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-26posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott
2018-04-24trace_uprobe: Use %lx to display offsetRavi Bangoria
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-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-03-20bpf: skip unnecessary capability checkChenbo Feng
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence
2018-03-20perf/cgroup: Fix child event counting bugSong Liu
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf
2018-03-20locking/mutex: Improve documentationMatthew Wilcox
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-14jump_label: Fix sparc64 warningJosh Poimboeuf
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu