summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-16posix-timers: Sanitize overrun handlingThomas Gleixner
2018-12-16cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2018-12-16perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-12-16perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
2018-12-16perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa
2018-12-16ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-12-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-12-16uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-12-16tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-12-16alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-12-16kprobes: Make list and blacklist root user read onlyMasami Hiramatsu
2018-12-16audit: Fix extended comparison of GID/EGIDOndrej Mosnáček
2018-11-20sched/topology: Make local variables staticzhong jiang
2018-11-20gcov: support GCC 7.1Martin Liska
2018-11-20gcov: add support for gcc version >= 6Florian Meier
2018-11-20gcov: add support for GCC 5.1Lorenzo Stoakes
2018-11-20nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-11-20kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-11-20tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-11-20tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-11-20tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-11-20ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-11-20tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-11-20tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-11-20sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2018-11-20time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-11-20perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu
2018-11-20PM / wakeup: Only update last time for active wakeup sourcesDoug Berger
2018-10-21tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-10-21kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-10-21tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-10-21tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-10-21sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-10-21sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith
2018-10-21sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-10-21clocksource: Initialize cs->wd_listPeter Zijlstra
2018-10-21tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-10-21tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-10-21tracing: Deletion of an unnecessary check before iput()Markus Elfring
2018-10-21uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2018-10-21tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov
2018-10-21resource: fix integer overflow at reallocationTakashi Iwai
2018-10-21tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov
2018-10-03seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-10-03seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-10-03seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-10-03seccomp: Enable speculation flaw mitigationsKees Cook
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook
2018-10-03prctl: Add speculation control prctlsThomas Gleixner