summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* printk: fix possible reuse of va_list variableTetsuo Handa2018-07-031-1/+4
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-061-2/+3
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2018-06-051-1/+3
* kdb: make "mdr" command repeatRandy Dunlap2018-05-301-6/+21
* rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-05-301-1/+13
* audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-05-301-0/+2
* perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* workqueue: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+1
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-05-301-1/+1
* locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon2018-05-301-0/+8
* x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann2018-05-301-3/+0
* kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang2018-05-301-0/+4
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-301-0/+1
* seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-221-13/+2
* seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-221-8/+11
* seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-221-1/+1
* seccomp: Enable speculation flaw mitigationsKees Cook2018-05-221-0/+17
* nospec: Allow getting/setting on non-current taskKees Cook2018-05-221-4/+5
* prctl: Add speculation control prctlsThomas Gleixner2018-05-221-0/+22
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-221-0/+8
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2018-05-221-0/+7
* kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang2018-05-191-0/+4
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2018-05-191-2/+2
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-191-0/+39
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-05-091-2/+2
* bpf: map_get_next_key to return first key on NULLTeng Qin2018-05-093-13/+18
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-091-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-291-9/+12
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-241-1/+2
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-201-0/+6
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-04-132-12/+88
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2018-04-131-0/+13
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2018-04-131-1/+2
* perf/core: Fix error handling in perf_event_alloc()Dan Carpenter2018-04-131-1/+3
* perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon2018-04-131-0/+6
* pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid()Kirill Tkhai2018-04-131-1/+3
* module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2018-04-081-3/+17
* genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke2018-04-081-1/+1
* kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2018-04-081-1/+1
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-081-23/+7