summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-08x86/insn-eval: Add support to resolve 16-bit address encodingsRicardo Neri1-1/+212
2017-11-08x86/insn-eval: Handle 32-bit address encodings in virtual-8086 modeRicardo Neri1-0/+11
2017-11-08x86/insn-eval: Add wrapper function for 32 and 64-bit addressesRicardo Neri1-5/+55
2017-11-08x86/insn-eval: Add support to resolve 32-bit address encodingsRicardo Neri1-6/+106
2017-11-08x86/insn-eval: Compute linear address in several utility functionsRicardo Neri1-58/+185
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2-4/+2
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar6-125/+910
2017-11-08x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf1-1/+1
2017-11-08s390: remove named saved segment supportHeiko Carstens10-210/+9
2017-11-08s390/archrandom: Reconsider s390 arch random implementationHarald Freudenberger1-13/+13
2017-11-08s390/pci: do not require AIS facilityChristian Borntraeger3-4/+9
2017-11-08KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updatesPaul Mackerras2-10/+29
2017-11-08ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven1-7/+1
2017-11-08MIPS: BMIPS: Fix missing cbr addressJaedon Shin1-2/+2
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot1-2/+2
2017-11-07x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2-10/+9
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2-13/+57
2017-11-07X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh1-3/+37
2017-11-07x86: Add support for changing memory encryption attribute in early bootBrijesh Singh2-0/+138
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky2-4/+47
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky8-15/+186
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky1-0/+86
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky1-12/+67
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky3-13/+19
2017-11-07x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky1-1/+15
2017-11-07x86/mm: Include SEV for encryption memory attribute changesTom Lendacky1-2/+2
2017-11-07x86/mm: Use encrypted access of boot related data with SEVTom Lendacky1-14/+30
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky1-2/+3
2017-11-07x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky1-2/+4
2017-11-07x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2-0/+32
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-13/+13
2017-11-07irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel1-0/+3
2017-11-07x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky1-1/+0
2017-11-07ACPI / APEI: Remove arch_apei_flush_tlb_one()James Morse1-5/+0
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse2-12/+4
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2-0/+13
2017-11-07arm/kprobes: Remove jprobe test caseMasami Hiramatsu1-57/+0
2017-11-07arm/kprobes: Fix kretprobe test to check correct counterMasami Hiramatsu1-1/+1
2017-11-07x86/build: Add more generated files to the .gitignore fileChangbin Du1-0/+3
2017-11-07x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du1-2/+3
2017-11-07x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du1-5/+18
2017-11-07x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2-48/+116
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam1-1/+1
2017-11-07x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam1-4/+3
2017-11-07x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar1-75/+74
2017-11-07x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar1-254/+254
2017-11-07Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar1-2/+2
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar5757-218/+5969
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar5814-552/+6662
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar5772-333/+6140