aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Merge branch 'stable/xen-pciback-0.6.3' into stable/driversGravatar Konrad Rzeszutek Wilk 15-0/+4505
2011-07-19xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...Gravatar Konrad Rzeszutek Wilk 6-72/+166
2011-07-19xen/pciback: Remove the DEBUG option.Gravatar Konrad Rzeszutek Wilk 2-13/+0
2011-07-19xen/pciback: Drop two backends, squash and cleanup some code.Gravatar Konrad Rzeszutek Wilk 19-1369/+679
2011-07-19xen/pciback: Print out the MSI/MSI-X (PIRQ) valuesGravatar Konrad Rzeszutek Wilk 1-0/+31
2011-07-19xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.Gravatar Konrad Rzeszutek Wilk 1-0/+7
2011-07-19xen: rename pciback module to xen-pciback.Gravatar Ian Campbell 1-12/+12
2011-07-19xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...Gravatar Konrad Rzeszutek Wilk 2-14/+21
2011-07-19xen/pciback: Allocate IRQ handler for device that is shared with guest.Gravatar Konrad Rzeszutek Wilk 5-5/+223
2011-07-19xen/pciback: Disable MSI/MSI-X when reseting a deviceGravatar Konrad Rzeszutek Wilk 1-0/+8
2011-07-19xen/pciback: guest SR-IOV support for PV guestGravatar Zhao, Yu 1-5/+66
2011-07-19xen/pciback: Register the owner (domain) of the PCI device.Gravatar Konrad Rzeszutek Wilk 2-0/+15
2011-07-19xen/pciback: Cleanup the driver based on checkpatch warnings and errors.Gravatar Konrad Rzeszutek Wilk 5-37/+37
2011-07-19xen/pciback: xen pci backend driver.Gravatar Konrad Rzeszutek Wilk 21-0/+4767
2011-07-08Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/...Gravatar Konrad Rzeszutek Wilk 4-0/+505
2011-07-08xen: tmem: self-ballooning and frontswap-selfshrinkingGravatar Dan Magenheimer 4-0/+505
2011-06-30xen: Add module alias to autoload backend driversGravatar Bastian Blank 2-1/+5
2011-06-30xen: Populate xenbus device attributesGravatar Bastian Blank 4-37/+18
2011-06-30xen: Add __attribute__((format(printf... where appropriateGravatar Joe Perches 1-1/+1
2011-06-21Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linu...Gravatar Konrad Rzeszutek Wilk 3-13/+166
2011-06-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 10-61/+84
2011-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 22-38/+490
2011-06-21drm/radeon/kms/r6xx+: voltage fixesGravatar Alex Deucher 4-0/+16
2011-06-20pxa168_eth: fix race in transmit path.Gravatar Richard Cochran 1-1/+1
2011-06-20netxen: fix race in skb->len accessGravatar Eric Dumazet 1-2/+2
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 5-5/+7
2011-06-20drm/nouveau: drop leftover debuggingGravatar Dave Airlie 1-1/+0
2011-06-20Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Gravatar Dave Airlie 4-39/+46
2011-06-20drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.Gravatar Dave Airlie 2-18/+14
2011-06-20drm/radeon/kms: add missing param for dce3.2 DP transmitter setupGravatar Alex Deucher 1-2/+3
2011-06-20drm/radeon/kms/atom: fix duallink on some early DCE3.2 cardsGravatar Alex Deucher 1-1/+5
2011-06-19sgi-xp: fix a use after freeGravatar Eric Dumazet 1-3/+3
2011-06-19hp100: fix an skb->len raceGravatar Eric Dumazet 1-2/+2
2011-06-19Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar David S. Miller 1-4/+6
2011-06-19netpoll: copy dev name of slaves to struct netpollGravatar WANG Cong 1-0/+1
2011-06-18Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-8/+6
2011-06-18Input: sh_keysc - 8x8 MODE_6 fixGravatar Magnus Damm 1-1/+1
2011-06-18Input: omap-keypad - add missing input_sync()Gravatar Janusz Krzysztofik 1-0/+1
2011-06-18Input: evdev - try to wake up readers only if we have full packetGravatar Dmitry Torokhov 1-1/+2
2011-06-17hwmon: (s3c) Initialize sysfs attributesGravatar Guenter Roeck 1-0/+2
2011-06-17hwmon: (ibmpex) Initialize sysfs attributesGravatar Guenter Roeck 1-0/+1
2011-06-17hwmon: (ibmaem) Initialize sysfs attributesGravatar Guenter Roeck 1-0/+2
2011-06-17hwmon: (asus_atk0110) Consolidate sysfs attribute initializationGravatar Guenter Roeck 1-4/+1
2011-06-17hwmon: (coretemp) Drop unused struct membersGravatar Jean Delvare 1-4/+0
2011-06-18drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan syncGravatar Ben Skeggs 1-34/+25
2011-06-18drm/nv50/disp: fix gamma with page flipping overlay turned onGravatar Ben Skeggs 1-3/+14
2011-06-18drm/nouveau/pm: Prevent overflow in nouveau_perf_init()Gravatar Emil Velikov 1-0/+5
2011-06-18drm/nouveau: fix big-endian switchGravatar Ben Skeggs 1-2/+2
2011-06-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-0/+10