summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0354-1191/+1061Star
|\
| * x86/mm: Delete a big outdated comment about TLB flushingAndy Lutomirski2017-06-301-36/+0Star
| * x86/mm: Don't reenter flush_tlb_func_common()Andy Lutomirski2017-06-301-2/+15
| * x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level pagingKirill A. Shutemov2017-06-301-6/+12
| * x86/ftrace: Exclude functions in head64.c from function-tracingKirill A. Shutemov2017-06-291-0/+1
| * x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmapMichal Hocko2017-06-241-3/+0Star
| * x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski2017-06-222-9/+0Star
| * x86/ldt: Simplify the LDT switching logicAndy Lutomirski2017-06-222-18/+28
| * Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-2213-26/+31
| |\
| * | x86/boot/64: Put __startup_64() into .head.textKirill A. Shutemov2017-06-201-2/+4
| * | x86/mm: Add support for 5-level paging for KASLRKirill A. Shutemov2017-06-131-19/+62
| * | x86/mm: Make kernel_physical_mapping_init() support 5-level pagingKirill A. Shutemov2017-06-131-9/+60
| * | x86/mm: Add sync_global_pgds() for configuration with 5-level pagingKirill A. Shutemov2017-06-131-0/+39
| * | x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-134-12/+66
| * | x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-1311-39/+38Star
| * | x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov2017-06-132-93/+87Star
| * | x86/boot/compressed: Enable 5-level paging during decompression stageKirill A. Shutemov2017-06-131-1/+85
| * | x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurationsKirill A. Shutemov2017-06-131-2/+23
| * | x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configurationsKirill A. Shutemov2017-06-131-2/+7
| * | x86/boot/efi: Cleanup initialization of GDT entriesKirill A. Shutemov2017-06-131-18/+21
| * | x86/asm: Fix comment in return_from_SYSCALL_64()Kirill A. Shutemov2017-06-131-1/+2
| * | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-137-510/+119Star
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-1320-29/+79
| * | Merge branch 'sched/urgent' into x86/mm, to pick up dependent fixIngo Molnar2017-06-132-0/+4
| |\ \
| * | | x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-086-30/+31
| * | | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski2017-06-052-3/+37
| * | | x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush codeAndy Lutomirski2017-06-051-3/+2Star
| * | | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-056-144/+147
| * | | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-058-104/+5Star
| * | | x86/mm: Use new merged flush logic in arch_tlbbatch_flush()Andy Lutomirski2017-06-051-6/+2Star
| * | | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-052-66/+48Star
| * | | x86/mm: Change the leave_mm() condition for local TLB flushesAndy Lutomirski2017-06-051-1/+1
| * | | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-057-64/+61Star
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixesIngo Molnar2017-06-0522-169/+276
| |\ \ \
| * | | | mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-243-0/+41
| * | | | x86/mm: Reduce indentation in flush_tlb_func()Andy Lutomirski2017-05-241-16/+18
| * | | | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2017-05-242-28/+5Star
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-033-6/+34
|\ \ \ \ \
| * | | | | x86/microcode: Make a couple of symbols staticColin Ian King2017-06-262-2/+2
| * | | | | x86/microcode/intel: Save pointer to ucode patch for early AP loadingBorislav Petkov2017-06-201-4/+21
| * | | | | x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov2017-06-201-0/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-10/+23
|\ \ \ \ \
| * | | | | x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov2017-06-221-0/+15
| * | | | | x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov2017-06-222-10/+8Star
| |/ / / /
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ \
| * | | | | x86/nmi: Fix timeout test in test_nmi_ipi()Dan Carpenter2017-06-201-1/+1
| |/ / / /
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-032-1/+2
|\ \ \ \ \
| * | | | | x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev2017-06-241-1/+1
| * | | | | x86/boot: Add missing strchr() declarationTommy Nguyen2017-06-241-0/+1
* | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-035-87/+136
|\ \ \ \ \ \