summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-11-271-1/+6
| * | | | | KVM: vmx: use X86_CR4_UMIP and X86_FEATURE_UMIPPaolo Bonzini2017-11-171-2/+1
| * | | | | KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan2017-11-171-1/+1
| * | | | | KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...Liran Alon2017-11-171-7/+6
| * | | | | KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2017-11-171-0/+6
| * | | | | KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2017-11-171-1/+10
| * | | | | KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko2017-11-171-5/+5
| * | | | | KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko2017-11-171-1/+3
| * | | | | KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2017-11-171-2/+1
| * | | | | KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-11-171-0/+2
| * | | | | KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici2017-11-171-4/+13
| * | | | | KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2017-11-171-6/+26
| * | | | | KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li2017-11-171-12/+22
| * | | | | KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entryWanpeng Li2017-11-171-0/+5
| * | | | | KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2017-11-171-0/+7
| * | | | | KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2017-11-172-2/+3
| * | | | | KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2017-11-171-1/+1
| * | | | | KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-11-172-0/+4
| * | | | | KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2017-11-172-6/+12
| * | | | | KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-11-171-0/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3068-234/+90
|\ \ \ \ \ \
| * | | | | | s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky2017-11-281-0/+8
| * | | | | | s390: revert ELF_ET_DYN_BASE base changesMartin Schwidefsky2017-11-241-7/+8
| * | | | | | s390: Remove redundant license textGreg Kroah-Hartman2017-11-244-24/+0
| * | | | | | s390: crypto: Remove redundant license textGreg Kroah-Hartman2017-11-248-46/+0
| * | | | | | s390: include: Remove redundant license textGreg Kroah-Hartman2017-11-2412-73/+0
| * | | | | | s390: kernel: Remove redundant license textGreg Kroah-Hartman2017-11-2413-72/+0
| * | | | | | s390: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2410-0/+10
| * | | | | | s390: appldata: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-244-0/+4
| * | | | | | s390: pci: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-244-0/+4
| * | | | | | s390: mm: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-244-0/+4
| * | | | | | s390: crypto: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2411-0/+11
| * | | | | | s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2422-0/+22
| * | | | | | s390: sthyi: add SPDX identifiers to the remaining filesMartin Schwidefsky2017-11-241-0/+1
| * | | | | | s390/debug: use pK for kernel pointersChristian Borntraeger2017-11-241-1/+1
| * | | | | | s390: fix alloc_pgste check in init_new_context againMartin Schwidefsky2017-11-241-1/+1
| * | | | | | s390/disassembler: correct disassembly lines alignmentVasily Gorbik2017-11-241-1/+1
| * | | | | | s390/disassembler: remove confusing codeHeiko Carstens2017-11-201-1/+6
| * | | | | | s390: rework __switch_to() to allow larger task_struct offsetsHeiko Carstens2017-11-201-8/+7
| * | | | | | s390/topology: fix compile error in file arch/s390/kernel/smp.cThomas Richter2017-11-202-0/+2
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-299-10/+18
|\ \ \ \ \ \ \
| * | | | | | | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+1
| * | | | | | | mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-292-1/+7
| * | | | | | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-298-8/+4
| * | | | | | | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-291-0/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2017-11-291-0/+1
|\ \ \ \ \ \ \
| * | | | | | | microblaze: add missing include to mmu_context_mm.hOded Gabbay2017-10-301-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-291-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | sparc64: Fix boot on T4 and later.David S. Miller2017-11-291-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-266-6/+42
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |