summaryrefslogtreecommitdiff
path: root/mm/vmalloc.c
AgeCommit message (Expand)Author
2020-06-04Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-06-03Merge 4.4.226 into android-4.4-pGreg Kroah-Hartman
2020-06-03mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau
2020-04-14Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-04-02Merge 4.4.218 into android-4.4-pGreg Kroah-Hartman
2020-04-02x86/mm: split vmalloc_sync_all()Joerg Roedel
2019-08-26Merge android-4.4.190 (ac7fbca) into msm-4.4Srinivasarao P
2019-08-25Merge 4.4.190 into android-4.4Greg Kroah-Hartman
2019-08-25Merge 4.4.190 into android-4.4-pGreg Kroah-Hartman
2019-08-25mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel
2019-05-02Merge android-4.4.179 (aab9adb) into msm-4.4Srinivasarao P
2019-04-30Merge 4.4.179 into android-4.4Greg Kroah-Hartman
2019-04-30Merge 4.4.179 into android-4.4-pGreg Kroah-Hartman
2019-04-27mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-03-25Merge android-4.4.177 (0c3b8c4) into msm-4.4Srinivasarao P
2019-03-23Merge 4.4.177 into android-4.4-pGreg Kroah-Hartman
2019-03-23Merge 4.4.177 into android-4.4Greg Kroah-Hartman
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2018-09-18mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli
2018-09-06mm: Kconfig: Add support for config size of purging vmap_areaZhenhua Huang
2018-08-07Merge android-4.4.146 (13962260) into msm-4.4Srinivasarao P
2018-08-06Merge 4.4.146 into android-4.4-pGreg Kroah-Hartman
2018-08-06Merge 4.4.146 into android-4.4Greg Kroah-Hartman
2018-08-06mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-01-18Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P
2017-12-14BACKPORT: mm: coalesce split stringsJoe Perches
2017-06-19mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes
2017-06-19mm: turn vmap_purge_lock into a mutexChristoph Hellwig
2017-06-19mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig
2017-06-19mm: add vfree_atomic()Andrey Ryabinin
2017-06-19mm: refactor __purge_vmap_area_lazy()Christoph Hellwig
2017-06-19mm: remove free_unmap_vmap_area_addr()Christoph Hellwig
2017-06-19mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig
2017-06-19mm/vmalloc: keep a separate lazy-free listChris Wilson
2016-03-22mm: Update is_vmalloc_addr to account for vmalloc savingsSusheel Khiani
2016-03-22msm: Allow lowmem to be non contiguous and mixedSusheel Khiani
2016-03-22msm: Increase the kernel virtual area to include lowmemSusheel Khiani
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05mm/vmalloc: use offset_in_page macroAlexander Kuleshov
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin