summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-01-30x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-30Merge branch 'x86/cpu' into x86/asm, to avoid conflictIngo Molnar
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski
2016-01-29x86/syscalls: Refactor syscalltbl.shAndy Lutomirski
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov
2016-01-22pmem: add wb_cache_pmem() to the PMEM APIRoss Zwisler
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-19Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds
2016-01-19platform/x86: Add Intel Telemetry Core DriverSouvik Kumar Chakravarty
2016-01-19platform:x86: add Intel P-Unit mailbox IPC driverQipeng Zha
2016-01-19x86/asm: Add C versions of frame pointer macrosJosh Poimboeuf
2016-01-19x86/asm: Clean up frame pointer macrosJosh Poimboeuf
2016-01-19x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin
2016-01-19x86/cpufeature: Add AMD AVIC bitBorislav Petkov
2016-01-19x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-15x86, mm: introduce _PAGE_DEVMAPDan Williams
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams
2016-01-15arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm: drop tail page refcountingKirill A. Shutemov
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-15Merge branch 'pci/host-vmd' into nextBjorn Helgaas
2016-01-15x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch
2016-01-15x86/PCI: Allow DMA ops specific to a PCI domainKeith Busch
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds