summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-28perf/core: Fix ctx_event_type in ctx_resched()Song Liu
2018-03-28posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-03-28cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-03-19locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso
2018-03-19sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-19sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-15workqueue: Allow retrieval of current task's work structLukas Wunner
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song
2018-03-11bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann
2018-03-08timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-03-03bpf: sockmap missing NULL psock checkJohn Fastabend
2018-03-03genirq: Guard handle_bad_irq log messagesGuenter Roeck
2018-03-03cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-25locking/lockdep: Fix possible NULL derefPeter Zijlstra
2018-02-25perf: Fix header.size for namespace eventsJiri Olsa
2018-02-25kcov: detect double association with a single taskDmitry Vyukov
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-02-22tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)
2018-02-22mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr
2018-02-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-22tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap
2018-02-16rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-02-16kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers
2018-02-16kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-02-16sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval
2018-02-13kernel/exit.c: export abort() to modulesAndrew Morton
2018-02-13arch: define weak abort()Sudip Mukherjee
2018-02-07module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-03perf/core: Fix memory leak triggered by perf --namespaceVasily Averin
2018-02-03futex: Fix OWNER_DEAD fixupPeter Zijlstra
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-31bpf: fix divides by zeroEric Dumazet
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-23workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)