| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] mm: init_mm without ptlock | Hugh Dickins | 2005-10-29 | 2 | -36/+28 |
* | [PATCH] mm: ia64 use expand_upwards | Hugh Dickins | 2005-10-29 | 1 | -3/+14 |
* | [PATCH] mm: update_hiwaters just in time | Hugh Dickins | 2005-10-29 | 7 | -32/+29 |
* | [PATCH] mm: zap_pte out of line | Hugh Dickins | 2005-10-29 | 1 | -10/+9 |
* | [PATCH] mm: do_mremap current mm | Hugh Dickins | 2005-10-29 | 1 | -9/+9 |
* | [PATCH] mm: do_swap_page race major | Hugh Dickins | 2005-10-29 | 1 | -3/+1 |
* | [PATCH] mm: zap_pte_range dec rss | Hugh Dickins | 2005-10-29 | 1 | -3/+3 |
* | [PATCH] mm: copy_one_pte inc rss | Hugh Dickins | 2005-10-29 | 1 | -10/+5 |
* | [PATCH] core remove PageReserved | Nick Piggin | 2005-10-29 | 13 | -104/+165 |
* | [PATCH] mm: batch updating mm_counters | Hugh Dickins | 2005-10-29 | 1 | -15/+32 |
* | [PATCH] mm: rss = file_rss + anon_rss | Hugh Dickins | 2005-10-29 | 6 | -26/+27 |
* | [PATCH] mm: tlb_finish_mmu forget rss | Hugh Dickins | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] mm: tlb_is_full_mm was obscure | Hugh Dickins | 2005-10-29 | 1 | -2/+2 |
* | [PATCH] mm: move_page_tables by extents | Hugh Dickins | 2005-10-29 | 1 | -96/+72 |
* | [PATCH] mm: page fault handlers tidyup | Hugh Dickins | 2005-10-29 | 3 | -125/+99 |
* | [PATCH] mm: exit_mmap need not reset | Hugh Dickins | 2005-10-29 | 1 | -6/+0 |
* | [PATCH] mm: unlink_file_vma, remove_vma | Hugh Dickins | 2005-10-29 | 1 | -14/+27 |
* | [PATCH] mm: remove_vma_list consolidation | Hugh Dickins | 2005-10-29 | 1 | -24/+12 |
* | [PATCH] mm: vm_stat_account unshackled | Hugh Dickins | 2005-10-29 | 3 | -14/+14 |
* | [PATCH] mm: anon is already wrprotected | Hugh Dickins | 2005-10-29 | 2 | -7/+7 |
* | [PATCH] mm: zap_pte_range dont dirty anon | Hugh Dickins | 2005-10-29 | 1 | -4/+6 |
* | [PATCH] mm: msync_pte_range progress | Hugh Dickins | 2005-10-29 | 1 | -24/+14 |
* | [PATCH] mm: copy_pte_range progress fix | Hugh Dickins | 2005-10-29 | 1 | -6/+8 |
* | [PATCH] slab: add additional debugging to detect slabs from the wrong node | Christoph Lameter | 2005-10-29 | 1 | -1/+4 |
* | [PATCH] shrink_list(): skip anon pages if not may_swap | Lee Schermerhorn | 2005-10-29 | 1 | -1/+3 |
* | [PATCH] mm/msync.c cleanup | OGAWA Hirofumi | 2005-10-29 | 1 | -14/+14 |
* | [PATCH] Remove near all BUGs in mm/mempolicy.c | Andi Kleen | 2005-10-29 | 1 | -7/+2 |
* | [PATCH] Convert mempolicies to nodemask_t | Andi Kleen | 2005-10-29 | 1 | -67/+53 |
* | [PATCH] mm: set per-cpu-pages lower threshold to zero | Seth, Rohit | 2005-10-29 | 1 | -2/+2 |
* | [PATCH] mm: page_alloc: increase size of per-cpu-pages | Seth, Rohit | 2005-10-29 | 1 | -12/+12 |
* | [PATCH] swaptoken tuning | Rik Van Riel | 2005-10-29 | 2 | -2/+6 |
* | [PATCH] vmalloc_node | Christoph Lameter | 2005-10-29 | 1 | -16/+57 |
* | [PATCH] gfp_t: the rest | Al Viro | 2005-10-28 | 2 | -19/+24 |
* | [PATCH] gfp_t: mm/* (easy parts) | Al Viro | 2005-10-28 | 5 | -15/+15 |
* | [PATCH] gfp_t: infrastructure | Al Viro | 2005-10-28 | 2 | -5/+5 |
* | [PATCH] NUMA: broken per cpu pageset counters | Magnus Damm | 2005-10-26 | 1 | -0/+2 |
* | [PATCH] Fix handling spurious page fault for hugetlb region | Hugh Dickins | 2005-10-20 | 2 | -12/+24 |
* | [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memory | Yasunori Goto | 2005-10-19 | 1 | -10/+21 |
* | [PATCH] mm: hugetlb truncation fixes | Hugh Dickins | 2005-10-19 | 1 | -14/+21 |
* | [PATCH] Handle spurious page fault for hugetlb region | Seth, Rohit | 2005-10-19 | 1 | -2/+12 |
* | Fix memory ordering bug in page reclaim | Linus Torvalds | 2005-10-16 | 1 | -4/+9 |
* | [PATCH] Don't map the same page too much | Hugh Dickins | 2005-10-11 | 1 | -0/+3 |
* | [PATCH] madvise: Avoid returning error code -EBADF for anonymous mappings | Suzuki | 2005-10-11 | 1 | -7/+4 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 11 | -41/+37 |
* | Revert "x86-64: Reverse order of bootmem lists" | Linus Torvalds | 2005-09-30 | 1 | -11/+3 |
* | [PATCH] kmalloc_node IRQ safety fix | Alok N Kataria | 2005-09-28 | 1 | -7/+18 |
* | [PATCH] mm: move_pte to remap ZERO_PAGE | Nick Piggin | 2005-09-28 | 1 | -3/+3 |
* | [PATCH] revert oversized kmalloc check | Andrew Morton | 2005-09-23 | 1 | -1/+2 |
* | [PATCH] Fix bd_claim() error code. | Rob Landley | 2005-09-22 | 1 | -0/+1 |
* | [PATCH] __kmalloc: Generate BUG if size requested is too large. | Christoph Lameter | 2005-09-22 | 1 | -2/+1 |