| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | sungem: Soft lockup in sungem on Netra AC200 when switching interface up | Ilkka Virta | 2009-02-06 | 1 | -4/+4 |
| * | | | r8169: Don't update statistics counters when interface is down | Ivan Vecera | 2009-02-06 | 1 | -35/+58 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-02-09 | 12 | -105/+117 |
|\ \ \ \ |
|
| * | | | | USB: Storage: Update unusual_devs entry for Datafab KECF-USB | Nick Holloway | 2009-02-09 | 1 | -1/+1 |
| * | | | | USB: Correct Makefile to make isp1760 buildable | Ivan Kuten | 2009-02-09 | 1 | -0/+1 |
| * | | | | USB: option: New mobile broadband modems to be supported | Dirk De Schepper | 2009-02-09 | 1 | -28/+56 |
| * | | | | USB: two more usb ids for ti_usb_3410_5052 | Oliver Neukum | 2009-02-09 | 2 | -3/+9 |
| * | | | | USB: ftdi_sio: unlock_kernel() on error in set_serial_info() | Dan Carpenter | 2009-02-09 | 1 | -1/+3 |
| * | | | | USB: usb-storage: add Pentax to the bad-vendor list | Alan Stern | 2009-02-09 | 2 | -15/+2 |
| * | | | | USB: ftdi_sio: add support for the NDI Polaris system | Stephane Clerambault | 2009-02-09 | 2 | -0/+4 |
| * | | | | USB: usb-serial: fix the aircable_init failure path | Dave Young | 2009-02-09 | 1 | -2/+2 |
| * | | | | USB: usb-storage: remove WARN from last-sector hacks | Alan Stern | 2009-02-09 | 1 | -33/+3 |
| * | | | | Revert USB: option: add Pantech cards | Greg Kroah-Hartman | 2009-02-09 | 1 | -9/+0 |
| * | | | | USB: cdc-acm.c: remove duplicate lines for MTK gps support | James Treacy | 2009-02-09 | 1 | -3/+0 |
| * | | | | USB: fsl_qe_udc: Fix stalled TX requests bug | Anton Vorontsov | 2009-02-09 | 1 | -0/+1 |
| * | | | | USB: fsl_qe_udc: Fix muram corruption by disabled endpoints | Anton Vorontsov | 2009-02-09 | 1 | -0/+1 |
| * | | | | USB: fsl_qe_udc: Fix disconnects reporting during bus reset | Anton Vorontsov | 2009-02-09 | 1 | -0/+3 |
| * | | | | USB: fsl_qe_udc: Fix QE USB controller initialization | Anton Vorontsov | 2009-02-09 | 1 | -1/+5 |
| * | | | | USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus() | Anton Vorontsov | 2009-02-09 | 1 | -8/+18 |
| * | | | | USB: fsl_qe_udc: Fix oops on QE UDC probe failure | Anton Vorontsov | 2009-02-09 | 1 | -1/+8 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 | Linus Torvalds | 2009-02-09 | 7 | -973/+3903 |
|\ \ \ \ \ |
|
| * | | | | | Staging: panel: fix lcd panel driver build failure | Sachin P. Sant | 2009-02-09 | 1 | -5/+5 |
| * | | | | | Staging: android: fix up units in timed_gpio | Greg Kroah-Hartman | 2009-02-09 | 1 | -1/+1 |
| * | | | | | Staging: android: ram_console: Disable ECC when early init is enabled and val... | Arve Hjønnevåg | 2009-02-09 | 2 | -0/+15 |
| * | | | | | Staging: at76_usb: Add support for OQO Model 01+ | Jamie Lentin | 2009-02-09 | 1 | -0/+2 |
| * | | | | | Staging: at76_usb: fix bugs introduced by "Staging: at76_usb: cleanup dma on ... | Jason Andryuk | 2009-02-09 | 1 | -2/+2 |
| * | | | | | Revert Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port | Greg Kroah-Hartman | 2009-02-09 | 3 | -965/+3878 |
| |/ / / / |
|
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-02-09 | 1 | -22/+25 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | [CPUFREQ] Make ignore_nice_load setting of ondemand work as expected. | Venkatesh Pallipadi | 2009-02-05 | 1 | -22/+25 |
* | | | | | i915: Fix more size_t format string warnings | Linus Torvalds | 2009-02-09 | 1 | -1/+1 |
* | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-02-09 | 17 | -193/+1426 |
|\ \ \ \ \ |
|
| * | | | | | drm/i915: select framebuffer support automatically | Ingo Molnar | 2009-02-08 | 2 | -3/+5 |
| * | | | | | drm/i915: add get_vblank_counter function for GM45 | Jesse Barnes | 2009-02-08 | 5 | -1/+24 |
| * | | | | | drm/i915: capture last_vblank count at IRQ uninstall time too | Jesse Barnes | 2009-02-08 | 1 | -0/+1 |
| * | | | | | drm/i915: Unlock mutex on i915_gem_fault() error path | Chris Wilson | 2009-02-08 | 1 | -1/+3 |
| * | | | | | drm/i915: Quiet the message on get/setparam ioctl with an unknown value. | Eric Anholt | 2009-02-08 | 1 | -2/+2 |
| * | | | | | drm/i915: skip LVDS initialization on Apple Mac Mini | Paul Collins | 2009-02-08 | 1 | -34/+13 |
| * | | | | | drm/i915: sync SDVO code with stable userland modesetting driver | Jesse Barnes | 2009-02-08 | 4 | -104/+1173 |
| * | | | | | drm/i915: Unref the object after failing to set tiling mode. | Chris Wilson | 2009-02-08 | 1 | -1/+4 |
| * | | | | | drm/i915: add fence register management to execbuf | Jesse Barnes | 2009-02-08 | 5 | -20/+144 |
| * | | | | | drm/i915: Return error from i915_gem_object_get_fence_reg() when failing. | Eric Anholt | 2009-02-08 | 1 | -7/+13 |
| * | | | | | drm/i915: Set up an MTRR covering the GTT at driver load. | Eric Anholt | 2009-02-08 | 3 | -11/+25 |
| * | | | | | drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present. | Eric Anholt | 2009-02-08 | 1 | -7/+11 |
| * | | | | | drm/i915: Suppress GEM teardown on X Server exit in KMS mode. | Eric Anholt | 2009-02-08 | 1 | -0/+3 |
| * | | | | | drm/radeon: fix ioremap conflict with AGP mappings | Dave Airlie | 2009-02-08 | 2 | -4/+9 |
| * | | | | | i915: fix unneeded locking in i915 LVDS get modes code. | Dave Airlie | 2009-02-03 | 1 | -2/+0 |
| | |_|/ /
| |/| | | |
|
* | | | | | radeonfb: Fix resume from D3Cold on some platforms | Benjamin Herrenschmidt | 2009-02-08 | 2 | -67/+20 |
* | | | | | aty128fb: Properly save PCI state before changing PCI PM level | Benjamin Herrenschmidt | 2009-02-08 | 1 | -10/+15 |
* | | | | | atyfb: Properly save PCI state before changing PCI PM level | Benjamin Herrenschmidt | 2009-02-08 | 1 | -5/+15 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-07 | 6 | -83/+117 |
|\ \ \ \ \ |
|