aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov2-3/+15
2017-03-24x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oSteven Rostedt (VMware)3-9/+2
2017-03-24x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE setSteven Rostedt (VMware)1-10/+72
2017-03-24x86/ftrace: Clean up ftrace_regs_callerSteven Rostedt (VMware)1-19/+21
2017-03-24x86/ftrace: Add stack frame pointer to ftrace_callerSteven Rostedt (VMware)1-2/+10
2017-03-24x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)2-0/+176
2017-03-24x86/ftrace: Rename mcount_64.S to ftrace_64.SSteven Rostedt (VMware)2-4/+2
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar5-64/+190
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-11/+17
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski1-2/+2
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-2/+2
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie22-89/+110
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis1-1/+2
2017-03-21x86/earlyprintk: Add support for earlyprintk via USB3 debug portLu Baolu2-0/+9
2017-03-21x86/timers: Add simple udelay calibrationLu Baolu1-0/+22
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2-8/+88
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey1-1/+23
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2-0/+14
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey2-1/+13
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2-19/+21
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey1-1/+2
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey1-4/+4
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey1-4/+4
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski1-2/+9
2017-03-18x86/mce: Init some CPU features earlyYazen Ghannam1-12/+18
2017-03-18x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King1-2/+0
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier1-1/+0
2017-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-11/+36
2017-03-17Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-21/+14
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier1-6/+22
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier5-8/+33
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier1-0/+1
2017-03-14x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa1-1/+1
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf1-6/+30
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov1-12/+0
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2-2/+10
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin1-0/+1
2017-03-13x86/apic: Fix a comment in init_apic_mappings()Dou Liyang1-2/+2
2017-03-13x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang1-1/+1
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis1-4/+2
2017-03-13x86/mce: Handle broadcasted MCE gracefully with kexecXunlei Pang2-4/+19
2017-03-13x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra1-0/+2
2017-03-13x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov1-2/+2
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-4/+19
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+7
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang2-20/+13
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-1/+1
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2-10/+6
2017-03-11x86/process: Optimize TIF_NOTSC switchThomas Gleixner1-18/+4