summaryrefslogtreecommitdiff
path: root/include/linux/fddidevice.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-09-13 09:48:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-09-13 09:48:45 +0200
commitae4e4fc35b4258626644c162a702e2bce2b79190 (patch)
tree0c082730e48fa4489b34ceedde7ded65d1c3d43b /include/linux/fddidevice.h
parente769d7975a934fd9118fc36d0592162bc01adc25 (diff)
downloadkernel-linux-6.4.y.tar.gz
Linux 6.4.16linux-6.4.y
Link: https://lore.kernel.org/r/20230911134650.286315610@linuxfoundation.org Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Bagas Sanjaya <bagasdotme@gmail.com> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Conor Dooley <conor.dooley@microchip.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Ron Economos <re@w6rz.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fddidevice.h')
0 files changed, 0 insertions, 0 deletions
-0400'>2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu 2021-08-03arm64: stacktrace: fix commentMark Rutland 2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne 2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown 2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown 2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov 2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye 2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland 2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin 2019-07-22arm64: stacktrace: Constify stacktrace.h functionsDave Martin 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner 2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott 2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand 2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse 2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland 2017-08-15arm64: add on_accessible_stack()Mark Rutland 2017-08-15arm64: use an irq stack pointerMark Rutland 2017-08-15arm64: clean up irq stack definitionsMark Rutland 2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel 2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang 2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro 2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro