summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-06-22bpf: Use safer kvmalloc_array() where possibleDan Carpenter
2022-06-22cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen
2022-06-22audit: free module nameChristian Göttsche
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-06-14tracing: Make tp_printk work on syscall tracepointsJeff Xie
2022-06-14sched/autogroup: Fix sysctl movePeter Zijlstra
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-06-09kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-06-09tracing: Initialize integer variable to prevent garbage return valueGautam Menghani
2022-06-09tracing: Fix return value of trace_pid_write()Wonhyuk Yang
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-06-09tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)
2022-06-09tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira
2022-06-09tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei
2022-06-09module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan
2022-06-09dma-direct: don't over-decrypt memoryRobin Murphy
2022-06-09dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-06-09PM: EM: Decrement policy counterPierre Gondois
2022-06-09printk: wake waiters for safe and NMI contextsJohn Ogness
2022-06-09printk: add missing memory barrier to wake_up_klogd()John Ogness
2022-06-09sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-06-09bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-06-09scftorture: Fix distribution of short handler delaysPaul E. McKenney
2022-06-09dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-06-09rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney
2022-06-09rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()Paul E. McKenney
2022-06-09rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah
2022-06-09ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman
2022-06-09kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-06-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi
2022-06-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-06-06bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh
2022-06-06bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-06-06bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang
2022-06-06bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-30lockdown: also lock down previous kgdb useDaniel Thompson
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds