summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-19locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso1-32/+44
2018-03-19bpf: fix stack state printing in verifier logAlexei Starovoitov1-1/+1
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-15bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-15workqueue: Allow retrieval of current task's work structLukas Wunner1-0/+16
2018-03-15bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang1-1/+1
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-08timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-03-08hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-02-28genirq/matrix: Handle CPU offlining properThomas Gleixner1-9/+14
2018-02-25kcov: detect double association with a single taskDmitry Vyukov1-2/+2
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-22trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria1-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-16genirq: Make legacy autoprobing work againThomas Gleixner3-5/+5
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-07module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+11
2018-01-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2018-01-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+11
2018-01-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+42
2018-01-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+5
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-25perf/core: Fix ctx::mutex deadlockPeter Zijlstra1-1/+7
2018-01-25perf/core: Fix another perf,trace,cpuhp lock inversionPeter Zijlstra1-2/+24
2018-01-25perf/core: Fix lock inversion between perf,trace,cpuhpPeter Zijlstra1-2/+11
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2-5/+11
2018-01-24locking/lockdep: Avoid triggering hardlockup from debug_show_all_locks()Tejun Heo1-0/+2
2018-01-24futex: Fix OWNER_DEAD fixupPeter Zijlstra1-3/+3
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)3-29/+67
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-12/+17
2018-01-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+14
2018-01-19Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+16
2018-01-19Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-01-19Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+13
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+55
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-18ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)1-2/+1
2018-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-13/+55
2018-01-18irq/matrix: Spread interrupts on allocationThomas Gleixner1-6/+14
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann1-11/+16