aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateGravatar Daniel Axtens 5-12/+155
2015-08-14cxl: Convert MMIO read/write macros to inline functionsGravatar Daniel Axtens 1-16/+35
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationGravatar Daniel Axtens 1-1/+1
2015-08-12cxl: sparse: Make declarations staticGravatar Daniel Axtens 2-4/+4
2015-08-11cxl: Compile with -WerrorGravatar Daniel Axtens 1-0/+2
2015-08-06windfarm: remove three exported but unused functionsGravatar Paul Bolle 2-46/+0
2015-08-06windfarm: make wf_critical_overtemp() staticGravatar Paul Bolle 1-2/+1
2015-08-06windfarm: decrement client count when unregisteringGravatar Paul Bolle 1-1/+1
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextGravatar Daniel Axtens 1-3/+1
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuGravatar Johannes Thumshirn 1-0/+1
2015-07-16cxl: Destroy cxl_adapter_idr on module_exitGravatar Johannes Thumshirn 1-0/+1
2015-07-13cxl: use more common format specifierGravatar Rasmus Villemoes 4-31/+31
2015-07-13cxl: Add explicit precision specifiersGravatar Rasmus Villemoes 1-2/+2
2015-07-12Revert "drm/i915: Use crtc_state->active in primary check_plane func"Gravatar Linus Torvalds 1-1/+1
2015-07-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-11/+1
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-23/+142
2015-07-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-8/+25
2015-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-8/+6
2015-07-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 15-50/+74
2015-07-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 27-717/+964
2015-07-11Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-7/+2
2015-07-10Merge branch 'parisc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+38
2015-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2015-07-10stifb: Implement hardware accelerated copyareaGravatar Alex Ivanov 1-2/+38
2015-07-10Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-13/+20
2015-07-10nfit: add support for NVDIMM "latch" flagGravatar Ross Zwisler 2-1/+37
2015-07-10nfit: update block I/O path to use PMEM APIGravatar Ross Zwisler 2-12/+100
2015-07-10Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"Gravatar Dmitry Torokhov 1-1/+1
2015-07-10MIPS: Malta: Make GIC FDC IRQ workaround Malta specificGravatar James Hogan 1-10/+0
2015-07-10Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Dave Airlie 6-29/+49
2015-07-10Merge tag 'drm-intel-fixes-2015-07-09' of git://anongit.freedesktop.org/drm-i...Gravatar Dave Airlie 4-14/+37
2015-07-10Merge tag 'drm-amdkfd-fixes-2015-07-09' of git://people.freedesktop.org/~gabb...Gravatar Dave Airlie 1-2/+7
2015-07-10Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux int...Gravatar Dave Airlie 16-672/+871
2015-07-10cxl: Check if afu is not null in cxl_slbiaGravatar Daniel Axtens 1-1/+1
2015-07-09Merge tag 'omap-for-v4.2/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Kevin Hilman 1-7/+1
2015-07-09Merge tag 'sunxi-late-for-4.2' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Kevin Hilman 1-0/+1
2015-07-09i2c: Mark instantiated device nodes with OF_POPULATEGravatar Pantelis Antoniou 1-1/+15
2015-07-09i2c: jz4780: Fix return value if probe failsGravatar Axel Lin 1-7/+8
2015-07-09i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error pathGravatar Axel Lin 1-0/+1
2015-07-09i2c: I2C_MT65XX should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceGravatar Linus Torvalds 1-3/+13
2015-07-09drm/radeon: disable vce init on cayman (v2)Gravatar Alex Deucher 1-11/+14
2015-07-09drm/amdgpu: fix timeout calculationGravatar Christian König 1-1/+1
2015-07-09drm/radeon: check if BO_VA is set before adding it to the invalidation listGravatar Christian König 1-5/+5
2015-07-09drm/radeon: allways add the VM clear duplicateGravatar Christian König 1-18/+16
2015-07-09Revert "Revert "drm/radeon: dont switch vt on suspend""Gravatar Alex Deucher 1-0/+1
2015-07-09drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()Gravatar Michel Dänzer 1-30/+19
2015-07-09drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)Gravatar Grigori Goronzy 1-1/+33
2015-07-09drm/radeon: Clean up reference counting and pinning of the cursor BOsGravatar Michel Dänzer 2-48/+37