summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-03locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long1-10/+20
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds1-22/+36
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells1-1/+1
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds1-1/+1
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds1-16/+37
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-07-22signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-07-22mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-22ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-1/+10
2022-07-22sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-22sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-22tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2022-07-22sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-22sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-22sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-22sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-22sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima1-2/+2
2022-07-22sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima1-3/+3
2022-07-22cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-14/+23
2022-07-22tracing/histograms: Fix memory leak problemZheng Yejian1-0/+2
2022-07-22fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2-6/+15
2022-07-12srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney1-2/+4
2022-07-12bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann1-49/+23
2022-07-12bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann1-17/+24
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada1-1/+0
2022-06-29dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui1-3/+2
2022-06-29rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)1-0/+9
2022-06-29tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)1-1/+10
2022-06-25bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen1-2/+2
2022-06-22bpf: Use safer kvmalloc_array() where possibleDan Carpenter1-2/+2
2022-06-22cfi: Fix __cfi_slowpath_diag RCU usage with cpuidleSami Tolvanen1-6/+16
2022-06-22audit: free module nameChristian Göttsche1-1/+1
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2-3/+38
2022-06-22dma-debug: make things less spammy under memory pressureRob Clark1-1/+1
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai1-0/+7
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao1-3/+3
2022-06-14tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-06-14sched/autogroup: Fix sysctl movePeter Zijlstra1-1/+1
2022-06-14bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-06-09kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu1-73/+71
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu1-3/+2
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-34/+0
2022-06-09tracing: Initialize integer variable to prevent garbage return valueGautam Menghani1-1/+1
2022-06-09tracing: Fix return value of trace_pid_write()Wonhyuk Yang1-2/+4
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-06-09tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)1-6/+7
2022-06-09tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira1-4/+5
2022-06-09tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei1-0/+3