summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-11-201-1/+1
* kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-11-201-1/+7
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-11-201-2/+4
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-11-201-1/+5
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-11-201-2/+11
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-11-202-0/+22
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-11-201-4/+8
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-11-201-1/+6
* sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-11-202-6/+10
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-11-201-2/+4
* perf/core: Fix group scheduling with mixed hw and sw eventsSong Liu2018-11-201-10/+11
* PM / wakeup: Only update last time for active wakeup sourcesDoug Berger2018-11-201-0/+1
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-10-211-2/+3
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-10-211-0/+4
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-10-211-0/+8
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-10-211-0/+3
* sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-10-211-2/+5
* sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith2018-10-211-1/+3
* sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-10-211-0/+3
* clocksource: Initialize cs->wd_listPeter Zijlstra2018-10-211-0/+2
* tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-10-211-2/+2
* tracing: Fix bad use of igrab in trace_uprobe.cSong Liu2018-10-211-14/+10
* tracing: Deletion of an unnecessary check before iput()Markus Elfring2018-10-211-2/+1
* uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu2018-10-211-1/+2
* tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov2018-10-211-4/+0
* resource: fix integer overflow at reallocationTakashi Iwai2018-10-211-1/+2
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-10-211-0/+2
* rmap: drop support of non-linear mappingsKirill A. Shutemov2018-10-031-6/+2
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-10-031-13/+2
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-10-031-6/+8
* seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-10-031-1/+1
* seccomp: Enable speculation flaw mitigationsKees Cook2018-10-031-0/+17
* nospec: Allow getting/setting on non-current taskKees Cook2018-10-031-4/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-10-031-0/+22
* seccomp: add "seccomp" syscallKees Cook2018-09-252-5/+53
* seccomp: split mode setting routinesKees Cook2018-09-251-23/+48
* seccomp: extract check/assign mode helpersKees Cook2018-09-251-4/+18
* seccomp: create internal mode-setting functionKees Cook2018-09-251-2/+14
* futex: Remove unnecessary warning from get_futex_keyMel Gorman2018-09-251-2/+3
* futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-09-251-7/+91
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-06-163-8/+6
* posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-06-161-3/+12
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-06-161-1/+1
* workqueue: Allow retrieval of current task's work structLukas Wunner2018-06-161-0/+16
* pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers2018-06-161-3/+0
* pipe, sysctl: remove pipe_proc_fn()Eric Biggers2018-06-161-10/+5
* pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers2018-06-161-14/+1
* sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2018-06-161-4/+5
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2018-06-161-0/+49
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-06-161-8/+12