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
starfive-6.6.48-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
2015-09-10
checkpatch: avoid some commit message long line warnings
Joe Perches
1
-3
/
+27
2015-09-10
checkpatch: emit an error on formats with 0x%<decimal>
Joe Perches
1
-2
/
+6
2015-09-10
checkpatch: make --strict the default for drivers/staging files and patches
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: always check block comment styles
Joe Perches
1
-8
/
+11
2015-09-10
checkpatch: report the right line # when using --emacs and --file
Joe Perches
1
-1
/
+5
2015-09-10
checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests
Joe Perches
1
-4
/
+28
2015-09-10
checkpatch: Allow longer declaration macros
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: improve SUSPECT_CODE_INDENT test
Joe Perches
1
-6
/
+15
2015-09-10
checkpatch: add warning on BUG/BUG_ON use
Joe Perches
1
-6
/
+8
2015-09-10
checkpatch: warn on bare SHA-1 commit IDs in commit logs
Joe Perches
1
-3
/
+12
2015-09-10
lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly
Wang Long
1
-1
/
+1
2015-09-10
lib/test_kasan.c: fix a typo
Wang Long
1
-2
/
+2
2015-09-10
lib/string_helpers: rename "esc" arg to "only"
Kees Cook
2
-14
/
+14
2015-09-10
lib/string_helpers: clarify esc arg in string_escape_mem
Kees Cook
1
-4
/
+6
2015-09-10
hexdump: do not print debug dumps for !CONFIG_DEBUG
Linus Walleij
1
-2
/
+8
2015-09-10
lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...
Pan Xinhui
1
-14
/
+18
2015-09-10
lib/bitmap.c: fix a special string handling bug in __bitmap_parselist
Pan Xinhui
1
-0
/
+4
2015-09-10
lib/bitmap.c: correct a code style and do some, optimization
Pan Xinhui
1
-3
/
+4
2015-09-10
proc: convert to kstrto*()/kstrto*_from_user()
Alexey Dobriyan
1
-49
/
+21
2015-09-10
kstrto*: accept "-0" for signed conversion
Alexey Dobriyan
2
-6
/
+2
2015-09-10
MAINTAINERS/CREDITS: mark MaxRAID as Orphan, move Anil Ravindranath to CREDITS
Joe Perches
2
-2
/
+5
2015-09-10
include/linux/printk.h: include pr_fmt in pr_debug_ratelimited
Jason A. Donenfeld
1
-2
/
+2
2015-09-10
kernel/cred.c: remove unnecessary kdebug atomic reads
Joe Perches
1
-4
/
+9
2015-09-10
kernel/extable.c: remove duplicated include
Wei Yongjun
1
-1
/
+0
2015-09-10
include/linux/poison.h: remove not-used poison pointer macros
Vasily Kulikov
1
-7
/
+0
2015-09-10
include/linux/poison.h: fix LIST_POISON{1,2} offset
Vasily Kulikov
1
-2
/
+2
2015-09-10
proc: change proc_subdir_lock to a rwlock
Waiman Long
1
-22
/
+22
2015-09-10
procfs: always expose /proc/<pid>/map_files/ and make it readable
Calvin Owens
1
-19
/
+24
2015-09-10
proc: add cond_resched to /proc/kpage* read/write loop
Vladimir Davydov
1
-0
/
+6
2015-09-10
proc: export idle flag via kpageflags
Vladimir Davydov
3
-0
/
+11
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
17
-3
/
+512
2015-09-10
mmu-notifier: add clear_young callback
Vladimir Davydov
3
-0
/
+92
2015-09-10
proc: add kpagecgroup file
Vladimir Davydov
2
-1
/
+58
2015-09-10
memcg: zap try_get_mem_cgroup_from_page
Vladimir Davydov
2
-44
/
+13
2015-09-10
hwpoison: use page_cgroup_ino for filtering by memcg
Vladimir Davydov
2
-18
/
+3
2015-09-10
memcg: add page_cgroup_ino helper
Vladimir Davydov
2
-0
/
+29
2015-09-10
zswap: update docs for runtime-changeable attributes
Dan Streetman
1
-8
/
+28
2015-09-10
zswap: change zpool/compressor at runtime
Dan Streetman
1
-13
/
+129
2015-09-10
zswap: dynamic pool creation
Dan Streetman
1
-143
/
+405
2015-09-10
zpool: add zpool_has_pool()
Dan Streetman
2
-0
/
+35
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
231
-2731
/
+64431
2015-09-09
Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmi
Linus Torvalds
11
-280
/
+437
2015-09-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
99
-1569
/
+2784
2015-09-09
Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-24
/
+21
2015-09-09
Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-19
/
+481
2015-09-09
Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
29
-974
/
+942
2015-09-09
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
16
-303
/
+808
2015-09-09
Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...
Linus Torvalds
13
-39
/
+28
2015-09-09
Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
35
-419
/
+1080
2015-09-09
Merge tag 'platform-drivers-x86-v4.3-1' of git://git.infradead.org/users/dvha...
Linus Torvalds
12
-390
/
+703
[next]