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
2019-09-26
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
8
-98
/
+115
2019-09-26
augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
Michel Lespinasse
2
-42
/
+66
2019-09-26
rbtree: avoid generating code twice for the cached versions (tools copy)
Michel Lespinasse
3
-77
/
+62
2019-09-26
kernel/elfcore.c: include proper prototypes
Valdis Kletnieks
1
-0
/
+1
2019-09-26
linux/coff.h: add include guard
Masahiro Yamada
1
-0
/
+5
2019-09-26
memcg, kmem: do not fail __GFP_NOFAIL charges
Michal Hocko
1
-0
/
+10
2019-09-25
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
42
-267
/
+795
2019-09-25
Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
13
-24
/
+67
2019-09-25
Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-24
/
+219
2019-09-25
Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-164
/
+237
2019-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
204
-2444
/
+2273
2019-09-25
mm/zsmalloc.c: fix a -Wunused-function warning
Qian Cai
1
-4
/
+0
2019-09-25
zswap: do not map same object twice
Vitaly Wool
1
-4
/
+3
2019-09-25
zswap: use movable memory if zpool support allocate movable memory
Hui Zhu
1
-3
/
+5
2019-09-25
zpool: add malloc_support_movable to zpool_driver
Hui Zhu
3
-9
/
+29
2019-09-25
shmem: fix obsolete comment in shmem_getpage_gfp()
Miles Chen
1
-1
/
+1
2019-09-25
mm/madvise: reduce code duplication in error handling paths
Mike Rapoport
1
-36
/
+16
2019-09-25
mm: mmap: increase sockets maximum memory size pgoff for 32bits
Ivan Khoronzhuk
1
-0
/
+3
2019-09-25
mm/mmap.c: refine find_vma_prev() with rb_last()
Wei Yang
1
-6
/
+3
2019-09-25
riscv: make mmap allocation top-down by default
Alexandre Ghiti
1
-0
/
+12
2019-09-25
mips: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
3
-102
/
+1
2019-09-25
mips: replace arch specific way to determine 32bit task with generic version
Alexandre Ghiti
1
-1
/
+2
2019-09-25
mips: adjust brk randomization offset to fit generic version
Alexandre Ghiti
1
-3
/
+4
2019-09-25
mips: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
mips: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
4
-69
/
+1
2019-09-25
arm: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
arm: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm64, mm: make randomization selected by generic topdown mmap layout
Alexandre Ghiti
4
-11
/
+10
2019-09-25
arm64, mm: move generic mmap layout functions to mm
Alexandre Ghiti
6
-81
/
+92
2019-09-25
arm64: consider stack randomization for mmap base only when necessary
Alexandre Ghiti
1
-1
/
+5
2019-09-25
arm64: make use of is_compat_task instead of hardcoding this test
Alexandre Ghiti
1
-1
/
+1
2019-09-25
mm, fs: move randomize_stack_top from fs to mm
Alexandre Ghiti
3
-20
/
+24
2019-09-25
uprobe: collapse THP pmd after removing all uprobes
Song Liu
1
-0
/
+9
2019-09-25
khugepaged: enable collapse pmd for pte-mapped THP
Song Liu
2
-4
/
+200
2019-09-25
uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
Song Liu
1
-4
/
+2
2019-09-25
mm, thp: introduce FOLL_SPLIT_PMD
Song Liu
2
-2
/
+7
2019-09-25
uprobe: use original page when all uprobes are removed
Song Liu
1
-15
/
+51
2019-09-25
mm: move memcmp_pages() and pages_identical()
Song Liu
3
-18
/
+20
2019-09-25
mm: thp: make deferred split shrinker memcg aware
Yang Shi
5
-9
/
+91
2019-09-25
mm: shrinker: make shrinker not depend on memcg kmem
Yang Shi
4
-46
/
+49
2019-09-25
mm: move mem_cgroup_uncharge out of __page_cache_release()
Yang Shi
3
-5
/
+4
2019-09-25
mm: thp: extract split_queue_* into a struct
Yang Shi
3
-26
/
+39
2019-09-25
mm,thp: avoid writes to file with THP in pagecache
Song Liu
5
-1
/
+47
2019-09-25
mm,thp: add read-only THP support for (non-shmem) FS
Song Liu
4
-48
/
+128
2019-09-25
khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
Song Liu
1
-12
/
+11
2019-09-25
mm,thp: stats for file backed THP
Song Liu
5
-1
/
+17
2019-09-25
filemap: update offset check in filemap_fault()
Song Liu
1
-1
/
+1
2019-09-25
filemap: check compound_head(page)->mapping in pagecache_get_page()
Song Liu
1
-1
/
+1
2019-09-25
filemap: check compound_head(page)->mapping in filemap_fault()
Song Liu
1
-1
/
+1
[next]