summaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
AgeCommit message (Expand)AuthorLines
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds-2/+2
2005-03-16[PATCH] revert vmalloc-use-list-of-pages-instead-of-array-in-vm_structAndrew Morton-31/+52
2005-03-13[PATCH] vmalloc: use list of pages instead of array in vm_structOleg Nesterov-53/+32
2005-03-13[PATCH] vmalloc: introduce __vmalloc_area() functionOleg Nesterov-23/+29
2005-03-13[PATCH] ptwalk: inline pmd_range and pud_rangeHugh Dickins-8/+10
2005-03-13[PATCH] ptwalk: move p?d_none_or_clear_badHugh Dickins-9/+6
2005-03-13[PATCH] ptwalk: map and unmap_vm_areaHugh Dickins-135/+73
2005-03-13[PATCH] ptwalk: p?d_none_or_clear_badHugh Dickins-18/+3
2005-03-07[PATCH] fix iounmap and a pageattr memleak (x86 and x86-64)Andrea Arcangeli-4/+11
2005-02-26[MM]: Pass correct address down to bottom of page table iterators.David S. Miller-9/+13
2005-02-22[MM]: Add set_pte_at() which takes 'mm' and 'addr' args.David S. Miller-2/+2
2005-02-11[PATCH] Fix small vmalloc per allocation limitAndi Kleen-2/+10
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner-1/+1
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen-30/+83
2004-09-16[PATCH] tune vmalloc sizeIngo Molnar-0/+2
2004-07-08Fix bug in __get_vm_area() alignment codeJames Bottomley-3/+6
2004-06-30Add vmalloc alignment constraintsJames Bottomley-2/+18
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen-2/+2
2004-06-26[PATCH] NX (No eXecute) support for x86Ingo Molnar-0/+22
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King-1/+0
2004-05-26[PATCH] Print backtrace for bad vfree()Andrew Morton-0/+2
2004-02-03[PATCH] vmalloc address offset fixAndrew Morton-2/+3
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo-0/+13
2003-10-01[PATCH] memory writeback/invalidation fixesAndrew Morton-5/+5
2003-08-13[PATCH] Make modules work on ARMRussell King-14/+21
2003-05-12[PATCH] vmalloc race fixAndrew Morton-2/+1
2003-05-07[PATCH] misc fixesAndrew Morton-2/+1
2003-04-20[PATCH] Extend map_vm_area()/get_vm_area()Andrew Morton-13/+16
2002-10-31[PATCH] uninline some things in mm/*.cAndrew Morton-4/+4
2002-10-15[PATCH] don't allocate an extra page in vmallocAndrew Morton-1/+1
2002-10-07[PATCH] vmalloc corner case.Dave Jones-0/+4
2002-09-15[PATCH] various small cleanupsAndrew Morton-0/+4
2002-08-20[PATCH] vmalloc.c error path fixesMarcus Alanen-7/+18
2002-08-06VM: Rework vmalloc code to support mapping of arbitray pagesChristoph Hellwig-115/+249
2002-06-17[PATCH] change_page_attr and AGP updateAndi Kleen-8/+20
2002-06-08[PATCH] Fix more header file breakageRussell King-0/+1
2002-06-08[PATCH] Move vmalloc wrappers out of include/linux/vmalloc.hTom Rini-0/+27
2002-05-03[PATCH] 2.5.13: remove VALID_PAGERoman Zippel-2/+6
2002-04-18Change argument usage a bit to avoid compiler warningLinus Torvalds-3/+3
2002-04-09replace flush_tlb_all with flush_tlb_kernel_range which allowsAnton Blanchard-1/+2
2002-03-24Break an include loop by moving cache flushing routines fromRichard Henderson-0/+1
2002-02-25[PATCH] Support /dev/kmem access to vmalloc space (Marc Boucher)Dave Jones-0/+39
2002-02-19adds simple support for atomically-mapped PTEs. On highmem systems this enabl...Ingo Molnar-2/+2
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds-2/+0
2002-02-04v2.4.4.5 -> v2.4.4.6Linus Torvalds-1/+1
2002-02-04v2.4.4.3 -> v2.4.4.4Linus Torvalds-10/+9
2002-02-04v2.4.2.6 -> v2.4.2.7Linus Torvalds-3/+5
2002-02-04v2.4.2.4 -> v2.4.2.5Linus Torvalds-2/+2
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds-1/+1
2002-02-04v2.4.0.5 -> v2.4.0.6Linus Torvalds-0/+1