summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.4.170' into v5.4-rtTom Zanussi2022-01-0715-41/+106
|\
| * rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney2021-12-221-5/+5
| * 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
| * bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-12-171-2/+2
| * tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-171-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
| * sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-081-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
| * tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa2021-12-011-0/+1
| * perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-261-5/+5
| * tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-261-4/+5
| * tracing: Save normal string variablesTom Zanussi2021-11-261-2/+32
| * sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* | sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior2021-11-301-1/+1
* | Merge tag 'v5.4.161' into v5.4-rtTom Zanussi2021-11-2115-102/+113
|\ \ | |/
| * PM: hibernate: fix sparse warningsAnders Roxell2021-11-171-1/+1
| * kprobes: Do not use local variable when creating debugfs filePunit Agrawal2021-11-171-2/+1
| * cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-11-171-4/+27
| * rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay2021-11-171-1/+1
| * PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-11-171-2/+3
| * tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-11-171-17/+23
| * workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-11-171-4/+11
| * locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra2021-11-171-1/+1
| * signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-11-171-14/+4
| * bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-171-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
| * audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui2021-10-271-1/+1
| * dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-271-6/+6
* | Merge tag 'v5.4.154' into v5.4-rtTom Zanussi2021-10-1830-207/+410
|\ \ | |/
| * 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
| * bpf: Add oversize check before call kvcalloc()Bixuan Cui2021-09-301-0/+2
| * blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-301-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/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-09-224-2/+36
| * 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
| * workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-09-221-5/+7
| * dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-09-221-3/+4
| * Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman2021-09-161-0/+2
| * bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-151-10/+17
| * bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-151-31/+15