summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-25sched_ext: Fix dsq_local_on selftestTejun Heo2-3/+7
2024-12-24sched_ext: initialize kit->cursor.flagsHenry Huang1-1/+1
2024-12-12sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo1-1/+1
2024-12-11MAINTAINERS: add me as reviewer for sched_extChangwoo Min1-0/+1
2024-12-11MAINTAINERS: add self as reviewer for sched_extAndrea Righi1-0/+1
2024-12-11scx: Fix maximal BPF selftest progDavid Vernet1-3/+5
2024-12-04sched_ext: fix application of sizeof to pointerguanjing1-1/+1
2024-12-04selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai12-19/+19
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang1-3/+3
2024-12-02Linux 6.13-rc1v6.13-rc1Linus Torvalds1-2/+2
2024-12-02Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-3/+840
2024-12-02Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-24/+0
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-6/+7
2024-12-01Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-24/+65
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-11/+41
2024-12-01strscpy: write destination buffer only onceLinus Torvalds1-6/+17
2024-12-01printf: Remove unused 'bprintf'Dr. David Alan Gilbert2-24/+0
2024-12-01Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-127/+325
2024-12-01Merge tag 'pci-v6.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+7
2024-12-01Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds27-192/+547
2024-12-01Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds8-47/+87
2024-12-01Merge tag 'dma-mapping-6.13-2024-11-30' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+15
2024-12-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-119/+257
2024-12-01Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2024-12-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-11/+13
2024-12-01tools/power turbostat: 2024.11.30Len Brown2-2/+2
2024-12-01tools/power turbostat: Add RAPL psys as a built-in counterPatryk Wlazlyn2-10/+85
2024-12-01tools/power turbostat: Fix child's argument forwardingPatryk Wlazlyn1-1/+1
2024-12-01tools/power turbostat: Force --no-perf in --dump modePatryk Wlazlyn1-0/+6
2024-12-01tools/power turbostat: Add support for /sys/class/drm/card1Zhang Rui1-9/+29
2024-12-01tools/power turbostat: Cache graphics sysfs file descriptors during probeZhang Rui1-50/+32
2024-12-01tools/power turbostat: Consolidate graphics sysfs accessZhang Rui1-9/+6
2024-12-01tools/power turbostat: Remove unnecessary fflush() callZhang Rui1-4/+3
2024-12-01tools/power turbostat: Enhance platform divergence descriptionZhang Rui1-28/+30
2024-12-01tools/power turbostat: Add initial support for GraniteRapids-DZhang Rui1-0/+1
2024-12-01tools/power turbostat: Remove PC3 support on LunarlakeZhang Rui1-1/+1
2024-12-01tools/power turbostat: Rename arl_features to lnl_featuresZhang Rui1-2/+2
2024-12-01tools/power turbostat: Add back PC8 support on ArrowlakeZhang Rui1-3/+3
2024-12-01tools/power turbostat: Remove PC7/PC9 support on MTLZhang Rui1-2/+2
2024-12-01tools/power turbostat: Honor --show CPU, even when even when num_cpus=1Patryk Wlazlyn1-2/+2
2024-12-01tools/power turbostat: Fix trailing '\n' parsingZhang Rui1-0/+3
2024-12-01tools/power turbostat: Allow using cpu device in perf counters on hybrid plat...Patryk Wlazlyn2-7/+123
2024-12-01tools/power turbostat: Fix column printing for PMT xtal_time countersPatryk Wlazlyn1-3/+3
2024-12-01tools/power turbostat: fix GCC9 build regressionTodd Brandt1-9/+6
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds73-1010/+1471
2024-11-30Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds81-599/+2221
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds83-1394/+1227
2024-11-30Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds22-98/+96
2024-11-30Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds4-25/+13