summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-201-1/+0
* Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-201-0/+1
* Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-201-3/+0
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* KVM: x86: Explicitly #define the VCPU_REGS_* indicesSean Christopherson2019-02-202-16/+42
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-101-1/+1
|\
| * x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-032-3/+4
|\|
| * x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-2/+2
| * x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-01-291-1/+2
* | x86_64: increase stack size for KASAN_EXTRAQian Cai2019-02-011-0/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-271-0/+18
|\|
| * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
* | x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon2019-01-201-1/+1
|/
* x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-091-2/+2
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-063-17/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-3/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds2019-01-042-18/+8
* | Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds2019-01-041-31/+22
* | x86 uaccess: Introduce __put_user_gotoLinus Torvalds2019-01-041-11/+17
* | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-1/+8
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-7/+4
|/
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-262-1/+34
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-1711-26/+69
| |\
| * | x86/mm: Validate kernel_physical_mapping_init() PTE populationDan Williams2018-12-051-0/+27
| * | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured outAndy Lutomirski2018-11-201-1/+7
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-264-22/+10
|\ \ \
| * | | x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2018-12-042-14/+7
| * | | x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior2018-12-031-0/+3
| * | | x86/thread_info: Remove _TIF_ALLWORK_MASKSebastian Andrzej Siewior2018-12-031-8/+0
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2616-28/+70
|\ \ \ \
| * | | | x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-084-0/+10
| * | | | x86: Fix various typos in commentsIngo Molnar2018-12-033-3/+3
| * | | | Merge tag 'v4.20-rc5' into x86/cleanups, to sync up the treeIngo Molnar2018-12-0315-44/+113
| |\| | |
| * | | | x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-2310-0/+32
| * | | | x86/traps: Complete prototype declarationsBorislav Petkov2018-11-141-22/+22
| * | | | x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2018-11-141-3/+3
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-261-8/+2
|\ \ \ \ \
| * | | | | x86: Use POPCNT mnemonics in arch_hweight.hUros Bizjak2018-11-051-8/+2
| |/ / / /
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-262-2/+8
|\ \ \ \ \
| * | | | | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
| * | | | | x86/mm/pageattr: Introduce helper function to unmap EFI boot servicesSai Praneeth Prakhya2018-11-301-2/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-14/+14
|\ \ \ \ \
| * | | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-221-2/+2
| * | | | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-221-12/+12
| * | | | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-221-0/+0
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-269-136/+333
|\ \ \ \ \