aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-11m68k: Export mach_random_get_entropy to modulesGeert Uytterhoeven1-0/+2
2013-11-26m68k: Add infrastructure for machine-specific random_get_entropy()Geert Uytterhoeven1-0/+4
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2012-12-24m68k: set arch_gettimeoffset directlyStephen Warren1-9/+0
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-6/+10
2012-08-18m68k: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer1-4/+1
2012-06-12m68k: fix inclusion of arch_gettimeoffset for non-MMU 68k classic CPU typesGreg Ungerer1-2/+2
2012-03-05m68k: remove dead timer codeGreg Ungerer1-7/+0
2012-03-05m68k: merge mmu and non-mmu versions of time.cGreg Ungerer1-5/+118
2011-12-30m68k: ColdFire with MMU enabled uses same clocking code as non-MMUGreg Ungerer1-1/+1
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-114/+5
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn1-2/+2
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich1-2/+0
2010-03-13m68k: Convert m68k to use read/update_persistent_clockJohn Stultz1-4/+7
2009-09-22m68k: convert to use arch_gettimeoffset()john stultz1-68/+2
2009-04-02m68k: Hook up rtc-genericGeert Uytterhoeven1-0/+18
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-9/+0
2006-10-07[PATCH] m68k pt_regs fixesAl Viro1-3/+4
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-13/+3
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-4/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+187