summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds16-158/+592
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds9-231/+980
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds36-262/+256
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds48-563/+442
2009-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+5
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger2-2/+2
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell1-8/+16
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2-2/+78
2009-06-12virtio: teach virtio_has_feature() about transport featuresMark McLoughlin1-1/+3
2009-06-12virtio: expose features in sysfsRusty Russell1-0/+16
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin2-20/+218
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin10-89/+183
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell14-31/+56
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2009-06-12virtio: fix obsolete documentation on probe functionRusty Russell1-2/+1
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell16-32/+0
2009-06-12module: trim exception table on init free.Rusty Russell7-1/+101
2009-06-12module: merge module_alloc() finallyAmerigo Wang3-11/+12
2009-06-12uml module: fix uml build process due to this mergeAmerigo Wang3-25/+2
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang4-224/+161
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang4-124/+99
2009-06-12uvesafb: improve parameter handling.Rusty Russell1-6/+4
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2-16/+49
2009-06-12module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell1-0/+5
2009-06-12module_param: split perm field into flags and permRusty Russell2-8/+9
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell3-4/+4
2009-06-12cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell1-5/+4
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas1-0/+2
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap2-13/+14
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds147-1834/+1707
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds23-187/+178
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu1-1/+0
2009-06-11x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-11nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi4-9/+12
2009-06-11nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi3-31/+33
2009-06-11nilfs2: simplify remaining sget() useRyusuke Konishi4-25/+75
2009-06-11nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2-60/+35
2009-06-11nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi3-65/+76
2009-06-11nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi1-2/+0
2009-06-11remove the call to ->write_super in __sync_filesystemChristoph Hellwig1-2/+0
2009-06-11nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig1-0/+2
2009-06-11jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig1-0/+2
2009-06-11ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-11sysv: add ->sync_fsChristoph Hellwig1-6/+13
2009-06-11hfsplus: add ->sync_fsChristoph Hellwig1-5/+11
2009-06-11hfs: add ->sync_fsChristoph Hellwig1-0/+11