summaryrefslogtreecommitdiff
tag namesco_port_update-base
tagged objectcommit 60ea1a5db8...
Kernel playgroundUNKNOWN
summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Add round_jiffies_up and related routinesAlan Stern1-30/+99
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner1-5/+7
2008-08-21migrate_timers: add comment, use spinlock_irq()Oleg Nesterov1-5/+6
2008-08-11printk: robustify printkPeter Zijlstra1-0/+1
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-9/+1
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra1-1/+1
2008-05-12dyntick: Remove last reminants of dyntick supportRussell King1-9/+1
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-8/+145
2008-04-17timers: simplify lockdep handlingOleg Nesterov1-12/+4
2008-03-26NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner1-1/+9
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-3/+3
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-1/+1
2008-02-06taskstats scaled time cleanupMichael Neuling1-4/+6
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2008-01-30time: timer cleanupsPavel Machek