aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-12/+5
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori20-59/+0
2010-08-11dma-mapping: parisc: set ARCH_DMA_MINALIGNFUJITA Tomonori1-0/+2
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori19-114/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori13-14/+14
2010-08-11arm: samsung: remove pixclock from several boardsMaurus Cuelenaere7-10/+3
2010-08-11s3c-fb: add support for DMA channel control on S5PV210Pawel Osciak1-0/+4
2010-08-11s3c-fb: add SHADOWCON shadow register locking support for S5PV210Pawel Osciak1-0/+3
2010-08-11s3c-fb: add wait for VSYNC ioctlPawel Osciak1-0/+1
2010-08-11s3c-fb: add support for display panningPawel Osciak1-0/+7
2010-08-11s3c-fb: add device name initializationPawel Osciak5-1/+38
2010-08-11s3c-fb: correct FRAMESEL1 bitfield defines for VIDINTCON0 registerPawel Osciak1-5/+5
2010-08-11s3c-fb: integrate palette setup code into main driverBen Dooks1-34/+0
2010-08-11s3c-fb: udpate to support s3c2416/s3c2443 style hardwareBen Dooks2-7/+5
2010-08-11s3c-fb: initial move to unifying the header filesBen Dooks3-90/+0
2010-08-11s3c-fb: fix distortedness situation for the mode more then 24bppInKi Dae1-0/+1
2010-08-11s3c-fb: add default window feature.InKi Dae1-0/+3
2010-08-11dts: add ESDHC weird voltage bits workaroundRoy Zang1-0/+1
2010-08-11dts: add sdhci,auto-cmd12 field for p4080 device treeRoy Zang1-0/+1
2010-08-11omap: pandora: pass wl1251 information to SDIO coreGrazvydas Ignotas3-0/+21
2010-08-11omap_hsmmc: add init_card pass-through callbackGrazvydas Ignotas1-0/+2
2010-08-10x86: fix up system call numbering nitLinus Torvalds2-2/+2
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds21-47/+6
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds8-10/+12
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds32-17/+49
2010-08-10USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks1-0/+2
2010-08-10USB: otg/ulpi: extend the generic ulpi driver.Igor Grinberg7-10/+10
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-5/+14
2010-08-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds4-5/+12
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com32-1/+49
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman8-16/+0
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds4-1/+6
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+0
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds6-1/+23
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds10-25/+57
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-155/+68
2010-08-09Merge branch 'rs485fix' of git://www.jni.nu/crisLinus Torvalds1-0/+1
2010-08-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds106-134605/+260
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds83-1859/+2459
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds4-18/+22
2010-08-09x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2-15/+8
2010-08-09alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven3-39/+0
2010-08-09arch/um/kernel/ptrace.c: remove dead PROC_MMChristoph Egger1-21/+0
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger1-4/+4
2010-08-09alpha: implement HW performance events on the EV67 and later CPUsMichael Cree5-1/+879
2010-08-09alpha: add wrperfmon.h header file to aid use of wrperfmon PALcallMichael Cree1-0/+93
2010-08-09alpha: add performance monitor interrupt counterMichael Cree2-2/+6
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-2/+2
2010-08-09avr32: invoke oom-killer from page faultNick Piggin1-10/+4
2010-08-09topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn2-6/+1