summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)Author
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-13Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-06x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen
2018-08-05x86/irqflags: Provide a declaration for native_save_flNick Desaulniers
2018-08-05x86/mm/init: Add helper for freeing kernel image pagesDave Hansen
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth
2018-08-03x86/cpufeatures: Add EPT_AD feature bitPeter Feiner
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-25locking/atomics: Instrument xchg()Mark Rutland
2018-07-25locking/atomics/x86: Reduce arch_cmpxchg64*() instrumentationMark Rutland
2018-07-25perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-07-25locking/pvqspinlock/x86: Use LOCK_PREFIX in __pv_queued_spin_unlock() assembl...Waiman Long
2018-07-21Merge branch 'x86-pti-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel
2018-07-20x86/ldt: Define LDT_END_ADDRJoerg Roedel
2018-07-20x86/ldt: Reserve address-space range on 32 bit for the LDTJoerg Roedel
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel
2018-07-20x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32Joerg Roedel
2018-07-20x86/mm/legacy: Populate the user page-table with user pgd'sJoerg Roedel
2018-07-20x86/mm/pae: Populate the user page-table with user pgd'sJoerg Roedel
2018-07-20x86/mm/pae: Populate valid user PGD entriesJoerg Roedel
2018-07-20x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel
2018-07-20x86/pgtable: Move pti_set_user_pgtbl() to pgtable.hJoerg Roedel
2018-07-20x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.hJoerg Roedel
2018-07-20x86/pgtable/pae: Unshare kernel PMDs when PTI is enabledJoerg Roedel
2018-07-20x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel
2018-07-20x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel
2018-07-20x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin
2018-07-20x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin
2018-07-20x86/tsc: Calibrate tsc only oncePavel Tatashin
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin
2018-07-20x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner
2018-07-20x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner
2018-07-19Merge branch 'linus' into x86/timersThomas Gleixner
2018-07-19x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigationJiang Biao
2018-07-17x86/mm/tlb: Always use lazy TLB modeRik van Riel
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar