summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2020-03-111-1/+3
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-111-0/+2
* audit: fix error handling in audit_data_to_entry()Paul Moore2020-03-111-32/+39
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-283-18/+24
* trigger_next should increase position indexVasily Averin2020-02-281-2/+3
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-281-2/+3
* watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner2020-02-281-4/+6
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-281-10/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-281-4/+8
* cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2020-02-281-4/+9
* padata: Remove broken queue flushingHerbert Xu2020-02-281-33/+12