index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-28
Mark "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_struct
Andrew Morton
-31
/
+52
2005-03-13
[PATCH] vmalloc: use list of pages instead of array in vm_struct
Oleg Nesterov
-53
/
+32
2005-03-13
[PATCH] vmalloc: introduce __vmalloc_area() function
Oleg Nesterov
-23
/
+29
2005-03-13
[PATCH] ptwalk: inline pmd_range and pud_range
Hugh Dickins
-8
/
+10
2005-03-13
[PATCH] ptwalk: move p?d_none_or_clear_bad
Hugh Dickins
-9
/
+6
2005-03-13
[PATCH] ptwalk: map and unmap_vm_area
Hugh Dickins
-135
/
+73
2005-03-13
[PATCH] ptwalk: p?d_none_or_clear_bad
Hugh 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 limit
Andi 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 tables
Andi Kleen
-30
/
+83
2004-09-16
[PATCH] tune vmalloc size
Ingo Molnar
-0
/
+2
2004-07-08
Fix bug in __get_vm_area() alignment code
James Bottomley
-3
/
+6
2004-06-30
Add vmalloc alignment constraints
James 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 x86
Ingo Molnar
-0
/
+22
2004-06-17
[PATCH] Clean up asm/pgalloc.h include
Russell King
-1
/
+0
2004-05-26
[PATCH] Print backtrace for bad vfree()
Andrew Morton
-0
/
+2
2004-02-03
[PATCH] vmalloc address offset fix
Andrew Morton
-2
/
+3
2003-10-07
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Arnaldo Carvalho de Melo
-0
/
+13
2003-10-01
[PATCH] memory writeback/invalidation fixes
Andrew Morton
-5
/
+5
2003-08-13
[PATCH] Make modules work on ARM
Russell King
-14
/
+21
2003-05-12
[PATCH] vmalloc race fix
Andrew Morton
-2
/
+1
2003-05-07
[PATCH] misc fixes
Andrew 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/*.c
Andrew Morton
-4
/
+4
2002-10-15
[PATCH] don't allocate an extra page in vmalloc
Andrew Morton
-1
/
+1
2002-10-07
[PATCH] vmalloc corner case.
Dave Jones
-0
/
+4
2002-09-15
[PATCH] various small cleanups
Andrew Morton
-0
/
+4
2002-08-20
[PATCH] vmalloc.c error path fixes
Marcus Alanen
-7
/
+18
2002-08-06
VM: Rework vmalloc code to support mapping of arbitray pages
Christoph Hellwig
-115
/
+249
2002-06-17
[PATCH] change_page_attr and AGP update
Andi Kleen
-8
/
+20
2002-06-08
[PATCH] Fix more header file breakage
Russell King
-0
/
+1
2002-06-08
[PATCH] Move vmalloc wrappers out of include/linux/vmalloc.h
Tom Rini
-0
/
+27
2002-05-03
[PATCH] 2.5.13: remove VALID_PAGE
Roman Zippel
-2
/
+6
2002-04-18
Change argument usage a bit to avoid compiler warning
Linus Torvalds
-3
/
+3
2002-04-09
replace flush_tlb_all with flush_tlb_kernel_range which allows
Anton Blanchard
-1
/
+2
2002-03-24
Break an include loop by moving cache flushing routines from
Richard Henderson
-0
/
+1
2002-02-25
[PATCH] Support /dev/kmem access to vmalloc space (Marc Boucher)
Dave Jones
-0
/
+39
2002-02-19
adds simple support for atomically-mapped PTEs. On highmem systems this enabl...
Ingo Molnar
-2
/
+2
2002-02-04
v2.4.9.10 -> v2.4.9.11
Linus Torvalds
-2
/
+0
2002-02-04
v2.4.4.5 -> v2.4.4.6
Linus Torvalds
-1
/
+1
2002-02-04
v2.4.4.3 -> v2.4.4.4
Linus Torvalds
-10
/
+9
2002-02-04
v2.4.2.6 -> v2.4.2.7
Linus Torvalds
-3
/
+5
2002-02-04
v2.4.2.4 -> v2.4.2.5
Linus Torvalds
-2
/
+2
2002-02-04
v2.4.1.2 -> v2.4.1.3
Linus Torvalds
-1
/
+1
2002-02-04
v2.4.0.5 -> v2.4.0.6
Linus Torvalds
-0
/
+1
[next]