aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeGravatar Will Deacon 1-0/+3
2018-11-12perf/x86/intel/uncore: Support CoffeeLake 8th CBOXGravatar Kan Liang 2-9/+30
2018-11-12perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsGravatar Kan Liang 1-1/+114
2018-11-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-117/+76
2018-11-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-5/+8
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-12/+40
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Gravatar Steven Rostedt (VMware) 1-1/+1
2018-11-09xen: fix xen_qlock_wait()Gravatar Juergen Gross 1-6/+8
2018-11-09x86/xen: fix pv bootGravatar Juergen Gross 2-6/+32
2018-11-06x86/vsmp: Remove dependency on pv_irq_opsGravatar Eial Czerwacki 2-78/+7
2018-11-06x86/ldt: Remove unused variable in map_ldt_struct()Gravatar Kirill A. Shutemov 1-8/+0
2018-11-06x86/ldt: Unmap PTEs for the slot before freeing LDT pagesGravatar Kirill A. Shutemov 1-13/+38
2018-11-06x86/mm: Move LDT remap out of KASLR region on 5-level pagingGravatar Kirill A. Shutemov 3-11/+11
2018-11-06acpi/nfit, x86/mce: Validate a MCE's address before using itGravatar Vishal Verma 2-1/+3
2018-11-06acpi/nfit, x86/mce: Handle only uncorrectable machine checksGravatar Vishal Verma 2-1/+3
2018-11-05x86/build: Remove -pipe from KBUILD_CFLAGSGravatar Nathan Chancellor 1-3/+1
2018-11-05x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()Gravatar Yi Wang 1-1/+1
2018-11-04x86/hyper-v: Enable PIT shutdown quirkGravatar Michael Kelley 1-0/+11
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 37-141/+148
2018-11-04x86/qspinlock: Fix compile errorGravatar Peter Zijlstra 1-5/+8
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixGravatar Ingo Molnar 53-162/+349
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-0/+30
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATGravatar Dmitry Safonov 6-14/+20
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 4-4/+5
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 40-43/+26
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsGravatar Mike Rapoport 2-3/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 4-6/+6
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateGravatar Mike Rapoport 1-3/+3
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeGravatar Mike Rapoport 3-3/+6
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 4-4/+5
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocGravatar Mike Rapoport 2-2/+3
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicGravatar Mike Rapoport 1-2/+2
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Gravatar Mike Rapoport 1-2/+4
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-2/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-3/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 4-24/+2
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 2-0/+39
2018-10-30Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-22/+17
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-28/+228
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationGravatar Dave Jiang 1-2/+10
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Gravatar Juergen Gross 4-47/+19
2018-10-29um: Remove update_debugregs()Gravatar Richard Weinberger 1-2/+0
2018-10-29um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPGravatar Richard Weinberger 1-10/+0
2018-10-29x86/mm/pat: Disable preemption around __flush_tlb_all()Gravatar Sebastian Andrzej Siewior 2-1/+11
2018-10-29x86/paravirt: Remove GPL from pv_ops exportGravatar Juergen Gross 1-1/+1