summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-222-8/+7
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-223-12/+0
* tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-02-221-1/+1
* rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2018-02-161-0/+2
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-161-1/+0
* kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-161-1/+0
* kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes2018-02-161-8/+12
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-163-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-161-7/+8
* sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval2018-02-161-1/+1
* kernel/exit.c: export abort() to modulesAndrew Morton2018-02-131-0/+1
* arch: define weak abort()Sudip Mukherjee2018-02-131-0/+8
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-071-0/+11
* perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2018-02-031-0/+1
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2018-02-031-3/+3
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-311-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-311-0/+18
* bpf: fix divides by zeroEric Dumazet2018-01-311-2/+2
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-0/+19
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-231-0/+13
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-231-1/+15
* delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-232-19/+29
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-231-1/+1
* futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-231-0/+3
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-233-23/+87
* kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-171-1/+1
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-171-0/+5
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-171-3/+15
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-172-11/+72
* membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers2018-01-171-0/+2
* cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo2018-01-171-8/+6
* 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/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-101-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-022-2/+17
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2018-01-021-2/+2
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2018-01-021-9/+7
* cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2018-01-022-1/+14
* ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2018-01-021-0/+6
* 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
* arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-291-2/+1
* bpf: fix integer overflowsDaniel Borkmann2017-12-251-0/+48
* bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann2017-12-251-8/+7
* bpf: force strict alignment checks for stack pointersDaniel Borkmann2017-12-251-0/+5