summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2006-07-14[PATCH] mm: fix oom roll-back of __vmalloc_area_nodeJan Kiszka
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin
2006-04-01BUG_ON() Conversion in mm/vmalloc.cEric Sesterhenn
2005-11-07[PATCH] kernel-doc: fix warnings in vmalloc.cRandy Dunlap
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins
2005-10-29[PATCH] vmalloc_nodeChristoph Lameter
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-09[PATCH] update kfree, vfree, and vunmap kerneldocPekka Enberg
2005-09-05[PATCH] arm: allow for arch-specific IOREMAP_MAX_ORDERDeepak Saxena
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-16[PATCH] revert vmalloc-use-list-of-pages-instead-of-array-in-vm_structAndrew Morton
2005-03-13[PATCH] vmalloc: use list of pages instead of array in vm_structOleg Nesterov
2005-03-13[PATCH] vmalloc: introduce __vmalloc_area() functionOleg Nesterov
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins
2005-03-13[PATCH] ptwalk: map and unmap_vm_areaHugh Dickins
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins
2005-03-07[PATCH] fix iounmap and a pageattr memleak (x86 and x86-64)Andrea Arcangeli
2005-02-26[MM]: Pass correct address down to bottom of page table iterators.David S. Miller
2005-02-22[MM]: Add set_pte_at() which takes 'mm' and 'addr' args.David S. Miller
2005-02-11[PATCH] Fix small vmalloc per allocation limitAndi Kleen
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen
2004-09-16[PATCH] tune vmalloc sizeIngo Molnar
2004-07-08Fix bug in __get_vm_area() alignment codeJames Bottomley
2004-06-30Add vmalloc alignment constraintsJames Bottomley
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen
2004-06-26[PATCH] NX (No eXecute) support for x86Ingo Molnar
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-05-26[PATCH] Print backtrace for bad vfree()Andrew Morton
2004-02-03[PATCH] vmalloc address offset fixAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-10-01[PATCH] memory writeback/invalidation fixesAndrew Morton
2003-08-13[PATCH] Make modules work on ARMRussell King
2003-05-12[PATCH] vmalloc race fixAndrew Morton
2003-05-07[PATCH] misc fixesAndrew Morton
2003-04-20[PATCH] Extend map_vm_area()/get_vm_area()Andrew Morton
2002-10-31[PATCH] uninline some things in mm/*.cAndrew Morton
2002-10-15[PATCH] don't allocate an extra page in vmallocAndrew Morton
2002-10-07[PATCH] vmalloc corner case.Dave Jones
2002-09-15[PATCH] various small cleanupsAndrew Morton
2002-08-20[PATCH] vmalloc.c error path fixesMarcus Alanen
2002-08-06VM: Rework vmalloc code to support mapping of arbitray pagesChristoph Hellwig
2002-06-17[PATCH] change_page_attr and AGP updateAndi Kleen
2002-06-08[PATCH] Fix more header file breakageRussell King
2002-06-08[PATCH] Move vmalloc wrappers out of include/linux/vmalloc.hTom Rini
2002-05-03[PATCH] 2.5.13: remove VALID_PAGERoman Zippel