Age | Commit message (Expand) | Author | Files | Lines |
2007-08-31 | hugepage: fix broken check for offset alignment in hugepage mappings | David Gibson | 1 | -5/+10 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
2007-07-16 | hugetlbfs: handle empty options string | Lee Schermerhorn | 1 | -3/+5 |
2007-07-16 | hugetlbfs: use lib/parser, fix docs | Randy Dunlap | 1 | -27/+69 |
2007-06-16 | shm: fix the filename of hugetlb sysv shared memory | Eric W. Biederman | 1 | -5/+2 |
2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -2/+1 |
2007-05-07 | hugetlbfs: add NULL check in hugetlb_zero_setup() | Akinobu Mita | 1 | -0/+3 |
2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
2007-05-07 | get_unmapped_area handles MAP_FIXED in hugetlbfs | Benjamin Herrenschmidt | 1 | -0/+7 |
2007-05-07 | Make page->private usable in compound pages | Christoph Lameter | 1 | -1/+1 |
2007-05-07 | proper prototype for hugetlb_get_unmapped_area() | Adrian Bunk | 1 | -4/+1 |
2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -2/+2 |
2007-02-12 | [PATCH] mark struct inode_operations const 2 | Arjan van de Ven | 1 | -4/+4 |
2007-02-09 | [PATCH] hugetlb: preserve hugetlb pte dirty state | Ken Chen | 1 | -1/+4 |
2006-12-21 | VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functions | Linus Torvalds | 1 | -1/+1 |
2006-12-08 | [PATCH] struct path: convert hugetlbfs | Josef Sipek | 1 | -3/+3 |
2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
2006-11-14 | [PATCH] hugetlb: prepare_hugepage_range check offset too | Hugh Dickins | 1 | -13/+8 |
2006-10-28 | [PATCH] hugetlb: fix prio_tree unit | Hugh Dickins | 1 | -13/+11 |
2006-10-28 | [PATCH] hugetlb: fix size=4G parsing | Hugh Dickins | 1 | -1/+0 |
2006-10-11 | [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range() | Chen, Kenneth W | 1 | -1/+1 |
2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -2/+2 |
2006-09-29 | [PATCH] hugetlbfs: add lock annotation to hugetlbfs_forget_inode() | Josh Triplett | 1 | -1/+1 |
2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
2006-07-10 | [PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb vir... | Zhang, Yanmin | 1 | -3/+1 |
2006-06-28 | [PATCH] mark address_space_operations const | Christoph Hellwig | 1 | -2/+2 |
2006-06-23 | [PATCH] tightening hugetlb strict accounting | Chen, Kenneth W | 1 | -12/+9 |
2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 1 | -2/+2 |
2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 1 | -2/+2 |
2006-03-22 | [PATCH] convert hugetlbfs_counter to atomic | Chen, Kenneth W | 1 | -16/+2 |
2006-03-22 | [PATCH] hugepage: Strict page reservation for hugepage inodes | David Gibson | 1 | -52/+22 |
2006-02-01 | [PATCH] mm: hugepage accounting fix | Hugh Dickins | 1 | -2/+2 |
2006-01-14 | [PATCH] Add tmpfs options for memory placement policies | Robin Holt | 1 | -1/+1 |
2006-01-11 | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 1 | -0/+1 |
2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -2/+2 |
2006-01-06 | [PATCH] Hugetlb: Copy on Write support | David Gibson | 1 | -3/+0 |
2005-11-22 | [PATCH] Fix hugetlbfs_statfs() reporting of block limits | David Gibson | 1 | -4/+8 |
2005-11-09 | [PATCH] fs/hugetlbfs/inode.c: make a function static | Adrian Bunk | 1 | -1/+1 |
2005-10-29 | [PATCH] hugetlb: overcommit accounting check | Adam Litke | 1 | -10/+53 |
2005-10-29 | [PATCH] hugetlb: demand fault handler | Adam Litke | 1 | -5/+2 |
2005-10-29 | [PATCH] cleanup hugelbfs_forget_inode | Christoph Hellwig | 1 | -18/+20 |
2005-10-29 | [PATCH] kill hugelbfs_do_delete_inode | Christoph Hellwig | 1 | -37/+1 |
2005-10-29 | [PATCH] hugetlbfs: clean up hugetlbfs_delete_inode | Christoph Hellwig | 1 | -6/+32 |
2005-10-29 | [PATCH] hugetlbfs: move free_inodes accounting | Christoph Hellwig | 1 | -36/+42 |
2005-10-29 | [PATCH] mm: unmap_vmas with inner ptlock | Hugh Dickins | 1 | -7/+3 |
2005-06-21 | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 1 | -0/+3 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2 | -0/+860 |