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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-12
mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats
Reza Arbab
1
-0
/
+2
2016-08-12
mm, oom: fix uninitialized ret in task_will_free_mem()
Geert Uytterhoeven
1
-1
/
+1
2016-08-12
kasan: remove the unnecessary WARN_ONCE from quarantine.c
Alexander Potapenko
1
-5
/
+2
2016-08-12
mm: memcontrol: fix memcg id ref counter on swap charge move
Vladimir Davydov
1
-6
/
+18
2016-08-12
mm: memcontrol: fix swap counter leak on swapout from offline cgroup
Vladimir Davydov
1
-6
/
+38
2016-08-12
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
1
-1
/
+1
2016-08-12
mm/hugetlb: fix incorrect hugepages count during mem hotplug
zhong jiang
1
-0
/
+1
2016-08-11
mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock
Chris Wilson
1
-1
/
+5
2016-08-11
rmap: fix compound check logic in page_remove_file_rmap
Steve Capper
1
-1
/
+1
2016-08-11
mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()
Kirill A. Shutemov
1
-2
/
+3
2016-08-11
mm/page_alloc.c: recalculate some of node threshold when on/offline memory
Joonsoo Kim
1
-15
/
+35
2016-08-11
mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changes
Joonsoo Kim
1
-1
/
+1
2016-08-11
thp: move shmem_huge_enabled() outside of SYSFS ifdef
Arnd Bergmann
1
-1
/
+3
2016-08-09
mm: memcontrol: only mark charged pages with PageKmemcg
Vladimir Davydov
2
-11
/
+17
2016-08-09
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
4
-0
/
+342
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
1
-2
/
+3
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
1
-2
/
+2
2016-08-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+22
2016-08-05
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+9
2016-08-05
mm/memblock.c: fix NULL dereference error
zijun_hu
1
-1
/
+4
2016-08-05
slub: drop bogus inline for fixup_red_left()
Geert Uytterhoeven
1
-1
/
+1
2016-08-05
mm: initialise per_cpu_nodestats for all online pgdats at boot
Mel Gorman
1
-5
/
+5
2016-08-05
mm/memblock: fix a typo in a comment
Alexander Kuleshov
1
-2
/
+2
2016-08-05
mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled
zhong jiang
1
-0
/
+1
2016-08-04
mm/block: convert rw_page users to bio op use
Mike Christie
1
-3
/
+3
2016-08-04
block: fix bdi vs gendisk lifetime mismatch
Dan Williams
1
-0
/
+19
2016-08-04
shmem: Fix link error if huge pages support is disabled
Geert Uytterhoeven
1
-1
/
+2
2016-08-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-103
/
+124
2016-08-03
mm: refuse wrapped vm_brk requests
Kees Cook
1
-3
/
+5
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
4
-5
/
+5
2016-08-03
mm: vmscan: fix memcg-aware shrinkers not called on global reclaim
Vladimir Davydov
1
-1
/
+1
2016-08-03
kasan: avoid overflowing quarantine size on low memory systems
Alexander Potapenko
1
-2
/
+7
2016-08-03
kasan: improve double-free reports
Andrey Ryabinin
3
-18
/
+41
2016-08-03
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
6
-64
/
+39
2016-08-03
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
3
-8
/
+4
2016-08-03
mm/kasan, slub: don't disable interrupts when object leaves quarantine
Andrey Ryabinin
1
-2
/
+6
2016-08-03
mm/kasan: don't reduce quarantine in atomic contexts
Andrey Ryabinin
1
-2
/
+2
2016-08-03
mm/kasan: fix corruptions and false positive reports
Andrey Ryabinin
1
-1
/
+1
2016-08-03
memcg: put soft limit reclaim out of way if the excess tree is empty
Michal Hocko
1
-0
/
+9
2016-08-03
mm, hugetlb: fix huge_pte_alloc BUG_ON
Michal Hocko
1
-1
/
+1
2016-08-03
mm/hugetlb: avoid soft lockup in set_max_huge_pages()
Jia He
1
-0
/
+4
2016-08-03
mm: move swap-in anonymous page into active list
Minchan Kim
1
-0
/
+1
2016-08-03
mm: fail prefaulting if page table allocation fails
Vegard Nossum
1
-0
/
+2
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2016-08-01
powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range
Aneesh Kumar K.V
1
-1
/
+9
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-1
/
+2
2016-07-29
mm: export filemap_check_errors() to modules
Miklos Szeredi
1
-1
/
+2
2016-07-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
39
-1542
/
+1888
2016-07-29
mm, compaction: simplify contended compaction handling
Vlastimil Babka
3
-90
/
+15
2016-07-29
mm, compaction: introduce direct compaction priority
Vlastimil Babka
2
-20
/
+21
[next]