| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: avoid taking rmap locks in move_ptes() | Michel Lespinasse | 1 | -2/+5 |
| 2012-10-09 | mm anon rmap: in mremap, set the new vma's position before anon_vma_clone() | Michel Lespinasse | 1 | -4/+4 |
| 2012-10-09 | mm: add CONFIG_DEBUG_VM_RB build option | Michel Lespinasse | 1 | -10/+9 |
| 2012-10-09 | mm anon rmap: replace same_anon_vma linked list with an interval tree. | Michel Lespinasse | 1 | -18/+55 |
| 2012-10-09 | mm anon rmap: remove anon_vma_moveto_tail | Michel Lespinasse | 1 | -2/+1 |
| 2012-10-09 | mm: replace vma prio_tree with an interval tree | Michel Lespinasse | 1 | -11/+11 |
| 2012-10-09 | mm: fix potential anon_vma locking issue in mprotect() | Michel Lespinasse | 1 | -1/+5 |
| 2012-10-09 | mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links() | Hugh Dickins | 1 | -24/+21 |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+0 |
| 2012-10-09 | mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas | Konstantin Khlebnikov | 1 | -21/+4 |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -2/+1 |
| 2012-10-09 | mm: kill vma flag VM_INSERTPAGE | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-09-26 | make get_file() return its argument | Al Viro | 1 | -2/+1 |
| 2012-08-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+2 |
| 2012-08-21 | mm: change nr_ptes BUG_ON to WARN_ON | Hugh Dickins | 1 | -1/+1 |
| 2012-08-21 | uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails | Oleg Nesterov | 1 | -3/+2 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -3/+2 |
| 2012-07-31 | mm: account the total_vm in the vm_stat_account() | Huang Shijie | 1 | -3/+2 |
| 2012-07-30 | uprobes: Remove insert_vm_struct()->uprobe_mmap() | Oleg Nesterov | 1 | -3/+0 |
| 2012-07-30 | uprobes: Remove copy_vma()->uprobe_mmap() | Oleg Nesterov | 1 | -3/+0 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -48/+6 |
| 2012-06-01 | unexport do_munmap() | Al Viro | 1 | -1/+0 |
| 2012-06-01 | new helper: vm_mmap_pgoff() | Al Viro | 1 | -29/+1 |
| 2012-06-01 | kill do_mmap() completely | Al Viro | 1 | -11/+5 |
| 2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 1 | -2/+2 |
| 2012-06-01 | move security_mmap_addr() to saner place | Al Viro | 1 | -14/+3 |
| 2012-06-01 | take security_mmap_file() outside of ->mmap_sem | Al Viro | 1 | -11/+12 |
| 2012-05-31 | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro | 1 | -4/+8 |
| 2012-05-30 | unexport do_mmap() | Al Viro | 1 | -1/+0 |
| 2012-05-29 | mm/mmap.c: find_vma(): remove unnecessary if(mm) check | Rajman Mekaco | 1 | -26/+27 |
| 2012-05-24 | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+32 |
| 2012-05-14 | Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 1 | -9/+50 |
| 2012-05-06 | vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces | Linus Torvalds | 1 | -6/+12 |
| 2012-05-06 | vm: simplify unmap_vmas() calling convention | Linus Torvalds | 1 | -2/+2 |
| 2012-04-21 | kill mm argument of vm_munmap() | Al Viro | 1 | -2/+3 |
| 2012-04-20 | VM: add "vm_mmap()" helper function | Linus Torvalds | 1 | -2/+27 |
| 2012-04-20 | VM: add "vm_munmap()" helper function | Linus Torvalds | 1 | -6/+9 |
| 2012-04-20 | VM: add "vm_brk()" helper function | Linus Torvalds | 1 | -2/+14 |
| 2012-04-14 | uprobes/core: Decrement uprobe count before the pages are unmapped | Srikar Dronamraju | 1 | -4/+4 |
| 2012-04-14 | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 1 | -32/+58 |
| 2012-03-31 | uprobes/core: Optimize probe hits with the help of a counter | Srikar Dronamraju | 1 | -1/+9 |
| 2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -24/+27 |
| 2012-03-21 | mmap.c: fix comment for __insert_vm_struct() | Kautuk Consul | 1 | -3/+2 |
| 2012-03-21 | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 1 | -3/+3 |
| 2012-03-21 | mm: search from free_area_cache for the bigger size | Xiao Guangrong | 1 | -15/+21 |
| 2012-03-21 | mm: do not reset cached_hole_size when vma is unmapped | Xiao Guangrong | 1 | -3/+1 |
| 2012-03-21 | Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -3/+2 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -2/+15 |
| 2012-03-20 | VM: make unmap_vmas() return void | Al Viro | 1 | -2/+1 |
| 2012-03-20 | VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap() | Al Viro | 1 | -1/+1 |
| 2012-03-06 | mm: fix find_vma_prev | Mikulas Patocka | 1 | -2/+10 |
| 2012-03-06 | mmap: EINVAL not ENOMEM when rejecting VM_GROWS | Hugh Dickins | 1 | -1/+2 |
| 2012-03-05 | VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs | Al Viro | 1 | -0/+2 |
| 2012-02-17 | uprobes/core: Clean up, refactor and improve the code | Ingo Molnar | 1 | -6/+6 |
| 2012-02-17 | uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints | Srikar Dronamraju | 1 | -0/+23 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+13 |
| 2012-02-14 | mm: collapse security_vm_enough_memory() variants into a single function | Al Viro | 1 | -2/+2 |
| 2012-01-10 | mm: simplify find_vma_prev() | KOSAKI Motohiro | 1 | -28/+8 |
| 2012-01-10 | mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i... | Andrea Arcangeli | 1 | -3/+21 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2011-10-31 | mm/mmap.c: eliminate the ret variable from mm_take_all_locks() | Kautuk Consul | 1 | -6/+3 |
| 2011-10-31 | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 1 | -1/+1 |
| 2011-07-25 | mmap: fix and tidy up overcommit page arithmetic | Dmitry Fink | 1 | -21/+13 |
| 2011-06-16 | mm: get rid of the most spurious find_vma_prev() users | Linus Torvalds | 1 | -9/+3 |
| 2011-05-26 | mm: don't access vm_flags as 'int' | KOSAKI Motohiro | 1 | -4/+4 |
| 2011-05-25 | mm: convert anon_vma->lock to a mutex | Peter Zijlstra | 1 | -5/+5 |
| 2011-05-25 | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 1 | -11/+11 |
| 2011-05-25 | mm: Remove i_mmap_lock lockbreak | Peter Zijlstra | 1 | -12/+1 |
| 2011-05-25 | mm: mmu_gather rework | Peter Zijlstra | 1 | -9/+9 |
| 2011-05-25 | mm: make expand_downwards() symmetrical with expand_upwards() | Michal Hocko | 1 | -6/+1 |
| 2011-05-25 | mm: nommu: sort mm->mmap list properly | Namhyung Kim | 1 | -23/+0 |
| 2011-05-25 | mmap: avoid merging cloned VMAs | Shaohua Li | 1 | -5/+13 |
| 2011-05-25 | mmap: avoid unnecessary anon_vma lock | Shaohua Li | 1 | -1/+1 |
| 2011-05-25 | mmap: add alignment for some variables | Shaohua Li | 1 | -3/+7 |
| 2011-05-09 | vm: fix vm_pgoff wrap in upward expansion | Hugh Dickins | 1 | -4/+7 |
| 2011-04-14 | brk: COMPAT_BRK: fix detection of randomized brk | Jiri Kosina | 1 | -1/+1 |
| 2011-04-13 | vm: fix vm_pgoff wrap in stack expansion | Linus Torvalds | 1 | -5/+8 |
| 2011-01-13 | brk: fix min_brk lower bound computation for COMPAT_BRK | Jiri Kosina | 1 | -1/+9 |
| 2011-01-13 | thp: avoid breaking huge pmd invariants in case of vma_adjust failures | Andrea Arcangeli | 1 | -0/+2 |
| 2011-01-13 | thp: khugepaged vma merge | Andrea Arcangeli | 1 | -0/+5 |
| 2010-12-15 | install_special_mapping skips security_file_mmap check. | Tavis Ormandy | 1 | -4/+12 |
| 2010-10-30 | audit mmap | Al Viro | 1 | -0/+2 |
| 2010-09-22 | mmap: call unlink_anon_vmas() in __split_vma() in case of error | Andrea Arcangeli | 1 | -0/+1 |
| 2010-08-24 | guard page for stacks that grow upwards | Luck, Tony | 1 | -3/+0 |
| 2010-08-21 | mm: make the vma list be doubly linked | Linus Torvalds | 1 | -4/+17 |
| 2010-08-09 | mmap: remove unnecessary lock from __vma_link | Andrea Arcangeli | 1 | -2/+0 |
| 2010-08-09 | mm: always lock the root (oldest) anon_vma | Rik van Riel | 1 | -8/+22 |
| 2010-08-09 | mm: change direct call of spin_lock(anon_vma->lock) to inline function | Rik van Riel | 1 | -1/+1 |
| 2010-08-09 | mm: rename anon_vma_lock to vma_lock_anon_vma | Rik van Riel | 1 | -7/+7 |
| 2010-06-09 | perf: Add non-exec mmap() tracking | Eric B Munson | 1 | -1/+5 |
| 2010-04-27 | mmap: check ->vm_ops before dereferencing | Rik van Riel | 1 | -1/+2 |
| 2010-04-12 | vma_adjust: fix the copying of anon_vma chains | Linus Torvalds | 1 | -16/+8 |
| 2010-04-12 | Simplify and comment on anon_vma re-use for anon_vma_prepare() | Linus Torvalds | 1 | -24/+62 |
| 2010-03-12 | Add generic sys_old_mmap() | Christoph Hellwig | 1 | -0/+24 |
| 2010-03-06 | mm: remove VM_LOCK_RMAP code | Rik van Riel | 1 | -15/+0 |
| 2010-03-06 | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 1 | -41/+97 |
| 2010-03-06 | mm: use rlimit helpers | Jiri Slaby | 1 | -6/+7 |
| 2010-03-06 | mm: mlock_vma_pages_range() only return success or failure | KOSAKI Motohiro | 1 | -2/+2 |
| 2010-03-06 | mm: mlock_vma_pages_range() never return negative value | KOSAKI Motohiro | 1 | -9/+2 |
| 2009-12-30 | mm: move sys_mmap_pgoff from util.c | Hugh Dickins | 1 | -0/+40 |
| 2009-12-15 | mm: uncached vma support with writenotify | Magnus Damm | 1 | -1/+13 |
| 2009-12-15 | mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() | KOSAKI Motohiro | 1 | -8/+28 |
| 2009-12-11 | switch do_brk() to get_unmapped_area() | Al Viro | 1 | -8/+2 |
| 2009-12-11 | Take arch_mmap_check() into get_unmapped_area() | Al Viro | 1 | -5/+9 |
| 2009-12-11 | fix a struct file leak in do_mmap_pgoff() | Al Viro | 1 | -18/+0 |
| 2009-10-25 | LSM: imbed ima calls in the security hooks | Mimi Zohar | 1 | -4/+0 |
| 2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-22 | hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions | Eric B Munson | 1 | -0/+18 |
| 2009-09-22 | mmap: save some cycles for the shared anonymous mapping | Huang Shijie | 1 | -9/+9 |
| 2009-09-22 | mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust() | Lee Schermerhorn | 1 | -2/+2 |
| 2009-09-22 | mmap: remove unnecessary code | Huang Shijie | 1 | -3/+1 |
| 2009-09-22 | ksm: clean up obsolete references | Hugh Dickins | 1 | -1/+0 |
| 2009-09-22 | ksm: remove VM_MERGEABLE_FLAGS | Hugh Dickins | 1 | -4/+2 |
| 2009-09-22 | ksm: fix deadlock with munlock in exit_mmap | Andrea Arcangeli | 1 | -7/+0 |
| 2009-09-22 | ksm: fix oom deadlock | Hugh Dickins | 1 | -0/+9 |
| 2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 1 | -3/+3 |
| 2009-09-18 | mm: Fix problem of parameter in note | Jianjun Kong | 1 | -1/+1 |
| 2009-08-17 | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 1 | -3/+0 |
| 2009-06-11 | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+5 |
| 2009-06-05 | perf_counter: Generate mmap events for install_special_mapping() | Peter Zijlstra | 1 | -2/+3 |
| 2009-06-04 | perf_counter: Remove munmap stuff | Peter Zijlstra | 1 | -6/+0 |
| 2009-06-04 | security: use mmap_min_addr indepedently of security models | Christoph Lameter | 1 | -0/+3 |
| 2009-05-18 | Merge commit 'v2.6.30-rc6' into perfcounters/core | Ingo Molnar | 1 | -6/+6 |
| 2009-05-02 | mm: fix Committed_AS underflow on large NR_CPUS environment | KOSAKI Motohiro | 1 | -6/+6 |
| 2009-04-29 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 1 | -1/+1 |
| 2009-04-16 | mm: pass correct mm when growing stack | Hugh Dickins | 1 | -1/+1 |
| 2009-04-06 | perf_counter: executable mmap() information | Peter Zijlstra | 1 | -0/+10 |
| 2009-04-02 | nommu: fix a number of issues with the per-MM VMA patch | David Howells | 1 | -3/+0 |
| 2009-03-24 | Merge branch 'master' into next | James Morris | 1 | -20/+28 |
| 2009-02-11 | mm: rearrange exit_mmap() to unlock before arch_exit_mmap | Jeremy Fitzhardinge | 1 | -4/+6 |
| 2009-02-10 | Do not account for the address space used by hugetlbfs using VM_ACCOUNT | Mel Gorman | 1 | -16/+22 |
| 2009-02-06 | Merge branch 'master' into next | James Morris | 1 | -57/+60 |
| 2009-02-06 | integrity: IMA hooks | Mimi Zohar | 1 | -0/+4 |
| 2009-01-31 | Stop playing silly games with the VM_ACCOUNT flag | Linus Torvalds | 1 | -23/+25 |
| 2009-01-30 | Allow opportunistic merging of VM_CAN_NONLINEAR areas | Linus Torvalds | 1 | -1/+4 |
| 2009-01-29 | Fix OOPS in mmap_region() when merging adjacent VM_LOCKED file segments | Linus Torvalds | 1 | -20/+6 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 13 | Heiko Carstens | 1 | -2/+2 |
| 2009-01-14 | [CVE-2009-0029] Convert all system calls to return a long | Heiko Carstens | 1 | -1/+1 |
| 2009-01-08 | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 1 | -0/+10 |
| 2009-01-06 | mm: check for no mmaps in exit_mmap() | Johannes Weiner | 1 | -0/+3 |
| 2009-01-06 | mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting | Oleg Nesterov | 1 | -1/+1 |
| 2009-01-06 | mm/mmap.c: fix coding style | ZhenwenXu | 1 | -9/+8 |
| 2009-01-05 | mm: update my address | Alan Cox | 1 | -1/+1 |
| 2008-11-12 | parisc: fix find_extend_vma() breakage | Denys Vlasenko | 1 | -1/+1 |
| 2008-10-30 | nfsd: fix vm overcommit crash | Alan Cox | 1 | -1/+2 |
| 2008-10-20 | mmap.c: deinline a few functions | Denys Vlasenko | 1 | -4/+4 |
| 2008-10-20 | mmap: handle mlocked pages during map, remap, unmap | Rik van Riel | 1 | -19/+52 |
| 2008-10-20 | mlock: mlocked pages are unevictable | Nick Piggin | 1 | -2/+0 |
| 2008-09-03 | mmap: fix petty bug in anonymous shared mmap offset handling | Tejun Heo | 1 | -0/+4 |
| 2008-08-12 | Merge branch 'core/locking' into core/urgent | Ingo Molnar | 1 | -7/+13 |
| 2008-08-11 | mm: fix mm_take_all_locks() locking order | Peter Zijlstra | 1 | -2/+8 |
| 2008-08-11 | lockdep: annotate mm_take_all_locks() | Peter Zijlstra | 1 | -6/+6 |
| 2008-08-05 | mm: fix uninitialized variables for find_vma_prepare callers | Benny Halevy | 1 | -1/+1 |
| 2008-07-28 | mmu-notifiers: core | Andrea Arcangeli | 1 | -0/+2 |
| 2008-07-28 | mmu-notifiers: add mm_take_all_locks() operation | Andrea Arcangeli | 1 | -0/+158 |
| 2008-07-24 | hugetlb: modular state for hugetlb page size | Andi Kleen | 1 | -1/+2 |
| 2008-07-24 | mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations | Andy Whitcroft | 1 | -0/+3 |
| 2008-07-24 | mm: remove double indirection on tlb parameter to free_pgd_range() & Co | Jan Beulich | 1 | -2/+4 |
| 2008-07-09 | mm: Allow architectures to define additional protection bits | Dave Kleikamp | 1 | -2/+3 |
| 2008-06-06 | brk: make sys_brk() honor COMPAT_BRK when computing lower bound | Jiri Kosina | 1 | -1/+7 |
| 2008-05-24 | mm: fix atomic_t overflow in vm | Alan Cox | 1 | -2/+2 |
| 2008-04-29 | procfs task exe symlink | Matt Helsley | 1 | -4/+20 |
| 2008-04-28 | mempolicy: rename mpol_copy to mpol_dup | Lee Schermerhorn | 1 | -2/+2 |
| 2008-04-28 | mempolicy: rename mpol_free to mpol_put | Lee Schermerhorn | 1 | -3/+3 |
| 2008-04-28 | mmap_region: cleanup the final vma_merge() related code | Oleg Nesterov | 1 | -13/+10 |
| 2008-02-08 | mm: special mapping nopage | Nick Piggin | 1 | -9/+16 |
| 2008-02-06 | brk: check the lower bound properly | Jiri Kosina | 1 | -1/+1 |
| 2008-02-05 | arch_rebalance_pgtables call | Martin Schwidefsky | 1 | -1/+5 |
| 2008-02-04 | vm audit: add VM_DONTEXPAND to mmap for drivers that need it | Nick Piggin | 1 | -1/+1 |
| 2008-01-30 | x86: randomize brk | Jiri Kosina | 1 | -1/+2 |
| 2008-01-25 | Security: remove security_file_mmap hook sparse-warnings (NULL as 0). | Richard Knutsson | 1 | -2/+2 |
| 2007-12-06 | VM/Security: add security hook to do_brk | Eric Paris | 1 | -0/+4 |
| 2007-12-06 | Security: round mmap hint address above mmap_min_addr | Eric Paris | 1 | -0/+3 |
| 2007-12-06 | security: protect from stack expantion into low vm addresses | Eric Paris | 1 | -2/+6 |
| 2007-10-23 | fix mprotect vma_wants_writenotify prot | Hugh Dickins | 1 | -2/+1 |
| 2007-10-19 | setup vma->vm_page_prot by vm_get_page_prot() | Coly Li | 1 | -7/+4 |
| 2007-10-17 | security/ cleanups | Adrian Bunk | 1 | -2/+0 |
| 2007-10-17 | Drop some headers from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-08-22 | fix NULL pointer dereference in __vm_enough_memory() | Alan Cox | 1 | -3/+3 |
| 2007-07-29 | Remove fs.h from mm.h | Alexey Dobriyan | 1 | -0/+34 |
| 2007-07-19 | mm: variable length argument support | Ollie Wild | 1 | -26/+35 |
| 2007-07-19 | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 1 | -6/+2 |
| 2007-07-16 | split mmap | Miklos Szeredi | 1 | -6/+19 |
| 2007-07-11 | security: Protection for exploiting null dereference using mmap | Eric Paris | 1 | -2/+2 |
| 2007-06-21 | [PARISC] Handle wrapping in expand_upwards() | Helge Deller | 1 | -2/+7 |
| 2007-05-09 | Fix occurrences of "the the " | Michael Opdenacker | 1 | -1/+1 |
| 2007-05-08 | Remove unused variable in get_unmapped_area | Roland McGrath | 1 | -1/+0 |
| 2007-05-07 | get_unmapped_area doesn't need hugetlbfs hacks anymore | Benjamin Herrenschmidt | 1 | -16/+0 |
| 2007-05-07 | get_unmapped_area handles MAP_FIXED in generic code | Benjamin Herrenschmidt | 1 | -11/+16 |
| 2007-05-02 | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 1 | -0/+4 |
| 2007-03-01 | [PATCH] Bug in MM_RB debugging | David Miller | 1 | -0/+2 |
| 2007-02-09 | [PATCH] Add install_special_mapping | Roland McGrath | 1 | -0/+72 |
| 2007-01-30 | [PATCH] Don't allow the stack to grow into hugetlb reserved regions | Adam Litke | 1 | -0/+7 |
| 2006-12-08 | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -5/+5 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -2/+2 |
| 2006-11-14 | [PATCH] hugetlb: fix error return for brk() entering a hugepage region | Hugh Dickins | 1 | -3/+2 |
| 2006-11-14 | [PATCH] hugetlb: check for brk() entering a hugepage region | David Gibson | 1 | -0/+4 |
| 2006-11-14 | [PATCH] hugetlb: prepare_hugepage_range check offset too | Hugh Dickins | 1 | -1/+1 |
| 2006-10-15 | Fix VM_MAYEXEC calculation | Linus Torvalds | 1 | -11/+10 |
| 2006-09-26 | [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE | Christoph Lameter | 1 | -1/+1 |