aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-07kbuild: add a symlink to the source for separate objdirsAndi Kleen1-0/+1
2009-01-07kconfig: add script to manipulate .config files on the command lineAndi Kleen1-0/+150
2009-01-07kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song2-5/+20
2009-01-07bootchart: improve output based on Dave Jones' feedbackArjan van de Ven1-5/+11
2009-01-07fix modules_install via NFSSam Ravnborg5-8/+7
2009-01-07qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} typesAnders Larsen2-6/+3
2009-01-06Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds1-1/+1
2009-01-06byteorder: remove the now unused byteorder.hHarvey Harrison2-373/+0
2009-01-06mn10300: introduce asm/swab.hHarvey Harrison3-40/+44
2009-01-06frv: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06m32r: introduce asm/swab.hHarvey Harrison3-6/+12
2009-01-06m68knommu: introduce asm/swab.hHarvey Harrison3-21/+27
2009-01-06h8300: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06ia64: introduce asm/swab.hHarvey Harrison3-36/+36
2009-01-06blackfin: introduce asm/swab.hHarvey Harrison3-42/+50
2009-01-06arm: introduce asm/swab.hHarvey Harrison3-32/+52
2009-01-06alpha: introduce asm/swab.hHarvey Harrison3-41/+44
2009-01-06m68k: introduce asm/swab.hHarvey Harrison3-14/+19
2009-01-06x86: introduce asm/swab.hHarvey Harrison3-60/+64
2009-01-06sparc: introduce asm/swab.hHarvey Harrison3-44/+48
2009-01-06sh: introduce asm/swab.hHarvey Harrison3-59/+64
2009-01-06s390: introduce asm/swab.hHarvey Harrison3-90/+94
2009-01-06powerpc: introduce asm/swab.hHarvey Harrison3-81/+93
2009-01-06mips: introduce asm/swab.hHarvey Harrison3-49/+59
2009-01-06avr32: introduce asm/swab.hHarvey Harrison3-29/+38
2009-01-06byteorder: only use linux/swab.hHarvey Harrison6-388/+27
2009-01-06Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds10-39/+397
2009-01-07drm: fix ordering of driver unload vs agp unload.Dave Airlie1-3/+3
2009-01-07drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2-14/+40
2009-01-07drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt1-1/+1
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt7-7/+322
2009-01-07drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2-8/+22
2009-01-07drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt1-6/+9
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds54-522/+3105
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds26-423/+1229
2009-01-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-73/+72
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-37/+35
2009-01-06Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds15-301/+195
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds11-85/+464
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds778-26439/+472655
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds129-701/+1063
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds8-202/+783
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds64-1184/+1036
2009-01-06parport: ieee1284: use del_timer_sync() in parport_wait_event()Michael Buesch1-1/+1
2009-01-06bfs: check that filesystem fits on the blockdeviceEric Sesterhenn1-0/+12
2009-01-06bfs: add some basic sanity checksEric Sesterhenn1-0/+33
2009-01-06dma-coherent: catch oversized requests to dma_alloc_from_coherent()Johannes Weiner1-0/+2
2009-01-06dma_alloc_coherent: clean it upAndrew Morton1-25/+29
2009-01-06dma_alloc_from_coherent(): fix fallback to generic memoryAndrew Morton1-1/+15