- 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 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
- 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 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
- 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 9e08f57 x86: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
- b500f77 x86/mm: Use PAGE_ALIGNED instead of IS_ALIGNED by Kefeng Wang · 9 years ago
- c9e0d39 x86/mm/pat: Make split_page_count() check for empty levels to fix /proc/meminfo output by Dave Jones · 9 years ago
- c0c5701 Merge commit 'linus' into x86/urgent, to pick up recent x86 changes by Ingo Molnar · 9 years ago
- 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 71b3c12 x86/mm: Add barriers and document switch_mm()-vs-flush synchronization by Andy Lutomirski · 9 years ago
- 1f1a89a x86/mm: Micro-optimise clflush_cache_range() by Chris Wilson · 9 years ago
- 2039e6a x86/mm/pat: Change free_memtype() to support shrinking case by Toshi Kani · 9 years ago
- d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
- 9abb0ec x86/mm: Drop WARN from multi-BAR check by Laura Abbott · 9 years ago
- 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
- 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
- 173ae9b Fix user-visible spelling error by Linus Torvalds · 9 years ago
- 8dd3303 x86/mm: Introduce max_possible_pfn by Igor Mammedov · 9 years ago
- 8e8efe0 x86/mpx: Fix instruction decoder condition by Dave Hansen · 9 years ago
- 071ac0c x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-only by Borislav Petkov · 9 years ago
- d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
- 8609d1b x86/mm: Turn CONFIG_X86_PTDUMP into a module by Kees Cook · 9 years ago
- 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- bba072d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- f3119b8 x86/mpx: Fix 32-bit address space calculation by Dave Hansen · 9 years ago
- 46561c3 x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernels by Dave Hansen · 9 years ago
- 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
- f4e342c x86/mm: Skip the hypervisor range when walking PGD by Boris Ostrovsky · 9 years ago
- 25add7e kasan: update log messages by Andrey Konovalov · 9 years ago
- 639ab3e Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- ce4d72f Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- b831ef2 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 06ef431 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi by Ingo Molnar · 9 years ago
- 2c66e24d x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled by Sai Praneeth · 9 years ago
- fe05589 x86/microcode: Merge the early microcode loader by Borislav Petkov · 9 years ago
- c9cdaeb x86, mm: quiet arch_add_memory() by Dan Williams · 9 years ago
- e1a5832 x86/mm: Warn on W^X mappings by Stephen Smalley · 9 years ago
- ab76f7b x86/mm: Set NX on gap between __ex_table and rodata by Stephen Smalley · 9 years ago
- 55696b1 x86/mm: Fix no-change case in try_preserve_large_page() by Toshi Kani · 9 years ago
- d551aaa x86/mm: Fix __split_large_page() to handle large PAT bit by Toshi Kani · 9 years ago
- 3a19109 x86/mm: Fix try_preserve_large_page() to handle large PAT bit by Toshi Kani · 9 years ago
- daf3e35 x86/mm: Fix gup_huge_p?d() to handle large PAT bit by Toshi Kani · 9 years ago
- 34437e6 x86/mm: Fix slow_virt_to_phys() to handle large PAT bit by Toshi Kani · 9 years ago
- da25e62 x86/mm: Fix page table dump to show PAT bit by Toshi Kani · 9 years ago
- 42dc2a3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 9 years ago
- d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
- 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
- f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 95cf82e mem-hotplug: handle node hole when initializing numa_meminfo. by Tang Chen · 9 years ago
- 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 95cd2ea Merge branch 'linus' into x86/urgent, to be able to merge a dependent fix by Ingo Molnar · 9 years ago
- 5b74283 x86, mm: trace when an IPI is about to be sent by Mel Gorman · 9 years ago
- 31e09b1 x86/mm/srat: Print non-volatile flag in SRAT by Linda Knippers · 9 years ago
- 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
- 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
- 8f45fe4 x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modular by Paul Gortmaker · 9 years ago
- 69786cdb x86/kasan, mm: Introduce generic kasan_populate_zero_shadow() by Andrey Ryabinin · 9 years ago
- d5dc861 x86/mm/pat: Add comments to cachemode translation tables by Toshi Kani · 9 years ago
- ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
- 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
- 1a4e879 x86/mm/pat: Revert 'Adjust default caching mode translation tables' by Thomas Gleixner · 9 years ago
- 8a0a5da x86/mm: Fix newly introduced printk format warnings by Thomas Gleixner · 9 years ago
- 9a58eeb x86/mm: Remove region_is_ram() call from ioremap by Toshi Kani · 9 years ago
- 1c9cf9b x86/mm: Move warning from __ioremap_check_ram() to the call site by Toshi Kani · 9 years ago
- ca1fec5 x86/mm/pat: Adjust default caching mode translation tables by Jan Beulich · 9 years ago
- a8965276 x86/mpx: Do not set ->vm_ops on MPX VMAs by Kirill A. Shutemov · 9 years ago
- bbc0377 x86/mm: Add parenthesis for TLB tracepoint size calculation by Dave Hansen · 9 years ago
- 9962eea x86/mm: Initialize pmd_idx in page_table_range_init_count() by Minfei Huang · 9 years ago
- 8515522 x86/kasan: Add message about KASAN being initialized by Andrey Ryabinin · 9 years ago
- d4f86be x86/kasan: Fix boot crash on AMD processors by Andrey Ryabinin · 9 years ago
- 241d2c5 x86/kasan: Flush TLBs after switching CR3 by Andrey Ryabinin · 9 years ago
- 5d5aa3c x86/kasan: Fix KASAN shadow region page tables by Alexander Popov · 9 years ago
- fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 9 years ago
- d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d43e4f4 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 97ac46a x86/mpx: Allow 32-bit binaries on 64-bit kernels again by Dave Hansen · 9 years ago
- bea03c5 x86/mpx: Do not count MPX VMAs as neighbors when unmapping by Dave Hansen · 9 years ago
- 3ceaccd x86/mpx: Rewrite the unmap code by Dave Hansen · 9 years ago
- 613fcb7 x86/mpx: Support 32-bit binaries on 64-bit kernels by Dave Hansen · 9 years ago
- 6ac52bb x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps by Dave Hansen · 9 years ago
- 5458765 x86/mpx: Introduce new 'directory entry' to 'addr' helper function by Dave Hansen · 9 years ago
- a1149fc x86/mpx: Add temporary variable to reduce masking by Dave Hansen · 9 years ago
- cd4996d x86/mpx: Trace allocation of new bounds tables by Dave Hansen · 9 years ago
- 2a1dcb1 x86/mpx: Trace the attempts to find bounds tables by Dave Hansen · 9 years ago
- 97efebf x86/mpx: Trace entry to bounds exception paths by Dave Hansen · 9 years ago
- e7126cf x86/mpx: Trace #BR exceptions by Dave Hansen · 9 years ago
- eb099e5 x86/mpx: Restrict the mmap() size check to bounds tables by Dave Hansen · 9 years ago
- 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
- a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 9 years ago
- 623dffb x86/mm/pat: Add set_memory_wt() for Write-Through type by Toshi Kani · 9 years ago