summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* xen: Revert commits da72ff5bfcb0 and 72a9b186292dBoris Ostrovsky2017-05-021-0/+11
* x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross2017-05-021-5/+0
* x86/xen: create stubs for HVM-only builds in page.hVitaly Kuznetsov2017-05-021-0/+25
* x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-021-1/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-0124-109/+440
|\
| * x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2017-04-261-9/+0
| * Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-234-115/+13
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1110-81/+180
| |\
| * | x86/espfix: Add support for 5-level pagingKirill A. Shutemov2017-04-041-1/+1
| * | x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-04-043-1/+40
| * | x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-043-12/+34
| * | x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov2017-04-044-5/+29
| * | x86/boot: Detect 5-level paging supportKirill A. Shutemov2017-04-042-2/+14
| * | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-035-7/+9
| |\ \
| * \ \ Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-9/+2
| |\ \ \
| * | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-277-24/+145
| * | | | x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-271-0/+1
| * | | | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-237-9/+36
| |\ \ \ \
| * | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-1/+0
| * | | | | x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2017-03-231-20/+0
| * | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-0/+6
| * | | | | x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier2017-03-213-2/+1
| * | | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-184-13/+115
| * | | | | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-4/+0
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-0/+1
| * | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-162-38/+69
| * | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-164-6/+59
| * | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-1/+2
| * | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-141-0/+1
| * | | | | x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov2017-03-145-6/+53
| * | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-0/+3
| * | | | | x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2017-03-132-12/+16
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-013-1/+57
|\ \ \ \ \ \
| * | | | | | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-112-1/+3
| * | | | | | x86/hyperv: Move TSC reading method to asm/mshyperv.hVitaly Kuznetsov2017-03-111-0/+46
| * | | | | | x86/hyperv: Implement hv_get_tsc_page()Vitaly Kuznetsov2017-03-111-0/+8
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-25/+57
|\ \ \ \ \ \ \
| * | | | | | | x86/platform/uv/BAU: Add wait_completion to bau_operationsAndrew Banman2017-03-131-0/+2
| * | | | | | | x86/platform/uv/BAU: Add status mmr location fields to bau_controlAndrew Banman2017-03-131-2/+8
| * | | | | | | x86/platform/uv/BAU: Cleanup bau_operations declaration and instancesAndrew Banman2017-03-131-11/+11
| * | | | | | | x86/platform/uv/BAU: Add payload descriptor qualifierAndrew Banman2017-03-131-12/+29
| * | | | | | | x86/platform/uv/BAU: Add uv_bau_version enumerated constantsAndrew Banman2017-03-131-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-21/+14
|\ \ \ \ \ \ \
| * | | | | | | x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang2017-04-141-5/+1
| * | | | | | | x86/smp: Reduce code duplicationDou Liyang2017-04-141-16/+13
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-013-18/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/unwind: Silence entry-related warningsJosh Poimboeuf2017-04-141-0/+1
| * | | | | | | | x86/unwind: Read stack return address in update_stack_state()Josh Poimboeuf2017-04-141-0/+1
| * | | | | | | | debug: Add _ONCE() logic to report_bug()Peter Zijlstra2017-03-301-1/+1
| * | | | | | | | x86/debug: Define BUG() again for !CONFIG_BUGArnd Bergmann2017-03-301-3/+7