summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-10-21tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-10-21kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+4
2018-10-21tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-10-21tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-10-21sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-2/+5
2018-10-21sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith1-1/+3
2018-10-21sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra1-0/+3
2018-10-21clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-10-21tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-10-21tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-14/+10
2018-10-21tracing: Deletion of an unnecessary check before iput()Markus Elfring1-2/+1
2018-10-21uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu1-1/+2
2018-10-21tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov1-4/+0
2018-10-21resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-10-21tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu1-0/+2
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov1-6/+2
2018-10-03seccomp: Move speculation migitation control to arch codeThomas Gleixner1-13/+2
2018-10-03seccomp: Add filter flag to opt-out of SSB mitigationKees Cook1-6/+8
2018-10-03seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner1-1/+1
2018-10-03seccomp: Enable speculation flaw mitigationsKees Cook1-0/+17
2018-10-03nospec: Allow getting/setting on non-current taskKees Cook1-4/+5
2018-10-03prctl: Add speculation control prctlsThomas Gleixner1-0/+22
2018-09-25seccomp: add "seccomp" syscallKees Cook2-5/+53
2018-09-25seccomp: split mode setting routinesKees Cook1-23/+48
2018-09-25seccomp: extract check/assign mode helpersKees Cook1-4/+18
2018-09-25seccomp: create internal mode-setting functionKees Cook1-2/+14
2018-09-25futex: Remove unnecessary warning from get_futex_keyMel Gorman1-2/+3
2018-09-25futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman1-7/+91
2018-06-16tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-06-16posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+12
2018-06-16kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-06-16workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-06-16pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-3/+0
2018-06-16pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+5
2018-06-16pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-14/+1
2018-06-16sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence1-4/+5
2018-06-16pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-0/+49
2018-06-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-06-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-06-16perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-03-03hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+2
2018-03-03futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-03-03kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-03-03nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-03-03tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-03-03tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-03-03ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-03-03posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-16/+21
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4