aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/time.cThomas Gleixner1-447/+0
2007-07-21x86_64: use the global PIT lockThomas Gleixner1-0/+2
2007-07-21x86_64: time.c white space wreckage cleanupThomas Gleixner1-45/+45
2007-07-21x86_64: Use generic xtime initThomas Gleixner1-39/+1
2007-07-21x86_64: use generic cmos updateThomas Gleixner1-16/+9
2007-07-21x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpuAndi Kleen1-0/+1
2007-05-08Add IRQF_IRQPOLL flag on x86_64Bernhard Walle1-1/+4
2007-05-02[PATCH] x86-64: Fix "Section mismatch" compile warningBernhard Walle1-3/+3
2007-05-02[PATCH] x86: Log reason why TSC was marked unstablejohn stultz1-1/+1
2007-05-02[PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpusJoerg Roedel1-3/+55
2007-05-02[PATCH] x86-64: Some cleanup in time.cAndi Kleen1-4/+1
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-0/+2
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-16[PATCH] time: x86_64: re-enable vsyscall support for x86_64john stultz1-6/+0
2007-02-16[PATCH] time: x86_64: convert x86_64 to use GENERIC_TIMEjohn stultz1-294/+6
2007-02-16[PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz1-660/+4
2007-02-16[PATCH] time: x86_64: hpet_address cleanupjohn stultz1-17/+19
2007-02-16[PATCH] x86: rewrite SMP TSC sync codeIngo Molnar1-0/+11
2007-02-13[PATCH] x86-64: avoid warning message livelockRoland Dreier1-2/+3
2007-02-13[PATCH] x86-64: - Ignore long SMI interrupts in clock calibration code - upda...Jack Steiner1-2/+7
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-9/+9
2007-01-11[PATCH] x86-64: - Ignore long SMI interrupts in clock calibrationJack Steiner1-4/+21
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-2/+2
2006-11-14[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabledAndi Kleen1-11/+0
2006-10-22[PATCH] x86-64: Fix C3 timer testAndi Kleen1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-10/+10
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-9/+3
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-4/+4
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-39/+55
2006-09-26[PATCH] hpet rtc emulation: add watchdog timerClemens Ladisch1-6/+31
2006-09-26[PATCH] Detect clock skew during suspendRafael J. Wysocki1-1/+9
2006-09-26[PATCH] X86_64 monotonic_clock goes backwardsDimitri Sivanich1-7/+4
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen1-8/+0
2006-09-26[PATCH] Simplify profile_pc on x86-64Andi Kleen1-13/+8
2006-09-26[PATCH] Add the vgetcpu vsyscallVojtech Pavlik1-6/+7
2006-09-26[PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik1-12/+35
2006-07-29[PATCH] x86_64: On Intel systems when CPU has C3 don't use TSCAndi Kleen1-4/+12
2006-07-28[PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofileAndi Kleen1-1/+1
2006-07-02[PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+2
2006-06-26[PATCH] x86_64: Update copyright in time.cVojtech Pavlik1-1/+1
2006-06-26[PATCH] x86_64: Explain why HPET T0_CMP register is written twiceVojtech Pavlik1-2/+2
2006-06-26[PATCH] x86_64: Make use of the *PER* constants in time.cVojtech Pavlik1-28/+35
2006-06-26[PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridgesVojtech Pavlik1-14/+0
2006-06-26[PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_boxVojtech Pavlik1-2/+2
2006-04-09[PATCH] x86_64: Fix drift with HPET timer enabledJordan Hargrave1-0/+2
2006-04-09[PATCH] x86_64: Don't return error for HPET initialization in initcallAndi Kleen1-1/+1
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-2/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on x86_64Matt Mackall1-29/+12
2006-03-25[PATCH] x86_64: Reename CMOS update warningAndi Kleen1-8/+1
2006-03-25[PATCH] x86_64: Fix formatting in time.cAndi Kleen1-49/+45
2006-03-25[PATCH] x86_64: Handle years beyond 2100Andi Kleen1-5/+17
2006-03-25[PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is usedAndi Kleen1-2/+2
2006-03-22[PATCH] x86: mark cyc2ns_scale readmostlyRavikiran G Thirumalai1-1/+1
2006-02-26[PATCH] x86_64: Move the SMP time selection earlierAndi Kleen1-11/+11
2006-02-17[PATCH] x86_64: Disable tsc when apicpmtimer is activeAndi Kleen1-2/+1
2006-02-11[PATCH] x86-64: Fix HPET timer on x460Chris McDermott1-3/+9
2006-02-07[PATCH] amd64 time.c __iomem annotationsAl Viro1-1/+1
2006-02-04[PATCH] x86_64: mark two routines as __cpuinitShaohua Li1-1/+1
2006-02-04[PATCH] x86_64: [PATCH] timer resumeShaohua Li1-0/+12
2006-02-04[PATCH] x86_64: Allow to run main time keeping from the local APIC interruptAndi Kleen1-7/+38
2006-01-11[PATCH] x86_64: Fix get_cmos_time()Jan Beulich1-7/+4
2006-01-11[PATCH] x86_64: No need to export get_cmos_time anymoreAndi Kleen1-1/+1
2006-01-11[PATCH] x86_64: Fix up white space in time.cAndi Kleen1-39/+32
2006-01-11[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen1-19/+7
2006-01-11[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen1-2/+2
2006-01-11[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi1-0/+5
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk1-2/+0
2005-12-12[PATCH] x86_64: Fix collision between pmtimer and pit/hpetjohn stultz1-1/+1
2005-12-12[PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initializat...Andi Kleen1-1/+3
2005-10-30[PATCH] hpet-RTC: cache the comparator registerClemens Ladisch1-1/+4
2005-10-30[PATCH] hpet-RTC: fix timer config register accessesClemens Ladisch1-7/+2
2005-10-30[PATCH] hpet-RTC: disable interrupt when no longer neededClemens Ladisch1-1/+5
2005-10-30[PATCH] jiffies_64 cleanupThomas Gleixner1-4/+0
2005-10-30[PATCH] i386 and x86_64 TSC set_cyc2ns_scale imprecisionMathieu Desnoyers1-4/+4
2005-09-28[PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCsjohn stultz1-3/+0
2005-09-12[PATCH] x86-64: more gratitious linux/irq.h includesAl Viro1-1/+0
2005-09-12[PATCH] x86-64: Remove unused vxtime.hz fieldAndi Kleen1-1/+0
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-5/+2
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-06-23[PATCH] x86_64: fix hpet for systems that don't support legacy replacementjohn stultz1-14/+28
2005-05-31[PATCH] x86_64: More fixes for compilation without CONFIG_ACPIAndi Kleen1-0/+2
2005-05-17[PATCH] x86_64: Add pmtimer supportAndi Kleen1-17/+45
2005-04-16[PATCH] Fix u32 vs. pm_message_t in x86-64Pavel Machek1-1/+1
2005-04-16[PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machineAndi Kleen1-1/+8
2005-04-16[PATCH] x86_64: Support constantly ticking TSCsAndi Kleen1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1262