- ef0f3ed x86/asm/power: Create stack frames in hibernate_asm_64.S by Josh Poimboeuf · 9 years ago
- 779c433 x86/asm/efi: Create a stack frame in efi_call() by Josh Poimboeuf · 9 years ago
- 3387a53 x86/asm: Create stack frames in rwsem functions by Josh Poimboeuf · 9 years ago
- 1352330 x86/asm/acpi: Create a stack frame in do_suspend_lowlevel() by Josh Poimboeuf · 9 years ago
- 058fb73 x86/asm/entry: Create stack frames in thunk functions by Josh Poimboeuf · 9 years ago
- 8691ccd x86/asm/crypto: Create stack frames in crypto functions by Josh Poimboeuf · 9 years ago
- 68874ac x86/asm/crypto: Don't use RBP as a scratch register by Josh Poimboeuf · 9 years ago
- aec4d0e x86/asm/crypto: Simplify stack usage in sha-mb functions by Josh Poimboeuf · 9 years ago
- f66f619 x86/asm/crypto: Move jump_table to .rodata section by Josh Poimboeuf · 9 years ago
- 1253cab x86/asm/crypto: Move .Lbswap_mask data to .rodata section by Josh Poimboeuf · 9 years ago
- de642fa x86/amd: Set ELF function type for vide() by Josh Poimboeuf · 9 years ago
- 87b240c x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK by Josh Poimboeuf · 9 years ago
- bb93eb4 x86/paravirt: Add stack frame dependency to PVOP inline asm calls by Josh Poimboeuf · 9 years ago
- 8be0eb7 x86/asm/xen: Create stack frames in xen-asm.S by Josh Poimboeuf · 9 years ago
- 9fd2160 x86/asm/xen: Set ELF function type for xen_adjust_exception_frame() by Josh Poimboeuf · 9 years ago
- 0e8e223 x86/xen: Add stack frame dependency to hypercall inline asm calls by Josh Poimboeuf · 9 years ago
- 0f68c08 x86/cpufeature: Create a new synthetic cpu capability for machine check recovery by Tony Luck · 9 years ago
- 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- f4eafd8 x86/mm: Fix vmalloc_fault() to handle large pages properly by Toshi Kani · 9 years ago
- 4e79e18 x86/entry/compat: Keep TS_COMPAT set during signal delivery by Andy Lutomirski · 9 years ago
- 4e7f9df hpet: Drop stale URLs by Michael S. Tsirkin · 9 years ago
- a82eee7 x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __copy_user_nocache() by Toshi Kani · 9 years ago
- ee9737c x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable by Toshi Kani · 9 years ago
- 053080a x86/msr: Document msr-index.h rule for addition by Borislav Petkov · 9 years ago
- f1b92bb x86/ftrace, x86/asm: Kill ftrace_caller_end label by Borislav Petkov · 9 years ago
- 6c25da5 x86/signal/64: Re-add support for SS in the 64-bit signal context by Andy Lutomirski · 9 years ago
- 8ff5bd2 x86/signal/64: Fix SS if needed when delivering a 64-bit signal by Andy Lutomirski · 9 years ago
- e54fdcc x86/signal/64: Add a comment about sigcontext->fs and gs by Andy Lutomirski · 9 years ago
- f2cc8e0 x86/cpufeature: Speed up cpu_feature_enabled() by Borislav Petkov · 9 years ago
- 2d23e61 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 1ecb4ae arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI by Andrew Morton · 9 years ago
- dd7b684 x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap() by Matthew Wilcox · 9 years ago
- 8dd5032 x86/asm/bitops: Force inlining of test_and_set_bit and friends by Denys Vlasenko · 9 years ago
- 59fd121 x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels by Ingo Molnar · 9 years ago
- 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
- 75edb54 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 9 years ago
- 2c92341 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- d99e1bd x86/entry/traps: Refactor preemption and interrupt flag handling by Alexander Kuleshov · 9 years ago
- bb56968 x86/syscalls/64: Mark sys_iopl() as using ptregs by Andy Lutomirski · 9 years ago
- eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 9 years ago
- b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 9 years ago
- d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 9 years ago
- 2476f2f x86/alternatives: Discard dynamic check after init by Brian Gerst · 9 years ago
- 337e4cc x86/alternatives: Add an auxilary section by Borislav Petkov · 9 years ago
- a362bf9 x86/cpufeature: Get rid of the non-asm goto variant by Borislav Petkov · 9 years ago
- bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- 78726ee Merge branch 'x86/cpu' into x86/asm, to avoid conflict by Ingo Molnar · 9 years ago
- 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 9 years ago
- 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 9 years ago
- 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 9 years ago
- 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 9 years ago
- 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 9 years ago
- cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
- 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
- 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
- fba3247 x86/syscalls: Refactor syscalltbl.sh by Andy Lutomirski · 9 years ago
- 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
- 8f04b85 perf/x86: De-obfuscate code by Peter Zijlstra · 9 years ago
- e01d871 perf/x86: Fix uninitialized value usage by Peter Zijlstra · 9 years ago
- 1436544 x86/asm: Remove unused L3_PAGE_OFFSET by Alexander Kuleshov · 9 years ago
- 3625c2c x86/mm: Fix types used in pgprot cacheability flags translations by Jan Beulich · 9 years ago
- cbe09bd crypto: chacha20-ssse3 - Align stack pointer to 64 bytes by Eli Cooper · 9 years ago
- 3f4a267 pmem: add wb_cache_pmem() to the PMEM API by Ross Zwisler · 9 years ago
- 404a474 Merge branch 'uaccess' (batched user access infrastructure) by Linus Torvalds · 9 years ago
- eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- 0e1eb0a perf/x86: add Intel SkyLake uncore IMC PMU support by Stephane Eranian · 9 years ago
- 22c43f3 x86/platform/quark: Print boundaries correctly by Andy Shevchenko · 9 years ago
- e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
- c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
- 978e30c kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE by Xunlei Pang · 9 years ago
- 2b4015e Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
- 378f956 platform/x86: Add Intel Telemetry Core Driver by Souvik Kumar Chakravarty · 9 years ago
- fdca4f1 platform:x86: add Intel P-Unit mailbox IPC driver by Qipeng Zha · 9 years ago
- ec51865 x86/asm: Add C versions of frame pointer macros by Josh Poimboeuf · 9 years ago
- 997963ed x86/asm: Clean up frame pointer macros by Josh Poimboeuf · 9 years ago
- 95d97ad x86/signal: Cleanup get_nr_restart_syscall() by Dmitry V. Levin · 9 years ago
- d394f2d x86/platform/UV: Remove EFI memmap quirk for UV2+ by Alex Thorlton · 9 years ago
- b000de5 x86/platform/intel-mid: Join string and fix SoC name by Andy Shevchenko · 9 years ago
- 3fda5bb x86/platform/intel-mid: Enable 64-bit build by Andy Shevchenko · 9 years ago
- a1ff572 x86/cpufeature: Add AMD AVIC bit by Borislav Petkov · 9 years ago
- 2024315 x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64 by Alexander Kuleshov · 9 years ago
- a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
- da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 69660fd x86, mm: introduce _PAGE_DEVMAP by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
- 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 9 years ago
- 590a471 arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
- 1f19617 x86, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago