summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* NTP: remove clock_was_set() call to prevent deadlockThomas Gleixner2007-07-031-2/+0Star
* timer stats: speedupsIngo Molnar2007-06-011-1/+6
* timer statistics: fix raceBjorn Steinbrink2007-06-011-16/+21
* NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner2007-05-301-1/+15
* NOHZ: Rate limit the local softirq pending warning outputThomas Gleixner2007-05-241-3/+9
* Ignore bogus ACPI info for offline CPUsThomas Gleixner2007-05-241-5/+12
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+2
* clocksource: fix lock order in the resume pathThomas Gleixner2007-05-151-7/+3Star
* timekeeping fix patch got mis-appliedThomas Gleixner2007-05-141-0/+2
* clocksource: fix resume logicThomas Gleixner2007-05-091-0/+45
* Fix printk format warnings in timer_list.cDavid Miller2007-05-091-11/+14
* clocksource: spelling error in watchdog codeDaniel Walker2007-05-091-3/+3
* sched: dynticks idle load balancingSiddha, Suresh B2007-05-081-0/+9
* highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-083-3/+48
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-082-13/+8Star
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-082-6/+2Star
* Move timekeeping code to timekeeping.cjohn stultz2007-05-082-1/+477
* [PATCH] fix jiffies clocksource inittimejohn stultz2007-04-051-1/+1
* [PATCH] ntp: avoid time_offset overflowsjohn stultz2007-03-271-14/+16
* [PATCH] clockevents: remove bad designed sysfs support for nowThomas Gleixner2007-03-261-69/+0Star
* [PATCH] clocksource: Fix thinko in watchdog selectionThomas Gleixner2007-03-251-1/+2
* [PATCH] time: fix formatting in /proc/timer_listJames Morris2007-03-231-3/+3
* [PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner2007-03-174-12/+51
* [PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner2007-03-063-0/+72
* [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-051-3/+5
* [TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller2007-02-261-2/+3
* [TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller2007-02-261-0/+2
* [PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner2007-02-191-1/+3
* [PATCH] NOHZ: Fix RCU handlingIngo Molnar2007-02-191-4/+4
* [PATCH] Add debugging feature /proc/timer_listIngo Molnar2007-02-165-1/+322
* [PATCH] Add debugging feature /proc/timer_statIngo Molnar2007-02-162-0/+412
* [PATCH] hrtimers: add high resolution timer supportThomas Gleixner2007-02-161-0/+10
* [PATCH] tick-management: dyntick / highres functionalityThomas Gleixner2007-02-168-3/+930
* [PATCH] tick-management: broadcast functionalityThomas Gleixner2007-02-164-11/+382
* [PATCH] tick-management: core functionalityThomas Gleixner2007-02-162-1/+279
* [PATCH] clockevents: add core functionalityThomas Gleixner2007-02-162-0/+347
* [PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner2007-02-161-4/+122
* [PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner2007-02-161-1/+0Star
* [PATCH] Simplify the registration of clocksourcesThomas Gleixner2007-02-161-62/+58Star
* [PATCH] HZ free ntpjohn stultz2007-02-161-11/+19
* [PATCH] kernel/time/clocksource.c needs struct task_struct on m68kMathieu Desnoyers2007-02-111-0/+1
* [PATCH] clocksource: small cleanupDaniel Walker2006-12-101-3/+3
* [PATCH] clocksource: add usage of CONFIG_SYSFSDaniel Walker2006-12-101-0/+2
* [PATCH] time_adjust cleared before useJim Houston2006-10-281-1/+1
* [PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz2006-10-171-1/+1
* [PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk2006-10-011-20/+20
* [PATCH] ntp: convert to the NTP4 reference modelRoman Zippel2006-10-011-32/+19Star
* [PATCH] ntp: convert time_freq to nsec valueRoman Zippel2006-10-011-14/+22
* [PATCH] ntp: remove time_toleranceRoman Zippel2006-10-011-5/+4Star
* [PATCH] ntp: add time_adjust to tick lengthRoman Zippel2006-10-011-53/+18Star