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
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
mm: vm_unmapped_area() lookup function
Michel Lespinasse
1
-0
/
+31
2012-11-17
revert "mm: fix-up zone present pages"
Andrew Morton
1
-4
/
+0
2012-10-09
mm: fix-up zone present pages
Jianguo Wu
1
-0
/
+4
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
1
-0
/
+1
2012-10-09
mm: remain migratetype in freed page
Minchan Kim
1
-2
/
+2
2012-10-09
mm: page_alloc: use get_freepage_migratetype() instead of page_private()
Minchan Kim
1
-0
/
+12
2012-10-09
mm: avoid taking rmap locks in move_ptes()
Michel Lespinasse
1
-2
/
+4
2012-10-09
mm: add CONFIG_DEBUG_VM_RB build option
Michel Lespinasse
1
-0
/
+3
2012-10-09
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
1
-0
/
+14
2012-10-09
mm: interval tree updates
Michel Lespinasse
1
-3
/
+3
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
1
-13
/
+17
2012-10-09
mm: compaction: capture a suitable high-order page immediately when it is mad...
Mel Gorman
1
-0
/
+1
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-2
/
+1
2012-10-09
mm: prepare VM_DONTDUMP for using in drivers
Konstantin Khlebnikov
1
-1
/
+1
2012-10-09
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
Konstantin Khlebnikov
1
-4
/
+0
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-3
/
+4
2012-10-09
mm: kill vma flag VM_INSERTPAGE
Konstantin Khlebnikov
1
-1
/
+0
2012-10-09
mm: introduce arch-specific vma flag VM_ARCH_1
Konstantin Khlebnikov
1
-13
/
+21
2012-10-09
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
1
-19
/
+1
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2012-08-01
mm: add get_kernel_page[s] for pinning of kernel addresses for I/O
Mel Gorman
1
-0
/
+4
2012-08-01
mm: methods for teaching filesystems about PG_swapcache pages
Mel Gorman
1
-0
/
+25
2012-08-01
mm/hotplug: free zone->pageset when a zone becomes empty
Jiang Liu
1
-0
/
+1
2012-08-01
mm: account the total_vm in the vm_stat_account()
Huang Shijie
1
-0
/
+1
2012-07-31
mm: Make default vm_ops provide ->page_mkwrite handler
Jan Kara
1
-0
/
+1
2012-07-11
x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults
Tony Luck
1
-0
/
+1
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2012-06-01
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
Al Viro
1
-1
/
+1
2012-05-30
mm: fix slab->page flags corruption
Pravin B Shelar
1
-0
/
+2
2012-05-30
mm/fs: remove truncate_range
Hugh Dickins
1
-4
/
+0
2012-05-07
vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces
Linus Torvalds
1
-3
/
+2
2012-05-07
vm: simplify unmap_vmas() calling convention
Linus Torvalds
1
-2
/
+1
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-1
/
+1
2012-04-21
VM: add "vm_mmap()" helper function
Linus Torvalds
1
-17
/
+6
2012-04-21
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-0
/
+1
2012-04-21
VM: add "vm_brk()" helper function
Linus Torvalds
1
-1
/
+2
2012-03-29
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-1
/
+1
2012-03-29
mm for fs: add truncate_pagecache_range()
Hugh Dickins
1
-1
/
+1
2012-03-29
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-0
/
+2
2012-03-28
Move all declarations of free_initmem() to linux/mm.h
David Howells
1
-0
/
+2
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
1
-0
/
+1
2012-03-24
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
Jason Baron
1
-0
/
+1
2012-03-24
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
1
-1
/
+0
2012-03-22
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-14
/
+16
2012-03-22
page_alloc.c: remove add_from_early_node_map()
Kautuk Consul
1
-2
/
+0
2012-03-22
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
David Rientjes
1
-2
/
+2
2012-03-22
procfs: mark thread stack correctly in proc/<pid>/maps
Siddhesh Poyarekar
1
-0
/
+3
2012-03-22
mm: make get_mm_counter static-inline
Konstantin Khlebnikov
1
-10
/
+11
2012-03-21
VM: make unmap_vmas() return void
Al Viro
1
-1
/
+1
[next]