summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-04profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann1-2/+2
2018-03-04blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2018-03-04kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-28posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19
2018-02-28bpf: fix divides by zeroEric Dumazet1-2/+2
2018-02-28bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-02-28time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2018-02-28tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-02-28futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-02-28gcov: disable for COMPILE_TESTArnd Bergmann1-0/+1
2018-02-28futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan1-2/+6
2018-02-28module: Issue warnings when tainting kernelLibor Pechacek1-1/+10
2018-02-28module: keep percpu symbols in module's symtabMiroslav Benes1-4/+11
2018-02-28kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2018-02-28kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2018-02-28kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2018-02-28kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-02-28kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-02-28ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-02-28tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-02-28tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-02-28tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2018-02-28sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2018-02-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2018-01-17gcov: support GCC 7.1Martin Liska2-1/+9
2018-01-17gcov: add support for gcc version >= 6Florian Meier1-1/+1
2018-01-17gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2018-01-17sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2018-01-17tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2018-01-17audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2018-01-17workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2018-01-17kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2018-01-17padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2017-12-08sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-11-05workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-11-05locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-11-05bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-11-05sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra3-6/+22
2017-11-05ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-11-04tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-11-04tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-10-04ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-10-04tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-10-04ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-10-03locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+4
2017-10-03perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-10-03tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)1-0/+4
2017-10-03audit: Fix use after free in audit_remove_watch_rule()Jan Kara1-5/+7
2017-09-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles1-2/+2
2017-09-10workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo1-0/+10