index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2020-06-02
mm: remove unmap_vmap_area
Christoph Hellwig
2020-06-02
mm: remove map_vm_range
Christoph Hellwig
2020-06-02
mm: don't return the number of pages from map_kernel_range{,_noflush}
Christoph Hellwig
2020-06-02
mm: rename vmap_page_range to map_kernel_range
Christoph Hellwig
2020-06-02
mm: remove vmap_page_range_noflush and vunmap_page_range
Christoph Hellwig
2020-06-02
mm: pass addr as unsigned long to vb_free
Christoph Hellwig
2020-06-02
mm: only allow page table mappings for built-in zsmalloc
Christoph Hellwig
2020-06-02
mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
Christoph Hellwig
2020-06-02
mm: unexport unmap_kernel_range_noflush
Christoph Hellwig
2020-06-02
mm: remove __get_vm_area
Christoph Hellwig
2020-06-02
mm, memory_failure: don't send BUS_MCEERR_AO for action required error
Wetp Zhang
2020-06-02
mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
chenqiwu
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
2020-06-02
memcg: fix memcg_kmem_bypass() for remote memcg charging
Zefan Li
2020-06-02
mm/memcg: automatically penalize tasks with high swap use
Jakub Kicinski
2020-06-02
mm/memcg: move cgroup high memory limit setting into struct page_counter
Jakub Kicinski
2020-06-02
mm/memcg: move penalty delay clamping out of calculate_high_delay()
Jakub Kicinski
2020-06-02
mm/memcg: prepare for swap over-high accounting and penalty calculation
Jakub Kicinski
2020-06-02
memcg: expose root cgroup's memory.stat
Shakeel Butt
2020-06-02
mm: memcontrol: simplify value comparison between count and limit
Kaixu Xia
2020-06-02
mm, memcg: add workingset_restore in memory.stat
Yafang Shao
2020-06-02
mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
Randy Dunlap
2020-06-02
swap: reduce lock contention on swap cache from swap slots allocation
Huang Ying
2020-06-02
mm/swapfile.c: use prandom_u32_max()
Huang Ying
2020-06-02
mm/swapfile.c: __swap_entry_free() always free 1 entry
Wei Yang
2020-06-02
swap: try to scan more free slots even when fragmented
Huang Ying
2020-06-02
mm/swapfile.c: omit a duplicate code by compare tmp and max first
Wei Yang
2020-06-02
mm/swapfile.c: tmp is always smaller than max
Wei Yang
2020-06-02
mm/swapfile.c: found_free could be represented by (tmp < max)
Wei Yang
2020-06-02
mm/swapfile.c: remove the extra check in scan_swap_map_slots()
Wei Yang
2020-06-02
mm/swapfile.c: simplify the calculation of n_goal
Wei Yang
2020-06-02
mm/swapfile.c: remove the unnecessary goto for SSD case
Wei Yang
2020-06-02
mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
Wei Yang
2020-06-02
mm/swapfile.c: offset is only used when there is more slots
Wei Yang
2020-06-02
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
2020-06-02
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
2020-06-02
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
2020-06-02
mm/gup.c: further document vma_permits_fault()
Miles Chen
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2020-06-02
mm/gup.c: update the documentation
Souptick Joarder
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
mm/page-writeback.c: remove unused variable
Chao Yu
2020-06-02
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
2020-06-02
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
[next]