Age | Commit message (Expand) | Author |
2015-04-29 | x86: mm: move mmap_sem unlock from mm_fault_error() to caller | Linus Torvalds |
2015-04-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2015-03-06 | x86, mm/ASLR: Fix stack randomization on 64-bit systems | Hector Marco-Gisbert |
2014-12-06 | x86, mm: Set NX across entire PMD at boot | Kees Cook |
2014-11-21 | x86: finish user fault error path with fatal signal | Johannes Weiner |
2014-11-21 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner |
2014-11-14 | x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE | Dexuan Cui |
2014-08-07 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin |
2014-07-17 | x86, ioremap: Speed up check for RAM pages | Roland Dreier |
2014-02-22 | x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is off | H. Peter Anvin |
2013-09-07 | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM | Yinghai Lu |
2013-08-29 | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member | Radu Caragea |
2013-08-29 | Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction" | Linus Torvalds |
2013-08-20 | x86 get_unmapped_area(): use proper mmap base for bottom-up direction | Radu Caragea |
2013-05-31 | x86: Fix adjust_range_size_mask calling position | Yinghai Lu |
2013-05-10 | x86/mm: Add missing comments for initial kernel direct mapping | Zhang Yanfei |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-04-30 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-04-30 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-04-30 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-04-29 | x86: rename random32() to prandom_u32() | Akinobu Mita |
2013-04-29 | x86: pageattr-test: remove srandom32 call | Akinobu Mita |
2013-04-29 | x86/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer |
2013-04-29 | x86-64: fall back to regular page vmemmap on allocation failure | Johannes Weiner |
2013-04-29 | x86-64: use vmemmap_populate_basepages() for !pse setups | Johannes Weiner |
2013-04-29 | x86-64: remove dead debugging code for !pse setups | Johannes Weiner |
2013-04-29 | sparse-vmemmap: specify vmemmap population range in bytes | Johannes Weiner |
2013-04-29 | mm, vmalloc: change iterating a vmlist to find_vm_area() | Joonsoo Kim |
2013-04-29 | mm/x86: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu |
2013-04-29 | mm/x86: use common help functions to free reserved pages | Jiang Liu |
2013-04-29 | proc: Split kcore bits from linux/procfs.h into linux/kcore.h | David Howells |
2013-04-15 | x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_ME... | Tang Chen |
2013-04-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-04-12 | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen |
2013-04-12 | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set | Boris Ostrovsky |
2013-04-12 | x86/mm/cpa/selftest: Fix false positive in CPA self test | Andrea Arcangeli |
2013-04-11 | x86/mm/cpa: Convert noop to functional fix | Andrea Arcangeli |
2013-04-10 | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates | Samu Kallio |
2013-04-10 | x86/mm/numa: Simplify some bit mangling | Martin Bundgaard |
2013-04-10 | x86/mm/cpa: Cleanup split_large_page() and its callee | Borislav Petkov |
2013-04-02 | x86, cpu: Convert F00F bug detection | Borislav Petkov |
2013-03-07 | x86: Do not try to sync identity map for non-mapped pages | Dave Hansen |
2013-03-07 | context_tracking: Restore correct previous context state on exception exit | Frederic Weisbecker |
2013-03-07 | context_tracking: Move exception handling to generic code | Frederic Weisbecker |
2013-03-06 | x86, mm: Make sure to find a 2M free block for the first mapped area | Yinghai Lu |
2013-03-02 | x86, ACPI, mm: Revert movablemem_map support | Yinghai Lu |
2013-02-26 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-02-24 | x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ... | Andrea Arcangeli |
2013-02-24 | Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ... | Andrea Arcangeli |
2013-02-24 | x86/mm/numa: Don't check if node is NUMA_NO_NODE | Wen Congyang |