summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-11-08MIPS: AR7: Defer registration of GPIOJonas Gorski
2017-11-08x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov
2017-11-08x86/traps: Fix up general protection faults caused by UMIPRicardo Neri
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri
2017-11-08x86/umip: Force a page fault when unable to copy emulated result to userRicardo Neri
2017-11-08x86/umip: Add emulation code for UMIP instructionsRicardo Neri
2017-11-08x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri
2017-11-08x86/insn-eval: Add support to resolve 16-bit address encodingsRicardo Neri
2017-11-08x86/insn-eval: Handle 32-bit address encodings in virtual-8086 modeRicardo Neri
2017-11-08x86/insn-eval: Add wrapper function for 32 and 64-bit addressesRicardo Neri
2017-11-08x86/insn-eval: Add support to resolve 32-bit address encodingsRicardo Neri
2017-11-08x86/insn-eval: Compute linear address in several utility functionsRicardo Neri
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar
2017-11-08x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf
2017-11-08s390: remove named saved segment supportHeiko Carstens
2017-11-08s390/archrandom: Reconsider s390 arch random implementationHarald Freudenberger
2017-11-08s390/pci: do not require AIS facilityChristian Borntraeger
2017-11-08KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updatesPaul Mackerras
2017-11-07MIPS: BMIPS: Fix missing cbr addressJaedon Shin
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot
2017-11-07x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh
2017-11-07X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh
2017-11-07x86: Add support for changing memory encryption attribute in early bootBrijesh Singh
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky
2017-11-07x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky
2017-11-07x86/mm: Include SEV for encryption memory attribute changesTom Lendacky
2017-11-07x86/mm: Use encrypted access of boot related data with SEVTom Lendacky
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky
2017-11-07x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky
2017-11-07x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming
2017-11-07irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel
2017-11-07x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky
2017-11-07arm/kprobes: Remove jprobe test caseMasami Hiramatsu
2017-11-07arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu
2017-11-07x86/build: Add more generated files to the .gitignore fileChangbin Du
2017-11-07x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du
2017-11-07x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du
2017-11-07x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam
2017-11-07x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam
2017-11-07x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar
2017-11-07x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar
2017-11-07Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar