summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-251-3/+6
* kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson2020-06-221-2/+2
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-222-3/+20
* exit: Move preemption fixup up, move blocking operations downJann Horn2020-06-221-9/+16
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-06-223-11/+9
* audit: fix a net reference leak in audit_send_reply()Paul Moore2020-06-221-21/+29
* kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-06-221-0/+1
* kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson2020-06-221-0/+4
* perf: Add cond_resched() to task_function_call()Barret Rhoden2020-06-221-9/+14
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-221-1/+1
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-222-8/+4
* uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-101-4/+10
* kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-071-0/+5
* Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo2020-06-071-13/+3
* 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
* 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
* coredump: fix crash when umh is disabledLuis Chamberlain2020-05-141-0/+5
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-141-1/+1
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-061-0/+7
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-05-021-1/+1
* audit: check the length of userspace generated audit recordsPaul Moore2020-04-291-0/+3
* blktrace: fix dereference after null checkCengiz Can2020-04-291-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-04-291-31/+83
* perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-291-3/+6
* kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-04-291-1/+1
* bpf: fix buggy r0 retval refinement for tracing helpersDaniel Borkmann2020-04-231-11/+34
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-04-231-4/+4
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-211-7/+3
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-171-0/+2
* kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-171-2/+2
* x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2020-04-171-4/+1
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-171-1/+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
* 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-022-3/+6
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-021-1/+2
* bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-04-021-1/+1
* 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-03-251-2/+2