summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: use common fence for amdgpu_vm_fenceChristian König2015-11-163-8/+8
* drm/amdgpu: use fence_is_later() for vm_flush as well v2Christian König2015-11-161-12/+9
* drm/amdgpu: use a timer for fence fallbackChristian König2015-11-162-46/+35
* drm/amdgpu: remove fence trace pointsChristian König2015-11-162-44/+0
* drm/amdgpu: update Fiji's mmPA_SC_RASTER_CONFIG valueFlora Cui2015-11-161-1/+4
* drm/radeon: Only prompt for enabling PAT when we'd allow write-combiningMichel Dänzer2015-11-161-2/+3
* drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WCMichel Dänzer2015-11-161-2/+2
* drm/radeon: Disable uncacheable CPU mappings of GTT with RV6xxMichel Dänzer2015-11-161-0/+6
* Revert "drm/rockchip: Convert the probe function to the generic drm_of_compon...Mark Yao2015-11-131-6/+75
* drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() was...Ville Syrjälä2015-11-131-1/+9
* Merge tag 'topic/drm-fixes-2015-11-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-11-131-1/+1
|\
| * drm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin2015-11-051-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-11-1214-33/+54
|\ \
| * | arm64: suspend: make hw_breakpoint_restore staticJisheng Zhang2015-11-121-1/+1
| * | arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang2015-11-121-2/+2
| * | arm64: smp: make of_parse_and_init_cpus staticJisheng Zhang2015-11-121-1/+1
| * | arm64: use linux/types.h in kvm.hArnd Bergmann2015-11-121-1/+1
| * | arm64: build vdso without libgcovArnd Bergmann2015-11-121-0/+3
| * | arm64: mark cpus_have_hwcap as __maybe_unusedArnd Bergmann2015-11-121-1/+1
| * | arm64: remove redundant FRAME_POINTER kconfig option and force to select itYang Shi2015-11-102-4/+1
| * | arm64: fix R/O permissions of FDT mappingArd Biesheuvel2015-11-092-1/+2
| * | arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulationArd Biesheuvel2015-11-091-1/+1
| * | arm64: bpf: fix mod-by-zero caseZi Shen Lim2015-11-061-8/+13
| * | arm64: bpf: fix div-by-zero caseZi Shen Lim2015-11-062-13/+27
| * | arm64: Enable CRYPTO_CRC32_ARM64 in defconfigCatalin Marinas2015-11-061-0/+1
| * | arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi2015-11-052-2/+2
* | | Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds2015-11-1213-35/+40
|\ \ \
| * | | h8300: enable CLKSRC_OFYoshinori Sato2015-11-122-0/+3
| * | | h8300: Don't set CROSS_COMPILE unconditionallyJavier Martinez Canillas2015-11-081-0/+2
| * | | asm-generic: {get,put}_user ptr argument evaluate only 1 timeYoshinori Sato2015-11-081-4/+6
| * | | h8300: bit io fixYoshinori Sato2015-11-081-6/+6
| * | | h8300: zImage fixYoshinori Sato2015-11-084-11/+7
| * | | h8300: register address fixYoshinori Sato2015-11-081-3/+3
| * | | h8300: Fix alignment for .dataYoshinori Sato2015-11-082-10/+8
| * | | h8300: unaligned divcr register support.Yoshinori Sato2015-11-081-1/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-1216-264/+365
|\ \ \ \
| * \ \ \ Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-11-122-9/+13
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Don't dynamically split core when already splitPaul Mackerras2015-11-061-1/+1
| | * | | | KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup failsPaul Mackerras2015-11-061-8/+12
| * | | | | KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-104-4/+4
| * | | | | KVM: svm: unconditionally intercept #DBPaolo Bonzini2015-11-101-11/+3
| * | | | | KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-103-1/+13
| * | | | | context_tracking: avoid irq_save/irq_restore on guest entry and exitPaolo Bonzini2015-11-102-28/+44
| * | | | | context_tracking: remove duplicate enabled checkPaolo Bonzini2015-11-102-16/+4
| * | | | | KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang2015-11-101-0/+3
| * | | | | KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang2015-11-101-4/+5
| * | | | | KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang2015-11-101-0/+6
| * | | | | KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-102-1/+19
| * | | | | KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang2015-11-101-2/+4
| * | | | | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-104-7/+12