summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-04-231-4/+4
* dma-debug: fix displaying of dma allocation typeGrygorii Strashko2020-04-231-3/+6
* dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange2020-04-231-6/+7
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-211-7/+3
* bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-04-171-36/+72
* kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-171-2/+2
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-171-0/+2
* sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood2020-04-171-1/+0
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-171-1/+1
* genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner2020-04-171-2/+9
* cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner2020-04-171-2/+2
* sched/fair: Fix enqueue_task_fair warningVincent Guittot2020-04-171-4/+22
* seccomp: Add missing compat_ioctl for notifySven Schnelle2020-04-171-0/+1
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-04-171-0/+4
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-04-171-5/+5
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-171-1/+7
* time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-04-171-4/+5
* dma-mapping: Fix dma_pgprot() for unencrypted coherent pagesThomas Hellstrom2020-04-171-0/+2
* bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song2020-04-171-1/+1
* padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2020-04-081-2/+2
* padata: fix uninitialized return value in padata_replace()Daniel Jordan2020-04-081-1/+1
* bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-04-022-3/+6
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-021-1/+2
* bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-04-011-19/+0
* bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-04-011-1/+1
* bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko2020-04-011-2/+2
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-011-2/+9
* bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko2020-04-011-0/+3
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-04-011-2/+2
* cgroup1: don't call release_agent when it is ""Tycho Andersen2020-04-011-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-04-011-0/+1
* futex: Unbreak futex hashingThomas Gleixner2020-03-251-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-03-251-36/+53
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-251-1/+1
* signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-03-211-9/+14
* tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-03-211-3/+29
* workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-181-6/+8
* cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-03-181-7/+16
* cgroup: cgroup_procs_next should increase position indexVasily Averin2020-03-181-3/+7
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-181-0/+4
* blktrace: fix dereference after null checkCengiz Can2020-03-121-1/+4
* kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-03-121-24/+43
* blktrace: Protect q->blk_trace with RCUJan Kara2020-03-051-31/+83
* locking/lockdep: Fix lockdep_stats indentation problemWaiman Long2020-03-051-2/+2
* rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay2020-03-051-6/+5
* lib/vdso: Update coarse timekeeper unconditionallyThomas Gleixner2020-03-051-20/+17
* lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner2020-03-051-1/+1
* kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2020-03-051-1/+3
* sched/fair: Optimize select_idle_cpuCheng Jian2020-03-051-3/+4
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2