| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | futex: Prevent overflow by strengthen input validation | Li Jinyue | 2018-01-23 | 1 | -0/+3 |
* | gcov: disable for COMPILE_TEST | Arnd Bergmann | 2018-01-23 | 1 | -0/+1 |
* | bpf, array: fix overflow in max_entries and undefined behavior in index_mask | Daniel Borkmann | 2018-01-17 | 1 | -2/+15 |
* | bpf: prevent out-of-bounds speculation | Alexei Starovoitov | 2018-01-17 | 2 | -9/+61 |
* | bpf: adjust insn_aux_data when patching insns | Alexei Starovoitov | 2018-01-17 | 1 | -3/+37 |
* | bpf: refactor fixup_bpf_calls() | Alexei Starovoitov | 2018-01-17 | 1 | -39/+33 |
* | bpf: move fixup_bpf_calls() function | Alexei Starovoitov | 2018-01-17 | 2 | -54/+55 |
* | bpf: don't (ab)use instructions to store state | Jakub Kicinski | 2018-01-17 | 1 | -28/+39 |
* | bpf: add bpf_patch_insn_single helper | Daniel Borkmann | 2018-01-17 | 2 | -44/+80 |
* | locking/mutex: Allow next waiter lockless wakeup | Davidlohr Bueso | 2018-01-17 | 1 | -2/+3 |
* | futex: Replace barrier() in unqueue_me() with READ_ONCE() | Jianyu Zhan | 2018-01-17 | 1 | -2/+6 |
* | module: Issue warnings when tainting kernel | Libor Pechacek | 2018-01-10 | 1 | -1/+10 |
* | module: keep percpu symbols in module's symtab | Miroslav Benes | 2018-01-10 | 1 | -4/+11 |
* | kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl... | Oleg Nesterov | 2018-01-10 | 1 | -2/+2 |
* | kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ... | Oleg Nesterov | 2018-01-10 | 1 | -1/+1 |
* | kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL | Oleg Nesterov | 2018-01-10 | 1 | -5/+7 |
* | kernel: make groups_sort calling a responsibility group_info allocators | Thiago Rafael Becker | 2018-01-10 | 2 | -2/+4 |
* | kernel/acct.c: fix the acct->needcheck check in check_free_space() | Oleg Nesterov | 2018-01-10 | 1 | -1/+1 |
* | kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE | Hugh Dickins | 2018-01-05 | 1 | -5/+2 |
* | kaiser: merged update | Dave Hansen | 2018-01-05 | 1 | -4/+5 |
* | KAISER: Kernel Address Isolation | Richard Fellner | 2018-01-05 | 1 | -0/+8 |
* | nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() | Thomas Gleixner | 2018-01-02 | 1 | -2/+17 |
* | ring-buffer: Mask out the info bits when returning buffer page length | Steven Rostedt (VMware) | 2018-01-02 | 1 | -1/+5 |
* | tracing: Fix crash when it fails to alloc ring buffer | Jing Xia | 2018-01-02 | 1 | -0/+2 |
* | tracing: Fix possible double free on failure of allocating trace buffer | Steven Rostedt (VMware) | 2018-01-02 | 1 | -0/+1 |
* | tracing: Remove extra zeroing out of the ring buffer page | Steven Rostedt (VMware) | 2018-01-02 | 1 | -9/+1 |
* | sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() | Andy Lutomirski | 2017-12-25 | 1 | -1/+1 |
* | sched/core: Add switch_mm_irqs_off() and use it in the scheduler | Andy Lutomirski | 2017-12-25 | 1 | -3/+3 |
* | sched/deadline: Use deadline instead of period when calculating overflow | Steven Rostedt (VMware) | 2017-12-20 | 1 | -4/+4 |
* | sched/deadline: Throttle a constrained deadline task activated after the dead... | Daniel Bristot de Oliveira | 2017-12-20 | 1 | -0/+45 |
* | sched/deadline: Make sure the replenishment timer fires in the next period | Daniel Bristot de Oliveira | 2017-12-20 | 1 | -2/+7 |
* | sched/rt: Do not pull from current CPU if only one CPU to pull | Steven Rostedt | 2017-12-20 | 1 | -1/+7 |
* | tracing: Allocate mask_str buffer dynamically | Changbin Du | 2017-12-20 | 1 | -20/+9 |
* | audit: ensure that 'audit=1' actually enables audit for PID 1 | Paul Moore | 2017-12-16 | 1 | -5/+5 |
* | jump_label: Invoke jump_label_test() via early_initcall() | Jason Baron | 2017-12-16 | 1 | -1/+1 |
* | workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq | Tejun Heo | 2017-12-16 | 1 | -0/+1 |
* | kdb: Fix handling of kallsyms_symbol_next() return value | Daniel Thompson | 2017-12-16 | 1 | -1/+1 |
* | sched/rt: Simplify the IPI based RT balancing logic | Steven Rostedt (Red Hat) | 2017-11-30 | 3 | -127/+138 |
* | sched: Make resched_cpu() unconditional | Paul E. McKenney | 2017-11-30 | 1 | -2/+1 |
* | bpf: don't let ldimm64 leak map addresses on unprivileged | Daniel Borkmann | 2017-11-21 | 1 | -5/+16 |
* | workqueue: Fix NULL pointer dereference | Li Bin | 2017-11-15 | 1 | -1/+2 |
* | workqueue: replace pool->manager_arb mutex with a flag | Tejun Heo | 2017-11-02 | 1 | -22/+15 |
* | sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() | Oleg Nesterov | 2017-10-27 | 1 | -11/+12 |
* | locking/lockdep: Add nest_lock integrity test | Peter Zijlstra | 2017-10-21 | 1 | -2/+9 |
* | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song | 2017-10-21 | 1 | -1/+2 |
* | bpf/verifier: reject BPF_ALU64|BPF_END | Edward Cree | 2017-10-21 | 1 | -1/+2 |
* | rcu: Allow for page faults in NMI handlers | Paul E. McKenney | 2017-10-18 | 1 | -0/+12 |
* | sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs | Peter Zijlstra | 2017-10-12 | 3 | -6/+22 |
* | ftrace: Fix kmemleak in unregister_ftrace_graph | Shu Wang | 2017-10-12 | 1 | -14/+0 |
* | timer/sysclt: Restrict timer migration sysctl values to 0 and 1 | Myungho Jung | 2017-10-05 | 2 | -1/+3 |