aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-15/+46
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+9
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor1-3/+9
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+12
2021-09-15Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-17/+26
2021-09-15xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross1-2/+5
2021-09-15xen: reset legacy rtc flag for PV domUJuergen Gross1-0/+7
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds4-8/+5
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryTony Luck1-11/+32
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-11x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu1-17/+26
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner87-1617/+1309
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-2/+25
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-20/+0
2021-09-08compat: remove some compat entry pointsArnd Bergmann2-3/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-6/+2
2021-09-08x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport1-3/+3
2021-09-08configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu2-2/+0
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2-4/+2
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds40-766/+1102
2021-09-06KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adjustedZelin Deng1-0/+4
2021-09-06KVM: MMU: mark role_regs and role accessors as maybe unusedPaolo Bonzini1-2/+2
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-24/+33
2021-09-06x86/kvm: Don't enable IRQ when IRQ enabled in kvm_waitLai Jiangshan1-2/+3
2021-09-06KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_pageSean Christopherson1-1/+5
2021-09-06KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache localitySean Christopherson1-2/+1
2021-09-06Revert "KVM: x86: mmu: Add guest physical address check in translate_gpa()"Sean Christopherson1-6/+0
2021-09-06KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_pageJia He1-1/+0
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost1-1/+13
2021-09-06KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulationMaxim Levitsky1-0/+3
2021-09-06KVM: x86/mmu: Don't freak out if pml5_root is NULL on 4-level hostSean Christopherson1-3/+11
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+1
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-5/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-9/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-21/+27
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan2-0/+2
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport5-18/+22
2021-09-03memcg: enable accounting for ldt_struct objectsVasily Averin1-3/+3
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand1-4/+2
2021-09-03binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand1-1/+1
2021-09-03x86: remove cc-option-yn test for -mtune=Nick Desaulniers1-6/+0
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada1-1/+1
2021-09-02Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-22/+15
2021-09-02x86/platform: Increase maximum GPIO number for X86_64Andy Shevchenko1-0/+5
2021-09-02x86/pat: Pass valid address to sanitize_phys()Jeff Moyer1-1/+6
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+9
2021-09-02x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+1