aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds5-100/+118
2009-12-17Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-33/+2950
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds20-29/+50
2009-12-17Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds13-41/+1418
2009-12-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds37-164/+607
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov3-0/+6
2009-12-17sdhci-of: add support for the wii sdhci controllerAlbert Herranz5-1/+82
2009-12-17sdhci-of: reorganize driver to support additional hardwareAlbert Herranz5-127/+224
2009-12-17sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2-1/+3
2009-12-17sdhci: protect header file against multi inclusionAlbert Herranz1-0/+4
2009-12-17sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming1-2/+3
2009-12-17sdio: fix reference counting in sdio_remove_func()Daniel Drake1-2/+5
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu7-53/+69
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov3-20/+20
2009-12-17nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-17lib/vsprintf.c: document more vsnprintf extensionsUwe Kleine-König1-1/+12
2009-12-17vt: don't export vt_kmsg_redirect() to userspaceBernhard Walle1-0/+4
2009-12-17drivers/video/via/viafbdev.c: correct code taking the size of a pointerJulia Lawall1-2/+2
2009-12-17hwmon: I2C bus support for lis3lv02d and variant accelerometer chipsSamu Onkalo3-0/+201
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-17cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven1-0/+1
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negative.patchWANG Cong1-1/+1
2009-12-17Merge branch 'cache' (early part)Russell King29-155/+224
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds10-20/+1
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds3-1/+11
2009-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds24-163/+136
2009-12-17Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds6-9/+31
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds17-611/+1981
2009-12-17kill I_LOCKChristoph Hellwig9-44/+39
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig2-40/+23
2009-12-17fix up O_SYNC commentsChristoph Hellwig4-4/+4
2009-12-17spi: spi_txx9.c: use resource_size()hartleys1-4/+2
2009-12-17spi: spi_sh_sci.c: use resource_size()hartleys1-1/+1
2009-12-17spi: spi_mpc8xxx.c: use resource_size()hartleys1-1/+1
2009-12-17spi: spi_bfin5xx.c: use resource_size()hartleys1-1/+1
2009-12-17spi: atmel_spi.c: use resource_size()hartleys1-1/+1
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_sizeErez Zadok2-4/+52
2009-12-17spi: Add s3c64xx SPI Controller driverJassi Brar3-0/+1204
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok5-22/+9
2009-12-17atmel_spi: fix dma addr calculation for len > BUFFER_SIZEBen Nizette1-2/+2
2009-12-17spi_s3c24xx: add FIQ pseudo-DMA supportBen Dooks6-14/+392
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton1-1/+1
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin3-50/+0
2009-12-17fs: anon_inodes implement dnameNick Piggin1-0/+10
2009-12-17spi: controller driver for Designware SPI coreFeng Tang5-0/+1337
2009-12-17spidev: add proper section markersMike Frysinger1-8/+8
2009-12-17spidev: use DECLARE_BITMAP instead of declaring the arrayThadeu Lima de Souza Cascardo1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds90-401/+556