Sign in
googlers
/
maze
/
linux
/
c03ab37cbe1db0ec9186d8de04dd3801c0af0fba
/
arch
/
x86
/
kernel
/
time_64.c
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
9f75e9b
x86_64: remove now unused code
by Thomas Gleixner
· 17 years ago
2f0798a
x86: unify timex.h variants
by Thomas Gleixner
· 17 years ago
4e77ae3
x86: Fix irq0 / local apic timer accounting
by Thomas Gleixner
· 17 years ago
b8ce335
x86_64: convert to clock events
by Thomas Gleixner
· 17 years ago
0190dae
i386: prepare sharing the PIT code
by Thomas Gleixner
· 17 years ago
d371698
x86_64: Consolidate tsc calibration
by Thomas Gleixner
· 17 years ago
5fa3a24
x86: block irq balancing for timer
by Venki Pallipadi
· 17 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/time_64.c]
abb1183
x86_64: prepare shared kernel/time.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/kernel/time.c]
28318da
x86_64: use the global PIT lock
by Thomas Gleixner
· 17 years ago
2618f86
x86_64: time.c white space wreckage cleanup
by Thomas Gleixner
· 17 years ago
ef81ab2
x86_64: Use generic xtime init
by Thomas Gleixner
· 17 years ago
af74522
x86_64: use generic cmos update
by Thomas Gleixner
· 17 years ago
2aae950
x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu
by Andi Kleen
· 17 years ago
e6d828f
Add IRQF_IRQPOLL flag on x86_64
by Bernhard Walle
· 18 years ago
141f9cf
[PATCH] x86-64: Fix "Section mismatch" compile warning
by Bernhard Walle
· 18 years ago
5a90cf2
[PATCH] x86: Log reason why TSC was marked unstable
by john stultz
· 18 years ago
6b37f5a
[PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpus
by Joerg Roedel
· 18 years ago
803d80f
[PATCH] x86-64: Some cleanup in time.c
by Andi Kleen
· 18 years ago
6bb74df
[PATCH] clocksource init adjustments (fix bug #7426)
by john stultz
· 18 years ago
405ae7d
Replace remaining references to "driverfs" with "sysfs".
by Robert P. J. Day
· 18 years ago
7460ed2
[PATCH] time: x86_64: re-enable vsyscall support for x86_64
by john stultz
· 18 years ago
1489939
[PATCH] time: x86_64: convert x86_64 to use GENERIC_TIME
by john stultz
· 18 years ago
c37e7bb
[PATCH] time: x86_64: split x86_64/kernel/time.c up
by john stultz
· 18 years ago
2d0c87c
[PATCH] time: x86_64: hpet_address cleanup
by john stultz
· 18 years ago
95492e4
[PATCH] x86: rewrite SMP TSC sync code
by Ingo Molnar
· 18 years ago
3e94fb8
[PATCH] x86-64: avoid warning message livelock
by Roland Dreier
· 18 years ago
2f7a2a7
[PATCH] x86-64: - Ignore long SMI interrupts in clock calibration code - update 1
by Jack Steiner
· 18 years ago
ad71860
ACPICA: minimal patch to integrate new tables into Linux
by Alexey Starikovskiy
· 18 years ago
ed5316d
[PATCH] x86-64: - Ignore long SMI interrupts in clock calibration
by Jack Steiner
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
8c131af
[PATCH] x86-64: Fix vgetcpu when CONFIG_HOTPLUG_CPU is disabled
by Andi Kleen
· 18 years ago
aa026ed
[PATCH] x86-64: Fix C3 timer test
by Andi Kleen
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
8ef3860
[PATCH] kill wall_jiffies
by Atsushi Nemoto
· 18 years ago
3171a03
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
by Atsushi Nemoto
· 18 years ago
b278240
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
1447c27
[PATCH] hpet rtc emulation: add watchdog timer
by Clemens Ladisch
· 18 years ago
34464a5
[PATCH] Detect clock skew during suspend
by Rafael J. Wysocki
· 18 years ago
cbf9b4b
[PATCH] X86_64 monotonic_clock goes backwards
by Dimitri Sivanich
· 18 years ago
7f11d8a
[PATCH] Remove all ifdefs for local/io apic
by Andi Kleen
· 18 years ago
31679f3
[PATCH] Simplify profile_pc on x86-64
by Andi Kleen
· 18 years ago
c08c820
[PATCH] Add the vgetcpu vsyscall
by Vojtech Pavlik
· 18 years ago
a670fad
[PATCH] Add initalization of the RDTSCP auxilliary values
by Vojtech Pavlik
· 18 years ago
0e5f61b
[PATCH] x86_64: On Intel systems when CPU has C3 don't use TSC
by Andi Kleen
· 18 years ago
d5a2601
[PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofile
by Andi Kleen
· 18 years ago
b1e05aa
[PATCH] irq-flags: x86_64: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
2ee60e17
[PATCH] x86_64: Move export symbols to their C functions
by Andi Kleen
· 19 years ago
2f82bde4
[PATCH] x86_64: Update copyright in time.c
by Vojtech Pavlik
· 19 years ago
b2df3dd
[PATCH] x86_64: Explain why HPET T0_CMP register is written twice
by Vojtech Pavlik
· 19 years ago
4221133
[PATCH] x86_64: Make use of the *PER* constants in time.c
by Vojtech Pavlik
· 19 years ago
e30db3e
[PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridges
by Vojtech Pavlik
· 19 years ago
f8bf3c6
[PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_box
by Vojtech Pavlik
· 19 years ago
b20367a
[PATCH] x86_64: Fix drift with HPET timer enabled
by Jordan Hargrave
· 19 years ago
3d34ee6
[PATCH] x86_64: Don't return error for HPET initialization in initcall
by Andi Kleen
· 19 years ago
9b41046
[PATCH] Don't pass boot parameters to argv_init[]
by OGAWA Hirofumi
· 19 years ago
641f71f
[PATCH] RTC: Remove RTC UIP synchronization on x86_64
by Matt Mackall
· 19 years ago
28456ed
[PATCH] x86_64: Reename CMOS update warning
by Andi Kleen
· 19 years ago
7351c0b
[PATCH] x86_64: Fix formatting in time.c
by Andi Kleen
· 19 years ago
6954bee
[PATCH] x86_64: Handle years beyond 2100
by Andi Kleen
· 19 years ago
9ede6b0
[PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is used
by Andi Kleen
· 19 years ago
68ed004
[PATCH] x86: mark cyc2ns_scale readmostly
by Ravikiran G Thirumalai
· 19 years ago
e8b9177
[PATCH] x86_64: Move the SMP time selection earlier
by Andi Kleen
· 19 years ago
7fd6784
[PATCH] x86_64: Disable tsc when apicpmtimer is active
by Andi Kleen
· 19 years ago
33042a9
[PATCH] x86-64: Fix HPET timer on x460
by Chris McDermott
· 19 years ago
dd42b15
[PATCH] amd64 time.c __iomem annotations
by Al Viro
· 19 years ago
396bd50
[PATCH] x86_64: mark two routines as __cpuinit
by Shaohua Li
· 19 years ago
0dd2ea9
[PATCH] x86_64: [PATCH] timer resume
by Shaohua Li
· 19 years ago
73dea47
[PATCH] x86_64: Allow to run main time keeping from the local APIC interrupt
by Andi Kleen
· 19 years ago
5329e13d
[PATCH] x86_64: Fix get_cmos_time()
by Jan Beulich
· 19 years ago
bdf2b1c
[PATCH] x86_64: No need to export get_cmos_time anymore
by Andi Kleen
· 19 years ago
0b91317
[PATCH] x86_64: Fix up white space in time.c
by Andi Kleen
· 19 years ago
c818a18
[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSC
by Andi Kleen
· 19 years ago
737c5c3
[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at boot.
by Andi Kleen
· 19 years ago
d25bf7e
[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 state
by Venkatesh Pallipadi
· 19 years ago
2a10e0b
[PATCH] move rtc_interrupt() prototype to rtc.h
by Adrian Bunk
· 19 years ago
fd49547
[PATCH] x86_64: Fix collision between pmtimer and pit/hpet
by john stultz
· 19 years ago
68e1889
[PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initialization fails
by Andi Kleen
· 19 years ago
7811fb8
[PATCH] hpet-RTC: cache the comparator register
by Clemens Ladisch
· 19 years ago
5f81994
[PATCH] hpet-RTC: fix timer config register accesses
by Clemens Ladisch
· 19 years ago
f00c96f
[PATCH] hpet-RTC: disable interrupt when no longer needed
by Clemens Ladisch
· 19 years ago
ecea8d1
[PATCH] jiffies_64 cleanup
by Thomas Gleixner
· 19 years ago
dacb16b
[PATCH] i386 and x86_64 TSC set_cyc2ns_scale imprecision
by Mathieu Desnoyers
· 19 years ago
6c132b5
[PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs
by john stultz
· 19 years ago
9cdd304
[PATCH] x86-64: more gratitious linux/irq.h includes
by Al Viro
· 19 years ago
a2a0c99
[PATCH] x86-64: Remove unused vxtime.hz field
by Andi Kleen
· 19 years ago
b149ee2
[PATCH] NTP: ntp-helper functions
by john stultz
· 19 years ago
8446f1d
[PATCH] detect soft lockups
by Ingo Molnar
· 19 years ago
a3a0075
[PATCH] x86_64: fix hpet for systems that don't support legacy replacement
by john stultz
· 20 years ago
8d91640
[PATCH] x86_64: More fixes for compilation without CONFIG_ACPI
by Andi Kleen
· 20 years ago
312df5f
[PATCH] x86_64: Add pmtimer support
by Andi Kleen
· 20 years ago
0b9c33a
[PATCH] Fix u32 vs. pm_message_t in x86-64
by Pavel Machek
· 20 years ago
a8ab26f
[PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machine
by Andi Kleen
· 20 years ago
c29601e
[PATCH] x86_64: Support constantly ticking TSCs
by Andi Kleen
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2