summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: allow not equal op for audit by executableOndrej Mosnáček2018-08-032-1/+3
* delayacct: Use raw_spinlocksSebastian Andrzej Siewior2018-08-031-8/+9
* 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
* PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior2018-08-031-7/+7
* printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky2018-08-031-1/+1
* kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-08-031-4/+7
* 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
* fork: unconditionally clear stack on forkKees Cook2018-08-031-2/+1
* stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres2018-07-251-1/+5
* clocksource: Initialize cs->wd_listPeter Zijlstra2018-07-221-0/+2
* PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa2018-07-171-0/+5
* tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-172-6/+7
* genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig2018-07-171-15/+15
* irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2018-07-111-4/+2
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-07-081-2/+1
* sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-07-081-12/+30
* 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
* sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-06-211-1/+1
* sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-06-213-6/+3
* locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-06-211-0/+2
* locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long2018-06-213-21/+28
* init: fix false positives in W+X checkingJeffrey Hugo2018-06-211-0/+5
* sched/core: Introduce set_special_state()Peter Zijlstra2018-06-212-18/+16
* kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-06-211-3/+4
* stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra2018-06-211-5/+14
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-06-053-8/+25
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-051-2/+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
* perf/core: Fix installing cgroup events on CPUleilei.lin2018-05-301-11/+35
* 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
* kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva2018-05-301-0/+2
* 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