summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-01151-475/+10344
|\
| * Merge git://git.infradead.org/~dwmw2/mtd-2.6.30Linus Torvalds2009-05-291-20/+23
| |\
| | * mtd: MXC NAND driver fixes (v5)Vladimir Barinov2009-05-291-20/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-05-295-5/+29
| |\ \
| | * | Revert "USB: Correct Makefile to make isp1760 buildable"Mike Frysinger2009-05-281-1/+0
| | * | usb-serial: fix crash when sub-driver updates firmwareAlan Stern2009-05-281-0/+1
| | * | USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free2009-05-281-2/+22
| | * | USB: Yet another Conexant Clone to add to cdc-acm.cXiao Kaijian2009-05-281-0/+3
| | * | USB: atmel_usb_udc: Use kzalloc() to allocate ep structuresHaavard Skinnemoen2009-05-281-1/+1
| | * | USB: atmel-usba-udc : fix control out requests.Martin Fuzzey2009-05-281-1/+2
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-05-293-2/+11
| |\ \
| | * | Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-283-2/+11
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-293-2/+3
| |\ \
| | * | Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov2009-05-281-1/+1
| | * | Input: usb1400_ts - fix access to "device data" in resume functionManuel Traut2009-05-271-1/+1
| | * | Input: multitouch - add tracking ID to the protocolHenrik Rydberg2009-05-231-0/+1
| * | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-293-6/+34
| |\ \ \
| | * | | i915: Set object to gtt domain when faulting it back inKristian Høgsberg2009-05-271-0/+7
| | * | | drm/i915: Apply a big hammer to 865 GEM object CPU cache flushing.Eric Anholt2009-05-261-0/+10
| | * | | drm/i915: Fix tiling pitch handling on 8xx.Eric Anholt2009-05-263-6/+17
| * | | | 8250: Fix oops from setserialAlan Cox2009-05-291-0/+15
| * | | | edac: AMD8111 & AMD8131 Kconfig fixupHarry Ciao2009-05-292-2/+8
| * | | | edac: AMD8111 & AMD8131 use dev_name()Harry Ciao2009-05-292-3/+3
| * | | | atmel_lcdfb: correct fifo size for some productsNicolas Ferre2009-05-291-8/+2
| * | | | S3C-fb: PM fixMarek Szyprowski2009-05-291-1/+11
| * | | | serial: 8250_gsc: fix printk format errorAlexander Beregalov2009-05-291-2/+2
| * | | | parport_gsc: fix printk format errorAlexander Beregalov2009-05-291-2/+2
| * | | | drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin2009-05-291-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-05-271-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown2009-05-271-3/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-05-269-89/+408
| |\ \ \
| | * | | drm/i915: Add support for VGA load detection (pre-945).Ma Ling2009-05-261-2/+147
| | * | | drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.Ma Ling2009-05-221-4/+63
| | * | | drm/i915: Determine type before initialising connectorJonas Bonn2009-05-221-19/+10
| | * | | drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.Ma Ling2009-05-221-0/+41
| | * | | drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling2009-05-224-33/+93
| | * | | i915: support 8xx desktop cursorsJesse Barnes2009-05-223-8/+39
| | * | | drm/i915: allocate large pointer arrays with vmallocJesse Barnes2009-05-191-23/+15
| * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-05-261-2/+6
| |\ \ \ \
| | * | | | oprofile: fix cpu buffer sizeRobert Richter2009-05-071-2/+6
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-05-263-4/+10
| |\ \ \ \ \
| | * | | | | [CPUFREQ] fix timer teardown in ondemand governorMathieu Desnoyers2009-05-261-1/+4
| | * | | | | [CPUFREQ] fix timer teardown in conservative governorMathieu Desnoyers2009-05-261-1/+4
| | * | | | | [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP callMathieu Desnoyers2009-05-261-2/+2
| * | | | | | lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell2009-05-261-9/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-2614-111/+158
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-251-5/+30
| | |\ \ \ \ \ \
| | | * | | | | | wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez2009-05-221-5/+30
| | * | | | | | | r8169: avoid losing MSI interruptsDavid Dillow2009-05-251-45/+57
| | * | | | | | | mac8390: fix regression caused during net_device_ops conversionFinn Thain2009-05-252-6/+6
OpenPOWER on IntegriCloud