aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-01timer stats: speedupsIngo Molnar1-1/+6
2007-06-01timer statistics: fix raceBjorn Steinbrink1-16/+21
2007-05-29NOHZ: prevent multiplication overflow - stop timer for huge timeoutsThomas Gleixner1-1/+15
2007-05-23NOHZ: Rate limit the local softirq pending warning outputThomas Gleixner1-3/+9
2007-05-23Ignore bogus ACPI info for offline CPUsThomas Gleixner1-5/+12
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+2
2007-05-15clocksource: fix lock order in the resume pathThomas Gleixner1-7/+3
2007-05-14timekeeping fix patch got mis-appliedThomas Gleixner1-0/+2
2007-05-09clocksource: fix resume logicThomas Gleixner1-0/+45
2007-05-09Fix printk format warnings in timer_list.cDavid Miller1-11/+14
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker1-3/+3
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B1-0/+9
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner3-3/+48
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2-13/+8
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan2-6/+2
2007-05-08Move timekeeping code to timekeeping.cjohn stultz2-1/+477
2007-04-04[PATCH] fix jiffies clocksource inittimejohn stultz1-1/+1
2007-03-27[PATCH] ntp: avoid time_offset overflowsjohn stultz1-14/+16
2007-03-26[PATCH] clockevents: remove bad designed sysfs support for nowThomas Gleixner1-69/+0
2007-03-25[PATCH] clocksource: Fix thinko in watchdog selectionThomas Gleixner1-1/+2
2007-03-23[PATCH] time: fix formatting in /proc/timer_listJames Morris1-3/+3
2007-03-16[PATCH] clockevents: Fix suspend/resume to disk hangsThomas Gleixner4-12/+51
2007-03-06[PATCH] Save/restore periodic tick information over suspend/resumeThomas Gleixner3-0/+72
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz1-3/+5
2007-02-26[TICK] tick-common: Fix one-shot handling in tick_handle_periodic().David S. Miller1-2/+3
2007-02-26[TIME] tick-sched: Add missing asm/irq_regs.h include.David S. Miller1-0/+2
2007-02-19[PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner1-1/+3
2007-02-19[PATCH] NOHZ: Fix RCU handlingIngo Molnar1-4/+4
2007-02-16[PATCH] Add debugging feature /proc/timer_listIngo Molnar5-1/+322
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar2-0/+412
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-0/+10
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner8-3/+930
2007-02-16[PATCH] tick-management: broadcast functionalityThomas Gleixner4-11/+382
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner2-1/+279
2007-02-16[PATCH] clockevents: add core functionalityThomas Gleixner2-0/+347
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner1-4/+122
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner1-1/+0
2007-02-16[PATCH] Simplify the registration of clocksourcesThomas Gleixner1-62/+58
2007-02-16[PATCH] HZ free ntpjohn stultz1-11/+19
2007-02-11[PATCH] kernel/time/clocksource.c needs struct task_struct on m68kMathieu Desnoyers1-0/+1
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker1-3/+3
2006-12-10[PATCH] clocksource: add usage of CONFIG_SYSFSDaniel Walker1-0/+2
2006-10-28[PATCH] time_adjust cleared before useJim Houston1-1/+1
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz1-1/+1
2006-10-01[PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk1-20/+20
2006-10-01[PATCH] ntp: convert to the NTP4 reference modelRoman Zippel1-32/+19
2006-10-01[PATCH] ntp: convert time_freq to nsec valueRoman Zippel1-14/+22
2006-10-01[PATCH] ntp: remove time_toleranceRoman Zippel1-5/+4
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel1-53/+18
2006-10-01[PATCH] ntp: prescale time_offsetRoman Zippel1-48/+16