aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds2009-06-1216-158/+592
|\
| * virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-122-2/+2
| * virtio: fix id_matching for virtio driversChristian Borntraeger2009-06-121-1/+1
| * virtio: handle short buffers in virtio_rng.Rusty Russell2009-06-121-8/+16
| * virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
| * virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin2009-06-122-2/+78
| * virtio: teach virtio_has_feature() about transport featuresMark McLoughlin2009-06-121-1/+3
| * virtio: expose features in sysfsRusty Russell2009-06-121-0/+16
| * virtio_pci: optional MSI-X supportMichael S. Tsirkin2009-06-122-20/+218
| * virtio_pci: split up vp_interruptMichael S. Tsirkin2009-06-121-19/+34
| * virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-1210-89/+183
| * virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-1214-31/+56
| * virtio: meet virtio spec by finalizing features before using deviceRusty Russell2009-06-121-3/+4
| * virtio: fix obsolete documentation on probe functionRusty Russell2009-06-121-2/+1
* | Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds2009-06-129-231/+980
|\ \
| * | CUSE: implement CUSE - Character device in UserspaceTejun Heo2009-06-094-0/+652
| * | fuse: export symbols to be used by CUSETejun Heo2009-04-284-9/+39
| * | fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo2009-04-283-53/+72
| * | fuse: don't use inode in fuse_file_pollMiklos Szeredi2009-04-281-3/+2
| * | fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi2009-04-281-14/+21
| * | fuse: don't use inode in fuse_sync_release()Miklos Szeredi2009-04-283-39/+36
| * | fuse: create fuse_do_open() helper for CUSEMiklos Szeredi2009-04-283-27/+42
| * | fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi2009-04-283-23/+30
| * | fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi2009-04-283-34/+32
| * | fuse: add members to struct fuse_fileMiklos Szeredi2009-04-282-2/+10
| * | fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi2009-04-281-10/+23
| * | fuse: clean up fuse_write_fill()Miklos Szeredi2009-04-281-9/+8
| * | fuse: use struct path in release structureMiklos Szeredi2009-04-282-7/+5
| * | fuse: misc cleanupsTejun Heo2009-04-281-37/+44
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds2009-06-1236-262/+256
|\ \ \
| * | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-1216-32/+0
| * | | module: trim exception table on init free.Rusty Russell2009-06-127-1/+101
| * | | module: merge module_alloc() finallyAmerigo Wang2009-06-123-11/+12
| * | | uml module: fix uml build process due to this mergeAmerigo Wang2009-06-123-25/+2
| * | | x86 module: merge the rest functions with macrosAmerigo Wang2009-06-124-224/+161
| * | | x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang2009-06-124-124/+99
| * | | uvesafb: improve parameter handling.Rusty Russell2009-06-121-6/+4
| * | | module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2009-06-122-16/+49
| * | | module_param: add __same_type convenience wrapper for __builtin_types_compati...Rusty Russell2009-06-121-0/+5
| * | | module_param: split perm field into flags and permRusty Russell2009-06-122-8/+9
| * | | module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-123-4/+4
| * | | cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell2009-06-121-5/+4
| | |/ | |/|
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-1248-563/+442
|\ \ \
| * | | ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()Bartlomiej Zolnierkiewicz2009-06-101-54/+16
| * | | ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz2009-06-101-1/+0
| * | | ide: fix PowerMac bootup oopsHugh Dickins2009-06-101-26/+21
| * | | ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz2009-06-081-3/+9
| * | | sl82c105: add printk() logging facilitySergei Shtylyov2009-06-081-4/+5
| * | | ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
| * | | ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-075-10/+13