summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-07-21signal handling: don't use BUG_ON() for debuggingLinus Torvalds
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima
2022-07-21tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-12module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan
2022-07-12module: change to print useful messages from elf_validity_check()Shuah Khan
2022-07-12bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada
2022-06-29dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui
2022-06-29tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)
2022-06-25bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen
2022-06-22cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen
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-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
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 potential double free in create_var_ref()Keita Suzuki
2022-06-09dma-direct: don't over-decrypt memoryRobin Murphy
2022-06-09dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig
2022-06-09dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig
2022-06-09dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig
2022-06-09dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig
2022-06-09dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig
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-09printk: use atomic updates for klogd workJohn 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-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