summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-15DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell1-0/+2
2008-10-13rangetimers: fix the bug reported by Ingo for realArjan van de Ven1-6/+2
2008-10-11rangetimer: fix BUG_ON reported by IngoArjan van de Ven1-1/+5
2008-10-07rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven1-1/+3
2008-10-07select: fix alpha OSF wrapperArjan van de Ven1-6/+7
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven3-0/+42
2008-09-11hrtimer: make the futex() system call use the per process slack valueArjan van de Ven1-1/+5
2008-09-11hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven1-1/+6
2008-09-08hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven1-5/+8
2008-09-08hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven1-1/+3
2008-09-08hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2-4/+3
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven2-4/+31
2008-09-06hrtimer: another build fixArjan van de Ven1-13/+13
2008-09-06hrtimer: fix build bug found by IngoArjan van de Ven1-7/+7
2008-09-06hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven1-2/+62
2008-09-06hrtimer: create a "timer_slack" field in the task structArjan van de Ven5-0/+26
2008-09-06hrtimer: turn hrtimers into range timersArjan van de Ven2-5/+82
2008-09-06hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven1-10/+10
2008-09-06hrtimer: convert sound/ to the new hrtimer apisArjan van de Ven1-2/+3
2008-09-06hrtimer: convert s390 to the new hrtimer apisArjan van de Ven1-3/+3
2008-09-06hrtimer: convert kvm-ia64 to the new hrtimer apisArjan van de Ven1-1/+1
2008-09-06hrtimer: convert powerpc/oprofile to the new hrtimer apisArjan van de Ven1-1/+1
2008-09-06hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven8-52/+47
2008-09-06hrtimer: convert net::sched_cbq to the new hrtimer apisArjan van de Ven1-3/+4
2008-09-06hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven1-5/+3
2008-09-06hrtimer: convert kvm to the new hrtimer apisArjan van de Ven2-7/+5
2008-09-06hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven1-0/+45
2008-09-06select: switch select() and poll() over to hrtimersArjan van de Ven3-294/+111
2008-09-06select: add a poll specific struct to the restart_block unionThomas Gleixner1-0/+8
2008-09-06select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner3-0/+128
2008-09-06select: add a timespec_add_safe() functionThomas Gleixner2-0/+22
2008-09-06select: Introduce a hrtimeout functionArjan van de Ven2-0/+67
2008-09-06drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton1-1/+3
2008-09-06tracehook: comment pasto fixesRoland McGrath2-2/+2
2008-09-06atmel_lcdfb: fix oops in rmmod when framebuffer fails to registerStanislaw Gruszka1-4/+6
2008-09-06forcedeth: fix kexec regressionRafael J. Wysocki1-3/+5
2008-09-06res_counter: fix off-by-one bug in setting limitLi Zefan1-1/+1
2008-09-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-62/+69
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2008-09-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds1-1/+2
2008-09-06Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27Linus Torvalds4-19/+26
2008-09-06Merge branch 'sh/for-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-125/+250
2008-09-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds148-3148/+3360
2008-09-06Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+36
2008-09-06Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-15/+22
2008-09-05Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds1-9/+39
2008-09-05sched: fix process time monotonicityBalbir Singh4-62/+66
2008-09-05sched_clock: fix NOHZ interactionPeter Zijlstra1-0/+3
2008-09-05Revert "[ARM] use the new byteorder headers"David Woodhouse1-11/+14
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov1-1/+2