summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-142-20/+88
|\
| *-. Merge branches 'pm-em' and 'pm-docs'Rafael J. Wysocki2024-05-131-19/+87
| |\ \
| | * | PM: EM: Add em_dev_update_chip_binning()Lukasz Luba2024-04-081-0/+48
| | * | PM: EM: Refactor em_adjust_new_capacity()Lukasz Luba2024-04-081-19/+39
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki2024-05-131-1/+1
| |\ \ \ \ \
| | | * | | | PM: hibernate: replace deprecated strncpy() with strscpy()Justin Stitt2024-04-301-1/+1
* | | | | | | Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-05-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | kunit: Handle test faultsMickaël Salaün2024-05-061-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-149-53/+311
|\ \ \ \ \ \ \
| * | | | | | | genirq: Reuse irq_is_nmi()Jinjie Ruan2024-04-244-14/+14
| * | | | | | | genirq/cpuhotplug: Retry with cpu_online_mask when migration failsDongli Zhang2024-04-241-0/+16
| * | | | | | | genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens2024-04-242-7/+16
| * | | | | | | genirq: Simplify the checks for irq_set_percpu_devid_partition()Jinjie Ruan2024-04-231-8/+2
| * | | | | | | watchdog/softlockup: Report the most frequent interruptsBitao Hu2024-04-121-4/+112
| * | | | | | | watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu2024-04-121-1/+98
| * | | | | | | genirq: Avoid summation loops for /proc/interruptsBitao Hu2024-04-123-9/+15
| * | | | | | | genirq: Provide a snapshot mechanism for interrupt statisticsBitao Hu2024-04-122-0/+29
| * | | | | | | genirq: Convert kstat_irqs to a structBitao Hu2024-04-123-9/+7
| * | | | | | | irqdomain: Check virq for 0 before use in irq_dispose_mapping()Andy Shevchenko2024-04-081-2/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-146-104/+87
|\ \ \ \ \ \ \
| * | | | | | | clocksource: Make the int help prompt unit readable in ncursesBorislav Petkov (AMD)2024-04-301-1/+1
| * | | | | | | hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong2024-04-221-13/+8
| * | | | | | | clockevents: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | | | | | | clocksource: Convert s[n]printf() to sysfs_emit()Li Zhijian2024-04-091-1/+1
| * | | | | | | clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter2024-04-081-22/+20
| * | | | | | | timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter2024-04-081-18/+13
| * | | | | | | timekeeping: Make delta calculation overflow safeAdrian Hunter2024-04-081-11/+29
| * | | | | | | timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter2024-04-081-1/+11
| * | | | | | | timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter2024-04-081-12/+1
| * | | | | | | timekeeping: Consolidate timekeeping helpersAdrian Hunter2024-04-081-6/+8
| * | | | | | | timekeeping: Refactor timekeeping helpersAdrian Hunter2024-04-081-14/+6
| * | | | | | | timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter2024-04-081-4/+1
| * | | | | | | timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter2024-04-081-3/+2
| * | | | | | | timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter2024-04-081-3/+3
| * | | | | | | timekeeping: Move timekeeping helper functionsAdrian Hunter2024-04-081-13/+13
| * | | | | | | vdso: Add vdso_data:: Max_cyclesAdrian Hunter2024-04-081-0/+6
| * | | | | | | hrtimer: Remove unused functionJiapeng Chong2024-04-081-19/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-1311-325/+381
|\ \ \ \ \ \ \
| * | | | | | | sched/pelt: Remove shift of thermal clockVincent Guittot2024-04-243-27/+3
| * | | | | | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-245-34/+34
| * | | | | | | sched/cpufreq: Take cpufreq feedback into accountVincent Guittot2024-04-241-20/+25
| * | | | | | | sched/fair: Fix update of rd->sg_overutilizedVincent Guittot2024-04-241-1/+1
| * | | | | | | sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
| * | | | | | | sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar2024-03-292-29/+24
| * | | | | | | sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar2024-03-281-4/+4
| * | | | | | | sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar2024-03-282-5/+5
| * | | | | | | sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar2024-03-282-6/+6
| * | | | | | | sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar2024-03-281-3/+3
| * | | | | | | sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde2024-03-282-5/+14
| * | | | | | | sched/fair: Check root_domain::overload value before updateShrikanth Hegde2024-03-281-1/+2