aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mistakes in mergeAndrew Dodd2013-02-271-1/+0
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-4/+6
|\
| * mm: fix faulty initialization in vmalloc_init()KyongHo2012-06-171-1/+2
| * mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim2012-06-171-4/+4
* | merge opensource jb u5codeworkx2012-09-221-0/+16
|/
* mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman2011-12-211-0/+2
* mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka2011-11-111-17/+48
* mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel2011-10-031-0/+8
* mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch2011-08-171-3/+4
* Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-261-4/+0
|\
| * vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge2011-05-201-4/+0
* | mm: print vmalloc() state after allocation failuresDave Hansen2011-05-251-2/+7
* | mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner2011-05-251-3/+3
|/
* vmalloc: remove confusing comment on vwrite()Namhyung Kim2011-03-221-2/+0
* mm: vmap area cacheNick Piggin2011-03-221-52/+104
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+1
|\
| * ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* | vmalloc: remove redundant unlikely()Tobias Klauser2011-01-131-1/+1
* | mm: unify module_alloc code for vmallocDavid Rientjes2011-01-131-21/+29
* | mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes2011-01-131-12/+9
* | mm: remove unused get_vm_area_nodeDavid Rientjes2011-01-131-7/+0
* | mm: convert sprintf_symbol to %pSJoe Perches2011-01-131-7/+2
|/
* vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-021-11/+17
* mm: add vzalloc() and vzalloc_node() helpersDave Young2010-10-261-2/+44
* vmalloc: annotate lock context change on s_start/stop()Namhyung Kim2010-10-261-0/+2
* vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim2010-10-261-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-0/+2
|\
| * vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* | mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-09-171-0/+9
|/
* Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-121-0/+4
|\
| * vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge2010-07-271-0/+4
* | mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy2010-08-091-1/+4
* | mm: use ERR_CASTJulia Lawall2010-08-091-1/+1
* | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-091-1/+1
|/
* mm: purge fragmented percpu vmap blocksNick Piggin2010-02-021-11/+81
* mm: percpu-vmap fix RCU list walkingNick Piggin2010-02-021-14/+6
* vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh2010-01-211-3/+1
* vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich2009-12-151-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-2/+2
|\
| * vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo2009-10-291-2/+2
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds2009-10-081-22/+26
|\ \
| * | mm, perf_event: Make vmalloc_user() align base kernel virtual address to SHMLBADavid Miller2009-10-081-22/+26
| |/
* / mm: includecheck fix: vmalloc.cJaswinder Singh Rajput2009-10-081-1/+0
|/
* kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-231-1/+1
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki2009-09-221-23/+176
* vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki2009-09-221-5/+9
* vmalloc.c: fix double error checkingFigo.zhang2009-09-221-3/+1
* vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-141-0/+293