summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-201-1/+1
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-202-8/+4
* uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-111-4/+10
* kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-111-0/+5
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2020-06-031-7/+19
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2020-05-271-20/+3
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2020-05-271-1/+1
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-271-77/+18
* padata: set cpu_index of unused CPUs to -1Mathias Krause2020-05-271-1/+7
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-271-1/+19
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-271-1/+42
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+1
* blktrace: fix dereference after null checkCengiz Can2020-05-201-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-201-31/+83
* blktrace: fix trace mutex deadlockJens Axboe2020-05-201-2/+2
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2020-05-201-10/+48
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-201-0/+5
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-201-0/+13
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2020-05-102-16/+20
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-051-0/+7
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* audit: check the length of userspace generated audit recordsPaul Moore2020-05-021-0/+3
* perf/core: Disable page faults when getting phys addressJiri Olsa2020-05-021-3/+6
* kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-05-021-1/+1
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-04-241-4/+4
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-241-7/+3
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-241-0/+2
* kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-241-2/+2
* x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2020-04-241-4/+1
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-241-1/+1
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-04-241-0/+4
* genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin2020-04-241-5/+5
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-241-1/+7
* padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2020-04-131-2/+2
* bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-04-021-2/+4
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-021-1/+2
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* cgroup1: don't call release_agent when it is ""Tycho Andersen2020-04-021-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-04-021-0/+1
* futex: Unbreak futex hashingThomas Gleixner2020-04-021-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-04-021-36/+53
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-04-021-1/+1
* signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-03-201-9/+14
* workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-201-6/+8
* cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-03-201-7/+16
* cgroup: cgroup_procs_next should increase position indexVasily Averin2020-03-201-3/+7
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-201-0/+4
* kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-03-111-24/+43
* audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-03-111-19/+21