aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-29alpha: Replace setup_irq() by request_irq()afzal mohammed1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-10alpha/time: Migrate to new 'set-state' interfaceViresh Kumar1-12/+6
2014-08-26alpha: Replace __get_cpu_varChristoph Lameter1-3/+3
2013-11-16alpha: Use qemu+cserve provided high-res clock and alarm.Richard Henderson1-5/+93
2013-11-16alpha: Switch to GENERIC_CLOCKEVENTSRichard Henderson1-64/+48
2013-11-16alpha: Enable the rpcc clocksource for single processorRichard Henderson1-30/+37
2013-11-16alpha: Reorganize rtc handlingRichard Henderson1-145/+1
2013-11-16alpha: Allow HZ to be configuredRichard Henderson1-7/+17
2013-07-19alpha: Use __builtin_alpha_rpccRichard Henderson1-3/+1
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2011-07-01irq_work, alpha: Fix up arch hooksPeter Zijlstra1-1/+1
2011-06-09alpha: i8253: Cleanup remaining users of i8253pit.hRalf Baechle1-1/+0
2011-05-13alpha: convert to clocksource_register_hzJohn Stultz1-2/+1
2011-04-17alpha: Fix uninitialized value in read_persistent_clock.Richard Henderson1-0/+1
2011-01-31alpha: Change do_timer() to xtime_update()Torben Hohn1-6/+2
2011-01-13set_rtc_mmss: show warning message only onceStephen Hemminger1-1/+1
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-15/+15
2010-09-18alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-08-09alpha: implement HW performance events on the EV67 and later CPUsMichael Cree1-0/+26
2010-05-26Convert alpha to use clocksources instead of arch_gettimeoffsetJohn Stultz1-38/+31
2010-03-13alpha: Convert alpha to use read/update_persistent_clockJohn Stultz1-54/+47
2009-09-22alpha: convert to use arch_gettimeoffset()john stultz1-72/+7
2009-01-15alpha: fix RTC on marvelIvan Kokshaysky1-0/+10
2008-10-20alpha: use bcd2bin/bin2bcdAdrian Bunk1-9/+9
2008-02-13xtime_lock vs update_process_timesPeter Zijlstra1-7/+8
2007-07-16alpha: fix trivial section mismatch warningsSam Ravnborg1-1/+1
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-11/+0
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro1-0/+1
2006-10-07[PATCH] minimal alpha pt_regs fixesAl Viro1-3/+3
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-10/+5
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-07-31[PATCH] arch/alpha: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on AlphaMatt Mackall1-1/+2
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-5/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+591