summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert retrun typos to returnJoe Perches2013-09-046-6/+6
* treewide: Fix printks with 0x%#Joe Perches2013-08-272-3/+3
* scsi/megaraid fixed several typos in commentsMatthias Schid2013-08-203-7/+7
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-205-8/+9
* spi/bitbang: trivial: fix doubled word "use"Uwe Kleine-König2013-08-201-1/+1
* Docs: Comment: Fixed egregious typosMichael Witten2013-08-201-1/+1
* treewide: Fix typo in printkMasanari Iida2013-08-2011-18/+18
* credits: update contact information for Chris CheneyChris Cheney2013-08-051-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-07-241-1/+0
|\
| * powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan2013-07-241-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-1/+1
|\ \
| * | crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
* | | Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-243-14/+25
|\ \ \
| * | | EDAC: Fix lockdep splatBorislav Petkov2013-07-243-14/+25
* | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-241-2/+4
|\ \ \ \
| * | | | of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior2013-07-221-0/+1
| * | | | of/irq: Avoid calling list_first_entry() for empty listAxel Lin2013-07-221-2/+3
| | |_|/ | |/| |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-2425-130/+242
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-2210-49/+110
| |\ \ \ \
| | * | | | drm/i915: fix up gt init sequence falloutDaniel Vetter2013-07-214-6/+7
| | * | | | drm/i915: Serialize almost all register accessChris Wilson2013-07-201-3/+6
| | * | | | drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa2013-07-203-1/+19
| | * | | | drm/i915: correctly restore fences with objects attachedDaniel Vetter2013-07-191-2/+16
| | * | | | Merge tag 'v3.10' into drm-intel-fixesDaniel Vetter2013-07-1873-362/+5138
| | |\ \ \ \
| | * | | | | drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()Chris Wilson2013-07-171-10/+13
| | * | | | | drm/i915: Sanitize shared dpll stateDaniel Vetter2013-07-171-2/+17
| | * | | | | drm/i915: fix long-standing SNB regression in power consumption after resume v2Konstantin Khlebnikov2013-07-172-11/+12
| | * | | | | drm/i915: Preserve the DDI_A_4_LANES bit from the biosStéphane Marchesin2013-07-132-5/+7
| | * | | | | drm/i915: fix pfit regression for non-autoscaled resolutionsDaniel Vetter2013-07-122-4/+4
| | * | | | | drm/i915: fix up readout of the lvds dither bit on gen2/3Daniel Vetter2013-07-112-7/+11
| * | | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-07-2214-65/+121
| |\ \ \ \ \ \
| | * | | | | | drm/nouveau: do not allow negative sizes for nowMaarten Lankhorst2013-07-101-0/+6
| | * | | | | | drm/nouveau: add falcon interrupt handlerMaarten Lankhorst2013-07-107-0/+26
| | * | | | | | drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.Ben Skeggs2013-07-102-3/+15
| | * | | | | | drm/nouveau: bump fence timeout to 15 secondsMaarten Lankhorst2013-07-101-1/+1
| | * | | | | | drm/nouveau: do not unpin in nouveau_gem_object_delMaarten Lankhorst2013-07-102-8/+5
| | * | | | | | drm/nv50/kms: fix pin refcnt leaksBen Skeggs2013-07-101-11/+35
| | * | | | | | drm/nouveau: fix some error-path leaks in fbcon handling codeMaarten Lankhorst2013-07-102-6/+11
| | * | | | | | drm/nouveau: fix locking issues in page flipping pathsBen Skeggs2013-07-103-36/+22
| | * | | | | | Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-nextBen Skeggs2013-07-08275-6693/+66917
| | |\ \ \ \ \ \
| * | | | | | | | drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter2013-07-221-16/+11
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-234-44/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | vhost: Remove custom vhost rcu usageAsias He2013-07-114-26/+12
| * | | | | | | | vhost-scsi: Always access vq->private_data under vq mutexAsias He2013-07-111-7/+4
| * | | | | | | | vhost-net: Always access vq->private_data under vq mutexAsias He2013-07-111-11/+10
* | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-231-6/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Thermal: Fix lockup of cpu_down()Steven Rostedt2013-07-221-1/+0
| * | | | | | | | | Thermal: x86_pkg_temp: Limit number of pkg temp zonesSrinivas Pandruvada2013-07-161-0/+5
| * | | | | | | | | Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()Wei Yongjun2013-07-151-3/+5
| * | | | | | | | | Thermal: x86 package temp thermal crashSrinivas Pandruvada2013-07-151-2/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |