summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov2017-05-022-2/+4
* 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-0116-70/+188
|\
| * x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski2017-04-261-1/+1
| * x86/boot/e820: Remove a redundant self assignmentColin King2017-04-141-1/+0
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-1122-639/+620
| |\
| * | x86/espfix: Add support for 5-level pagingKirill A. Shutemov2017-04-041-5/+7
| * | x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-2/+7
| * | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0310-36/+61
| |\ \
| * | | x86/mm: Make in_compat_syscall() work during execDmitry Safonov2017-03-311-21/+46
| * | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-302-10/+6
| |\ \ \
| * | | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+7
| * | | | x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-272-3/+15
| * | | | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-235-64/+190
| |\ \ \ \
| * | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-11/+17
| * | | | | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2017-03-232-15/+21
| * | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2017-03-231-2/+2
| * | | | | x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski2017-03-191-2/+9
| * | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier2017-03-181-1/+0
| * | | | | x86: Make the GDT remapping read-only on 64-bitThomas Garnier2017-03-161-6/+22
| * | | | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-165-8/+33
| * | | | | x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier2017-03-161-0/+1
| * | | | | x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov2017-03-141-12/+0
| * | | | | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-142-2/+10
| * | | | | x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov2017-03-131-2/+2
| * | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-4/+19
* | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-011-2/+7
|\ \ \ \ \ \
| * | | | | | x86/irq: Optimize free vector check in the CPU offline pathChen Yu2017-04-201-2/+7
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-05-012-0/+31
|\ \ \ \ \ \ \
| * | | | | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu2017-03-212-0/+9
| * | | | | | | x86/timers: Add simple udelay calibrationLu Baolu2017-03-211-0/+22
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-012-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/irq: Remove a redundant #ifdef directiveDou Liyang2017-04-141-2/+0
| * | | | | | | | x86/pci-calgary: Use setup_timer() instead of open coding it.Geliang Tang2017-03-311-3/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-0110-142/+425
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf2017-04-261-13/+21
| * | | | | | | | x86/unwind: Silence more entry-code related warningsJosh Poimboeuf2017-04-261-3/+17
| * | | | | | | | x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinderSteven Rostedt (VMware)2017-04-211-4/+4
| * | | | | | | | x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf2017-04-191-4/+4
| * | | | | | | | x86/unwind: Prepend hex mask value with '0x' in unwind_dump()Josh Poimboeuf2017-04-191-1/+1
| * | | | | | | | x86/unwind: Properly zero-pad 32-bit values in unwind_dump()Josh Poimboeuf2017-04-191-2/+4
| * | | | | | | | x86/unwind: Ensure stack pointer is alignedJosh Poimboeuf2017-04-182-3/+3
| * | | | | | | | x86/unwind: Silence entry-related warningsJosh Poimboeuf2017-04-141-9/+27
| * | | | | | | | x86/unwind: Read stack return address in update_stack_state()Josh Poimboeuf2017-04-141-12/+13
| * | | | | | | | x86/unwind: Move common code into update_stack_state()Josh Poimboeuf2017-04-141-64/+55
| * | | | | | | | debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+1
| * | | | | | | | x86/debug: Implement __WARN() using UD0Peter Zijlstra2017-03-274-31/+40
| * | | | | | | | x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oSteven Rostedt (VMware)2017-03-243-9/+2
| * | | | | | | | x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE setSteven Rostedt (VMware)2017-03-241-10/+72
| * | | | | | | | x86/ftrace: Clean up ftrace_regs_callerSteven Rostedt (VMware)2017-03-241-19/+21