summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-16posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-12-16cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-1/+1
2018-12-16perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-12-16perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-9/+3
2018-12-16perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-2/+7
2018-12-16ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-12-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)1-0/+4
2018-12-16uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-12-16tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-12-16alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-12-16kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-12-16audit: Fix extended comparison of GID/EGIDOndrej Mosnáček1-4/+4
2018-11-20sched/topology: Make local variables staticzhong jiang1-1/+1
2018-11-20gcov: support GCC 7.1Martin Liska2-1/+9
2018-11-20gcov: add support for gcc version >= 6Florian Meier1-1/+1
2018-11-20gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2018-11-20nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-11-20kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-11-20tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-11-20tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-11-20tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-11-20ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-11-20tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-11-20tracing: Fix missing return symbol in function_graph outputChangbin Du1-1/+6
2018-11-20sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-6/+10
2018-11-20time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-11-20perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu1-10/+11
2018-11-20PM / wakeup: Only update last time for active wakeup sourcesDoug Berger1-0/+1
2018-10-21tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-10-21kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+4
2018-10-21tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-10-21tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-10-21sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-2/+5
2018-10-21sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith1-1/+3
2018-10-21sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-0/+3
2018-10-21clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-10-21tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-10-21tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-14/+10
2018-10-21tracing: Deletion of an unnecessary check before iput()Markus Elfring1-2/+1
2018-10-21uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu1-1/+2
2018-10-21tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov1-4/+0
2018-10-21resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-10-21tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov1-6/+2
2018-10-03seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-10-03seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-6/+8
2018-10-03seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-10-03seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook1-4/+5
2018-10-03prctl: Add speculation control prctlsThomas Gleixner1-0/+22