aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-09sched/fair: Fix NO_RUN_TO_PARITY caseVincent Guittot1-11/+20
2025-07-09sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot1-1/+1
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra2-12/+22
2025-07-09sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra1-55/+66
2025-07-09sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason1-3/+16
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa1-7/+7
2025-07-09vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()Thomas Weißschuh1-1/+2
2025-07-09vdso/vsyscall: Introduce a helper to fill clock configurationsThomas Weißschuh1-14/+13
2025-07-09Merge v6.16-rc2 into timers/ptpThomas Gleixner2-3/+10
2025-07-08kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann1-4/+9
2025-07-08tracing: Use queue_rcu_work() to free filtersSteven Rostedt1-8/+20
2025-07-08tracing: Replace opencoded cpumask_next_wrap() in move_to_next_cpu()Yury Norov1-4/+1
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior1-2/+8
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu1-2/+1
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu1-2/+2
2025-07-08rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang1-3/+2
2025-07-08rcu/exp: Warn on QS requested on dying CPUFrederic Weisbecker1-0/+6
2025-07-08rcu/exp: Remove needless CPU up quiescent state reportFrederic Weisbecker2-45/+2
2025-07-08rcu/exp: Remove confusing needless full barrier on task unblockFrederic Weisbecker1-1/+0
2025-07-08fold fs_struct->{lock,seq} into a seqlockAl Viro1-5/+5
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen1-14/+3
2025-07-07bpf: Fix aux usage after do_check_insn()Luis Gerhorst1-5/+14
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi1-2/+2
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi1-1/+3
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman2-4/+18
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman2-5/+39
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman2-0/+11
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman1-20/+39
2025-07-07refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov1-3/+7
2025-07-07rcu/nocb: Dump gp state even if rdp gp itself is not offloadedFrederic Weisbecker2-2/+4
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+21
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2025-07-06smp: Wait only if work was enqueuedRik van Riel1-1/+7
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki4-10/+2
2025-07-04lib/crypto: sha256: Make library API use strongly-typed contextsEric Biggers1-5/+5
2025-07-04watchdog/perf: Provide function for adjusting the event periodYicong Yang1-0/+22
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-12/+13
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song1-18/+18
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song1-98/+92
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song1-2/+2
2025-07-03bpf: Avoid warning on unexpected map for tail callPaul Chaignon1-2/+2
2025-07-03bpf: Report rqspinlock deadlocks/timeout to BPF stderrKumar Kartikeya Dwivedi1-0/+23
2025-07-03bpf: Report may_goto timeout to BPF stderrKumar Kartikeya Dwivedi1-1/+19
2025-07-03bpf: Add dump_stack() analogue to print to BPF stderrKumar Kartikeya Dwivedi1-0/+48
2025-07-03bpf: Add function to find program from stack traceKumar Kartikeya Dwivedi1-0/+33
2025-07-03bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi2-3/+13
2025-07-03bpf: Add function to extract program source infoKumar Kartikeya Dwivedi1-0/+47
2025-07-03bpf: Introduce BPF standard streamsKumar Kartikeya Dwivedi6-1/+511
2025-07-03bpf: Refactor bprintf buffer supportKumar Kartikeya Dwivedi1-15/+11