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
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
/
include
/
linux
/
mmzone.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
mm/vmscan: throttle reclaim when no progress is being made
Mel Gorman
1
-0
/
+1
2021-11-06
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
1
-0
/
+1
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
1
-0
/
+13
2021-11-06
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
1
-0
/
+22
2021-11-06
mm: use __pfn_to_section() instead of open coding it
Rolf Eike Beer
1
-2
/
+2
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-12
/
+7
2021-09-08
mm: track present early pages per zone
David Hildenbrand
1
-0
/
+7
2021-09-08
mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
Mike Rapoport
1
-12
/
+0
2021-09-03
mm: compaction: support triggering of proactive compaction by user
Charan Teja Reddy
1
-0
/
+1
2021-09-03
mm/sparse: set SECTION_NID_SHIFT to 6
Naoya Horiguchi
1
-1
/
+1
2021-09-03
mm: sparse: remove __section_nr() function
Ohhoon Kwon
1
-1
/
+0
2021-07-01
mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM
Mel Gorman
1
-1
/
+4
2021-07-01
mm: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-07-01
arm64/mm: drop HAVE_ARCH_PFN_VALID
Anshuman Khandual
1
-0
/
+9
2021-07-01
include/linux/mmzone.h: add documentation for pfn_valid()
Mike Rapoport
1
-0
/
+11
2021-06-29
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
1
-1
/
+19
2021-06-29
mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
Mike Rapoport
1
-2
/
+2
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-3
/
+3
2021-06-29
mm: remove CONFIG_DISCONTIGMEM
Mike Rapoport
1
-3
/
+5
2021-06-29
mm: drop SECTION_SHIFT in code comments
Dong Aisheng
1
-2
/
+0
2021-06-29
mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
Mel Gorman
1
-0
/
+3
2021-06-29
mm/page_alloc: limit the number of pages on PCP lists when reclaim is active
Mel Gorman
1
-0
/
+1
2021-06-29
mm/page_alloc: scale the number of pages that are batch freed
Mel Gorman
1
-1
/
+2
2021-06-29
mm/page_alloc: delete vm.percpu_pagelist_fraction
Mel Gorman
1
-3
/
+0
2021-06-29
mm/vmstat: convert NUMA statistics to basic NUMA counters
Mel Gorman
1
-4
/
+9
2021-06-29
mm/page_alloc: convert per-cpu list protection to local_lock
Mel Gorman
1
-0
/
+2
2021-06-29
mm/page_alloc: split per cpu page lists and zone stats
Mel Gorman
1
-8
/
+10
2021-06-29
mm/mmzone.h: simplify is_highmem_idx()
Mike Rapoport
1
-12
/
+1
2021-05-07
mm: fix some typos and code style problems
Shijie Luo
1
-1
/
+1
2021-05-05
mm,memory_hotplug: allocate memmap from the added memory range
Oscar Salvador
1
-2
/
+5
2021-05-05
mm/gup: migrate pinned pages out of movable zone
Pavel Tatashin
1
-2
/
+7
2021-05-05
mm/gup: do not migrate zero page
Pavel Tatashin
1
-0
/
+4
2021-04-30
mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
Mike Rapoport
1
-19
/
+24
2021-02-26
mm: teach pfn_to_online_page() about ZONE_DEVICE section collisions
Dan Williams
1
-7
/
+27
2021-02-26
mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
David Hildenbrand
1
-0
/
+15
2021-02-25
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
1
-2
/
+0
2021-02-25
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
1
-0
/
+3
2021-02-25
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-0
/
+13
2020-12-16
mm/lru: revise the comments of lru_lock
Hugh Dickins
1
-2
/
+1
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-1
/
+2
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-43
/
+7
2020-12-15
mm, page_alloc: cache pageset high and batch in struct zone
Vlastimil Babka
1
-0
/
+6
2020-12-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
1
-31
/
+0
2020-12-15
ia64: remove custom __early_pfn_to_nid()
Mike Rapoport
1
-11
/
+0
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-1
/
+1
2020-11-20
mm: Remove examples from enum zone_type comment
Nicolas Saenz Julienne
1
-20
/
+0
[next]