aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra5-34/+30
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2-3/+16
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld1-1/+1
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu1-19/+17
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-1/+1
2024-10-10fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt1-3/+1
2024-10-10sched_ext: Don't hold scx_tasks_lock for too longTejun Heo1-2/+17
2024-10-10sched_ext: Move scx_tasks_lock handling into scx_task_iter helpersTejun Heo1-54/+56
2024-10-10sched_ext: bypass mode shouldn't depend on ops.select_cpu()Tejun Heo1-13/+15
2024-10-10sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()Tejun Heo1-10/+10
2024-10-10sched_ext: Start schedulers with consistent p->scx.slice valuesTejun Heo1-1/+1
2024-10-10Revert "sched_ext: Use shorter slice while bypassing"Tejun Heo1-4/+2
2024-10-10Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-3/+6
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert1-30/+10
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)7-38/+45
2024-10-10bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen1-1/+7
2024-10-10rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker1-1/+7
2024-10-10sched_ext: use correct function name in pick_task_scx() warning messageHonglei Wang1-2/+2
2024-10-10bpf: fix argument type in bpf_loop documentationMatteo Croce1-1/+1
2024-10-10timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton3-0/+29
2024-10-10timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton1-0/+104
2024-10-09bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu1-7/+22
2024-10-09bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel1-2/+2
2024-10-09tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak1-1/+1
2024-10-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-10-09bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao1-4/+10
2024-10-09Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-4/+16
2024-10-09tracing/perf: Add might_fault check to syscall probesMathieu Desnoyers1-0/+2
2024-10-09tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers1-0/+2
2024-10-09tracing/perf: disable preemption in syscall probeMathieu Desnoyers1-0/+12
2024-10-09tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers1-0/+12
2024-10-09resource, kunit: fix user-after-free in resource_test_region_intersects()Huang Ying1-4/+14
2024-10-09kthread: unpark only parked kthreadFrederic Weisbecker1-0/+2
2024-10-09ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt1-3/+6
2024-10-09locking/ww_mutex: Adjust to lockdep nest_lock requirementsThomas Hellström1-3/+5
2024-10-09bpf: Constify ctl_table argument of filter functionThomas Weißschuh1-1/+1
2024-10-08tracepoint: Remove SRCU protectionSteven Rostedt1-50/+1
2024-10-08tracing: Remove definition of trace_*_rcuidle()Steven Rostedt1-20/+6
2024-10-08tracepoints: Use new static branch APIJosh Poimboeuf3-5/+5
2024-10-08Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds3-19/+37
2024-10-08bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh1-4/+0
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian9-74/+20
2024-10-08tracing/branch-profiler: Replace deprecated strncpy with strscpyJustin Stitt1-4/+2
2024-10-08ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Li Chen1-7/+3
2024-10-08cgroup/rstat: Tracking cgroup-level niced CPU timeJoshua Hahn1-5/+14
2024-10-08cgroup/bpf: use a dedicated workqueue for cgroup bpf destructionChen Ridong1-1/+18
2024-10-07bpf: Fix memory leak in bpf_core_applyJiri Olsa1-0/+1
2024-10-07sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo1-0/+1
2024-10-07sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() was calledTejun Heo2-2/+9
2024-10-07sched/core: Make select_task_rq() take the pointer to wake_flags instead of valueTejun Heo1-5/+8