summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-09-25seccomp: add "seccomp" syscallKees Cook
2018-09-25seccomp: split mode setting routinesKees Cook
2018-09-25seccomp: extract check/assign mode helpersKees Cook
2018-09-25seccomp: create internal mode-setting functionKees Cook
2018-09-25futex: Remove unnecessary warning from get_futex_keyMel Gorman
2018-09-25futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman
2018-06-16tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-06-16posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-06-16kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers