summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: allow not equal op for audit by executableOndrej Mosnáček2018-08-032-1/+3
* stop_machine: Use raw spinlocksThomas Gleixner2018-08-031-12/+12
* bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-08-031-2/+2
* kcov: ensure irq code sees a valid areaMark Rutland2018-08-031-1/+2
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-031-2/+4
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-031-2/+11
* kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-08-031-1/+7
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-031-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-031-4/+8
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-171-0/+5
* 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