aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/time_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-31x86: Replace the now identical time_32/64.c by time.cThomas Gleixner1-121/+0
2009-08-31x86: time_32/64.c unify profile_pcThomas Gleixner1-3/+5
2009-08-31x86: Move calibrate_cpu to tsc.cThomas Gleixner1-51/+0
2009-08-31x86: Make timer setup and global variables the same in time_32/64.cThomas Gleixner1-8/+30
2009-08-31x86: Remove mca bus ifdef from timer interruptThomas Gleixner1-6/+3
2009-08-31x86: Simplify timer_ack magic in time_32.cThomas Gleixner1-0/+14
2009-08-31x86: Prepare unification of time_32/64.cThomas Gleixner1-8/+5
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-2/+7
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-2/+0
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds1-1/+1
2009-01-04x86: time_64.c fix style problemsJaswinder Singh Rajput1-1/+1
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar1-1/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-1/+3
2008-12-18x86: time_64.c timer_interrupt() should be staticJaswinder Singh1-1/+1
2008-12-16x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto1-1/+1
2008-11-12x86: warn of incorrect cpu_khz on AMD systemsPrarit Bhargava1-0/+2
2008-10-13x86: move vgetcpu mode probing to cpu detectionGlauber Costa1-4/+0
2008-10-13x86: wrap MCA_bus test around an ifdefGlauber Costa1-0/+8
2008-10-13x86: rename timer_event_interrupt to timer_interruptGlauber Costa1-2/+2
2008-10-13x86: bind irq0 irq data to cpu0Glauber Costa1-0/+1
2008-10-13x86: use user_mode_vm instead of user_modeGlauber Costa1-1/+1
2008-10-13x86: use frame pointer information on x86_64 profile_pcGlauber Costa1-0/+4
2008-07-09x86: merge tsc_init and clocksource codeAlok Kataria1-30/+2
2008-07-09x86: merge tsc calibrationAlok Kataria1-6/+20
2008-06-24x86: use cpu_khz for loops_per_jiffy calculation, cleanupAlok Kataria1-1/+1
2008-06-23x86: use cpu_khz for loops_per_jiffy calculationAlok Kataria1-0/+2
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-01-30x86: fix cpu MHz reporting for AMD family 0x11Andreas Herrmann31-2/+1
2008-01-30x86: remove get_cycles_syncAndi Kleen1-1/+1
2008-01-30x86: prepare time related functions for paravirtGlauber de Oliveira Costa1-3/+9
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-2/+2
2008-01-30x86: clean up arch/x86/kernel/time_64.c includesThomas Gleixner1-27/+3
2008-01-30x86: share rtc codeThomas Gleixner1-157/+0
2008-01-30x86: unify mc146818rtc.h - prepare for sharing rtc codeThomas Gleixner1-0/+21
2007-11-17x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed1-12/+18
2007-11-17x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed1-7/+4
2007-10-13Delete filenames in comments.Dave Jones1-2/+0
2007-10-12x86_64: remove now unused codeThomas Gleixner1-42/+0
2007-10-12x86: unify timex.h variantsThomas Gleixner1-1/+0
2007-10-12x86: Fix irq0 / local apic timer accountingThomas Gleixner1-0/+2
2007-10-12x86_64: convert to clock eventsThomas Gleixner1-94/+13
2007-10-12i386: prepare sharing the PIT codeThomas Gleixner1-4/+0
2007-10-12x86_64: Consolidate tsc calibrationThomas Gleixner1-31/+2
2007-10-12x86: block irq balancing for timerVenki Pallipadi1-1/+1
2007-10-11x86_64: move kernelThomas Gleixner1-0/+447