summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-08-141-0/+5
* Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0968-504/+493Star
|\
| * Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-0/+31
| |\
| | * dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-0/+31
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-2031-195/+218
| |\ \
| | * | x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner2019-07-201-1/+10
| | * | x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-191-2/+11
| | * | x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2019-07-182-1/+1
| | * | x86/boot/compressed/64: Remove unused variableZhenzhong Duan2019-07-181-1/+0Star
| | * | x86/boot/efi: Remove unused variablesZhenzhong Duan2019-07-181-9/+1Star
| | * | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-177-51/+59
| | * | x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra2019-07-171-6/+11
| | * | x86/entry/64: Simplify idtentry a littlePeter Zijlstra2019-07-171-54/+48Star
| | * | x86/entry/32: Simplify common_exceptionPeter Zijlstra2019-07-171-23/+13Star
| | * | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-1710-26/+45
| | * | x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1Star
| | * | x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2019-07-172-2/+2
| | * | x86/e820: Use proper booleans instead of 0/1Yi Wang2019-07-161-2/+2
| | * | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-162-2/+2
| | * | x86/mm: Free sme_early_buffer after initDavid Rientjes2019-07-161-1/+1
| | * | x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-161-6/+4Star
| | * | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-2/+12
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2011-61/+87
| |\ \ \
| | * | | x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
| | * | | x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| | * | | x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
| | * | | x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
| | * | | x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2Star
| | * | | x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19
| | * | | x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3
| | * | | x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
| | * | | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-182-0/+2
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-2014-191/+195
| |\ \ \ \
| * \ \ \ \ Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-3/+2Star
| |\ \ \ \ \
| | * | | | | kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-3/+2Star
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-1913-39/+79
| |\ \ \ \ \
| | * | | | | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-174-4/+2Star
| | * | | | | x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-173-10/+39
| | * | | | | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-173-9/+9
| | * | | | | xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan2019-07-171-6/+6
| | * | | | | x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-174-0/+17
| | * | | | | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2019-07-172-5/+4Star
| | * | | | | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-172-6/+3Star
| | |/ / / /
| * | | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+1Star
| |\ \ \ \ \
| | * | | | | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-194-14/+7Star
| |\ \ \ \ \ \
| | * | | | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-192-9/+4Star
| | * | | | | | mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-191-1/+3
| | * | | | | | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-192-4/+0Star
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-181-3/+1Star
| |\ \ \ \ \ \