summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-201-6/+7
* bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-05-201-1/+3
* umh: fix memory leak on execve failureVincent Minet2020-05-201-0/+6
* 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
* tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-05-101-0/+7
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-061-0/+7
* signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-05-021-3/+3
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-05-021-7/+2
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-05-021-1/+1
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-05-021-9/+19
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-05-023-10/+40
* audit: check the length of userspace generated audit recordsPaul Moore2020-04-291-0/+3
* signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-291-1/+5
* 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
* dma-direct: fix data truncation in dma_direct_get_required_mask()Kishon Vijay Abraham I2020-04-291-1/+2
* 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
* 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