summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-271-0/+7
* sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot2020-05-271-8/+9
* sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot2020-05-271-22/+20
* bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-271-3/+14
* bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-271-1/+3
* bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-271-2/+4
* bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-201-32/+62
* bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-201-0/+16
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* bpf: Fix bug in mmap() implementation for BPF array mapSasha Levin2020-05-201-1/+6
* x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-201-22/+0
* tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-201-2/+10
* 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: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-141-6/+24
* tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-141-0/+6
* tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-141-12/+8
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-141-1/+1
* ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-05-101-0/+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
* sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-05-021-2/+2
* sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-05-021-2/+19
* signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-05-021-3/+3
* bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-05-021-0/+8
* bpf: Fix handling of XADD on BTF memoryJann Horn2020-05-021-1/+1
* 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
* bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-231-9/+7
* proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-211-1/+14
* rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney2020-04-211-1/+1
* 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
* perf/core: Remove 'struct sched_in_data'Peter Zijlstra2020-04-171-25/+11
* perf/core: Fix event cgroup trackingPeter Zijlstra2020-04-171-27/+43