summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-10timers: Fixup allmodconfig build issueJohn Stultz1-2/+5
2010-12-10timers: Rename timerlist infrastructure to timerqueueJohn Stultz4-58/+58
2010-12-03timers: Introduce timerlist infrastructure.John Stultz3-1/+156
2010-11-10hrtimer: Remove stale comment on curr_timerYong Zhang1-1/+0
2010-10-22timer: Warn when del_timer_sync() is called in hardirq contextYong Zhang1-1/+5
2010-10-22timer: Del_timer_sync() can be used in softirq contextYong Zhang1-5/+3
2010-10-22timer: Make try_to_del_timer_sync() the same on SMP and UPYong Zhang2-16/+5
2010-10-21posix-timers: Annotate lock_timer()Namhyung Kim1-2/+8
2010-10-21timer: Permit statically-declared work with deferrable timersPhil Carmody3-14/+34
2010-10-21time: Use ARRAY_SIZE macro in timecompare.cNikitas Angelinas1-2/+3
2010-10-21timer: Initialize the field slack of timer_listChangli Gao1-0/+1
2010-10-21timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATSRichard Kennedy1-1/+1
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen1-2/+7
2010-09-09ntp: Clamp PLL update intervalMiroslav Lichvar1-3/+11
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds24-291/+281
2010-09-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-14/+35
2010-09-08Merge branch 'for-linus' of git://android.kernel.org/kernel/tegraLinus Torvalds1-0/+1
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds6-21/+37
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+2
2010-09-08Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds5-22/+16
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-13/+16
2010-09-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-34/+71
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds4-10/+17
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-22/+54
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-48/+114
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds11-12/+59
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-85/+196
2010-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds6-18/+10
2010-09-08Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds4-9/+10
2010-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-0/+1
2010-09-08Merge branch 'drm-intel-fixes' of git://anongit.freedesktop.org/~ickle/drm-intelLinus Torvalds18-286/+479
2010-09-08Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-179/+253
2010-09-08m68knommu: fix missing linker segmentsGreg Ungerer1-0/+2
2010-09-08h8300: Fix missing consts in kernel_execve()David Howells1-2/+2
2010-09-08h8300: Fix die()David Howells2-2/+4
2010-09-08h8300: IRQ flags should be stored in an unsigned longDavid Howells1-5/+10
2010-09-08VFS: Sanity check mount flags passed to change_mnt_propagation()Valerie Aurora1-1/+22
2010-09-07intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang4-11/+30
2010-09-07drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2-2/+7
2010-09-07agp/intel: Fix cache control for SandybridgeZhenyu Wang4-10/+62
2010-09-07agp/intel: use #ifdef idiom for intel-agp.hZhenyu Wang1-0/+4
2010-09-07agp/intel: fix physical address mask bits for sandybridgeZhenyu Wang1-2/+2
2010-09-07drm/i915: Prevent double dpms onChris Wilson1-1/+4
2010-09-07drm/i915: Avoid use of uninitialised values when disabling panel-fitterChris Wilson1-20/+15
2010-09-07drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth4-12/+113
2010-09-07drm/i915: Tightly scope intel_encoder to prevent invalid useChris Wilson1-13/+12
2010-09-07drm/i915: Allocate the PCI resource for the MCHBARChris Wilson1-10/+10
2010-09-07drm/i915/dp: Really try 5 times before giving up.Chris Wilson1-30/+28
2010-09-07drm/i915/sdvo: Restore guess of the DDC bus in absence of VBIOSChris Wilson1-1/+39