aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds14-33/+54
2015-11-12Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds11-30/+29
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-220/+236
2015-11-12arm64: suspend: make hw_breakpoint_restore staticJisheng Zhang1-1/+1
2015-11-12arm64: mmu: make split_pud and fixup_executable staticJisheng Zhang1-2/+2
2015-11-12arm64: smp: make of_parse_and_init_cpus staticJisheng Zhang1-1/+1
2015-11-12arm64: use linux/types.h in kvm.hArnd Bergmann1-1/+1
2015-11-12arm64: build vdso without libgcovArnd Bergmann1-0/+3
2015-11-12arm64: mark cpus_have_hwcap as __maybe_unusedArnd Bergmann1-1/+1
2015-11-12Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini2-9/+13
2015-11-12h8300: enable CLKSRC_OFYoshinori Sato2-0/+3
2015-11-11Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-2/+8
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+7
2015-11-10Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds20-269/+296
2015-11-10Merge tag 'metag-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds2-2/+8
2015-11-10Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-69/+157
2015-11-10Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds402-3370/+20240
2015-11-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-20/+11
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds44-229/+1382
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds90-4415/+864
2015-11-10Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-49/+42
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-4/+4
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds11-2042/+120
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2015-11-10unicore32: nb0916: Use PWM lookup tableThierry Reding1-2/+8
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini4-4/+4
2015-11-10KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup3-1/+13
2015-11-10KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang1-0/+3
2015-11-10KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang1-4/+5
2015-11-10KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang1-0/+6
2015-11-10KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2-1/+19
2015-11-10KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang1-2/+4
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang4-7/+12
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang4-22/+19
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang4-20/+12
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang4-59/+41
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang3-45/+45
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang3-16/+20
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang3-0/+11
2015-11-10KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2-9/+7
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini4-21/+10
2015-11-10arm64: remove redundant FRAME_POINTER kconfig option and force to select itYang Shi2-4/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-112/+18
2015-11-09Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-52/+44
2015-11-09Merge tag 'nios2-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds4-52/+1
2015-11-09Merge branch 'next/arm64' into next/dtOlof Johansson43-84/+409
2015-11-09Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linuxLinus Torvalds29-248/+1210
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre15-102/+0
2015-11-09sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers3-4/+5