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
2015-11-23
stop_machine: Clean up the usage of the preemption counter in cpu_stopper_thr...
Oleg Nesterov
1
-10
/
+5
2015-11-23
stop_machine: Shift the 'done != NULL' check from cpu_stop_signal_done() to c...
Oleg Nesterov
1
-10
/
+8
2015-11-23
stop_machine: Kill cpu_stop_done->executed
Oleg Nesterov
1
-9
/
+3
2015-11-23
stop_machine: Change __stop_cpus() to rely on cpu_stop_queue_work()
Oleg Nesterov
1
-4
/
+10
2015-11-23
stop_machine: Change stop_one_cpu() to rely on cpu_stop_queue_work()
Oleg Nesterov
1
-2
/
+4
2015-11-23
stop_machine: Make cpu_stop_queue_work() and stop_one_cpu_nowait() return bool
Oleg Nesterov
1
-4
/
+12
2015-11-23
stop_machine: Don't disable preemption in stop_two_cpus()
Oleg Nesterov
1
-8
/
+3
2015-11-23
stop_machine: Fix possible cpu_stopper_thread() crash
Oleg Nesterov
1
-1
/
+1
2015-11-23
sched/core: Use list_is_singular() in sched_can_stop_tick()
Geliang Tang
1
-1
/
+1
2015-11-23
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
2
-22
/
+60
2015-11-23
sched/numa: Cap PTE scanning overhead to 3% of run time
Rik van Riel
1
-0
/
+12
2015-11-23
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
2
-8
/
+10
2015-11-23
sched/fair: Prepare __update_cpu_load() to handle active tickless
Byungchul Park
1
-8
/
+41
2015-11-23
sched/fair: Clean up the explanation around decaying load update misses
Peter Zijlstra
1
-29
/
+24
2015-11-23
sched/fair: Remove empty idle enter and exit functions
Dietmar Eggemann
3
-32
/
+1
2015-11-23
sched/rt: Hide the push_irq_work_func() declaration
Arnd Bergmann
1
-1
/
+1
2015-11-21
kernel/panic.c: turn off locks debug before releasing console lock
Vitaly Kuznetsov
1
-1
/
+4
2015-11-21
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
1
-1
/
+1
2015-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+6
2015-11-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+13
2015-11-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2015-11-15
Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...
Linus Torvalds
4
-5
/
+27
2015-11-13
Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
3
-14
/
+9
2015-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-40
/
+40
2015-11-11
livepatch: x86: fix relocation computation with kASLR
Zhou Chengming
1
-0
/
+6
2015-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2015-11-10
bpf_trace: Make dependent on PERF_EVENTS
Steven Rostedt
1
-1
/
+1
2015-11-10
Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+8
2015-11-10
tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set
Chen Gang
1
-0
/
+6
2015-11-10
genirq/PM: Restore system wake up from chained interrupts
Grygorii Strashko
3
-2
/
+8
2015-11-10
context_tracking: avoid irq_save/irq_restore on guest entry and exit
Paolo Bonzini
1
-26
/
+38
2015-11-10
context_tracking: remove duplicate enabled check
Paolo Bonzini
1
-14
/
+2
2015-11-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+2
2015-11-10
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+9
2015-11-10
remove abs64()
Andrew Morton
2
-2
/
+2
2015-11-09
Merge branch 'for-4.4/hotplug' into libnvdimm-for-next
Dan Williams
6
-18
/
+15
2015-11-09
sched/numa: Fix math underflow in task_tick_numa()
Rik van Riel
1
-1
/
+1
2015-11-09
perf: Fix inherited events vs. tracepoint filters
Peter Zijlstra
1
-0
/
+4
2015-11-09
perf: Disable IRQs across RCU RS CS that acquires scheduler lock
Paul E. McKenney
1
-8
/
+9
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-76
/
+45
2015-11-07
tracing: Remove unused ftrace_cpu_disabled per cpu variable
Dmitry Safonov
3
-13
/
+0
2015-11-07
panic: release stale console lock to always get the logbuf printed out
Vitaly Kuznetsov
1
-0
/
+10
2015-11-07
pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
Ben Segall
1
-2
/
+2
2015-11-07
kexec: use file name as the output message prefix
Minfei Huang
3
-2
/
+6
2015-11-07
coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP
Oleg Nesterov
1
-1
/
+1
2015-11-07
signals: kill block_all_signals() and unblock_all_signals()
Oleg Nesterov
1
-50
/
+1
2015-11-07
printk: prevent userland from spoofing kernel messages
Mathias Krause
1
-5
/
+8
2015-11-07
module: export param_free_charp()
Dan Streetman
1
-1
/
+2
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-8
/
+8
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
5
-7
/
+7
[next]