summaryrefslogtreecommitdiff
path: root/drivers/devfreq/devfreq-event.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-21 13:28:21 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-21 13:28:21 +0100
commita60d1a8fea7579778cac14894e360a12365100e2 (patch)
treeab60fad0a08bd3ceeee5efbd49340e1790efafd9 /drivers/devfreq/devfreq-event.c
parent17678a355a74b0c92ae71e18b7bcb961bcf2b127 (diff)
downloadkernel-linux-5.9.y.tar.gz
Linux 5.9.16linux-5.9.y
Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Jon Hunter <jonathanh@nvidia.com> Link: https://lore.kernel.org/r/20201219125344.671832095@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/devfreq/devfreq-event.c')
0 files changed, 0 insertions, 0 deletions
ef='/distro/kernel/commit/kernel/panic.c?h=linux-6.6.y&id=0a64ce6e5442bbd96cbe9057d9ba1edab244f25b'>kernel/panic: Drop unblank_screen callDaniel Vetter 2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds 2022-07-01panic: Taint kernel if tests are runDavid Gow 2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek 2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek 2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek 2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek 2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek 2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook 2022-04-22printk: add functions to prefer direct printingJohn Ogness 2022-04-06kernel/panic: move panic sysctls to its own filetangmeng 2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli 2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli 2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang 2022-01-20panic: remove oops_idSebastian Andrzej Siewior 2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver 2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek 2021-07-26printk: remove safe buffersJohn Ogness 2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko 2020-11-14panic: don't dump stack twice on warnChristophe Leroy 2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy 2020-08-12panic: make print_oops_end_marker() staticYue Hu 2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang 2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner 2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli 2020-06-08kernel: add panic_on_taintRafael Aquini 2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon 2019-10-07panic: ensure preemption is disabled during panic()Will Deacon 2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook 2019-09-25bug: lift "cut here" out of __warn()Kees Cook 2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook 2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook 2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson