| Commit message (Expand) | Author | Age | Files | Lines |
* | remove handle_mm_fault export | Christoph Hellwig | 2007-07-21 | 1 | -2/+0 |
* | lguest: export symbols for lguest as a module | Rusty Russell | 2007-07-19 | 1 | -0/+1 |
* | mm: fix clear_page_dirty_for_io vs fault race | Nick Piggin | 2007-07-19 | 1 | -0/+9 |
* | mm: fault feedback #2 | Nick Piggin | 2007-07-19 | 1 | -40/+40 |
* | mm: fault feedback #1 | Nick Piggin | 2007-07-19 | 1 | -57/+52 |
* | ocfs2: release page lock before calling ->page_mkwrite | Mark Fasheh | 2007-07-19 | 1 | -5/+9 |
* | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 2007-07-19 | 1 | -46/+86 |
* | mm: fix fault vs invalidate race for linear mappings | Nick Piggin | 2007-07-19 | 1 | -80/+73 |
* | Add __GFP_MOVABLE for callers to flag allocations from high memory that may b... | Mel Gorman | 2007-07-17 | 1 | -4/+5 |
* | kill vmalloc_earlyreserve | Jan Beulich | 2007-07-16 | 1 | -2/+0 |
* | oom: stop allocating user memory if TIF_MEMDIE is set | Ethan Solomita | 2007-07-16 | 1 | -0/+8 |
* | MM: use DIV_ROUND_UP() in mm/memory.c | Rolf Eike Beer | 2007-07-16 | 1 | -1/+1 |
* | Rework ptep_set_access_flags and fix sun4c | Benjamin Herrenschmidt | 2007-06-16 | 1 | -7/+6 |
* | mm: more rmap checking | Nick Piggin | 2007-05-17 | 1 | -1/+1 |
* | Add unitialized_var() macro for suppressing gcc warnings | Borislav Petkov | 2007-05-07 | 1 | -1/+1 |
* | mm: remove gcc workaround | Nick Piggin | 2007-05-07 | 1 | -12/+0 |
* | Add apply_to_page_range() which applies a function to a pte range | Jeremy Fitzhardinge | 2007-05-07 | 1 | -0/+94 |
* | [PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn() | Benjamin Herrenschmidt | 2007-02-12 | 1 | -2/+4 |
* | [PATCH] add vm_insert_pfn() | Nick Piggin | 2007-02-12 | 1 | -0/+45 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -3/+1 |
* | [PATCH] do not disturb page referenced state when unmapping memory range | Ken Chen | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] page_mkwrite caller race fix | Hugh Dickins | 2007-02-11 | 1 | -2/+1 |
* | [PATCH] i386 vDSO: use VM_ALWAYSDUMP | Roland McGrath | 2007-01-26 | 1 | -0/+7 |
* | [PATCH] Fix gate_vma.vm_flags | Roland McGrath | 2007-01-26 | 1 | -2/+2 |
* | [ARM] pass vma for flush_anon_page() | Russell King | 2007-01-08 | 1 | -1/+1 |
* | [PATCH] mm: more rmap debugging | Nick Piggin | 2006-12-22 | 1 | -2/+2 |
* | [PATCH] Pass vma argument to copy_user_highpage(). | Atsushi Nemoto | 2006-12-13 | 1 | -5/+5 |
* | [PATCH] read_zero_pagealigned() locking fix | Hugh Dickins | 2006-12-10 | 1 | -11/+21 |
* | [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols | Adrian Bunk | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] grab swap token reordered | Ashwin Chaugule | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] mm: D-cache aliasing issue in cow_user_page | Dmitriy Monakhov | 2006-10-20 | 1 | -0/+1 |
* | [PATCH] page fault retry with NOPAGE_REFAULT | Benjamin Herrenschmidt | 2006-10-06 | 1 | -3/+6 |
* | [PATCH] paravirt: lazy mmu mode hooks.patch | Zachary Amsden | 2006-10-01 | 1 | -0/+8 |
* | [PATCH] paravirt: pte clear not present | Zachary Amsden | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] paravirt: remove read hazard from cow | Zachary Amsden | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] mm: fix a race condition under SMC + COW | Siddha, Suresh B | 2006-09-29 | 1 | -1/+8 |
* | [PATCH] NOMMU: Check that access_process_vm() has a valid target | David Howells | 2006-09-27 | 1 | -0/+53 |
* | [PATCH] do_no_pfn() | Jes Sorensen | 2006-09-27 | 1 | -5/+59 |
* | [PATCH] Add kerneldocs for some functions in mm/memory.c | Rolf Eike Beer | 2006-09-26 | 1 | -7/+27 |
* | [PATCH] mm: fixup do_wp_page() | Peter Zijlstra | 2006-09-26 | 1 | -6/+13 |
* | [PATCH] mm: balance dirty pages | Peter Zijlstra | 2006-09-26 | 1 | -2/+3 |
* | [PATCH] mm: tracking shared dirty pages | Peter Zijlstra | 2006-09-26 | 1 | -6/+23 |
* | [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection | Shailabh Nagar | 2006-07-14 | 1 | -0/+4 |
* | [PATCH] ia64: race flushing icache in COW path | Anil Keshavamurthy | 2006-07-14 | 1 | -1/+1 |
* | [PATCH] mm/memory.c: EXPORT_UNUSED_SYMBOL | Adrian Bunk | 2006-07-10 | 1 | -1/+1 |
* | [PATCH] lockdep: annotate mm | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] Light weight event counters | Christoph Lameter | 2006-06-30 | 1 | -2/+2 |
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter | Christoph Lameter | 2006-06-30 | 1 | -2/+2 |
* | [PATCH] add page_mkwrite() vm_operations method | David Howells | 2006-06-23 | 1 | -24/+76 |
* | [PATCH] Swapless page migration: add R/W migration entries | Christoph Lameter | 2006-06-23 | 1 | -1/+17 |