summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-12-17perf: Add a EVENT_GUEST flagKan Liang-51/+179
2025-12-17perf: Clean up perf ctx timeKan Liang-38/+32
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang-0/+82
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson-2/+2
2025-12-17perf: Add generic exclude_guest supportKan Liang-7/+8
2025-12-17perf: Skip pmu_ctx based on event_typeKan Liang-34/+40
2025-12-17sched: Fix faulty assertion in sched_change_end()Peter Zijlstra-16/+17
2025-12-17sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra-60/+54
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov-2655/+6890
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-8/+66
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie-1/+3
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis-5/+0
2025-12-16audit: include source and destination ports to NETFILTER_PKTRicardo Robaina-4/+99
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina-0/+64
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-24/+48
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+8
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec-5/+118
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier-30/+0
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier-10/+5
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier-1081/+0
2025-12-15time/timecounter: Inline timecounter_cyc2time()Eric Dumazet-35/+0
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang-6/+2
2025-12-15printk/nbcon: Restore IRQ in atomic flush after each emitted recordPetr Mladek-20/+18
2025-12-15printk: nbcon: Check for device_{lock,unlock} callbacksMarcos Paulo de Souza-2/+5
2025-12-15pid: only take pidmap_lock once on allocMateusz Guzik-46/+85
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki-1/+1
2025-12-15sched/fair: Sort out 'blocked_load*' namespace noiseIngo Molnar-20/+20
2025-12-15sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar-15/+51
2025-12-15sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar-14/+14
2025-12-15sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar-9/+9
2025-12-15sched/fair: Clean up comments in 'struct cfs_rq'Ingo Molnar-6/+6
2025-12-15sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocksIngo Molnar-6/+4
2025-12-14sched/core: Add assertions to QUEUE_CLASSPeter Zijlstra-0/+14
2025-12-14sched/fair: Limit hrtick workPeter Zijlstra-0/+6
2025-12-14sched/fair: Remove superfluous rcu_read_lock()Peter Zijlstra-8/+1
2025-12-14sched/fair: Switch to rcu_dereference_all()Peter Zijlstra-25/+25
2025-12-14sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference...Peter Zijlstra-3/+3
2025-12-14sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()Peter Zijlstra-9/+18
2025-12-14sched/fair: Fold the sched_avg updatePeter Zijlstra-76/+32
2025-12-13bpf: Fix bpf_seq_read docs for increased buffer sizeT.J. Mercier-1/+1
2025-12-14Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+16
2025-12-14Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+16
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-5/+7
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner-1/+1
2025-12-12sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo-0/+10
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo-15/+19
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo-0/+14
2025-12-10mm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann-0/+1
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin-3/+1