Age | Commit message (Expand) | Author |
2017-08-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-08-16 | x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks | Oleg Nesterov |
2017-08-16 | x86: Fix norandmaps/ADDR_NO_RANDOMIZE | Oleg Nesterov |
2017-08-11 | x86: provide an init_mem_mapping hypervisor hook | Juergen Gross |
2017-07-12 | x86/mmap: properly account for stack randomization in mmap_base | Rik van Riel |
2017-07-10 | x86/kasan: don't allocate extra shadow memory | Andrey Ryabinin |
2017-07-09 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal |
2017-07-06 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko |
2017-07-06 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko |
2017-07-06 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko |
2017-07-05 | x86/mm/pat: Don't report PAT on CPUs that don't support it | Mikulas Patocka |
2017-07-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-06-30 | x86/mm: Delete a big outdated comment about TLB flushing | Andy Lutomirski |
2017-06-30 | x86/mm: Don't reenter flush_tlb_func_common() | Andy Lutomirski |
2017-06-27 | x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimm | Dan Williams |
2017-06-26 | x86/mm/hotplug: Fix BUG_ON() after hot-remove by not freeing PUD | Jérôme Glisse |
2017-06-24 | x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap | Michal Hocko |
2017-06-22 | x86/ldt: Simplify the LDT switching logic | Andy Lutomirski |
2017-06-22 | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins |
2017-06-13 | x86/mm: Add support for 5-level paging for KASLR | Kirill A. Shutemov |
2017-06-13 | x86/mm: Make kernel_physical_mapping_init() support 5-level paging | Kirill A. Shutemov |
2017-06-13 | x86/mm: Add sync_global_pgds() for configuration with 5-level paging | Kirill A. Shutemov |
2017-06-13 | x86/boot/64: Rename init_level4_pgt and early_level4_pgt | Kirill A. Shutemov |
2017-06-13 | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski |
2017-06-13 | x86/mm: Disable 1GB direct mappings when disabling 2MB mappings | Vlastimil Babka |
2017-06-12 | x86/debug: Handle early WARN_ONs proper | Peter Zijlstra |
2017-06-05 | x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush code | Andy Lutomirski |
2017-06-05 | x86/mm: Rework lazy TLB to track the actual loaded mm | Andy Lutomirski |
2017-06-05 | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski |
2017-06-05 | x86/mm: Use new merged flush logic in arch_tlbbatch_flush() | Andy Lutomirski |
2017-06-05 | x86/mm: Refactor flush_tlb_mm_range() to merge local and remote cases | Andy Lutomirski |
2017-06-05 | x86/mm: Change the leave_mm() condition for local TLB flushes | Andy Lutomirski |
2017-06-05 | x86/mm: Pass flush_tlb_info to flush_tlb_others() etc | Andy Lutomirski |
2017-06-05 | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes | Ingo Molnar |
2017-06-01 | Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT" | Ingo Molnar |
2017-05-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-05-26 | x86/mm/ftrace: Do not bug in early boot on irqs_disabled in cpu_flush_range() | Steven Rostedt (VMware) |
2017-05-24 | mm, x86/mm: Make the batched unmap TLB flush API more generic | Andy Lutomirski |
2017-05-24 | x86/mm: Reduce indentation in flush_tlb_func() | Andy Lutomirski |
2017-05-24 | x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() | Andy Lutomirski |
2017-05-24 | x86/PAT: Fix Xorg regression on CPUs that don't support PAT | Mikulas Patocka |
2017-05-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-09 | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() | Laura Abbott |
2017-05-08 | x86: use set_memory.h header | Laura Abbott |
2017-05-08 | x86/mm: Add support for gbpages to kernel_ident_mapping_init() | Xunlei Pang |