summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-231-0/+3
* gcov: disable for COMPILE_TESTArnd Bergmann2018-01-231-0/+1
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-171-2/+15
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-172-9/+61
* bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov2018-01-171-3/+37
* bpf: refactor fixup_bpf_calls()Alexei Starovoitov2018-01-171-39/+33
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2018-01-172-54/+55
* bpf: don't (ab)use instructions to store stateJakub Kicinski2018-01-171-28/+39
* bpf: add bpf_patch_insn_single helperDaniel Borkmann2018-01-172-44/+80
* locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso2018-01-171-2/+3
* futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan2018-01-171-2/+6
* module: Issue warnings when tainting kernelLibor Pechacek2018-01-101-1/+10
* module: keep percpu symbols in module's symtabMiroslav Benes2018-01-101-4/+11
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2018-01-101-2/+2
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2018-01-101-1/+1
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2018-01-101-5/+7
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-102-2/+4
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-101-1/+1
* kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins2018-01-051-5/+2
* kaiser: merged updateDave Hansen2018-01-051-4/+5
* KAISER: Kernel Address IsolationRichard Fellner2018-01-051-0/+8
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-01-021-1/+5
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-021-0/+2
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-021-0/+1
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-021-9/+1
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-12-251-1/+1
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2017-12-251-3/+3
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-201-4/+4
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-12-201-0/+45
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-12-201-2/+7
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-201-20/+9
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-12-161-5/+5
* jump_label: Invoke jump_label_test() via early_initcall()Jason Baron2017-12-161-1/+1
* workqueue: trigger WARN if queue_delayed_work() is called with NULL @wqTejun Heo2017-12-161-0/+1
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-161-1/+1
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-127/+138
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-11-211-5/+16
* workqueue: Fix NULL pointer dereferenceLi Bin2017-11-151-1/+2
* workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-11-021-22/+15
* sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2017-10-271-11/+12
* locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-10-211-2/+9
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-211-1/+2
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-10-211-1/+2
* rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-10-181-0/+12
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-123-6/+22
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-121-14/+0
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-052-1/+3