summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-03-20workqueue: Allow retrieval of current task's work structLukas Wunner
2018-03-20hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-03-04profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann
2018-03-04blktrace: fix unlocked registration of tracepointsJens Axboe
2018-03-04kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-28posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-28bpf: fix divides by zeroEric Dumazet
2018-02-28bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2018-02-28time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2018-02-28tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2018-02-28futex: Prevent overflow by strengthen input validationLi Jinyue
2018-02-28gcov: disable for COMPILE_TESTArnd Bergmann
2018-02-28futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan
2018-02-28module: Issue warnings when tainting kernelLibor Pechacek
2018-02-28module: keep percpu symbols in module's symtabMiroslav Benes
2018-02-28kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2018-02-28kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2018-02-28kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2018-02-28kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-02-28kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-02-28ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-02-28tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-02-28tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-02-28tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2018-02-28sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2018-02-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2018-01-17gcov: support GCC 7.1Martin Liska
2018-01-17gcov: add support for gcc version >= 6Florian Meier
2018-01-17gcov: add support for GCC 5.1Lorenzo Stoakes
2018-01-17sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2018-01-17tracing: Allocate mask_str buffer dynamicallyChangbin Du
2018-01-17audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2018-01-17workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo
2018-01-17kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2018-01-17padata: avoid race in reorderingJason A. Donenfeld
2017-12-08sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-11-05workqueue: replace pool->manager_arb mutex with a flagTejun Heo
2017-11-05locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-11-05bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-11-05sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-11-05ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-11-04tracing: Erase irqsoff trace with empty writeBo Yan
2017-11-04tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-10-04ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-10-04tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-10-04ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-10-03locktorture: Fix potential memory leak with rw lock testYang Shi
2017-10-03perf/core: Fix group {cpu,task} validationMark Rutland
2017-10-03tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-10-03audit: Fix use after free in audit_remove_watch_rule()Jan Kara