summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2-38/+0
2009-07-22USB: Rework musb suspend()/resume_early()Magnus Damm1-6/+12
2009-07-22I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm1-9/+16
2009-07-22I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm1-8/+17
2009-07-22DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-22DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-22ARM: Rework omap suspend_late()/resume_early()Magnus Damm2-8/+17
2009-07-22Driver Core: Add platform device arch data V3Magnus Damm8-0/+24
2009-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds5-12/+15
2009-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2-9/+6
2009-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds4-2/+14
2009-07-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds28-109/+139
2009-07-21mvsdio: fix handling of partial word at the end of PIO transferNicolas Pitre1-2/+2
2009-07-21blackfin: fix wrong CTS inversionSonic Zhang6-6/+6
2009-07-21tty: fix chars_in_buffersAlan Cox7-10/+10
2009-07-21specialix.c: convert nested spin_lock_irqsave to spin_lockJulia Lawall1-12/+12
2009-07-21vc: create vcs(a) devices for consolesKay Sievers1-0/+4
2009-07-20cifs: free nativeFileSystem field before allocating a new oneJeff Layton1-0/+1
2009-07-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds20-49/+479
2009-07-18ARM: Realview & Versatile: Fix i2c_board_info definitionsRussell King2-4/+2
2009-07-18Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds7-14/+29
2009-07-18Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French36-88/+175
2009-07-18vmlinux.lds.h: restructure BSS linker script macrosTim Abbott2-11/+10
2009-07-18kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe1-0/+2
2009-07-18kconfig: variable argument lists needs `stdarg.h'Arnaud Lacombe1-0/+2
2009-07-18kbuild, deb-pkg: fix install scripts for posix shmaximilian attems1-1/+1
2009-07-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/fyu/l...Linus Torvalds3-0/+11
2009-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-11/+12
2009-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds4-4/+25
2009-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds7-11/+23
2009-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-07-17tty_port: Fix return on interrupted useAlan Cox1-1/+1
2009-07-17Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/inclu...Aurelien Jarno1-0/+2
2009-07-17Add dma_debug_init() for ia64fujita1-0/+8
2009-07-17Fix ia64 compilation IS_ERR and PTE_ERR errors.Fenghua Yu1-0/+1
2009-07-17[ARM] 5608/1: Updated U300 defconfigLinus Walleij1-10/+8
2009-07-17[ARM] 5606/1: Fix ep93xx watchdog driver headersRyan Mallon1-0/+1
2009-07-17virtio_net: Sync header with qemuAlex Williamson1-4/+10
2009-07-17virtio-pci: correctly unregister root device on errorMark McLoughlin1-1/+1
2009-07-17virtio_blk: ioctl return value fixChristoph Hellwig1-1/+1
2009-07-17virtio_blk: don't bounce highmem requestsChristoph Hellwig1-0/+3
2009-07-17lguest: restrict CPUID to avoid perf counter wrmsrRusty Russell1-0/+5
2009-07-17lguest: remove unnecessary forward struct declarationDavide Libenzi1-2/+0
2009-07-17lguest: fix journeyMatias Zabaljauregui3-3/+3
2009-07-17tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16Blackfin: define HARDIRQ_BITS again for nowMike Frysinger1-0/+3
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-18/+59
2009-07-16Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2009-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-11/+12
2009-07-16n_tty: Fix echo raceAlan Cox1-3/+0