aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-10arm64: Make profile_pc() use arch_stack_walk()Madhavan T. Venkataraman1-12/+13
2020-02-12arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2019-10-21arm64: Retrieve stolen time as paravirtualized guestSteven Price1-0/+3
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin1-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)1-1/+1
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand1-1/+1
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-1/+0
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-0/+3
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-1/+1
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2015-10-01clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier1-6/+0
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-2/+0
2015-03-26clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo1-0/+7
2014-05-30arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi1-0/+3
2014-04-25arm64: init: Move of_clk_init to time_initChanho Min1-0/+2
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd1-10/+0
2013-06-10arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang1-6/+0
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring1-2/+4
2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland1-2/+27
2012-09-17arm64: Generic timers supportMarc Zyngier1-0/+65