summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-01-10module: Issue warnings when tainting kernelLibor Pechacek1-1/+10
2018-01-10module: keep percpu symbols in module's symtabMiroslav Benes1-4/+11
2018-01-10kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov1-2/+2
2018-01-10kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov1-1/+1
2018-01-10kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov1-5/+7
2018-01-10kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-2/+4
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins1-5/+2
2018-01-05kaiser: merged updateDave Hansen1-4/+5
2018-01-05KAISER: Kernel Address IsolationRichard Fellner1-0/+8
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)1-1/+5
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira1-0/+45
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-12-16audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-12-16jump_label: Invoke jump_label_test() via early_initcall()Jason Baron1-1/+1
2017-12-16workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo1-0/+1
2017-12-16kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)3-127/+138
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-11-21bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann1-5/+16
2017-11-15workqueue: Fix NULL pointer dereferenceLi Bin1-1/+2
2017-11-02workqueue: replace pool->manager_arb mutex with a flagTejun Heo1-22/+15
2017-10-27sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov1-11/+12
2017-10-21locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-10-21bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-10-21bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-10-18rcu: Allow for page faults in NMI handlersPaul E. McKenney1-0/+12
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra3-6/+22
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2-1/+3
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)1-4/+6
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+4
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long1-0/+1
2017-09-02gcov: support GCC 7.1Martin Liska2-1/+9
2017-09-02gcov: add support for gcc version >= 6Florian Meier1-1/+1
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19