Age | Commit message (Expand) | Author |
2016-03-10 | x86/entry/32: Add and check a stack canary for the SYSENTER stack | Andy Lutomirski |
2016-03-10 | x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed | Andy Lutomirski |
2016-03-10 | x86/entry: Vastly simplify SYSENTER TF (single-step) handling | Andy Lutomirski |
2016-03-08 | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled | Andy Lutomirski |
2016-03-07 | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar |
2016-02-27 | Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-02-27 | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas |
2016-02-24 | x86: fix SMAP in 32-bit environments | Linus Torvalds |
2016-02-22 | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2016-02-18 | x86/cpufeature: Create a new synthetic cpu capability for machine check recovery | Tony Luck |
2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar |
2016-02-17 | x86/msr: Document msr-index.h rule for addition | Borislav Petkov |
2016-02-17 | x86/signal/64: Re-add support for SS in the 64-bit signal context | Andy Lutomirski |
2016-02-17 | x86/signal/64: Fix SS if needed when delivering a 64-bit signal | Andy Lutomirski |
2016-02-17 | x86/signal/64: Add a comment about sigcontext->fs and gs | Andy Lutomirski |
2016-02-16 | x86/cpufeature: Speed up cpu_feature_enabled() | Borislav Petkov |
2016-02-15 | xen/pcifront: Report the errors better. | Konrad Rzeszutek Wilk |
2016-02-09 | x86/asm/bitops: Force inlining of test_and_set_bit and friends | Denys Vlasenko |
2016-02-05 | x86: Fix KASAN false positives in thread_saved_pc() | Dmitry Vyukov |
2016-02-01 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-01-30 | x86/alternatives: Discard dynamic check after init | Brian Gerst |
2016-01-30 | x86/cpufeature: Get rid of the non-asm goto variant | Borislav Petkov |
2016-01-30 | x86/cpufeature: Replace the old static_cpu_has() with safe variant | Borislav Petkov |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov |
2016-01-30 | Merge branch 'x86/cpu' into x86/asm, to avoid conflict | Ingo Molnar |
2016-01-29 | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c... | Ingo Molnar |
2016-01-26 | x86/mm: Fix types used in pgprot cacheability flags translations | Jan Beulich |
2016-01-23 | pmem: add wb_cache_pmem() to the PMEM API | Ross Zwisler |
2016-01-21 | Merge branch 'uaccess' (batched user access infrastructure) | Linus Torvalds |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig |
2016-01-20 | Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha... | Linus Torvalds |
2016-01-20 | platform/x86: Add Intel Telemetry Core Driver | Souvik Kumar Chakravarty |
2016-01-19 | platform:x86: add Intel P-Unit mailbox IPC driver | Qipeng Zha |
2016-01-19 | x86/asm: Add C versions of frame pointer macros | Josh Poimboeuf |
2016-01-19 | x86/asm: Clean up frame pointer macros | Josh Poimboeuf |
2016-01-19 | x86/cpufeature: Add AMD AVIC bit | Borislav Petkov |
2016-01-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2016-01-18 | livepatch: change the error message in asm/livepatch.h header files | Miroslav Benes |
2016-01-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-01-17 | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2016-01-16 | mm, x86: get_user_pages() for dax mappings | Dan Williams |
2016-01-16 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd | Dan Williams |
2016-01-16 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams |
2016-01-16 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams |
2016-01-16 | x86, mm: introduce _PAGE_DEVMAP | Dan Williams |
2016-01-16 | pmem, dax: clean up clear_pmem() | Dan Williams |
2016-01-16 | arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP | Minchan Kim |