summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-29tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1
2018-04-26perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-26perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-26alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner1-8/+26
2018-04-26locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon1-0/+8
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend1-5/+14
2018-04-26x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann1-3/+0
2018-04-24ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)1-0/+5
2018-04-24resource: fix integer overflow at reallocationTakashi Iwai1-1/+2
2018-04-19perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-28bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-28perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-28posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-28cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
2018-03-19locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso1-32/+44
2018-03-19sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-03-19sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2018-03-15workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann1-16/+26
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1
2018-03-11bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song1-4/+7
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann1-12/+16
2018-03-09timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
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