Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-02mm: remove __get_vm_areaChristoph Hellwig
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-03-22x86/mm: split vmalloc_sync_all()Joerg Roedel
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko
2019-09-25mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig
2019-07-12mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin
2019-05-19mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe
2018-06-05mm: Use overflow helpers in kvmalloc()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-13mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-09mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko
2016-12-13mm: add vfree_atomic()Andrey Ryabinin
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-05-21mm/vmalloc: keep a separate lazy-free listChris Wilson
2016-04-05mm/vmap: Add a notifier for when we run out of vmap address spaceChris Wilson
2016-01-15mm, vmalloc: remove VM_VPAGESDavid Rientjes
2015-11-02mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-02-14mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-14mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2014-08-07mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao
2013-07-09mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZEDZhang Yanfei
2013-07-04vmalloc: introduce remap_vmalloc_range_partialHATAYAMA Daisuke
2013-04-30kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-04-30mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-04-30mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2012-07-30ARM: dma-mapping: remove custom consistent dma regionMarek Szyprowski
2012-07-30mm: vmalloc: use const void * for caller argumentMarek Szyprowski
2011-12-06Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King
2011-11-18mm: add vm_area_add_early()Nicolas Pitre
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-11-01mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka
2011-03-28NOMMU: support SMP dynamic percpu_allocGraf Yang
2011-01-14mm: unify module_alloc code for vmallocDavid Rientjes
2011-01-14mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes
2011-01-14mm: remove unused get_vm_area_nodeDavid Rientjes