index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-26
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
1
-3
/
+2
2019-09-25
mm/vmalloc.c: move 'area->pages' after if statement
Austin Kim
1
-3
/
+5
2019-09-25
mm/vmalloc: modify struct vmap_area to reduce its size
Pengfei Li
1
-14
/
+10
2019-09-25
mm/vmalloc: do not keep unpurged areas in the busy tree
Uladzislau Rezki (Sony)
1
-8
/
+44
2019-09-04
vmalloc: lift the arm flag for coherent mappings to common code
Christoph Hellwig
1
-1
/
+4
2019-08-14
mm/vmalloc.c: fix percpu free VM area search criteria
Kuppuswamy Sathyanarayanan
1
-1
/
+11
2019-07-22
mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
Joerg Roedel
1
-0
/
+9
2019-07-12
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
Roman Gushchin
1
-0
/
+10
2019-07-12
mm/vmalloc.c: spelling> s/informaion/information/
Geert Uytterhoeven
1
-2
/
+2
2019-07-12
mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()
Uladzislau Rezki (Sony)
1
-15
/
+10
2019-07-12
mm/vmalloc.c: get rid of one single unlink_va() when merge
Uladzislau Rezki (Sony)
1
-6
/
+2
2019-07-12
mm/vmalloc.c: preload a CPU with one object for split purpose
Uladzislau Rezki (Sony)
1
-4
/
+51
2019-07-12
mm/vmalloc.c: remove "node" argument
Uladzislau Rezki (Sony)
1
-2
/
+2
2019-07-12
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
1
-1
/
+1
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-11
/
+0
2019-06-29
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-2
/
+2
2019-06-24
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
1
-11
/
+0
2019-06-03
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
1
-1
/
+3
2019-06-03
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
1
-5
/
+5
2019-06-02
mm/vmalloc.c: fix typo in comment
Andrew Morton
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-19
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+43
2019-05-19
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
1
-0
/
+48
2019-05-19
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
1
-246
/
+758
2019-05-15
mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_t
Uladzislau Rezki (Sony)
1
-10
/
+10
2019-05-15
mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()
Uladzislau Rezki (Sony)
1
-6
/
+12
2019-04-30
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
1
-19
/
+94
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-10
/
+37
2019-03-06
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
1
-185
/
+182
2019-03-06
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
1
-1
/
+5
2019-03-06
vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
1
-0
/
+9
2019-03-06
mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()
Roman Penyaev
1
-23
/
+8
2019-03-06
mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
Roman Penyaev
1
-5
/
+11
2019-03-06
mm/vmalloc: fix size check for remap_vmalloc_range_partial()
Roman Penyaev
1
-1
/
+1
2019-03-06
mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA
Roman Penyaev
1
-2
/
+3
2019-03-06
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-2
/
+2
2018-10-27
vfree: add debug might_sleep()
Andrey Ryabinin
1
-0
/
+2
2018-10-27
mm/vmalloc.c: improve vfree() kerneldoc
Andrey Ryabinin
1
-0
/
+2
2018-08-18
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
1
-4
/
+0
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-06-08
mm: vmalloc: pass proper vm_start into debugobjects
Chintan Pandya
1
-4
/
+5
2018-06-08
mm: vmalloc: avoid racy handling of debugobjects in vunmap
Chintan Pandya
1
-1
/
+2
2018-06-08
mm: vmalloc: clean up vunmap to avoid pgtable ops twice
Chintan Pandya
1
-22
/
+7
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
1
-15
/
+3
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-5
/
+6
2018-02-22
vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
Michal Hocko
1
-3
/
+7
2017-10-14
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
1
-6
/
+0
2017-09-07
mm/vmalloc.c: don't reinvent the wheel but use existing llist API
Byungchul Park
1
-6
/
+4
2017-09-07
mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas()
Wei Yang
1
-7
/
+3
[next]