summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-08-15x86: i8259: Add missing include fileGuenter Roeck1-0/+1
2018-08-15Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+19
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds15-43/+253
2018-08-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-53/+16
2018-08-14Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-112/+176
2018-08-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2018-08-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+5
2018-08-14Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+49
2018-08-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+16
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+8
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-126/+24
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel1-2/+5
2018-08-08x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen1-10/+12
2018-08-08x86/speculation/l1tf: Invert all not present mappingsAndi Kleen1-1/+1
2018-08-07xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross1-6/+19
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner4-2/+9
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen1-0/+1
2018-08-05x86/irqflags: Provide a declaration for native_save_flNick Desaulniers1-0/+2
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen1-0/+1
2018-08-05KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini1-0/+1
2018-08-05x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2-0/+2
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner10-13/+80
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+3
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange3-2/+2
2018-08-05x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange1-0/+23
2018-08-05x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange1-1/+1
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2-0/+2
2018-08-03x86/cpufeatures: Add EPT_AD feature bitPeter Feiner1-1/+1
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2018-07-25locking/atomics: Instrument xchg()Mark Rutland3-3/+3
2018-07-25locking/atomics/x86: Reduce arch_cmpxchg64*() instrumentationMark Rutland1-2/+2
2018-07-25perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang1-1/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar8-12/+76
2018-07-25locking/pvqspinlock/x86: Use LOCK_PREFIX in __pv_queued_spin_unlock() assembl...Waiman Long1-1/+1
2018-07-22Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+0
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel1-5/+0
2018-07-20x86/ldt: Define LDT_END_ADDRJoerg Roedel2-0/+3
2018-07-20x86/ldt: Reserve address-space range on 32 bit for the LDTJoerg Roedel1-2/+5
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel1-2/+1
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel1-0/+1
2018-07-20x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32Joerg Roedel1-4/+4
2018-07-20x86/mm/legacy: Populate the user page-table with user pgd'sJoerg Roedel1-0/+9
2018-07-20x86/mm/pae: Populate the user page-table with user pgd'sJoerg Roedel1-0/+7
2018-07-20x86/mm/pae: Populate valid user PGD entriesJoerg Roedel1-2/+26
2018-07-20x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel6-38/+21
2018-07-20x86/pgtable: Move pti_set_user_pgtbl() to pgtable.hJoerg Roedel1-0/+23
2018-07-20x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.hJoerg Roedel2-49/+49
2018-07-20x86/pgtable/pae: Unshare kernel PMDs when PTI is enabledJoerg Roedel1-2/+3
2018-07-20x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel1-6/+6