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
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-3
/
+3
2023-06-20
mm/madvise: clean up force_shm_swapin_readahead()
Hugh Dickins
1
-11
/
+13
2023-06-20
mm/madvise: clean up pte_offset_map_lock() scans
Hugh Dickins
1
-54
/
+68
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+3
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-13
/
+1
2023-04-19
mm/madvise: use vma_lookup() instead of find_vma()
ZhangPeng
1
-13
/
+1
2023-03-30
iov_iter: add iter_iov_addr() and iter_iov_len() helpers
Jens Axboe
1
-5
/
+4
2023-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
1
-2
/
+3
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-64
/
+59
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
1
-2
/
+2
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-10
madvise: use split_vma() instead of __split_vma()
Liam R. Howlett
1
-7
/
+3
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
1
-4
/
+5
2023-02-03
mm: madvise: use vm_normal_folio() in madvise_free_pte_range()
Kefeng Wang
1
-4
/
+2
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-1
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
1
-2
/
+2
2023-01-19
madvise: convert madvise_cold_or_pageout_pte_range() to use folios
Vishal Moola (Oracle)
1
-49
/
+49
2023-01-19
mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()
Kefeng Wang
1
-1
/
+1
2023-01-12
mm: update mmap_sem comments to refer to mmap_lock
Lorenzo Stoakes
1
-1
/
+1
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+38
2022-12-13
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2022-12-12
mm: add cond_resched() in swapin_walk_pmd_entry()
Kefeng Wang
1
-0
/
+1
2022-12-12
mm/madvise: fix madvise_pageout for private file mappings
Pavankumar Kondeti
1
-18
/
+35
2022-12-01
mm: anonymous shared memory naming
Pasha Tatashin
1
-5
/
+2
2022-12-01
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-3
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-10-28
mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs
Rik van Riel
1
-1
/
+11
2022-10-04
madvise: convert madvise_free_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+25
2022-09-27
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
1
-1
/
+1
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+5
2022-09-26
mm: fix madivse_pageout mishandling on non-LRU page
Minchan Kim
1
-2
/
+5
2022-09-12
mm/madvise: add MADV_COLLAPSE to process_madvise()
Zach O'Keefe
1
-2
/
+2
2022-09-12
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
1
-0
/
+5
2022-07-18
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-2
/
+2
2022-07-04
mm/madvise: minor cleanup for swapin_walk_pmd_entry()
Miaohe Lin
1
-5
/
+5
2022-06-17
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-1
/
+1
2022-05-27
mm: filter out swapin error entry in shmem mapping
Miaohe Lin
1
-1
/
+4
2022-05-27
mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range
Miaohe Lin
1
-5
/
+8
2022-05-10
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
1
-2
/
+6
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-04-29
mm/madvise: fix potential pte_unmap_unlock pte error
Miaohe Lin
1
-4
/
+4
2022-04-01
Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
Charan Teja Kalla
1
-8
/
+1
2022-03-25
mm: madvise: MADV_DONTNEED_LOCKED
Johannes Weiner
1
-10
/
+14
2022-03-25
mm: enable MADV_DONTNEED for hugetlb mappings
Mike Kravetz
1
-3
/
+30
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+5
2022-03-23
mm: madvise: skip unmapped vma holes passed to process_madvise
Charan Teja Kalla
1
-1
/
+8
2022-03-23
mm: madvise: return correct bytes advised with process_madvise
Charan Teja Kalla
1
-2
/
+1
[next]