summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+8
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-02-231-4/+3
* bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-162-5/+27
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-111-0/+26
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-081-8/+4
* 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
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-221-0/+3
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+8
* 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
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* 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/+2
* 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
* 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
* 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 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-3/+0
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* 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
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17