aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-24Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-0/+6
2009-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2009-04-24Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-0/+4
2009-04-24block: simplify I/O stat accountingJerome Marchand1-0/+3
2009-04-24pktcdvd.h should include mempool.hAlexander Beregalov1-0/+1
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo1-0/+1
2009-04-22bio: fix bio_kmalloc()Tejun Heo1-0/+1
2009-04-22Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 into mergePaul Mackerras339-19061/+3091
2009-04-21driver synchronization: make scsi_wait_scan more advancedArjan van de Ven1-0/+1
2009-04-21Trivial: fix a typo in slow-work.hJonathan Corbet1-1/+1
2009-04-21PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells3-44/+86
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2-26/+41
2009-04-21spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell1-1/+6
2009-04-21memcg: use rcu_dereference to access mm->ownerKAMEZAWA Hiroyuki1-1/+1
2009-04-21ipmi: add oem message handlingdann frazier2-0/+4
2009-04-21ipmi: test for event buffer before usingCorey Minyard1-0/+6
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm1-0/+31
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-3/+3
2009-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+3
2009-04-21Fix SYSCALL_ALIAS for older MIPS assemblerThomas Bogendoerfer1-1/+1
2009-04-20reiserfs: fix j_last_flush_trans_id typeAl Viro1-1/+1
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig1-2/+0
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-0/+1
2009-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-10/+26
2009-04-19PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki1-10/+26
2009-04-19<linux/seccomp.h> needs to include <linux/errno.h>.Ralf Baechle1-0/+2
2009-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-1/+53
2009-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-8/+1
2009-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2009-04-17Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds2-27/+0
2009-04-17Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds110-9454/+0
2009-04-17m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata2-11/+0
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata108-9443/+0
2009-04-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-0/+1
2009-04-16Driver core: remove pr_fmt() from dynamic_dev_dbg() printkJason Baron1-1/+1
2009-04-16dynamic debug: resurrect old pr_debug() semantics as pr_devel()Michael Ellerman1-0/+9
2009-04-16Driver Core: early platform driverMagnus Damm2-0/+43
2009-04-16ata: Report 16/32bit PIO as best we canAlan Cox1-0/+8
2009-04-16netfilter: nf_nat: add support for persistent mappingsPatrick McHardy1-0/+1
2009-04-16powerpc/5200: Bring the legacy fsl_spi_platform_data hooks backAnton Vorontsov1-0/+4
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov1-0/+1
2009-04-16Add block_write_full_page_endio for passing endio handlerChris Mason1-0/+3
2009-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+6
2009-04-15The default CONFIG_BUG=n version of BUG() should have an empty do...whileDavid Howells1-1/+1
2009-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds2-1/+4
2009-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-5/+185
2009-04-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+0