summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3
* tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-12-081-0/+7
* PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer2021-12-081-3/+3
* tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-12-081-6/+18
* perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-261-5/+5
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-11-261-15/+47
* PM: hibernate: fix sparse warningsAnders Roxell2021-11-261-1/+1
* cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-11-261-4/+27
* PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-11-261-2/+3
* tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-11-261-17/+23
* locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra2021-11-261-1/+1
* signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-11-261-15/+4
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-261-1/+3
* printk/console: Allow to disable console output by using console="" or consol...Petr Mladek2021-11-121-1/+8
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-273-47/+23
* bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu2021-10-171-1/+2
* cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-10-061-5/+11
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-10-061-0/+8
* profiling: fix shift-out-of-bounds bugsPavel Skripkin2021-09-261-10/+11
* prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov2021-09-261-7/+0
* rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay2021-09-261-1/+1
* events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-221-1/+1
* memcg: enable accounting for pids in nested pid namespacesVasily Averin2021-09-221-1/+1
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+1
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-08-041-7/+13
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-281-2/+2
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-201-0/+49
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-07-111-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-07-111-17/+29
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-1/+1
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* sched/fair: Optimize select_idle_cpuCheng Jian2021-06-101-3/+4
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-06-101-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-06-101-10/+12
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-06-101-7/+11
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-06-101-10/+17
* bpf/verifier: disallow pointer subtractionAlexei Starovoitov2021-06-101-1/+1
* bpf: do not allow root to mangle valid pointersAlexei Starovoitov2021-06-101-67/+33