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