aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf1-0/+1
2017-04-14tile/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-2/+2
2016-12-16tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf1-2/+2
2016-11-23tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf1-2/+2
2015-07-30tile/time: Migrate to new 'set-state' interfaceViresh Kumar1-3/+5
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-12/+12
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2014-10-02tile: add clock_gettime support to vDSOChris Metcalf1-11/+34
2014-10-02tile: switch to using seqlocks for the vDSO time codeChris Metcalf1-10/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter1-4/+4
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-5/+5
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-23tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner1-5/+4
2014-03-06tile: avoid overflow in ns2cyclesHenrik Austad1-1/+9
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+36
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf1-1/+36
2013-07-14tile: delete __cpuinit usage from all tile filesPaul Gortmaker1-1/+1
2013-03-26tile: ns2cycles should use __raw_get_cpu_varHenrik Austad1-1/+5
2011-06-03clocksource: tile: convert to use clocksource_register_hzJohn Stultz1-4/+1
2011-05-04arch/tile: various header improvements for building driversChris Metcalf1-0/+2
2011-03-01arch/tile: fix __ndelay etc to work betterChris Metcalf1-0/+10
2010-11-01arch/tile: bomb raw_local_irq_ to arch_local_irq_Chris Metcalf1-4/+4
2010-08-13arch/tile: Use separate, better minsec values for clocksource and sched_clock.Chris Metcalf1-14/+19
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-3/+4
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+220