summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* audit: improve robustness of the audit queue handlingPaul Moore2021-12-221-11/+10
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-221-0/+3
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-141-1/+1
* 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-011-0/+7
* PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer2021-12-011-3/+3
* tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-12-011-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
* 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
* workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-11-261-4/+11
* 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-14/+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
* dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-271-6/+6
* bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu2021-10-131-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
* tracing/kprobe: Fix kprobe_on_func_entry() modificationLi Huafei2021-09-261-1/+2
* 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/+2
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+1
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-221-10/+17
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-221-29/+13
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-09-221-55/+33
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-222-8/+26
* bpf: track spill/fill of constantsAlexei Starovoitov2021-09-221-23/+63
* bpf: Sanity check max value for var_off stack accessAndrey Ignatov2021-09-221-3/+15
* bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov2021-09-221-0/+13
* bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov2021-09-221-0/+9
* bpf: Support variable offset stack access from helpersAndrey Ignatov2021-09-221-21/+54
* bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2021-09-221-0/+5
* bpf/verifier: per-register parent pointersEdward Cree2021-09-221-139/+44
* hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-09-221-7/+53
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-221-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-222-3/+6
* locking/mutex: Fix HANDOFF conditionPeter Zijlstra2021-09-221-10/+5