summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers
2018-06-16sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2018-06-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-06-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-06-16perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-03-03hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-03-03futex: Prevent overflow by strengthen input validationLi Jinyue
2018-03-03kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-03-03nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2018-03-03tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-03-03tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-03-03posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker