summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* module: Issue warnings when tainting kernelLibor Pechacek2018-01-10
* module: keep percpu symbols in module's symtabMiroslav Benes2018-01-10
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2018-01-10
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2018-01-10
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2018-01-10
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-10
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-10
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-05
* kaiser: merged updateDave Hansen2018-01-05
* KAISER: Kernel Address IsolationRichard Fellner2018-01-05
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-02
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-01-02
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-02
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-02
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-02
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-12-25
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2017-12-25
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-20
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-12-20
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-12-20
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-20
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-20
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-12-16
* jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-12-16
* workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-16
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-16
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-30
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-30
* bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-11-21
* workqueue: Fix NULL pointer dereferenceLi Bin2017-11-15
* workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-02
* sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2017-10-27
* locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-10-21
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-21
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-10-21
* rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-10-18
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-12
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-12
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-05
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-10-05
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-05
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-05
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-27
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-27
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-27
* locktorture: Fix potential memory leak with rw lock testYang Shi2017-09-13
* cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-09-07
* gcov: support GCC 7.1Martin Liska2017-09-02
* gcov: add support for gcc version >= 6Florian Meier2017-09-02
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-30