summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-01fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt1-1/+1
2024-11-01fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei1-7/+3
2024-11-01bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()Andrii Nakryiko1-1/+1
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-11-01bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann4-9/+9
2024-11-01bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt1-1/+2
2024-11-01bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann1-2/+1
2024-11-01bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann1-5/+6
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-01ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu1-18/+26
2024-11-01sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2-3/+16
2024-11-01bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu1-19/+17
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: Check the remaining info_cnt before repeating btf fieldsHou Tao1-4/+10
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-11-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-0/+5
2024-11-01bpf: Use raw_spinlock_t in ringbufWander Lairson Costa1-6/+6
2024-10-22fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt1-7/+21
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-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-17bpf: Call the missed btf_record_free() when map creation failsHou Tao1-7/+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-10sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-10-10sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat1-0/+7
2024-10-10sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)1-8/+8
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: Fix a sdiv overflow issueYonghong Song1-4/+89
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