summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-10percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo1-5/+6
2010-09-10percpu: Optimize __get_cpu_var()Brian Gerst1-4/+3
2010-09-10x86, percpu: Optimize this_cpu_ptrBrian Gerst2-2/+21
2010-09-10percpu: clear memory allocated with the km allocatorTejun Heo1-1/+5
2010-09-09percpu: fix build breakage on s390 and cleanup build configuration testsTejun Heo1-163/+175
2010-09-08percpu: use percpu allocator on UP tooTejun Heo6-65/+71
2010-09-08percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo1-1/+1
2010-09-08vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2-0/+4
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds24-291/+281
2010-09-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-14/+35
2010-09-07Merge branch 'for-linus' of git://android.kernel.org/kernel/tegraLinus Torvalds1-0/+1
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds6-21/+37
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-1/+2
2010-09-07Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds5-22/+16
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-13/+16
2010-09-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-34/+71
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds4-10/+17
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-22/+54
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-48/+114
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds11-12/+59
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-85/+196
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds6-18/+10
2010-09-07Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds4-9/+10
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-0/+1
2010-09-07Merge branch 'drm-intel-fixes' of git://anongit.freedesktop.org/~ickle/drm-intelLinus Torvalds18-286/+479
2010-09-07Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-179/+253
2010-09-07m68knommu: fix missing linker segmentsGreg Ungerer1-0/+2
2010-09-07h8300: Fix missing consts in kernel_execve()David Howells1-2/+2
2010-09-07h8300: Fix die()David Howells2-2/+4
2010-09-07h8300: IRQ flags should be stored in an unsigned longDavid Howells1-5/+10
2010-09-07VFS: 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
2010-09-07drm/i915/dp: Boost timeout for enabling transcoder to 100msChris Wilson1-1/+1
2010-09-07drm/i915: Re-use set_base_atomic to share setting of the display registersChris Wilson1-71/+9
2010-09-07drm/i915: Fix offset page-flips on i965+Chris Wilson1-19/+48
2010-09-07drm/i915: Include a generation number in the device infoChris Wilson2-54/+34
2010-09-06i915: return -EFAULT if copy_to_user failsDan Carpenter1-0/+1
2010-09-06i915: return -EFAULT if copy_to_user failsDan Carpenter1-3/+9