summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-09nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner
2018-08-06audit: fix potential null dereference 'context->module.name'Yi Wang
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček
2018-08-03delayacct: Use raw_spinlocksSebastian Andrzej Siewior
2018-08-03stop_machine: Use raw spinlocksThomas Gleixner
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-08-03PM / wakeup: Make s2idle_lock a RAW_SPINLOCKSebastian Andrzej Siewior
2018-08-03printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky
2018-08-03kernel/hung_task.c: show all hung tasks before panicTetsuo Handa
2018-08-03kcov: ensure irq code sees a valid areaMark Rutland
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-08-03kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-08-03fork: unconditionally clear stack on forkKees Cook
2018-07-25stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres
2018-07-22clocksource: Initialize cs->wd_listPeter Zijlstra
2018-07-17PM / hibernate: Fix oops at snapshot_write()Tetsuo Handa
2018-07-17tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-17genirq/affinity: assign vectors to all possible CPUsChristoph Hellwig
2018-07-11irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-08sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton
2018-07-08sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa
2018-06-21sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre
2018-06-21sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-06-21locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long
2018-06-21locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long
2018-06-21init: fix false positives in W+X checkingJeffrey Hugo
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra
2018-06-21kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra
2018-06-21stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra
2018-06-05tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-06-05tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30perf/core: Fix installing cgroup events on CPUleilei.lin
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-30perf/cgroup: Fix child event counting bugSong Liu
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva