summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko1-5/+9
2024-11-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko1-21/+28
2024-11-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko1-37/+41
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)8-62/+283
2024-11-01tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)6-9/+11
2024-11-01tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)1-1/+1
2024-11-01bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-11-01bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev1-4/+4
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2-3/+16
2024-11-01task_work: Add TWA_NMI_CURRENT as an additional notify mode.Sebastian Andrzej Siewior1-3/+21
2024-11-01bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-11-01bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu1-7/+22
2024-11-01bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+4
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa3-11/+22
2024-11-01bpf: Fix memory leak in bpf_core_applyJiri Olsa1-0/+1
2024-11-01bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-10-22posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-17kthread: unpark only parked kthreadFrederic Weisbecker1-0/+2
2024-10-17rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker1-1/+7
2024-10-17rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker2-14/+15
2024-10-17bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-10-17bpf: Check percpu map value size firstTao Chen2-0/+6
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)1-10/+8
2024-10-17tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-10-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-10-10uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro1-18/+14
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-10resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-10-10bpf: Make the pointer returned by iter next method validJuntong Deng1-4/+22
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra1-4/+5
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
2024-10-10rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney1-2/+2
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
2024-10-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra1-7/+27
2024-10-10jump_label: Simplify and clarify static_key_fast_inc_cpus_locked()Thomas Gleixner1-9/+11
2024-10-10static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner1-1/+1
2024-10-10static_call: Handle module init failure correctly in static_call_del_module()Thomas Gleixner1-0/+11
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov1-3/+6
2024-10-04module: Fix KCOV-ignored file nameDmitry Vyukov1-1/+1
2024-10-04lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu1-16/+32
2024-10-04padata: use integer wrap around to prevent deadlock on seq_nr overflowVanGiang Nguyen1-1/+2
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2-0/+3
2024-10-04bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged typesDaniel Borkmann1-5/+11