aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong1-5/+16
2025-12-18test-ww_mutex: Allow test to be run (and re-run) from userlandJohn Stultz1-2/+49
2025-12-18test-ww_mutex: Move work to its own UNBOUND workqueueJohn Stultz1-2/+2
2025-12-18test-ww_mutex: Extend ww_mutex tests to test both classes of ww_mutexesJohn Stultz1-41/+73
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong1-2/+5
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong1-1/+1
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra1-2/+7
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus1-4/+0
2025-12-17unwind_user: Enhance comments on get CFA, FP, and RAJens Remus1-4/+4
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson1-2/+7
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang1-0/+61
2025-12-17perf: Add a EVENT_GUEST flagKan Liang1-51/+179
2025-12-17perf: Clean up perf ctx timeKan Liang1-38/+32
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang1-0/+82
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson1-2/+2
2025-12-17perf: Add generic exclude_guest supportKan Liang1-7/+8
2025-12-17perf: Skip pmu_ctx based on event_typeKan Liang1-34/+40
2025-12-17sched: Fix faulty assertion in sched_change_end()Peter Zijlstra1-16/+17
2025-12-17sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra8-60/+54
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov106-2655/+6890
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-8/+66
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie1-1/+3
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis1-5/+0
2025-12-16audit: include source and destination ports to NETFILTER_PKTRicardo Robaina1-4/+99
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina1-0/+64
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-24/+48
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+8
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec3-5/+118
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier1-30/+0
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier1-10/+5
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier6-1081/+0
2025-12-15time/timecounter: Inline timecounter_cyc2time()Eric Dumazet1-35/+0
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang1-6/+2
2025-12-15printk/nbcon: Restore IRQ in atomic flush after each emitted recordPetr Mladek1-20/+18
2025-12-15printk: nbcon: Check for device_{lock,unlock} callbacksMarcos Paulo de Souza1-2/+5
2025-12-15pid: only take pidmap_lock once on allocMateusz Guzik1-46/+85
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki1-1/+1
2025-12-15sched/fair: Sort out 'blocked_load*' namespace noiseIngo Molnar1-20/+20
2025-12-15sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers for wrapped-signed aritmeticsIngo Molnar1-15/+51
2025-12-15sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functionsIngo Molnar2-14/+14
2025-12-15sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
2025-12-15sched/fair: Clean up comments in 'struct cfs_rq'Ingo Molnar1-6/+6
2025-12-15sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocksIngo Molnar1-6/+4
2025-12-14sched/core: Add assertions to QUEUE_CLASSPeter Zijlstra2-0/+14
2025-12-14sched/fair: Limit hrtick workPeter Zijlstra1-0/+6
2025-12-14sched/fair: Remove superfluous rcu_read_lock()Peter Zijlstra1-8/+1
2025-12-14sched/fair: Switch to rcu_dereference_all()Peter Zijlstra2-25/+25
2025-12-14sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference_sched_domain()Peter Zijlstra2-3/+3
2025-12-14sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()Peter Zijlstra1-9/+18