aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeGravatar Luuk Paulussen 1-1/+1
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-1/+0
2013-09-17MIPS: Optimize current_cpu_type() for better code.Gravatar Ralf Baechle 1-0/+1
2013-09-03MIPS: R4k clock source initialization bug fixGravatar Maciej W. Rozycki 1-1/+9
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-6/+6
2011-10-31mips: migrate core kernel file from module.h --> export.hGravatar Paul Gortmaker 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2009-11-13mips: Use generic mult/shift factor calculation for clocksGravatar Thomas Gleixner 1-33/+0
2008-04-28[MIPS] unexport null_perf_irq() and make it staticGravatar Dmitri Vorobiev 1-3/+1
2008-04-28[MIPS] unexport rtc_mips_set_time()Gravatar Dmitri Vorobiev 1-1/+0
2008-04-01[MIPS] Fix the installation condition of MIPS clocksourceGravatar Yoichi Yuasa 1-1/+1
2008-01-29[MIPS] time: remove unused mips_timer_state()Gravatar Yoichi Yuasa 1-2/+0
2008-01-07[MIPS] Assume R4000/R4400 newer than 3.0 don't have the mfc0 count bugGravatar Thomas Bogendoerfer 1-2/+2
2007-12-14[MIPS] time: Delete weak definition of plat_time_init() due to gcc bug.Gravatar Ralf Baechle 1-4/+0
2007-11-26[MIPS] Only build r4k clocksource for systems that work ok with it.Gravatar Ralf Baechle 1-25/+0
2007-11-26[MIPS] Handle R4000/R4400 mfc0 from count register.Gravatar Ralf Baechle 1-54/+33
2007-11-02[MIPS] time: Code cleanupsGravatar Atsushi Nemoto 1-46/+11
2007-11-02[MIPS] time: Remove now unused local_timer_interrupt.Gravatar Ralf Baechle 1-16/+0
2007-10-29[MIPS] time: Cause platform definitions of plat_timer_setup to cause error.Gravatar Ralf Baechle 1-5/+12
2007-10-22[MIPS] time: Fix calculation in clockevent_set_clock()Gravatar Atsushi Nemoto 1-2/+2
2007-10-19[MIPS] time: Helpers to compute clocksource/event shift and mult values.Gravatar Ralf Baechle 1-8/+31
2007-10-19[MIPS] time: Delete dead code.Gravatar Ralf Baechle 1-59/+0
2007-10-18[MIPS] time: Move R4000 clockevent device code to separate configurable fileGravatar Ralf Baechle 1-241/+0
2007-10-18[MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ackGravatar Ralf Baechle 1-21/+0
2007-10-17[MIPS] Probe for usability of cp0 compare interrupt.Gravatar Ralf Baechle 1-0/+47
2007-10-16[MIPS] Increase cp0 compare clockevent min_delta_ns from 0x30 to 0x300.Gravatar Ralf Baechle 1-1/+1
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 1-1/+1
2007-10-11[MIPS] Dyntick support for SMTC:Gravatar Ralf Baechle 1-13/+98
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptGravatar Ralf Baechle 1-138/+118
2007-10-11[MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Gravatar Ralf Baechle 1-24/+69
2007-10-11[MIPS] Switch from to_tm to rtc_time_to_tmGravatar Ralf Baechle 1-49/+0
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Gravatar Ralf Baechle 1-31/+14
2007-10-11[MIPS] Use generic NTP code for all MIPS platformsGravatar Ralf Baechle 1-20/+4
2007-09-14[MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.cGravatar Yoichi Yuasa 1-0/+1
2007-06-20[MIPS] Don't drag a platform specific header into generic arch code.Gravatar Ralf Baechle 1-4/+9
2007-06-14[MIPS] Separate performance counter interruptsGravatar Chris Dearman 1-13/+31
2007-05-11[MIPS] clocksource: use CLOCKSOURCE_MASK() macroGravatar Franck Bui-Huu 1-1/+1
2007-02-16[PATCH] clocksource: fixup is_continous changes on MIPSGravatar Thomas Gleixner 1-1/+1
2007-02-11[PATCH] Consolidate default sched_clock()Gravatar Alexey Dobriyan 1-5/+0
2007-01-08[MIPS] PNX8550: Fix system timer supportGravatar Vitaly Wool 1-2/+0
2006-11-30[MIPS] mips HPT cleanup: make clocksource_mips publicGravatar Atsushi Nemoto 1-26/+16
2006-11-30[MIPS] mips hpt cleanup: get rid of mips_hpt_initGravatar Atsushi Nemoto 1-14/+8
2006-10-31[MIPS] Fixup migration to GENERIC_TIMEGravatar Atsushi Nemoto 1-266/+53
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Gravatar Ralf Baechle 1-8/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-10/+14
2006-10-03[MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME.Gravatar Ralf Baechle 1-74/+0
2006-10-01[PATCH] kill wall_jiffiesGravatar Atsushi Nemoto 1-11/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Gravatar Atsushi Nemoto 1-1/+1
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Gravatar Ralf Baechle 1-3/+2
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1