summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-12virtio_pci: optional MSI-X supportMichael S. Tsirkin1-19/+209
2009-06-12virtio_pci: split up vp_interruptMichael S. Tsirkin1-19/+34
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin8-75/+144
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell10-23/+41
2009-06-12virtio: meet virtio spec by finalizing features before using deviceRusty Russell1-3/+4
2009-06-12uvesafb: improve parameter handling.Rusty Russell1-6/+4
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell1-1/+1
2009-06-12cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARKRusty Russell1-5/+4
2009-06-12kmemleak: Remove the kmemleak.h include in drivers/char/vt.cCatalin Marinas1-1/+0
2009-06-12[S390] ftrace: add function graph tracer supportHeiko Carstens1-2/+2
2009-06-12[S390] dasd: forward internal errors to dasd_sleep_on callerStefan Weinhuber4-9/+31
2009-06-12[S390] dasd: sync after async probeSebastian Ott2-2/+14
2009-06-12[S390] dasd: check_characteristics cleanupSebastian Ott4-19/+18
2009-06-12[S390] dasd: no High Performance FICON in 31-bit modeStefan Weinhuber1-3/+8
2009-06-12[S390] dcssblk: revert devt conversionGerald Schaefer1-2/+2
2009-06-12[S390] qdio: fix access beyond ARRAY_SIZE of irq_ptr->{in,out}put_qsRoel Kluin1-1/+1
2009-06-12[S390] 3270: lock dependency fixesMartin Schwidefsky2-48/+32
2009-06-12[S390] 3270: do not register with tty_register_deviceMartin Schwidefsky1-15/+0
2009-06-12[S390] qdio: inline qdio_perf_stat_incJan Glauber2-16/+6
2009-06-12[S390] qdio: simplify error handling in irq handlerJan Glauber1-32/+12
2009-06-12[S390] cio: fix sanity checks in device_ops.Sebastian Ott1-16/+8
2009-06-12[S390] merge cpu.h into cputime.hMartin Schwidefsky1-1/+1
2009-06-12drm: Export hash table functionality.Jerome Glisse1-0/+4
2009-06-12drm: Split out the mm declarations in a separate header. Add atomic operations.Jerome Glisse1-28/+137
2009-06-12drm/radeon: add support for RV790.Alex Deucher1-2/+2
2009-06-12drm/radeon: add rv740 drm support.Alex Deucher2-3/+36
2009-06-12drm: Eliminate magic I2C frobbing when reading EDIDKeith Packard1-73/+1
2009-06-12drm/i915: duplicate desired mode for use by fbcon.Dave Airlie2-4/+14
2009-06-12drm/via: vfree() no need checking before calling itFigo.zhang1-4/+2
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driveryakui_zhao1-20/+29
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_modeyakui_zhao1-7/+11
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+5
2009-06-11fs: Remove i_cindex from struct inodeTheodore Ts'o2-3/+8
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+1
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+4
2009-06-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-93/+181
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds92-1667/+1966
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds8-5/+4636
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds10-205/+1180
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds13-777/+350
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg1-6/+2
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas1-0/+7
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds80-2631/+4225
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar43-214/+1324
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-06-11imx: serial: use tty_encode_baud_rate to set true rateOskar Schirmer1-0/+7
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt1-19/+176
2009-06-11imx: serial: use rational library functionOskar Schirmer2-20/+11