summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-04-28 11:37:20 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-04-28 11:37:20 -0700
commitf12d31c00b2e1d0774772695fd644b1c15e446ac (patch)
tree01b729394e1ca421998b4b93e3b2aa510cca61f2 /scripts/stackusage
parent259b897e5a7958e06d1ac30ddd28dc8419e8f328 (diff)
parent20e582e16af24b074e583f9551fad557882a3c9d (diff)
downloadkernel-f12d31c00b2e1d0774772695fd644b1c15e446ac.tar.gz
Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fixes from Rafael WysockiL "These fix up the ACPI processor driver after a change made during the 5.16 cycle that inadvertently broke falling back to shallower C-states when C3 cannot be used. Specifics: - Make the ACPI processor driver avoid falling back to C3 type of C-states when C3 cannot be requested (Ville Syrjälä) - Revert a quirk that is not necessary any more after fixing the underlying issue properly (Ville Syrjälä)" * tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" ACPI: processor: idle: Avoid falling back to C3 type C-states
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
>Christoph Hellwig 2018-06-01block: unexport elevator_init/exitChristoph Hellwig 2018-06-01block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig 2018-01-18block: Document scheduler modification locking requirementsBart Van Assche 2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche 2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei 2017-10-25elevator: allow name aliasesJens Axboe 2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe 2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig 2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery