summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-0310-36/+61
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-023-2/+9
| |\
| | * x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-03-311-1/+1
| | * x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf2017-03-301-0/+6
| | * x86/platform/uv: Fix calculation of Global Physical AddressMike Travis2017-03-221-1/+2
| * | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-2/+2
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-175-11/+36
| |\
| | * x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa2017-03-141-1/+1
| | * x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf2017-03-141-6/+30
| | * x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2017-03-141-0/+1
| | * x86/platform: Remove warning message for duplicate NMI handlersMike Travis2017-03-131-4/+2
| | * x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra2017-03-131-0/+2
| * | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-172-21/+14
| |\ \ | | |/ | |/|
| | * x86/acpi: Restore the order of CPU IDsDou Liyang2017-03-112-20/+13
| | * Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang2017-03-111-1/+1
* | | 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/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-112-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/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-202-8/+88
| * | | x86/cpufeature: Detect CPUID faulting supportKyle Huey2017-03-201-1/+23
| * | | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-202-0/+14
| * | | x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey2017-03-202-1/+13
| * | | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey2017-03-202-19/+21
| * | | x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey2017-03-201-1/+2
| * | | x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey2017-03-201-4/+4
| * | | x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey2017-03-201-4/+4
| * | | x86/process: Optimize TIF_NOTSC switchThomas Gleixner2017-03-111-18/+4
| * | | x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2017-03-111-5/+7
| * | | x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey2017-03-111-29/+36
| |/ /
* | | 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-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-122-4/+7
|\ \ | |/ |/|
| * kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner2017-03-101-3/+6
| * x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic2017-03-101-1/+1
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-076-20/+25
|\
| * x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirkMatjaz Hegedic2017-03-061-0/+8
OpenPOWER on IntegriCloud