aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-07powerpc/64s: Remove PSERIES from the NORI macrosMichael Ellerman2-10/+10
2018-08-07powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2Michael Ellerman2-12/+12
2018-08-07powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES_OOL to STD_RELON_EXCEPTION_OOLMichael Ellerman2-2/+2
2018-08-07powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES to STD_RELON_EXCEPTIONMichael Ellerman2-2/+2
2018-08-07powerpc/64s: Rename STD_EXCEPTION_PSERIES_OOL to STD_EXCEPTION_OOLMichael Ellerman2-2/+2
2018-08-07powerpc/64s: Rename STD_EXCEPTION_PSERIES to STD_EXCEPTIONMichael Ellerman2-2/+2
2018-08-07powerpc/64s: Move SET_SCRATCH0() into EXCEPTION_RELON_PROLOG_PSERIES()Michael Ellerman1-2/+1
2018-08-07powerpc/64s: Move SET_SCRATCH0() into EXCEPTION_PROLOG_PSERIES()Michael Ellerman1-2/+1
2018-08-07powerpc/pasemi: Search for PCI root bus by compatible propertyDarren Stevens1-5/+6
2018-08-07powerpc/lib: Implement strlen() in assembly for PPC32Christophe Leroy3-1/+81
2018-08-07powerpc/pseries: Defer the logging of rtas error to irq work queue.Mahesh Salgaonkar3-15/+51
2018-08-07powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.Mahesh Salgaonkar1-1/+1
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt4-25/+2
2018-08-07powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt1-9/+1
2018-08-07powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin1-2/+3
2018-08-07powerpc/64s/radix: tlb do not flush on page size when fullmmNicholas Piggin1-0/+3
2018-08-07powerpc: Add a checkpatch wrapper with our preferred settingsMichael Ellerman1-0/+22
2018-08-07powerpc/64: Disable irq restore warning for nowMichael Ellerman1-3/+10
2018-08-07s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky1-2/+0
2018-08-07s390/lib: use expoline for all bcr instructionsMartin Schwidefsky1-6/+10
2018-08-07cpu/hotplug: Fix SMT supported evaluationThomas Gleixner1-1/+1
2018-08-07crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel2-51/+142
2018-08-07crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel2-32/+23
2018-08-07crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek6-45/+21
2018-08-07crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel2-41/+49
2018-08-07crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel2-68/+52
2018-08-07crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel2-69/+161
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-145/+79
2018-08-07crypto: arm64 - revert NEON yield for fast AEAD implementationsArd Biesheuvel2-145/+79
2018-08-06MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton1-1/+1
2018-08-06MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton1-0/+5
2018-08-06MIPS: genvdso: Remove GOT checksPaul Burton1-51/+0
2018-08-06xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci3-1/+5
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner101-389/+699
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen3-2/+38
2018-08-06MIPS: Remove obsolete MIPS checks for DST node "chosen@0"Robert P. J. Day1-4/+0
2018-08-06KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.cUros Bizjak1-21/+24
2018-08-06KVM: X86: Implement PV IPIs in linux guestWanpeng Li2-0/+97
2018-08-06KVM: X86: Add kvm hypervisor init time platform setup callbackWanpeng Li1-0/+10
2018-08-06KVM: X86: Implement "send IPI" hypercallWanpeng Li4-1/+49
2018-08-06KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()Tianyu Lan1-4/+4
2018-08-06KVM: x86: Skip pae_root shadow allocation if tdp enabledLiang Chen1-0/+3
2018-08-06KVM/MMU: Combine flushing remote tlb in mmu_set_spte()Tianyu Lan1-3/+4
2018-08-06KVM: vmx: skip VMWRITE of HOST_{FS,GS}_BASE when possibleSean Christopherson1-3/+10
2018-08-06KVM: vmx: skip VMWRITE of HOST_{FS,GS}_SEL when possibleSean Christopherson1-10/+14
2018-08-06KVM: vmx: always initialize HOST_{FS,GS}_BASE to zero during setupSean Christopherson1-10/+0
2018-08-06KVM: vmx: move struct host_state usage to struct loaded_vmcsSean Christopherson1-28/+44
2018-08-06KVM: vmx: compute need to reload FS/GS/LDT on demandSean Christopherson1-13/+5
2018-08-06KVM: nVMX: remove a misleading comment regarding vmcs02 fieldsSean Christopherson1-5/+0
2018-08-06KVM: vmx: rename __vmx_load_host_state() and vmx_save_host_state()Sean Christopherson1-10/+11