summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2017-03-13x86/mm: Introduce arch_rnd() to compute 32/64 mmap random baseDmitry Safonov
2017-03-13x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko
2017-03-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann
2017-03-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-03-11x86/acpi: Restore the order of CPU IDsDou Liyang
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause
2017-03-11x86/cpu: Drop unneded members of struct cpuinfo_x86Mathias Krause
2017-03-11x86/process: Optimize TIF_NOTSC switchThomas Gleixner
2017-03-11x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey
2017-03-11x86/process: Optimize TIF checks in __switch_to_xtra()Kyle Huey
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-03-10x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirkMatjaz Hegedic
2017-03-09x86, mm: unify exit paths in gup_pte_range()Dan Williams