Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-19 | mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n | Konstantin Khlebnikov | 1 | -5/+0 |
2019-03-05 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -11/+4 |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS | 1 | -2/+2 |
2018-11-18 | mm/vmstat.c: fix NUMA statistics updates | Janne Huttunen | 1 | -3/+4 |
2018-10-26 | mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size | Jann Horn | 1 | -0/+2 |
2018-10-26 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner | 1 | -0/+1 |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
2018-10-26 | mm: rename and change semantics of nr_indirectly_reclaimable_bytes | Vlastimil Babka | 1 | -5/+1 |
2018-10-05 | mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly | Jann Horn | 1 | -0/+3 |
2018-10-05 | mm/vmstat.c: fix outdated vmstat_text | Jann Horn | 1 | -1/+0 |
2018-06-28 | Revert mm/vmstat.c: fix vmstat_update() preemption BUG | Sebastian Andrzej Siewior | 1 | -2/+0 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -52/+4 |
2018-05-11 | mm: don't show nr_indirectly_reclaimable in /proc/vmstat | Roman Gushchin | 1 | -1/+5 |
2018-04-11 | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin | 1 | -0/+1 |
2018-03-28 | mm/vmstat.c: fix vmstat_update() preemption BUG | Steven J. Hill | 1 | -0/+2 |
2017-11-15 | mm, sysctl: make NUMA stats configurable | Kemi Wang | 1 | -0/+71 |
2017-11-15 | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin | 1 | -4/+2 |
2017-09-08 | mm: consider the number in local CPUs when reading NUMA stats | Kemi Wang | 1 | -2/+7 |
2017-09-08 | mm: update NUMA counter threshold size | Kemi Wang | 1 | -18/+10 |
2017-09-08 | mm: change the call sites of numa statistics items | Kemi Wang | 1 | -6/+155 |
2017-09-06 | mm, swap: add swap readahead hit statistics | Huang Ying | 1 | -0/+4 |
2017-09-06 | mm/vmstat.c: fix wrong comment | SeongJae Park | 1 | -1/+1 |
2017-09-06 | mm/vmstat: fix divide error at __fragmentation_index | Wen Yang | 1 | -0/+3 |
2017-09-06 | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 1 | -2/+2 |
2017-09-06 | mm, THP, swap: add THP swapping out fallback counting | Huang Ying | 1 | -0/+1 |
2017-09-06 | mm: test code to write THP to swap device as a whole | Huang Ying | 1 | -0/+1 |
2017-07-10 | mm: avoid taking zone lock in pagetypeinfo_showmixed() | Vinayak Menon | 1 | -10/+14 |
2017-07-06 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 1 | -2/+2 |
2017-07-06 | mm/oom_kill: count global and memory cgroup oom kills | Konstantin Khlebnikov | 1 | -0/+1 |
2017-07-06 | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | 1 | -3/+2 |
2017-07-06 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | 1 | -8/+8 |
2017-05-12 | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab | 1 | -2/+0 |
2017-05-03 | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes | 1 | -7/+13 |
2017-05-03 | mm, vmstat: print non-populated zones in zoneinfo | David Rientjes | 1 | -10/+17 |
2017-05-03 | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | 1 | -0/+1 |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 1 | -19/+3 |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 1 | -1/+1 |
2017-04-19 | mm: make mm_percpu_wq non freezable | Michal Hocko | 1 | -2/+1 |
2017-04-08 | mm: move pcp and lru-pcp draining into single wq | Michal Hocko | 1 | -6/+9 |
2017-03-31 | mm: move mm_percpu_wq initialization earlier | Michal Hocko | 1 | -3/+1 |
2017-03-09 | mm/vmstats: add thp_split_pud event for clarity | Yisheng Xie | 1 | -0/+3 |
2017-02-22 | mm, compaction: add vmstats for kcompactd work | David Rientjes | 1 | -0/+2 |
2016-12-02 | mm/vmstat: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -41/+35 |
2016-12-02 | mm/vmstat: Avoid on each online CPU loops | Sebastian Andrzej Siewior | 1 | -7/+9 |
2016-12-02 | mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead() | Sebastian Andrzej Siewior | 1 | -6/+1 |
2016-10-07 | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches | 1 | -1/+1 |
2016-10-07 | proc: much faster /proc/vmstat | Alexey Dobriyan | 1 | -1/+4 |
2016-10-07 | cpu: fix node state for whether it contains CPU | Tim Chen | 1 | -0/+11 |
2016-10-07 | mm/page_owner: move page_owner specific function to page_owner.c | Joonsoo Kim | 1 | -79/+0 |