summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-06-161-1/+6
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-06-161-23/+7
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-03-191-0/+11
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-03-031-0/+2
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-03-031-0/+3
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-03-031-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-03-031-2/+17
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-03-031-0/+1
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-03-031-0/+2
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-03-031-1/+5