summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: improve robustness of the audit queue handlingPaul Moore2021-12-221-11/+10
* bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann2021-12-221-9/+15
* bpf: Fix signed bounds propagation after mov32Daniel Borkmann2021-12-221-0/+4
* 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
* tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-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/+10
* sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-12-012-4/+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
* bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-12-012-22/+52
* Revert "perf: Rework perf_event_exit_event()"Sasha Levin2021-11-261-79/+63
* tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)2021-11-261-2/+7
* tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-261-4/+5
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-211-5/+5
* posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-182-2/+18
* bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov2021-11-181-1/+1
* bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-181-1/+1
* cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg2021-11-181-2/+0
* PM: hibernate: fix sparse warningsAnders Roxell2021-11-181-1/+1
* kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-11-182-22/+23
* rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra2021-11-181-4/+4
* PM: EM: Fix inefficient states detectionVincent Donnefort2021-11-181-15/+8
* kprobes: Do not use local variable when creating debugfs filePunit Agrawal2021-11-181-2/+1
* cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-11-181-4/+27
* lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior2021-11-181-1/+1
* rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay2021-11-181-1/+1
* PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-11-181-2/+3
* tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-11-181-17/+23
* workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-11-181-4/+11
* rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney2021-11-181-2/+1
* locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra2021-11-181-1/+1
* rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood2021-11-181-12/+36
* ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-181-0/+5
* signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-11-181-14/+4
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-181-1/+3
* printk/console: Allow to disable console output by using console="" or consol...Petr Mladek2021-11-121-1/+8
* bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()Xu Kuohai2021-11-021-2/+3
* bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen2021-11-023-9/+18
* cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang2021-11-021-1/+3
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-273-44/+23
* sched/scs: Reset the shadow stack when idle_task_exitWoody Lin2021-10-271-0/+1
* 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