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