summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-17/+18
* | asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-042-3/+3
* | x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-042-19/+9
* | mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-9/+10
* | x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-044-247/+70
* | x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-043-13/+12
* | x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-044-6/+6
* | x86: mm: point to struct seq_file from struct pg_stateSteven Price2020-02-041-34/+35
* | x86: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-011-16/+12
|\ \
| * | x86: Mark archrandom.h functions __must_checkRichard Henderson2020-01-251-8/+8
| * | x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2020-01-251-8/+4
* | | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-314-68/+24
|\ \ \
| * | | x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-243-51/+0
| * | | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-0/+10
| * | | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-2/+2
| * | | x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig2020-01-241-16/+13
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-318-56/+70
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar2020-01-287-33/+45
| |\ \ \ \ \
| | | | * | | x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-221-1/+1
| | | * | | | x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval2019-12-235-31/+42
| | | | |_|/ | | | |/| |
| | * | | | x86/hyper-v: Add "polling" bit to hv_synic_sintWei Liu2020-01-171-1/+2
| * | | | | x86/resctrl: Clean up unused function parameter in mkdir pathXiaochen Shen2020-01-201-11/+5
| * | | | | x86/resctrl: Fix a deadlock due to inaccurate referenceXiaochen Shen2020-01-201-8/+8
| * | | | | x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroupXiaochen Shen2020-01-201-2/+2
| * | | | | x86/resctrl: Fix use-after-free when deleting resource groupsXiaochen Shen2020-01-201-2/+10
| | |_|/ / | |/| | |
* | | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3131-1110/+1255
|\ \ \ \ \
| * \ \ \ \ Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-302-28/+45
| |\ \ \ \ \
| | * | | | | x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-302-10/+4
| | * | | | | x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| | * | | | | x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-302-0/+11
| | * | | | | x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * | | | | | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
| * | | | | | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
| * | | | | | KVM: x86: inline memslot_valid_for_gptePaolo Bonzini2020-01-271-13/+4
| * | | | | | KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson2020-01-271-5/+4
| * | | | | | KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson2020-01-271-36/+3
| * | | | | | KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson2020-01-272-37/+30
| * | | | | | KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson2020-01-271-1/+1
| * | | | | | KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson2020-01-271-10/+3
| * | | | | | KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson2020-01-272-70/+29
| * | | | | | KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson2020-01-271-4/+3
| * | | | | | KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson2020-01-271-2/+31
| * | | | | | KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson2020-01-272-24/+23
| * | | | | | x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-272-0/+15
| * | | | | | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-3/+3
| * | | | | | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-2/+2
| * | | | | | KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson2020-01-271-2/+3