summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski
2016-03-10x86/entry: Only allocate space for tss_struct::SYSENTER_stack if neededAndy Lutomirski
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas
2016-02-24x86: fix SMAP in 32-bit environmentsLinus Torvalds
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-18x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-17x86/msr: Document msr-index.h rule for additionBorislav Petkov
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski
2016-02-17x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski
2016-02-16x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov
2016-02-15xen/pcifront: Report the errors better.Konrad Rzeszutek Wilk
2016-02-09x86/asm/bitops: Force inlining of test_and_set_bit and friendsDenys Vlasenko
2016-02-05x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst
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-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-26x86/mm: Fix types used in pgprot cacheability flags translationsJan Beulich
2016-01-23pmem: 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-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2016-01-20Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds
2016-01-20platform/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/cpufeature: Add AMD AVIC bitBorislav Petkov
2016-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-18livepatch: change the error message in asm/livepatch.h header filesMiroslav Benes
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-16mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-16x86, mm: introduce _PAGE_DEVMAPDan Williams
2016-01-16pmem, dax: clean up clear_pmem()Dan Williams
2016-01-16arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim