summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-0810-36/+99
|\
| * arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas2014-04-081-4/+11
| * arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEMLaura Abbott2014-04-071-0/+14
| * arm64: fix !CONFIG_COMPAT build failuresMark Salter2014-04-062-0/+6
| * Revert "arm64: virt: ensure visibility of __boot_cpu_mode"Catalin Marinas2014-04-051-13/+0
| * arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-053-4/+45
| * arm64: Update the TCR_EL1 translation granule definitions for 16K pagesCatalin Marinas2014-04-032-12/+19
| * ARM: topology: Make it clear that all CPUs need to be describedMark Brown2014-04-021-3/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-04-0847-979/+1032
|\ \
| * | s390/uaccess: rework uaccess code - fix locking issuesHeiko Carstens2014-04-0315-815/+556
| * | s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky2014-04-0311-66/+213
| * | s390/mm,tlb: safeguard against speculative TLB creationMartin Schwidefsky2014-04-033-18/+21
| * | s390/irq: Use defines for external interruption codesThomas Huth2014-04-0314-32/+39
| * | s390/irq: Add defines for external interruption codesThomas Huth2014-04-031-0/+13
| * | s390/sclp: add timeout for queued requestsGerald Schaefer2014-04-013-4/+104
| * | kvm/s390: also set guest pages back to stable on kexec/kdumpChristian Borntraeger2014-04-011-0/+4
| * | lcs: Add missing destroy_timer_on_stack()Thomas Gleixner2014-04-011-0/+1
| * | s390/tape: Add missing destroy_timer_on_stack()Thomas Gleixner2014-04-011-0/+1
| * | s390/tape: Use del_timer_sync()Thomas Gleixner2014-04-011-1/+1
| * | s390/3270: fix crash with multiple reset device requestsMartin Schwidefsky2014-04-011-3/+6
| * | s390/bitops,atomic: add missing memory barriersHeiko Carstens2014-04-012-46/+65
| * | s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6Ingo Tuchscherer2014-04-012-4/+18
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-08483-15914/+37462
|\ \ \
| * | | DRM: armada: fix corruption while loading cursorsRussell King2014-04-081-0/+1
| * | | Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-05189-1502/+2169
| |\ \ \
| | * | | Skip intel_crt_init for Dell XPS 8700Giacomo Comes2014-04-041-0/+8
| | * | | drm/i915: vlv: fix RPS interrupt mask settingImre Deak2014-04-041-1/+1
| | * | | Revert "drm/i915/vlv: fixup DDR freq detection per Punit spec"Deepak S2014-04-041-4/+2
| | * | | drm/i915: move power domain init earlier during system resumeImre Deak2014-04-041-14/+76
| | * | | drm/i915: Fix the computation of required fb size for pipeChris Wilson2014-04-021-8/+21
| | * | | drm/i915: don't get/put runtime PM at the debugfs forcewake filePaulo Zanoni2014-04-011-2/+0
| | * | | drm/i915: fix WARNs when reading DDI state while suspendedPaulo Zanoni2014-04-012-0/+8
| | * | | drm/i915: don't read cursor registers on powered down pipesPaulo Zanoni2014-04-011-6/+7
| | * | | drm/i915: get runtime PM at i915_display_infoPaulo Zanoni2014-04-011-0/+3
| | * | | drm/i915: don't read pp_ctrl_reg if we're suspendedPaulo Zanoni2014-04-011-1/+2
| | * | | drm/i915: get runtime PM at i915_reg_read_ioctlPaulo Zanoni2014-04-011-3/+8
| | * | | drm/i915: don't schedule force_wake_timer at gen6_readPaulo Zanoni2014-04-011-4/+5
| | * | | drm/i915: vlv: reserve the GT power context only once during driver initImre Deak2014-04-013-7/+44
| | * | | drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-319-17/+17
| | * | | drm/i915/overlay: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-12/+12
| | * | | drm/i915/ringbuffer: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-19/+19
| | * | | drm/i915/display: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-11/+11
| | * | | drm/i915/irq: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-55/+55
| | * | | drm/i915/gem: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-23/+23
| | * | | drm/i915/dma: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-24/+24
| | * | | drm/i915/debugfs: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-23/+23
| | * | | drm/i915: Mask PM/RPS interrupt generation based on activityChris Wilson2014-03-311-16/+25
| | * | | drm/i915: Refactor gen6_set_rpsChris Wilson2014-03-311-20/+14
| | * | | Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."Chris Wilson2014-03-313-49/+0
| | * | | drm/i915: Make sure vsyncshift is positiveVille Syrjälä2014-03-311-1/+4
OpenPOWER on IntegriCloud