summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong
2025-12-18cpuset: add lockdep_assert_cpuset_lock_held helperChen Ridong
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong
2025-12-18test-ww_mutex: Allow test to be run (and re-run) from userlandJohn Stultz
2025-12-18test-ww_mutex: Move work to its own UNBOUND workqueueJohn Stultz
2025-12-18test-ww_mutex: Extend ww_mutex tests to test both classes of ww_mutexesJohn Stultz
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus
2025-12-17unwind_user: Enhance comments on get CFA, FP, and RAJens Remus
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang
2025-12-17perf: Add a EVENT_GUEST flagKan Liang
2025-12-17perf: Clean up perf ctx timeKan Liang
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson
2025-12-17perf: Add generic exclude_guest supportKan Liang
2025-12-17perf: Skip pmu_ctx based on event_typeKan Liang
2025-12-17sched: Fix faulty assertion in sched_change_end()Peter Zijlstra
2025-12-17sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis
2025-12-16audit: include source and destination ports to NETFILTER_PKTRicardo Robaina
2025-12-16audit: add audit_log_nf_skb helper functionRicardo Robaina
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier
2025-12-15time/timecounter: Inline timecounter_cyc2time()Eric Dumazet
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang
2025-12-15printk/nbcon: Restore IRQ in atomic flush after each emitted recordPetr Mladek
2025-12-15printk: nbcon: Check for device_{lock,unlock} callbacksMarcos Paulo de Souza
2025-12-15pid: only take pidmap_lock once on allocMateusz Guzik
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki
2025-12-15sched/fair: Sort out 'blocked_load*' namespace noiseIngo Molnar
2025-12-15sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar
2025-12-15sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar
2025-12-15sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar