index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: only allow page table mappings for built-in zsmalloc
Christoph Hellwig
2020-06-02
2
-3
/
+1
*
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
2020-06-02
2
-5
/
+5
*
mm: unexport unmap_kernel_range_noflush
Christoph Hellwig
2020-06-02
1
-1
/
+0
*
mm: remove __get_vm_area
Christoph Hellwig
2020-06-02
1
-8
/
+0
*
mm, memory_failure: don't send BUS_MCEERR_AO for action required error
Wetp Zhang
2020-06-02
1
-6
/
+9
*
mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
chenqiwu
2020-06-02
1
-2
/
+0
*
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
2020-06-02
1
-1
/
+16
*
memcg: fix memcg_kmem_bypass() for remote memcg charging
Zefan Li
2020-06-02
1
-1
/
+6
*
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
2020-06-02
1
-7
/
+81
*
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
2020-06-02
1
-8
/
+11
*
mm/memcg: move penalty delay clamping out of calculate_high_delay()
Jakub Kicinski
2020-06-02
1
-8
/
+8
*
mm/memcg: prepare for swap over-high accounting and penalty calculation
Jakub Kicinski
2020-06-02
1
-27
/
+35
*
memcg: expose root cgroup's memory.stat
Shakeel Butt
2020-06-02
1
-1
/
+0
*
mm: memcontrol: simplify value comparison between count and limit
Kaixu Xia
2020-06-02
1
-1
/
+1
*
mm, memcg: add workingset_restore in memory.stat
Yafang Shao
2020-06-02
1
-0
/
+2
*
mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
Randy Dunlap
2020-06-02
1
-4
/
+8
*
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
2020-06-02
1
-5
/
+56
*
mm/swapfile.c: use prandom_u32_max()
Huang Ying
2020-06-02
1
-1
/
+1
*
mm/swapfile.c: __swap_entry_free() always free 1 entry
Wei Yang
2020-06-02
1
-4
/
+5
*
swap: try to scan more free slots even when fragmented
Huang Ying
2020-06-02
1
-0
/
+22
*
mm/swapfile.c: omit a duplicate code by compare tmp and max first
Wei Yang
2020-06-02
1
-10
/
+8
*
mm/swapfile.c: tmp is always smaller than max
Wei Yang
2020-06-02
1
-1
/
+1
*
mm/swapfile.c: found_free could be represented by (tmp < max)
Wei Yang
2020-06-02
1
-8
/
+3
*
mm/swapfile.c: remove the extra check in scan_swap_map_slots()
Wei Yang
2020-06-02
1
-3
/
+0
*
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
2020-06-02
1
-5
/
+1
*
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
2020-06-02
1
-5
/
+1
*
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
2020-06-02
1
-7
/
+3
*
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
2020-06-02
1
-3
/
+1
*
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
2020-06-02
1
-4
/
+8
*
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
2020-06-02
1
-2
/
+3
*
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
2020-06-02
1
-10
/
+6
*
mm/gup.c: further document vma_permits_fault()
Miles Chen
2020-06-02
1
-1
/
+2
*
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2020-06-02
1
-0
/
+17
*
mm/gup.c: update the documentation
Souptick Joarder
2020-06-02
1
-18
/
+39
*
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
4
-20
/
+14
*
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
2
-10
/
+35
*
mm/page-writeback.c: remove unused variable
Chao Yu
2020-06-02
1
-3
/
+1
*
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+0
*
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
2020-06-02
1
-6
/
+1
*
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+1
*
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
1
-0
/
+14
*
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
2020-06-02
1
-3
/
+6
*
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-06-02
1
-21
/
+47
*
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+8
*
mm: add readahead address space operation
Matthew Wilcox (Oracle)
2020-06-02
1
-2
/
+10
*
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
2020-06-02
1
-18
/
+28
*
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+3
*
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+4
*
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
2020-06-02
1
-44
/
+42
*
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
2020-06-02
1
-14
/
+19
[next]