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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-06
blktrace: fix accounting of partially completed requests
Roman Pen
1
-9
/
+11
2014-02-25
smp: Rename __smp_call_function_single() to smp_call_function_single_async()
Frederic Weisbecker
3
-9
/
+16
2014-02-25
smp: Remove wait argument from __smp_call_function_single()
Frederic Weisbecker
3
-18
/
+6
2014-02-25
watchdog: Simplify a little the IPI call
Frederic Weisbecker
1
-2
/
+1
2014-02-25
smp: Move __smp_call_function_single() below its safe version
Frederic Weisbecker
1
-32
/
+32
2014-02-25
smp: Consolidate the various smp_call_function_single() declensions
Frederic Weisbecker
1
-41
/
+39
2014-02-25
smp: Teach __smp_call_function_single() to check for offline cpus
Jan Kara
2
-6
/
+10
2014-02-25
smp: Iterate functions through llist_for_each_entry_safe()
Jan Kara
1
-9
/
+3
2014-02-16
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...
Linus Torvalds
2
-0
/
+46
2014-02-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+7
2014-02-14
tick: Clear broadcast pending bit when switching to oneshot
Thomas Gleixner
1
-0
/
+1
2014-02-11
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-02-11
genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n
Paul Gortmaker
1
-0
/
+1
2014-02-09
genirq: Add devm_request_any_context_irq()
Stephen Boyd
1
-0
/
+45
2014-02-09
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2014-02-06
time: Fix overflow when HZ is smaller than 60
Mikulas Patocka
1
-0
/
+6
2014-02-06
execve: use 'struct filename *' for executable name passing
Linus Torvalds
2
-2
/
+2
2014-02-05
genirq: Generic irq chip requires IRQ_DOMAIN
Nitin A Kamble
1
-0
/
+1
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-15
/
+16
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+5
2014-01-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-8
/
+12
2014-01-31
kernel/smp.c: remove cpumask_ipi
Roman Gushchin
1
-16
/
+1
2014-01-31
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
1
-38
/
+13
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+9
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+0
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
1
-1
/
+3
2014-01-28
sched/deadline: Add sched_dl documentation
Dario Faggioli
1
-1
/
+2
2014-01-28
softirq: use const char * const for softirq_to_name, whitespace neatening
Joe Perches
1
-16
/
+9
2014-01-28
softirq: convert printks to pr_<level>
Joe Perches
1
-2
/
+4
2014-01-28
softirq: use ffs() in __do_softirq()
Joe Perches
1
-21
/
+22
2014-01-28
kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...
Chen Gang
1
-1
/
+1
2014-01-27
Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+81
2014-01-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+42
2014-01-25
hung_task: Display every hung task warning
Aaron Tomlin
2
-5
/
+9
2014-01-25
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
1
-11
/
+0
2014-01-25
sysctl: Add neg_one as a standard constraint
Aaron Tomlin
1
-0
/
+1
2014-01-25
kgdb/kdb: Fix no KDB config problem
Mike Travis
2
-4
/
+3
2014-01-25
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
3
-15
/
+16
2014-01-25
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+4
2014-01-24
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
8
-22
/
+63
2014-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2014-01-24
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
5
-193
/
+326
2014-01-24
kdump: fix exported size of vmcoreinfo note
Vivek Goyal
1
-1
/
+1
2014-01-24
kexec: add sysctl to disable kexec_load
Kees Cook
2
-1
/
+15
2014-01-24
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
Oleg Nesterov
1
-4
/
+3
2014-01-24
kernel/sys.c: k_getrusage() can use while_each_thread()
Oleg Nesterov
1
-2
/
+1
2014-01-24
exec: kill task_struct->did_exec
Oleg Nesterov
2
-4
/
+2
2014-01-24
kernel/fork.c: remove redundant NULL check in dup_mm()
Daeseok Youn
1
-3
/
+0
2014-01-24
kernel/fork.c: fix coding style issues
Daeseok Youn
1
-2
/
+2
2014-01-24
kernel/fork.c: make dup_mm() static
DaeSeok Youn
1
-1
/
+1
[next]