summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* watch-queue: remove spurious double semicolonLinus Torvalds2022-07-291-1/+1
* watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds2022-07-291-16/+37
* tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-07-291-2/+4
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2022-07-297-61/+217
* tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)2022-07-291-0/+7
* sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-291-1/+4
* bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-07-291-26/+19
* mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan2022-07-291-1/+2
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-07-211-9/+11
* ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-211-1/+10
* sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-211-4/+4
* sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima2022-07-211-2/+2
* tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-211-5/+6
* sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima2022-07-211-2/+5
* sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima2022-07-211-3/+3
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-14/+23
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-211-0/+2
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-212-6/+15
* module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan2022-07-121-0/+4
* module: change to print useful messages from elf_validity_check()Shuah Khan2022-07-121-21/+54
* bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2022-07-122-23/+21
* bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-121-49/+23
* bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-121-17/+24
* tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-07-021-1/+0
* dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui2022-06-291-3/+2
* tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)2022-06-291-1/+10
* bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-251-2/+3
* cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen2022-06-221-6/+16
* sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-222-3/+38
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-221-1/+1
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* tracing: Make tp_printk work on syscall tracepointsJeff Xie2022-06-141-24/+11
* bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-06-141-9/+5
* ftrace: Clean up hash direct_functions on register failuresSong Liu2022-06-091-3/+2
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-06-091-34/+0
* tracing: Initialize integer variable to prevent garbage return valueGautam Menghani2022-06-091-1/+1
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-06-091-0/+3
* dma-direct: don't over-decrypt memoryRobin Murphy2022-06-091-2/+2
* dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig2022-06-091-4/+10
* dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig2022-06-091-7/+6
* dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig2022-06-091-31/+25
* dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig2022-06-091-17/+10