index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
Yue Hu
1
-1
/
+3
2019-05-14
mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API
Johannes Weiner
1
-31
/
+36
2019-05-14
mm: memcontrol: push down mem_cgroup_nr_lru_pages()
Johannes Weiner
1
-6
/
+7
2019-05-14
mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
Johannes Weiner
2
-5
/
+10
2019-05-14
mm: memcontrol: replace node summing with memcg_page_state()
Johannes Weiner
1
-3
/
+6
2019-05-14
mm: memcontrol: replace zone summing with lruvec_page_state()
Johannes Weiner
2
-2
/
+2
2019-05-14
mm/vmscan: add tracepoints for node reclaim
Yafang Shao
1
-0
/
+6
2019-05-14
mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()
Anshuman Khandual
1
-2
/
+0
2019-05-14
mm/cma.c: fix the bitmap status to show failed allocation reason
Yue Hu
1
-8
/
+11
2019-05-14
mm/compaction.c: fix an undefined behaviour
Qian Cai
1
-1
/
+3
2019-05-14
mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
Baoquan He
1
-1
/
+1
2019-05-14
mm,memory_hotplug: drop redundant hugepage_migration_supported check
Oscar Salvador
1
-2
/
+1
2019-05-14
mm,memory_hotplug: unlock 1GB-hugetlb on x86_64
Oscar Salvador
1
-4
/
+0
2019-05-14
mm/gup: add FOLL_LONGTERM capability to GUP fast
Ira Weiny
1
-4
/
+36
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2
-9
/
+9
2019-05-14
mm/gup: change write parameter to flags in fast walk
Ira Weiny
1
-26
/
+26
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2
-75
/
+120
2019-05-14
mm: generalize putback scan functions
Kirill Tkhai
1
-82
/
+40
2019-05-14
mm: remove pages_to_free argument of move_active_pages_to_lru()
Kirill Tkhai
1
-6
/
+13
2019-05-14
mm: move nr_deactivate accounting to shrink_active_list()
Kirill Tkhai
1
-6
/
+4
2019-05-14
mm: move recent_rotated pages calculation to shrink_inactive_list()
Kirill Tkhai
1
-8
/
+7
2019-05-14
mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()
Vlastimil Babka
1
-3
/
+11
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
7
-103
/
+73
2019-05-14
mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
Yue Hu
1
-1
/
+1
2019-05-14
mm/slab.c: fix an infinite loop in leaks_show()
Qian Cai
1
-1
/
+5
2019-05-14
mm/slub.c: update the comment about slab frozen
Liu Xiang
1
-4
/
+5
2019-05-14
mm/slab.c: remove unneed check in cpuup_canceled
Li RongQing
1
-4
/
+2
2019-05-14
slub: remove useless kmem_cache_debug() before remove_full()
Liu Xiang
1
-2
/
+1
2019-05-14
slab: use slab_list instead of lru
Tobin C. Harding
1
-24
/
+25
2019-05-14
slub: use slab_list instead of lru
Tobin C. Harding
1
-20
/
+20
2019-05-14
slub: add comments to endif pre-processor macros
Tobin C. Harding
1
-10
/
+10
2019-05-14
slob: use slab_list instead of lru
Tobin C. Harding
1
-6
/
+6
2019-05-14
slob: respect list_head abstraction layer
Tobin C. Harding
1
-14
/
+37
2019-05-14
mm/hugetlb.c: don't put_page in lock of hugetlb_lock
Kai Shen
1
-1
/
+2
2019-05-14
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
1
-6
/
+10
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-3
/
+2
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-8
/
+8
2019-05-07
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+4
2019-05-07
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-21
/
+99
2019-05-07
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-42
/
+6
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-115
/
+54
2019-05-06
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-2
/
+14
2019-05-06
Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-69
/
+74
2019-05-02
shmem: make use of ->free_inode()
Al Viro
1
-3
/
+2
2019-04-30
mm/vmalloc: Add flag for freeing of special permsissions
Rick Edgecombe
1
-19
/
+94
2019-04-30
mm/hibernation: Make hibernation handle unmapped pages
Rick Edgecombe
1
-2
/
+5
2019-04-29
mm/page_owner: Simplify stack trace handling
Thomas Gleixner
1
-51
/
+28
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2
-21
/
+16
2019-04-29
mm/kmemleak: Simplify stacktrace handling
Thomas Gleixner
1
-21
/
+3
2019-04-29
mm/slub: Simplify stack trace retrieval
Thomas Gleixner
1
-8
/
+4
[next]