summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-03bpf: sockmap missing NULL psock checkJohn Fastabend1-2/+9
2018-03-03genirq: Guard handle_bad_irq log messagesGuenter Roeck1-0/+5
2018-03-03cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-02-25locking/lockdep: Fix possible NULL derefPeter Zijlstra1-1/+2
2018-02-25perf: Fix header.size for namespace eventsJiri Olsa1-1/+4
2018-02-25kcov: detect double association with a single taskDmitry Vyukov1-2/+2
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe1-10/+22
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann1-9/+16
2018-02-22tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)1-5/+4
2018-02-22mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr1-1/+2
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)2-20/+0
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2-8/+7
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)3-12/+0
2018-02-22tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap1-1/+1
2018-02-16rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney1-0/+2
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-16kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-16sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval1-1/+1
2018-02-13kernel/exit.c: export abort() to modulesAndrew Morton1-0/+1
2018-02-13arch: define weak abort()Sudip Mukherjee1-0/+8
2018-02-07module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-02-03perf/core: Fix memory leak triggered by perf --namespaceVasily Averin1-0/+1
2018-02-03futex: Fix OWNER_DEAD fixupPeter Zijlstra1-3/+3
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann1-0/+19
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+18
2018-01-31bpf: fix divides by zeroEric Dumazet1-2/+2
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+19
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-23workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky1-0/+13
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-23delayacct: Account blkio completion on the correct taskJosh Snyder2-19/+29
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-23futex: Prevent overflow by strengthen input validationLi Jinyue1-0/+3
2018-01-23futex: Avoid violating the 10th rule of futexPeter Zijlstra3-23/+87
2018-01-17kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov1-1/+1
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+5
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-3/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov2-11/+72
2018-01-17membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers1-0/+2
2018-01-17cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo1-8/+6
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/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner2-2/+17