summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-04-09KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual
2019-04-09arm64: mm: don't call page table ctors for init_mmYu Zhao
2019-04-09arm64: mm: use appropriate ctors for page tablesYu Zhao
2019-04-09arm64: debug: Clean up brk_handler()Will Deacon
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon
2019-04-09arm64: debug: Remove meaningless commentWill Deacon
2019-04-09arm64: debug: Rename addr parameter for non-watchpoint exception hooksWill Deacon
2019-04-09arm64: debug: Remove unused return value from do_debug_exception()Will Deacon
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe
2019-04-05arm64: Use defines instead of magic numbersAlexandru Elisei
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada
2019-04-03arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon
2019-04-03arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang
2019-04-03arm64: mm: Make show_pte() a static functionWill Deacon
2019-04-03arm64/vdso: don't leak kernel addressesMatteo Croce
2019-04-03arm64: setup min_low_pfnMiles Chen
2019-04-03arm64/mm: fix kernel-doc commentsQian Cai
2019-04-01arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce
2019-03-29powerpc/pseries/mce: Fix misleading print for TLB mutlihitMahesh Salgaonkar
2019-03-28Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-28x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov
2019-03-28kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-28kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang
2019-03-28kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...Krish Sadhukhan
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson
2019-03-28KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson
2019-03-28x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-03-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-03-28x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-03-28x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann
2019-03-28x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner
2019-03-28s390/cpumf: Fix warning from check_processor_idThomas Richter
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-27arm64: replace memblock_alloc_low with memblock_allocChen Zhou
2019-03-27x86/realmode: Don't leak the trampoline kernel addressMatteo Croce