summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/leds/leds-lm3530.c: add MODULE_DEVICE_TABLEAxel Lin2011-05-181-0/+1
* rapidio: fix default routing initializationAlexandre Bounine2011-05-183-0/+21
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-1711-26/+40
|\
| * rtc: mc13xxx: Don't call rtc_device_register while holding lockUwe Kleine-König2011-05-071-2/+6
| * rtc: rp5c01: Initialize drvdata before registering deviceJohn Stultz2011-05-071-2/+3
| * rtc: pcap: Initialize drvdata before registering deviceJohn Stultz2011-05-071-1/+3
| * rtc: msm6242: Initialize drvdata before registering deviceJohn Stultz2011-05-071-1/+2
| * rtc: max8998: Initialize drvdata before registering deviceJohn Stultz2011-05-071-2/+3
| * rtc: max8925: Initialize drvdata before registering deviceJohn Stultz2011-05-071-2/+3
| * rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz2011-05-071-2/+3
| * rtc: ds1286: Initialize drvdata before registering deviceJohn Stultz2011-05-071-1/+1
| * rtc: ep93xx: Initialize drvdata before registering deviceWolfram Sang2011-05-071-3/+2
| * rtc: davinci: Initialize drvdata before registering deviceWolfram Sang2011-05-071-2/+3
| * rtc: mxc: Initialize drvdata before registering deviceWolfram Sang2011-05-071-8/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-172-0/+10
|\ \
| * | vmxnet3: Fix inconsistent LRO state after initializationThomas Jarosch2011-05-161-0/+3
| * | sfc: Fix oops in register dump after mapping changeBen Hutchings2011-05-161-0/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-171-4/+5
|\ \ \
| * | | Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...Chris Ball2011-05-161-4/+5
* | | | PCI: Clear bridge resource flags if requested size is 0Yinghai Lu2011-05-171-2/+2
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-05-167-11/+43
|\ \ \ \ | |/ / / |/| | |
| * | | drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2011-05-161-4/+22
| * | | drm/i915: Revert i915.semaphore=1 default from 47ae63e0Andy Lutomirski2011-05-161-1/+1
| * | | vga_switcheroo: don't toggle-switch devicesFlorian Mickler2011-05-161-3/+3
| * | | drm/radeon/kms: add some evergreen/ni safe regsAlex Deucher2011-05-132-0/+2
| * | | drm/radeon/kms: fix extended lvds info parsingAlex Deucher2011-05-131-3/+11
| * | | drm/radeon/kms: fix tiling reg on fusionAlex Deucher2011-05-132-1/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-05-151-21/+156
|\ \ \ \
| * | | | rbd: fix split bio handlingYehuda Sadeh2011-05-131-20/+151
| * | | | rbd: fix leak of ops structSage Weil2011-05-131-1/+5
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-05-141-1/+1
|\ \ \ \ \
| * | | | | libata: fix oops when LPM is used with PMPTejun Heo2011-05-141-1/+1
* | | | | | Merge branch 'fbmem'Linus Torvalds2011-05-141-52/+71
|\ \ \ \ \ \
| * | | | | | Further fbcon sanity checkingBruno Prémont2011-05-141-4/+4
| * | | | | | fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds2011-05-141-49/+68
* | | | | | | Revert "libata: ahci_start_engine compliant to AHCI spec"Tejun Heo2011-05-141-21/+0
| |/ / / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-1413-57/+110
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | bonding,llc: Fix structure sizeof incompatibility for some PDUsVitalii Demianets2011-05-131-5/+5
| * | | | | ne-h8300: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-9/+9
| * | | | | hydra: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-8/+8
| * | | | | zorro8390: Fix regression caused during net_device_ops conversionGeert Uytterhoeven2011-05-122-7/+7
| * | | | | Merge branch 'sfc-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...David S. Miller2011-05-123-23/+53
| |\ \ \ \ \
| | * | | | | sfc: Always map MCDI shared memory as uncacheableBen Hutchings2011-05-123-23/+53
| * | | | | | ehea: Fix memory hotplug oopsAnton Blanchard2011-05-121-3/+3
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-05-124-2/+25
| |\ \ \ \ \ \
| | * | | | | | libertas: fix cmdpendingq lockingPaul Fox2011-05-101-2/+4
| | * | | | | | iwlegacy: fix IBSS mode crashesStanislaw Gruszka2011-05-102-0/+13
| | * | | | | | ath9k: Fix a warning due to a queued work during S3 stateMohammed Shafi Shajakhan2011-05-101-0/+8
* | | | | | | | drm/i915: Revert i915.semaphore=1 default from i915 mergeAndy Lutomirski2011-05-131-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | i2c: pnx: Fix crash due to wrong init of timer->dataWolfram Sang2011-05-131-1/+1
| |_|_|_|/ / |/| | | | |