summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra
2017-03-22x86/mce: Fix copy/paste error in exception table entriesTony Luck
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier
2017-03-20KVM: nVMX: don't reset kvm mmu twiceWanpeng Li
2017-03-20kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov
2017-03-20KVM: VMX: downgrade warning on unexpected exit codeRadim Krčmář
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey
2017-03-19x86/tls: Forcibly set the accessed bit in TLS segmentsAndy Lutomirski
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier
2017-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-17Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-17x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski
2017-03-17x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski
2017-03-16mm, x86: fix native_pud_clear build errorArnd Bergmann
2017-03-16x86/mpx: Make unnecessarily global function staticTobias Klauser
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier
2017-03-14x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa
2017-03-14x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf
2017-03-14mm, x86: Fix native_pud_clear build errorArnd Bergmann
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov
2017-03-14x86/power: Add 5-level paging supportKirill A. Shutemov
2017-03-14x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov
2017-03-14x86/mm/ident_map: Add 5-level paging supportKirill A. Shutemov
2017-03-14x86/mm/gup: Add 5-level paging supportKirill A. Shutemov
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov
2017-03-14x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov
2017-03-14x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin
2017-03-13x86/platform/intel-mid: Add power button support for MerrifieldAndy Shevchenko
2017-03-13x86/platform/intel-mid: Use common power off sequenceAndy Shevchenko
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis
2017-03-13x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra
2017-03-13x86/mm: Make mmap(MAP_32BIT) work correctlyDmitry Safonov
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov