summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-23soundwire: generic_bandwidth_allocation: add lane in sdw_group_paramsBard Liao-33/+90
2024-12-23soundwire: generic_bandwidth_allocation: select data laneBard Liao-7/+146
2024-12-23soundwire: generic_bandwidth_allocation: check required freq accuratelyBard Liao-1/+2
2024-12-23soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select...Bard Liao-6/+2
2024-12-23Soundwire: generic_bandwidth_allocation: set frame shape on flyBard Liao-0/+23
2024-12-23Soundwire: stream: program BUSCLOCK_SCALEBard Liao-0/+47
2024-12-23Soundwire: add sdw_slave_get_scale_index helperBard Liao-21/+36
2024-12-23soundwire: generic_bandwidth_allocation: skip DEPREPARED streamsPierre-Louis Bossart-0/+3
2024-12-23soundwire: stream: set DEPREPARED state earlierPierre-Louis Bossart-1/+10
2024-12-23soundwire: add lane_used_bandwidth in struct sdw_busBard Liao-0/+2
2024-12-23soundwire: mipi_disco: read lane mapping properties from ACPIBard Liao-1/+44
2024-12-23soundwire: add lane field in sdw_port_runtimeBard Liao-3/+5
2024-12-23soundwire: bus: Move irq mapping cleanup into devresCharles Keepax-12/+8
2024-12-01Linux 6.13-rc1v6.13-rc1Linus Torvalds-2/+2
2024-12-01Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+840
2024-12-01Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+0
2024-12-01Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+7
2024-12-01Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-24/+65
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-11/+41
2024-12-01strscpy: write destination buffer only onceLinus Torvalds-6/+17
2024-11-30printf: Remove unused 'bprintf'Dr. David Alan Gilbert-24/+0
2024-11-30Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-127/+325
2024-11-30Merge tag 'pci-v6.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+7
2024-11-30Merge tag 'lsm-pr-20241129' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+5
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-192/+547
2024-11-30Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds-47/+87
2024-11-30Merge tag 'dma-mapping-6.13-2024-11-30' of git://git.infradead.org/users/hch/...Linus Torvalds-5/+15
2024-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-119/+257
2024-11-30Merge tag 'sh-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2024-11-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-11/+13
2024-11-30tools/power turbostat: 2024.11.30Len Brown-2/+2
2024-11-30tools/power turbostat: Add RAPL psys as a built-in counterPatryk Wlazlyn-10/+85
2024-11-30tools/power turbostat: Fix child's argument forwardingPatryk Wlazlyn-1/+1
2024-11-30tools/power turbostat: Force --no-perf in --dump modePatryk Wlazlyn-0/+6
2024-11-30tools/power turbostat: Add support for /sys/class/drm/card1Zhang Rui-9/+29
2024-11-30tools/power turbostat: Cache graphics sysfs file descriptors during probeZhang Rui-50/+32
2024-11-30tools/power turbostat: Consolidate graphics sysfs accessZhang Rui-9/+6
2024-11-30tools/power turbostat: Remove unnecessary fflush() callZhang Rui-4/+3
2024-11-30tools/power turbostat: Enhance platform divergence descriptionZhang Rui-28/+30
2024-11-30tools/power turbostat: Add initial support for GraniteRapids-DZhang Rui-0/+1
2024-11-30tools/power turbostat: Remove PC3 support on LunarlakeZhang Rui-1/+1
2024-11-30tools/power turbostat: Rename arl_features to lnl_featuresZhang Rui-2/+2
2024-11-30tools/power turbostat: Add back PC8 support on ArrowlakeZhang Rui-3/+3
2024-11-30tools/power turbostat: Remove PC7/PC9 support on MTLZhang Rui-2/+2
2024-11-30tools/power turbostat: Honor --show CPU, even when even when num_cpus=1Patryk Wlazlyn-2/+2
2024-11-30tools/power turbostat: Fix trailing '\n' parsingZhang Rui-0/+3
2024-11-30tools/power turbostat: Allow using cpu device in perf counters on hybrid plat...Patryk Wlazlyn-7/+123
2024-11-30tools/power turbostat: Fix column printing for PMT xtal_time countersPatryk Wlazlyn-3/+3
2024-11-30tools/power turbostat: fix GCC9 build regressionTodd Brandt-9/+6
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1010/+1471