| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] x86_64: On Intel systems when CPU has C3 don't use TSC | Andi Kleen | 2006-07-29 | 1 | -4/+12 |
* | [PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofile | Andi Kleen | 2006-07-28 | 1 | -1/+1 |
* | [PATCH] irq-flags: x86_64: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [PATCH] x86_64: Move export symbols to their C functions | Andi Kleen | 2006-06-26 | 1 | -0/+2 |
* | [PATCH] x86_64: Update copyright in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] x86_64: Explain why HPET T0_CMP register is written twice | Vojtech Pavlik | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] x86_64: Make use of the *PER* constants in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -28/+35 |
* | [PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridges | Vojtech Pavlik | 2006-06-26 | 1 | -14/+0 |
* | [PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_box | Vojtech Pavlik | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] x86_64: Fix drift with HPET timer enabled | Jordan Hargrave | 2006-04-09 | 1 | -0/+2 |
* | [PATCH] x86_64: Don't return error for HPET initialization in initcall | Andi Kleen | 2006-04-09 | 1 | -1/+1 |
* | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 2006-03-31 | 1 | -2/+2 |
* | [PATCH] RTC: Remove RTC UIP synchronization on x86_64 | Matt Mackall | 2006-03-28 | 1 | -29/+12 |
* | [PATCH] x86_64: Reename CMOS update warning | Andi Kleen | 2006-03-25 | 1 | -8/+1 |
* | [PATCH] x86_64: Fix formatting in time.c | Andi Kleen | 2006-03-25 | 1 | -49/+45 |
* | [PATCH] x86_64: Handle years beyond 2100 | Andi Kleen | 2006-03-25 | 1 | -5/+17 |
* | [PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is used | Andi Kleen | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] x86: mark cyc2ns_scale readmostly | Ravikiran G Thirumalai | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] x86_64: Move the SMP time selection earlier | Andi Kleen | 2006-02-26 | 1 | -11/+11 |
* | [PATCH] x86_64: Disable tsc when apicpmtimer is active | Andi Kleen | 2006-02-17 | 1 | -2/+1 |
* | [PATCH] x86-64: Fix HPET timer on x460 | Chris McDermott | 2006-02-11 | 1 | -3/+9 |
* | [PATCH] amd64 time.c __iomem annotations | Al Viro | 2006-02-07 | 1 | -1/+1 |
* | [PATCH] x86_64: mark two routines as __cpuinit | Shaohua Li | 2006-02-04 | 1 | -1/+1 |
* | [PATCH] x86_64: [PATCH] timer resume | Shaohua Li | 2006-02-04 | 1 | -0/+12 |
* | [PATCH] x86_64: Allow to run main time keeping from the local APIC interrupt | Andi Kleen | 2006-02-04 | 1 | -7/+38 |
* | [PATCH] x86_64: Fix get_cmos_time() | Jan Beulich | 2006-01-11 | 1 | -7/+4 |
* | [PATCH] x86_64: No need to export get_cmos_time anymore | Andi Kleen | 2006-01-11 | 1 | -1/+1 |
* | [PATCH] x86_64: Fix up white space in time.c | Andi Kleen | 2006-01-11 | 1 | -39/+32 |
* | [PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSC | Andi Kleen | 2006-01-11 | 1 | -19/+7 |
* | [PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b... | Andi Kleen | 2006-01-11 | 1 | -2/+2 |
* | [PATCH] x86_64: Handle missing local APIC timer interrupts on C3 state | Venkatesh Pallipadi | 2006-01-11 | 1 | -0/+5 |
* | [PATCH] move rtc_interrupt() prototype to rtc.h | Adrian Bunk | 2006-01-08 | 1 | -2/+0 |
* | [PATCH] x86_64: Fix collision between pmtimer and pit/hpet | john stultz | 2005-12-12 | 1 | -1/+1 |
* | [PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initializat... | Andi Kleen | 2005-12-12 | 1 | -1/+3 |
* | [PATCH] hpet-RTC: cache the comparator register | Clemens Ladisch | 2005-10-30 | 1 | -1/+4 |
* | [PATCH] hpet-RTC: fix timer config register accesses | Clemens Ladisch | 2005-10-30 | 1 | -7/+2 |
* | [PATCH] hpet-RTC: disable interrupt when no longer needed | Clemens Ladisch | 2005-10-30 | 1 | -1/+5 |
* | [PATCH] jiffies_64 cleanup | Thomas Gleixner | 2005-10-30 | 1 | -4/+0 |
* | [PATCH] i386 and x86_64 TSC set_cyc2ns_scale imprecision | Mathieu Desnoyers | 2005-10-30 | 1 | -4/+4 |
* | [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs | john stultz | 2005-09-28 | 1 | -3/+0 |
* | [PATCH] x86-64: more gratitious linux/irq.h includes | Al Viro | 2005-09-12 | 1 | -1/+0 |
* | [PATCH] x86-64: Remove unused vxtime.hz field | Andi Kleen | 2005-09-12 | 1 | -1/+0 |
* | [PATCH] NTP: ntp-helper functions | john stultz | 2005-09-07 | 1 | -5/+2 |
* | [PATCH] detect soft lockups | Ingo Molnar | 2005-09-07 | 1 | -0/+1 |
* | [PATCH] x86_64: fix hpet for systems that don't support legacy replacement | john stultz | 2005-06-23 | 1 | -14/+28 |
* | [PATCH] x86_64: More fixes for compilation without CONFIG_ACPI | Andi Kleen | 2005-05-31 | 1 | -0/+2 |
* | [PATCH] x86_64: Add pmtimer support | Andi Kleen | 2005-05-17 | 1 | -17/+45 |
* | [PATCH] Fix u32 vs. pm_message_t in x86-64 | Pavel Machek | 2005-04-16 | 1 | -1/+1 |
* | [PATCH] x86_64: Switch SMP bootup over to new CPU hotplug state machine | Andi Kleen | 2005-04-16 | 1 | -1/+8 |
* | [PATCH] x86_64: Support constantly ticking TSCs | Andi Kleen | 2005-04-16 | 1 | -2/+3 |