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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
elf coredump: add extended numbering support
Daisuke HATAYAMA
1
-0
/
+5
2010-03-06
elf coredump: replace ELF_CORE_EXTRA_* macros by functions
Daisuke HATAYAMA
2
-0
/
+26
2010-03-06
printk: avoid warning when CONFIG_PRINTK is disabled
Gustavo F. Padovan
1
-2
/
+1
2010-03-06
kernel/pid.c: update comment on find_task_by_pid_ns
Tetsuo Handa
1
-1
/
+1
2010-03-06
panic: fix panic_timeout accuracy when running on a hypervisor
Anton Blanchard
1
-16
/
+30
2010-03-06
kernel core: use helpers for rlimits
Jiri Slaby
7
-16
/
+20
2010-03-06
posix-cpu-timers: cleanup rlimits usage
Jiri Slaby
1
-15
/
+17
2010-03-06
kernel/exit.c: fix shadows sparse warning
Thiago Farina
1
-1
/
+1
2010-03-06
includecheck fix for kernel/params.c
Jaswinder Singh Rajput
1
-1
/
+0
2010-03-06
splice: comparing unsigned int < 0
Dan Carpenter
1
-2
/
+3
2010-03-06
kernel/cpu.c: delete deprecated definition in cpu_up()
Chen Gong
1
-1
/
+1
2010-03-06
mm/pm: force GFP_NOIO during suspend/hibernation and resume
Rafael J. Wysocki
2
-0
/
+12
2010-03-06
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
1
-1
/
+5
2010-03-06
mm: avoid false sharing of mm_counter
KAMEZAWA Hiroyuki
1
-1
/
+2
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2
-2
/
+2
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
1
-1
/
+1
2010-03-05
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-90
/
+569
2010-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+7
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-82
/
+32
2010-03-04
padata: Allocate the cpumask for the padata instance
Steffen Klassert
1
-1
/
+7
2010-03-04
Prioritize synchronous signals over 'normal' signals
Linus Torvalds
1
-13
/
+30
2010-03-04
Merge branch 'for-fsnotify' into for-linus
Al Viro
1
-5
/
+2
2010-03-03
new helper: iterate_mounts()
Al Viro
1
-33
/
+16
2010-03-03
New helper: path_is_under(path1, path2)
Al Viro
1
-39
/
+12
2010-03-03
Switch may_open() and break_lease() to passing O_...
Al Viro
1
-5
/
+2
2010-03-03
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+5
2010-03-03
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-46
/
+74
2010-03-03
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-1
/
+743
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
9
-27
/
+30
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-31
/
+25
2010-03-02
resource: Fix broken indentation
H. Peter Anvin
1
-1
/
+1
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
1
-1
/
+1
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-4
/
+2
2010-03-02
early_res: Need to save the allocation name in drop_range_partial()
Yinghai Lu
1
-2
/
+12
2010-03-01
resource: Fix generic page_is_ram() for partial RAM pages
Wu Fengguang
1
-4
/
+5
2010-03-01
Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+3
2010-03-01
Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...
Linus Torvalds
1
-3
/
+3
2010-03-01
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-7
/
+20
2010-03-01
sparc: Support show_unhandled_signals.
David S. Miller
1
-1
/
+1
2010-03-01
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
48
-3570
/
+4280
2010-03-01
Merge branch 'next' into for-linus
James Morris
2
-31
/
+25
2010-02-28
Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+88
2010-02-28
blktrace: perform cleanup after setup error
Dmitry Monakhov
1
-2
/
+3
2010-02-28
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+13
2010-02-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-2440
/
+1785
2010-02-28
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-28
/
+58
2010-02-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-479
/
+579
2010-02-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10
-328
/
+370
2010-02-28
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-225
/
+589
2010-02-28
Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes...
Linus Torvalds
2
-4
/
+5
[next]