summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-07mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V1-0/+4
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-9/+14
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2017-07-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+7
2017-07-04Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2017-07-04Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+1
2017-07-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-27/+13
2017-07-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-132/+273
2017-07-04Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+6
2017-07-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+3
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+0
2017-07-03Merge branch 'pm-sleep'Rafael J. Wysocki1-3/+2
2017-07-03Merge branch 'pm-tools'Rafael J. Wysocki1-6/+12
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-28x86/PCI: Remove duplicate definesThomas Gleixner1-7/+1
2017-06-27Merge back PM tools material for v4.13.Rafael J. Wysocki1-6/+12
2017-06-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-06-24x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev1-1/+1
2017-06-24x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner1-2/+1
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-0/+5
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-9/+6
2017-06-22x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner1-22/+6
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-1/+0
2017-06-22x86/msi: Remove unused remap irq domain interfaceThomas Gleixner1-1/+0
2017-06-22x86/msi: Provide new iommu irqdomain interfaceThomas Gleixner1-0/+2
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini1-0/+1
2017-06-22x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov1-9/+6
2017-06-22x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski1-8/+0
2017-06-22x86/ldt: Simplify the LDT switching logicAndy Lutomirski1-0/+26
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar1-0/+1
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-0/+1
2017-06-22x86/power/64: Use char arrays for asm function namesKees Cook1-3/+2
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2-0/+2
2017-06-20Merge tag 'v4.12-rc6' into perf/core, to pick up fixesIngo Molnar1-0/+1
2017-06-14x86/mce: Get rid of register_mce_write_callback()Borislav Petkov1-4/+0
2017-06-14x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov1-0/+5
2017-06-14Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar1-5/+6
2017-06-13x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2-0/+4
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2-3/+3
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov4-13/+115
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski7-9/+57
2017-06-13x86/time: Make setup_default_timer_irq() staticDou Liyang1-1/+0
2017-06-12x86/debug: Handle early WARN_ONs properPeter Zijlstra1-0/+1
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+1
2017-06-08locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov1-13/+0
2017-06-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+1
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov1-2/+2