aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf1-1/+1
2019-07-18x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf1-1/+1
2019-07-18x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf1-2/+2
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf1-3/+2
2019-07-18x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf1-15/+19
2019-07-18x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf1-3/+3
2019-07-18x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf1-13/+31
2019-07-18x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2-0/+2
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-4/+6
2019-07-17x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra7-51/+59
2019-07-17x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra1-6/+11
2019-07-17x86/entry/64: Simplify idtentry a littlePeter Zijlstra1-54/+48
2019-07-17x86/entry/32: Simplify common_exceptionPeter Zijlstra1-23/+13
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra10-26/+45
2019-07-17KVM: LAPIC: Make lapic timer unpinnedWanpeng Li2-9/+5
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-24/+10
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada1-3/+2
2019-07-17KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_countersLike Xu1-3/+8
2019-07-17xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan4-4/+2
2019-07-17x86/xen: Add "nopv" support for HVM guestZhenzhong Duan3-10/+39
2019-07-17x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan3-9/+9
2019-07-17xen: Map "xen_nopv" parameter to "nopv" and mark it obsoleteZhenzhong Duan1-6/+6
2019-07-17x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan4-0/+17
2019-07-17x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2-5/+4
2019-07-17Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"Zhenzhong Duan2-6/+3
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy3-4/+3
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-19/+2
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt1-1/+0
2019-07-17x86/process: Delete useless check for dead process with LDTJann Horn1-11/+1
2019-07-17x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2-2/+2
2019-07-16x86/e820: Use proper booleans instead of 0/1Yi Wang1-2/+2
2019-07-16x86/apic: Silence -Wtype-limits compiler warningsQian Cai2-2/+2
2019-07-16x86/mm: Free sme_early_buffer after initDavid Rientjes1-1/+1
2019-07-16x86/boot: Fix memory leak in default_get_smp_config()David Rientjes1-6/+4
2019-07-16dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2-0/+31
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+4
2019-07-16Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+4
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-07-15KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GSLiran Alon1-1/+4
2019-07-15kvm: x86: ioapic and apic debug macros cleanupYi Wang2-101/+9
2019-07-15Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix the testAndy Lutomirski1-2/+12
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-2/+2
2019-07-15docs: admin-guide: add kdump documentation into itMauro Carvalho Chehab1-2/+2
2019-07-15kvm: x86: some tsc debug cleanupYi Wang1-8/+0
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang1-1/+1
2019-07-15x86: kvm: avoid constant-conversion warningArnd Bergmann1-3/+3
2019-07-15x86: kvm: avoid -Wsometimes-uninitized warningArnd Bergmann1-11/+9
2019-07-15KVM: x86: expose AVX512_BF16 feature to guestJing Liu1-1/+11
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+2