- 368f899 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 196bd48 x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
- bc829ee x86/mm: Disable branch profiling in mem_encrypt.c by Tom Lendacky · 7 years ago
- 8474c53 Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready by Ingo Molnar · 7 years ago
- e4a81bf x86/fpu: Rename fpu::fpstate_active to fpu::initialized by Ingo Molnar · 7 years ago
- a3c4fb7 x86/mm: Fix fault error path using unsafe vma pointer by Laurent Dufour · 7 years ago
- d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
- f1c8cd0 x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active by Ingo Molnar · 7 years ago
- b3a1630 x86/fpu: Simplify fpu->fpregs_active use by Ingo Molnar · 7 years ago
- f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
- 47061a2 x86/mm: Factor out CR3-building code by Andy Lutomirski · 7 years ago
- 8793001 x86/paravirt: Remove no longer used paravirt functions by Juergen Gross · 7 years ago
- c7ad5ad x86/mm/64: Initialize CR4.PCIDE early by Andy Lutomirski · 7 years ago
- a376e7f x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off() by Andy Lutomirski · 7 years ago
- 680352b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 7898f79 x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCID by Andy Lutomirski · 7 years ago
- 3072e41 mm/memory_hotplug: introduce add_pages by Michal Hocko · 7 years ago
- 21d9bb4 x86/mm: Make the SME mask a u64 by Borislav Petkov · 7 years ago
- 72c0098 x86/mm: Reinitialize TLB state on hotplug and resume by Andy Lutomirski · 7 years ago
- 24e700e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- f29139b Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9e52fc2 x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y) by Vitaly Kuznetsov · 7 years ago
- 39e48d9 x86/mm: Use pr_cont() in dump_pagetable() by Jan Beulich · 7 years ago
- 8095474 x86/tracing: Disentangle pagefault and resched IPI tracing key by Thomas Gleixner · 7 years ago
- 11a7ffb x86/traps: Simplify pagefault tracing logic by Thomas Gleixner · 7 years ago
- 6e0b52d x86/mm: Fix SME encryption stack ptr handling by Borislav Petkov · 7 years ago
- 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
- 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- c0bb80c Merge branch 'x86/asm' into x86/apic by Thomas Gleixner · 7 years ago
- 7f680d7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
- 01578e3 x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks by Oleg Nesterov · 7 years ago
- 47ac548 x86: Fix norandmaps/ADDR_NO_RANDOMIZE by Oleg Nesterov · 7 years ago
- c138d81 x86: provide an init_mem_mapping hypervisor hook by Juergen Gross · 7 years ago
- 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 7 years ago
- 04b6702 x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=y by Andrey Ryabinin · 7 years ago
- 10af623 x86/mm: Implement PCID based optimization: try to preserve old TLB entries using PCID by Andy Lutomirski · 7 years ago
- b569bab x86/mm: Prepare to expose larger address space to userspace by Kirill A. Shutemov · 7 years ago
- 44b0491 x86/mpx: Do not allow MPX if we have mappings above 47-bit by Kirill A. Shutemov · 7 years ago
- e8f01a8 x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit() by Kirill A. Shutemov · 7 years ago
- 45dcd20 x86/mm/dump_pagetables: Fix printout of p4d level by Kirill A. Shutemov · 7 years ago
- 3a366f7 x86/mm/dump_pagetables: Generalize address normalization by Kirill A. Shutemov · 7 years ago
- aca20d5 x86/mm: Add support to make use of Secure Memory Encryption by Tom Lendacky · 7 years ago
- 6ebcb06 x86/mm: Add support to encrypt the kernel in-place by Tom Lendacky · 7 years ago
- 8458bf9 x86/mm: Use proper encryption attributes with /dev/mem by Tom Lendacky · 7 years ago
- bba4ed0 x86/mm, kexec: Allow kexec to be used with SME by Tom Lendacky · 7 years ago
- 95cf926 x86, drm, fbdev: Do not specify encrypted memory for video mappings by Tom Lendacky · 7 years ago
- c775320 x86, swiotlb: Add memory encryption support by Tom Lendacky · 7 years ago
- 77bd234 x86/mm: Add support for changing the memory encryption attribute by Tom Lendacky · 7 years ago
- 1de3286 x86/mm: Add support to access persistent memory in the clear by Tom Lendacky · 7 years ago
- 8f716c9 x86/mm: Add support to access boot related data in the clear by Tom Lendacky · 7 years ago
- b9d0520 x86/mm: Insure that boot memory areas are mapped properly by Tom Lendacky · 7 years ago
- 7f8b7e7 x86/mm: Add support for early encryption/decryption of memory by Tom Lendacky · 7 years ago
- f88a68f x86/mm: Extend early_memremap() support with additional attrs by Tom Lendacky · 7 years ago
- 21729f8 x86/mm: Provide general kernel support for memory encryption by Tom Lendacky · 7 years ago
- 5868f36 x86/mm: Add support to enable SME in early boot processing by Tom Lendacky · 7 years ago
- 33c2b80 x86/mm: Remove phys_to_virt() usage in ioremap() by Tom Lendacky · 7 years ago
- 7744ccd x86/mm: Add Secure Memory Encryption (SME) support by Tom Lendacky · 7 years ago
- aac7b79 x86/mm/pat: Set write-protect cache mode for full PAT support by Tom Lendacky · 7 years ago
- 1ed7d32 Merge branch 'x86/boot' into x86/mm, to pick up interacting changes by Ingo Molnar · 7 years ago
- 4f16720 x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodes by Wei Yang · 7 years ago
- d80a9eb x86/numa_emulation: Assign physnode_mask directly from numa_nodes_parsed by Wei Yang · 7 years ago
- 158f424 x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nid by Wei Yang · 7 years ago
- c204d21 x86/mmap: properly account for stack randomization in mmap_base by Rik van Riel · 7 years ago
- 4d46133 x86/kasan: don't allocate extra shadow memory by Andrey Ryabinin · 7 years ago
- 2b97620 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
- 3d79a72 mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory by Michal Hocko · 8 years ago
- f1dd2cd mm, memory_hotplug: do not associate hotadded memory to zones until online by Michal Hocko · 8 years ago
- 1b862ae mm, memory_hotplug: get rid of is_zone_device_section by Michal Hocko · 8 years ago
- 43858b4 x86/mm: Stop calling leave_mm() in idle code by Andy Lutomirski · 8 years ago
- 94b1b03 x86/mm: Rework lazy TLB mode and TLB freshness tracking by Andy Lutomirski · 8 years ago
- b0579ad x86/mm: Track the TLB's tlb_gen and update the flushing algorithm by Andy Lutomirski · 8 years ago
- f39681e x86/mm: Give each mm TLB flush generation a unique ID by Andy Lutomirski · 8 years ago
- 99c13b8 x86/mm/pat: Don't report PAT on CPUs that don't support it by Mikulas Patocka · 8 years ago
- 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 8781fb7 x86/mm: Delete a big outdated comment about TLB flushing by Andy Lutomirski · 8 years ago
- bc0d5a8 x86/mm: Don't reenter flush_tlb_func_common() by Andy Lutomirski · 8 years ago
- f2b6125 x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimm by Dan Williams · 8 years ago
- 98fe363 x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUD by Jérôme Glisse · 8 years ago
- 4a06370b x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap by Michal Hocko · 8 years ago
- 7353425 x86/ldt: Simplify the LDT switching logic by Andy Lutomirski · 8 years ago
- a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 8 years ago
- 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
- 8624c1f x86/mm: Add support for 5-level paging for KASLR by Kirill A. Shutemov · 8 years ago
- 7e82ea9 x86/mm: Make kernel_physical_mapping_init() support 5-level paging by Kirill A. Shutemov · 8 years ago
- 141efad x86/mm: Add sync_global_pgds() for configuration with 5-level paging by Kirill A. Shutemov · 8 years ago
- 65ade2f x86/boot/64: Rename init_level4_pgt and early_level4_pgt by Kirill A. Shutemov · 8 years ago
- e585513 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
- 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
- d9ee35a x86/mm: Disable 1GB direct mappings when disabling 2MB mappings by Vlastimil Babka · 8 years ago
- 8a524f8 x86/debug: Handle early WARN_ONs proper by Peter Zijlstra · 8 years ago
- be4ffc0 x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code by Andy Lutomirski · 8 years ago
- 3d28ebc x86/mm: Rework lazy TLB to track the actual loaded mm by Andy Lutomirski · 8 years ago
- ce4a4e56 x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code by Andy Lutomirski · 8 years ago
- 3f79e4c x86/mm: Use new merged flush logic in arch_tlbbatch_flush() by Andy Lutomirski · 8 years ago