Age | Commit message (Expand) | Author | Files | Lines |
2006-04-10 | [PATCH] Fix buddy list race that could lead to page lru list corruptions | Nick Piggin | 1 | -3/+2 |
2006-03-22 | [PATCH] mm: optimise page_count | Nick Piggin | 1 | -1/+1 |
2006-03-22 | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 1 | -2/+9 |
2006-03-22 | [PATCH] mm: nommu use compound pages | Nick Piggin | 1 | -4/+0 |
2006-03-22 | [PATCH] mm: make __put_page internal | Nick Piggin | 1 | -1/+0 |
2006-03-22 | [PATCH] vmscan: use unsigned longs | Andrew Morton | 1 | -1/+1 |
2006-03-22 | [PATCH] mm: split highorder pages | Nick Piggin | 1 | -0/+6 |
2006-03-22 | [PATCH] mm: de-skew page refcounting | Nick Piggin | 1 | -14/+5 |
2006-03-22 | [PATCH] mm: simplify vmscan vs release refcounting | Nick Piggin | 1 | -8/+11 |
2006-02-21 | [PATCH] Fix undefined symbols for nommu architecture | Luke Yang | 1 | -0/+4 |
2006-02-17 | [PATCH] x86_64: Add boot option to disable randomized mappings and cleanup | Andi Kleen | 1 | -0/+2 |
2006-02-08 | [PATCH] mm: compound release fix | Nick Piggin | 1 | -1/+1 |
2006-01-15 | [PATCH] mark several functions __always_inline | Ingo Molnar | 1 | -1/+1 |
2006-01-12 | [PATCH] move capable() to capability.h | Randy.Dunlap | 1 | -0/+1 |
2006-01-11 | [PATCH] fix/simplify mutex debugging code | David Woodhouse | 1 | -1/+1 |
2006-01-10 | [PATCH] mutex subsystem, more debugging code | Ingo Molnar | 1 | -0/+4 |
2006-01-09 | [PATCH] shrink struct page | Andrew Morton | 1 | -19/+22 |
2006-01-09 | [PATCH] set_page_count() macro safety | Avishay Traeger | 1 | -1/+1 |
2006-01-09 | [PATCH] drop-pagecache | Andrew Morton | 1 | -0/+7 |
2006-01-06 | [PATCH] FRV: Make futex code compilable on nommu [try #2] | David Howells | 1 | -3/+19 |
2006-01-06 | [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU | David Howells | 1 | -0/+9 |
2006-01-06 | [PATCH] Shut up warnings in ipc/shm.c | Russell King | 1 | -3/+18 |
2006-01-06 | [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store | Badari Pulavarty | 1 | -0/+1 |
2006-01-06 | [PATCH] reiser4: vfs: add truncate_inode_pages_range() | Hans Reiser | 1 | -0/+2 |
2005-12-16 | Make sure we copy pages inserted with "vm_insert_page()" on fork | Linus Torvalds | 1 | -0/+1 |
2005-12-12 | Remove (at least temporarily) the "incomplete PFN mapping" support | Linus Torvalds | 1 | -1/+0 |
2005-11-30 | VM: add "vm_insert_page()" function | Linus Torvalds | 1 | -0/+1 |
2005-11-30 | VM: add common helper function to create the page tables | Linus Torvalds | 1 | -0/+2 |
2005-11-30 | Support strange discontiguous PFN remappings | Linus Torvalds | 1 | -0/+1 |
2005-11-29 | mm: re-architect the VM_UNPAGED logic | Linus Torvalds | 1 | -2/+3 |
2005-11-22 | [PATCH] unpaged: VM_UNPAGED | Hugh Dickins | 1 | -2/+3 |
2005-11-22 | [PATCH] unpaged: unifdefed PageCompound | Hugh Dickins | 1 | -19/+0 |
2005-11-19 | [PARISC] Fix compile warning caused by conflicting types of expand_upwards() | Matthew Wilcox | 1 | -0/+2 |
2005-11-15 | Merge x86-64 update from Andi | Linus Torvalds | 1 | -8/+2 |
2005-11-15 | [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_t | Andi Kleen | 1 | -8/+2 |
2005-11-07 | [PATCH] readahead commentary | Andrew Morton | 1 | -4/+4 |
2005-10-30 | [PATCH] memory hotplug: sysfs and add/remove functions | Dave Hansen | 1 | -0/+1 |
2005-10-30 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -8/+38 |
2005-10-30 | [PATCH] mm: follow_page with inner ptlock | Hugh Dickins | 1 | -8/+12 |
2005-10-30 | [PATCH] mm: kill check_user_page_readable | Hugh Dickins | 1 | -1/+0 |
2005-10-30 | [PATCH] mm: unmap_vmas with inner ptlock | Hugh Dickins | 1 | -1/+1 |
2005-10-30 | [PATCH] mm: ptd_alloc take ptlock | Hugh Dickins | 1 | -0/+18 |
2005-10-30 | [PATCH] mm: ptd_alloc inline and out | Hugh Dickins | 1 | -19/+19 |
2005-10-30 | [PATCH] mm: init_mm without ptlock | Hugh Dickins | 1 | -1/+1 |
2005-10-30 | [PATCH] mm: ia64 use expand_upwards | Hugh Dickins | 1 | -1/+2 |
2005-10-30 | [PATCH] mm: update_hiwaters just in time | Hugh Dickins | 1 | -3/+0 |
2005-10-30 | [PATCH] core remove PageReserved | Nick Piggin | 1 | -2/+3 |
2005-10-30 | [PATCH] mm: unlink_file_vma, remove_vma | Hugh Dickins | 1 | -0/+1 |
2005-10-30 | [PATCH] mm: vm_stat_account unshackled | Hugh Dickins | 1 | -14/+2 |
2005-10-28 | [PATCH] gfp_t: mm/* (easy parts) | Al Viro | 1 | -1/+1 |