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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
make GFP_NOTRACK definition unconditional
Glauber Costa
1
-4
/
+0
2012-10-09
cma: decrease cc.nr_migratepages after reclaiming pagelist
Minchan Kim
1
-2
/
+4
2012-10-09
CMA: migrate mlocked pages
Minchan Kim
5
-6
/
+12
2012-10-09
kpageflags: fix wrong KPF_THP on non-huge compound pages
Naoya Horiguchi
1
-1
/
+7
2012-10-09
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()
Yan Hong
1
-4
/
+3
2012-10-09
mm/memory.c: fix typo in comment
Robert P. J. Day
1
-1
/
+1
2012-10-09
mm: remove unevictable_pgs_mlockfreed
Hugh Dickins
2
-2
/
+0
2012-10-09
memory-hotplug: fix zone stat mismatch
Minchan Kim
3
-0
/
+23
2012-10-09
mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")
Minchan Kim
1
-4
/
+7
2012-10-09
mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...
Haggai Eran
4
-14
/
+36
2012-10-09
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
7
-76
/
+92
2012-10-09
hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach
Michal Hocko
1
-1
/
+2
2012-10-09
mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP
Andrea Arcangeli
1
-3
/
+8
2012-10-09
memory.txt: remove stray information
Jiri Kosina
1
-33
/
+0
2012-10-09
mm, numa: reclaim from all nodes within reclaim distance
David Rientjes
2
-11
/
+31
2012-10-09
mm: remove free_page_mlock
Hugh Dickins
3
-19
/
+2
2012-10-09
mm: use clear_page_mlock() in page_remove_rmap()
Hugh Dickins
5
-28
/
+13
2012-10-09
mm: remove vma arg from page_evictable
Hugh Dickins
7
-32
/
+18
2012-10-09
mm: fix invalidate_complete_page2() lock ordering
Hugh Dickins
1
-1
/
+2
2012-10-09
memcg: move mem_cgroup_is_root upwards
Michal Hocko
1
-6
/
+5
2012-10-09
memcg: cleanup kmem tcp ifdefs
Michal Hocko
1
-8
/
+3
2012-10-09
memcg: trivial fixes for Documentation/cgroups/memory.txt
Michael Kerrisk
1
-45
/
+45
2012-10-09
mm: fix-up zone present pages
Jianguo Wu
6
-1
/
+58
2012-10-09
mm: enable CONFIG_COMPACTION by default
Rik van Riel
1
-0
/
+1
2012-10-09
mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c
Catalin Marinas
1
-3
/
+3
2012-10-09
mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()
Catalin Marinas
1
-1
/
+1
2012-10-09
thp: khugepaged_prealloc_page() forgot to reset the page alloc indicator
Xiao Guangrong
1
-0
/
+1
2012-10-09
memory-hotplug: don't replace lowmem pages with highmem
Minchan Kim
1
-9
/
+6
2012-10-09
mm/page_alloc: refactor out __alloc_contig_migrate_alloc()
Minchan Kim
3
-14
/
+14
2012-10-09
mm/hugetlb.c: remove duplicate inclusion of header file
Sachin Kamat
1
-1
/
+0
2012-10-09
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
5
-17
/
+60
2012-10-09
mm: compaction: Restart compaction from near where it left off
Mel Gorman
3
-10
/
+56
2012-10-09
mm: compaction: cache if a pageblock was scanned and no pages were isolated
Mel Gorman
5
-38
/
+151
2012-10-09
revert "mm: have order > 0 compaction start off where it left"
Mel Gorman
4
-75
/
+5
2012-10-09
mm: compaction: acquire the zone->lock as late as possible
Mel Gorman
1
-64
/
+76
2012-10-09
mm: compaction: acquire the zone->lru_lock as late as possible
Mel Gorman
1
-20
/
+45
2012-10-09
mm: compaction: Update try_to_compact_pages()kerneldoc comment
Mel Gorman
1
-0
/
+2
2012-10-09
mm: compaction: move fatal signal check out of compact_checklock_irqsave
Mel Gorman
1
-3
/
+1
2012-10-09
mm: compaction: abort compaction loop if lock is contended or run too long
Shaohua Li
2
-6
/
+13
2012-10-09
mm/memblock: cleanup early_node_map[] related comments
Wanpeng Li
3
-5
/
+2
2012-10-09
mm/memblock: use existing interface to set nid
Wanpeng Li
1
-1
/
+1
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
20
-2
/
+21
2012-10-09
atomic: implement generic atomic_dec_if_positive()
Shaohua Li
4
-24
/
+27
2012-10-09
memory-hotplug: fix pages missed by race rather than failing
Minchan Kim
3
-3
/
+19
2012-10-09
memory-hotplug: bug fix race between isolation and allocation
Minchan Kim
1
-1
/
+4
2012-10-09
mm: remain migratetype in freed page
Minchan Kim
2
-4
/
+7
2012-10-09
mm: page_alloc: use get_freepage_migratetype() instead of page_private()
Minchan Kim
3
-4
/
+16
2012-10-09
cma: fix watermark checking
Bartlomiej Zolnierkiewicz
3
-17
/
+36
2012-10-09
cma: count free CMA pages
Bartlomiej Zolnierkiewicz
5
-9
/
+32
2012-10-09
cma: fix counting of isolated pages
Bartlomiej Zolnierkiewicz
2
-5
/
+16
[next]