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
2019-05-15mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)
2019-05-15mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe
2019-03-06docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-06docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport
2019-03-06mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-03-06vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)
2019-03-06mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev
2019-03-06mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev
2019-03-06mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-06mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev
2019-03-06mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-10-27vfree: add debug might_sleep()Andrey Ryabinin
2018-10-27mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin
2018-08-18mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-08mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya
2018-06-08mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya
2018-06-08mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-02-22vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2017-10-14Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-09-07mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park
2017-09-07mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()Wei Yang
2017-08-19mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-11vmalloc: show lazy-purged vma info in vmallocinfoYisheng Xie
2017-07-07mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas
2017-06-24mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel
2017-05-13mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-09mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-17mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-02-25mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen
2017-02-25vmalloc: back off when the current task is killedMichal Hocko
2017-02-23mm, page_alloc: warn_alloc print nodemaskMichal Hocko
2017-02-23mm/vmalloc.c: use rb_entry_safeGeliang Tang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-13mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes
2016-12-13mm: turn vmap_purge_lock into a mutexChristoph Hellwig
2016-12-13mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig