summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...HEADmasterLinus Torvalds4-6/+14
3 daystracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
3 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds194-2872/+2800
4 daysMerge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds11-150/+436
4 daystracepoint: Fix typo in tracepoint.h commentSheng Che Peng1-1/+1
4 daystracing: branch: Fix inverted check on stat tracer registrationBreno Leitao1-4/+4
4 dayssched_ext: Fix scx_flush_disable_work() UAF raceCheng-Yang Chou1-2/+7
4 dayssched_ext: Call wakeup_preempt() in local_dsq_post_enq()Kuba Piecuch1-5/+39
5 daysMerge tag 'xsa48x-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/x...Linus Torvalds2-2/+13
5 daysMerge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-24/+44
5 daysMerge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-13/+19
5 daysMerge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+50
5 daysMerge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+104
5 daysMerge tag 'for-7.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
5 daysMerge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds18-119/+124
5 daysdocs: cgroup: fix typo 'protetion' -> 'protection'Petr Vaněk1-1/+1
6 daysdocs: isofs: replace dead ECMA-119 FTP linkZiran Zhang1-1/+1
6 daysMerge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...Paolo Bonzini185-2820/+2709
6 daysMerge tag 'kvmarm-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-52/+86
6 daysKVM: selftests: Add check_steal_time_uapi() implementation for LoongArchSean Christopherson1-0/+5
6 daysLinux 7.1-rc1v7.1-rc1Linus Torvalds1-2/+2
6 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+7
6 daysMerge tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds1-10/+9
7 daysMerge tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
7 daysMerge tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-195/+461
7 daysMerge tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds20-90/+132
7 daysMerge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-40/+64
7 daysMerge branches 'turbostat' and 'x86_energy_perf_policy' into power-utilitiesLen Brown2-117/+308
7 daystools/power x86_energy_perf_policy: Version 2026.04.25Len Brown1-95/+66
7 daystools/power x86_energy_perf_policy.8: Document SoC Slider OptionsLen Brown1-0/+26
7 daystools/power x86_energy_perf_policy: Enhances SoC Slider related checksLen Brown1-38/+104
7 daysclk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSEDMaíra Canal1-0/+7
7 daysMerge tag 'fbdev-for-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-19/+22
7 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds6-92/+128
8 dayssched_ext: Release cpus_read_lock on scx_link_sched() failure in root enableTejun Heo1-1/+3
8 dayssched_ext: Reject NULL-sch callers in scx_bpf_task_set_slice/dsq_vtimeTejun Heo1-2/+2
8 dayssched_ext: Refuse cross-task select_cpu_from_kfunc callsTejun Heo1-2/+17
8 dayssched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo1-19/+22
8 dayssched_ext: Make bypass LB cpumasks per-schedulerTejun Heo2-14/+21
8 dayssched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo1-1/+1
8 dayssched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo1-8/+6
8 dayssched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo1-19/+30
8 dayssched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo1-4/+6
8 dayssched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo1-8/+9
8 dayssched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo1-3/+6
8 dayssched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo1-6/+30
8 dayssched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()Tejun Heo1-0/+9
8 dayssched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo1-1/+11
8 dayssched_ext: Unregister sub_kset on scheduler disableTejun Heo1-0/+6
8 dayssched_ext: Defer scx_hardlockup() out of NMITejun Heo1-6/+27