summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: handle anonymous cards by generating a fake CISAlan Cox2015-01-121-4/+20
* pcmcia: Fix requeryAlan Cox2015-01-122-1/+4
* pcmcia cis: on an out of range CIS read return 0xff, don't just warnAlan Cox2015-01-121-1/+4
* pcmcia: correct typesAlan Cox2015-01-122-5/+6
* uio/uio_pci_generic: don't return zero on failure path in probe()Alexey Khoroshilov2015-01-121-1/+2
* vme: fix misspelling of current function in stringJulia Lawall2015-01-121-1/+1
* ad525x_dpot-spi: Added Blank lines after declarationsMohammad Jamal2015-01-121-0/+4
* ad525x_dpot:Remove break after returnMohammad Jamal2015-01-121-6/+0
* ad525x_dpot: Add a blank line after declarationMohammad Jamal2015-01-121-0/+1
* GenWQE: remove unnecessary version.h inclusionFabian Frederick2015-01-122-2/+0
* drivers: char: mem: Fix Missing blank line issuesRob Ward2015-01-121-0/+2
* drivers: char: mem: Replace usage of asm includeRob Ward2015-01-121-1/+1
* drivers: char: mem: Simplify DEVPORT configurationRob Ward2015-01-121-5/+1
* drivers: char: mem: Simplify DEVKMEM configurationRob Ward2015-01-121-7/+1
* drivers: char: mem: Make /dev/mem an optional deviceRob Ward2015-01-122-1/+12
* misc: ioc4: simplify wave period measurement in clock_calibrateRichard Leitner2015-01-121-15/+16
* drivers:misc:ti-st: protect against bad packetsGigi Joseph2015-01-121-6/+18
* drivers: misc: ti-st: fix null pointer exception in st_kim_ref()Gigi Joseph2015-01-121-4/+8
* drivers: misc: ti-st: fix debugfs creation error handlingGigi Joseph2015-01-121-5/+1
* st_kim: allow suspend if callback is not registeredGigi Joseph2015-01-121-2/+2
* ti-st: add device tree supportGigi Joseph2015-01-122-10/+104
* mei: use uuid, me_addr tuple addressing also for flow control creditsTomas Winkler2015-01-121-2/+2
* mei: bus: use ssize_t as the return type for send and receiveTomas Winkler2015-01-122-19/+17
* Drivers: hv: vmbus: Use get_cpu() to get the current CPUK. Y. Srinivasan2015-01-122-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-281-1/+1
|\
| * [regression] braino in "lustre: use is_root_inode()"Al Viro2014-12-271-1/+1
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-2645-214/+446
|\ \
| * | Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie2014-12-248-67/+12
| * | Merge tag 'amdkfd-fixes-2014-12-23' of git://people.freedesktop.org/~gabbayo/...Dave Airlie2014-12-246-10/+85
| |\ \
| | * | amdkfd: init aperture once per processAlexey Skidanov2014-11-183-8/+11
| | * | amdkfd: Display MEC fw version in topology nodeOded Gabbay2014-11-091-2/+6
| | * | drm/radeon: Add implementation of get_fw_versionOded Gabbay2014-11-091-0/+53
| | * | drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay2014-11-091-0/+15
| | |/
| * | agp: Fix up email address & attributions in AGP MODULE_AUTHOR tagsDave Jones2014-12-238-8/+8
| * | Merge tag 'drm/tegra/for-3.19-rc1-fixes' of git://people.freedesktop.org/~tag...Dave Airlie2014-12-224-30/+146
| |\ \
| | * | drm/tegra: dc: Select root window for event dispatchSean Paul2014-12-171-2/+22
| | * | drm/tegra: gem: Use the proper size for GEM objectsThierry Reding2014-12-171-7/+7
| | * | drm/tegra: gem: Flush buffer objects upon allocationThierry Reding2014-12-171-4/+32
| | * | drm/tegra: dc: Fix a potential race on page-flip completionThierry Reding2014-12-171-3/+7
| | * | drm/tegra: dc: Consistently use the same pipeThierry Reding2014-12-172-13/+17
| | * | drm/irq: Add drm_crtc_vblank_count()Thierry Reding2014-12-171-0/+21
| | * | drm/irq: Add drm_crtc_handle_vblank()Thierry Reding2014-12-171-0/+20
| | * | drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding2014-12-171-0/+19
| * | | Merge tag 'drm-intel-next-fixes-2014-12-17' of git://anongit.freedesktop.org/...Dave Airlie2014-12-226-22/+82
| |\ \ \
| | * | | drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson2014-12-162-8/+42
| | * | | drm/i915: Force the CS stall for invalidate flushesChris Wilson2014-12-161-0/+2
| | * | | drm/i915: Invalidate media caches on gen7Chris Wilson2014-12-162-0/+2
| | * | | drm/i915: sanitize RPS resetting during GPU resetImre Deak2014-12-152-10/+22
| | * | | drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interruptsImre Deak2014-12-151-3/+13
| | * | | drm/i915: vlv: fix IRQ masking when uninstalling interruptsImre Deak2014-12-111-1/+1