| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: ad5398 - fix a memory leak | Axel Lin | 2010-09-01 | 1 | -6/+6 |
* | regulator: set max8998->dev to &pdev->dev. | Axel Lin | 2010-09-01 | 1 | -0/+1 |
* | regulator: tps6586x-regulator - fix bit_mask parameter for tps6586x_set_bits() | Axel Lin | 2010-09-01 | 1 | -1/+1 |
* | regulator: tps6586x-regulator - fix value range checking for val | Axel Lin | 2010-09-01 | 1 | -1/+1 |
* | regulator: max8998 - set max8998->num_regulators | Axel Lin | 2010-09-01 | 1 | -0/+1 |
* | regulator: max8998 - fix memory allocation size for max8998->rdev | Axel Lin | 2010-09-01 | 1 | -3/+3 |
* | regulator: tps6507x - remove incorrect comments | Axel Lin | 2010-09-01 | 1 | -6/+0 |
* | regulator: max1586 - improve the logic of choosing selector | Axel Lin | 2010-09-01 | 1 | -6/+6 |
* | regulator: ab8500 - fix the logic to remove already registered regulators in ... | Axel Lin | 2010-09-01 | 1 | -3/+1 |
* | regulator: ab3100 - fix the logic to remove already registered regulators in ... | Axel Lin | 2010-09-01 | 1 | -4/+1 |
* | regulator/ab8500: move dereference below the check for NULL | Dan Carpenter | 2010-09-01 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-08-29 | 5 | -26/+50 |
|\ |
|
| * | firewire: ohci: work around VIA and NEC PHY packet reception bug | Stefan Richter | 2010-08-29 | 1 | -1/+9 |
| * | firewire: core: do not use del_timer_sync() in interrupt context | Clemens Ladisch | 2010-08-19 | 1 | -3/+10 |
| * | firewire: net: fix unicast reception RCODE in failure paths | Stefan Richter | 2010-08-19 | 1 | -13/+15 |
| * | firewire: sbp2: fix stall with "Unsolicited response" | Stefan Richter | 2010-08-19 | 1 | -3/+8 |
| * | firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send error | Stefan Richter | 2010-08-19 | 1 | -5/+7 |
| * | ieee1394: Adjust confusing if indentation | Julia Lawall | 2010-08-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-29 | 7 | -36/+63 |
|\ \ |
|
| * | | qlge: reset the chip before freeing the buffers | Breno Leitao | 2010-08-26 | 1 | -2/+2 |
| * | | pxa168_eth: silence gcc warnings | Dan Carpenter | 2010-08-24 | 1 | -3/+3 |
| * | | pxa168_eth: update call to phy_mii_ioctl() | Dan Carpenter | 2010-08-24 | 1 | -1/+1 |
| * | | pxa168_eth: fix error handling in prope | Dan Carpenter | 2010-08-24 | 1 | -22/+22 |
| * | | pxa168_eth: remove unneeded null check | Dan Carpenter | 2010-08-24 | 1 | -4/+2 |
| * | | phylib: Fix race between returning phydev and calling adjust_link | Anton Vorontsov | 2010-08-24 | 1 | -0/+2 |
| * | | caif-driver: add HAS_DMA dependency | Heiko Carstens | 2010-08-24 | 1 | -1/+1 |
| * | | 3c59x: Fix deadlock between boomerang_interrupt and boomerang_start_tx | Neil Horman | 2010-08-24 | 1 | -1/+14 |
| * | | qlcnic: fix poll implementation | Yinglin Luan | 2010-08-24 | 1 | -1/+8 |
| * | | netxen: fix poll implementation | Yinglin Luan | 2010-08-24 | 1 | -1/+8 |
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2010-08-28 | 12 | -74/+82 |
|\ \ \ |
|
| * | | | drm/radeon/kms: add missing scratch update in dp_detect | Alex Deucher | 2010-08-27 | 1 | -0/+1 |
| * | | | drm/modes: Fix CVT-R modeline generation | Adam Jackson | 2010-08-27 | 1 | -1/+4 |
| * | | | drm: fix regression in drm locking since BKL removal. | Arnd Bergmann | 2010-08-27 | 1 | -0/+2 |
| * | | | drm/radeon/kms: remove stray radeon_i2c_destroy | Alex Deucher | 2010-08-27 | 1 | -2/+0 |
| * | | | drm: mm: fix range restricted allocations | Daniel Vetter | 2010-08-27 | 1 | -10/+14 |
| * | | | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d... | Dave Airlie | 2010-08-27 | 7 | -61/+61 |
| |\ \ \ |
|
| | * | | | drm/nouveau: drop drm_global_mutex before sleeping in submission path | Ben Skeggs | 2010-08-27 | 1 | -0/+2 |
| | * | | | drm: export drm_global_mutex for drivers to use | Ben Skeggs | 2010-08-27 | 1 | -0/+1 |
| | * | | | drm/nv20: Don't use pushbuf calls on the original nv20. | Francisco Jerez | 2010-08-26 | 1 | -2/+2 |
| | * | | | drm/nouveau: Fix TMDS on some DCB1.5 boards. | Francisco Jerez | 2010-08-26 | 1 | -14/+6 |
| | * | | | drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. | Francisco Jerez | 2010-08-26 | 2 | -21/+27 |
| | * | | | drm/nv30: Apply modesetting to the correct slave encoder | Patrice Mandin | 2010-08-26 | 1 | -3/+5 |
| | * | | | drm/nouveau: Use a helper function to match PCI device/subsystem IDs. | Francisco Jerez | 2010-08-26 | 3 | -20/+16 |
| | * | | | drm/nv50: add dcb type 14 to enum to prevent compiler complaint | Ben Skeggs | 2010-08-26 | 2 | -1/+2 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 2010-08-28 | 2 | -17/+10 |
|\ \ \ \ \ |
|
| * | | | | | amd64_edac: Do not report error overflow as a separate error | Borislav Petkov | 2010-08-26 | 2 | -13/+2 |
| * | | | | | MCE, AMD: Limit MCE decoding to current families for now | Borislav Petkov | 2010-08-24 | 1 | -4/+8 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-08-28 | 18 | -59/+54 |
|\ \ \ \ \ \ |
|
| * | | | | | | Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove() | Axel Lin | 2010-08-25 | 1 | -2/+0 |
| * | | | | | | Input: mousedev - fix regression of inverting axes | Christoph Fritz | 2010-08-25 | 1 | -4/+4 |