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
2008-09-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-10
/
+30
2008-09-24
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2008-09-23
kexec: fix segmentation fault in kimage_add_entry
Jonathan Steel
1
-1
/
+7
2008-09-23
timers: fix build error in !oneshot case
Ingo Molnar
1
-0
/
+1
2008-09-23
clockevents: prevent mode mismatch on cpu online
Thomas Gleixner
3
-1
/
+12
2008-09-23
clockevents: check broadcast device not tick device
Thomas Gleixner
1
-2
/
+2
2008-09-23
clockevents: prevent stale tick_next_period for onlining CPUs
Thomas Gleixner
1
-0
/
+3
2008-09-23
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
3
-7
/
+12
2008-09-23
sched: fix init_hrtick() section mismatch warning
Rakib Mullick
1
-1
/
+1
2008-09-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+7
2008-09-20
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+19
2008-09-17
clockevents: make device shutdown robust
Thomas Gleixner
4
-8
/
+19
2008-09-14
cpuset: avoid changing cpuset's cpus when -errno returned
Li Zefan
1
-22
/
+15
2008-09-11
sched: fix deadlock in setting scheduler parameter to zero
Hiroshi Shimamoto
1
-0
/
+6
2008-09-11
sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly
Zhang, Yanmin
1
-0
/
+1
2008-09-10
clockevents: remove WARN_ON which was used to gather information
Thomas Gleixner
1
-10
/
+8
2008-09-09
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-136
/
+195
2008-09-07
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-29
/
+103
2008-09-06
Merge branch 'sched/cpuset' into sched/urgent
Ingo Molnar
2
-136
/
+195
2008-09-06
sched: arch_reinit_sched_domains() must destroy domains to force rebuild
Max Krasnyansky
1
-6
/
+13
2008-09-06
ntp: fix calculation of the next jiffie to trigger RTC sync
Maciej W. Rozycki
1
-1
/
+1
2008-09-06
clockevents: broadcast fixup possible waiters
Thomas Gleixner
1
-1
/
+36
2008-09-05
sched: fix process time monotonicity
Balbir Singh
2
-3
/
+62
2008-09-05
sched_clock: fix NOHZ interaction
Peter Zijlstra
1
-0
/
+3
2008-09-05
clockevents: prevent endless loop lockup
Thomas Gleixner
3
-16
/
+34
2008-09-05
clockevents: prevent multiple init/shutdown
Thomas Gleixner
1
-7
/
+13
2008-09-05
clockevents: enforce reprogram in oneshot setup
Thomas Gleixner
1
-4
/
+14
2008-09-05
clockevents: prevent endless loop in periodic broadcast handler
Thomas Gleixner
1
-3
/
+8
2008-09-05
clockevents: prevent clockevent event_handler ending up handler_noop
Venkatesh Pallipadi
2
-2
/
+2
2008-09-04
forgotten refcount on sysctl root table
Al Viro
1
-0
/
+1
2008-09-03
pm_qos_requirement might sleep
John Kacur
1
-16
/
+9
2008-09-03
pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits
Oleg Nesterov
2
-50
/
+34
2008-09-03
pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing
Oleg Nesterov
1
-3
/
+6
2008-09-02
Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+2
2008-09-02
softlockup: minor cleanup, don't check task->state twice
Oleg Nesterov
1
-5
/
+2
2008-09-02
kernel/resource.c: fix new kernel-doc warning
Randy Dunlap
1
-1
/
+1
2008-09-02
[PATCH] audit: Moved variable declaration to beginning of function
Cordelia
1
-1
/
+2
2008-08-30
Resource handling: add 'insert_resource_expand_to_fit()' function
Linus Torvalds
1
-25
/
+63
2008-08-30
Don't trigger softlockup detector on network fs blocked tasks
Andi Kleen
1
-0
/
+4
2008-08-28
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+7
2008-08-28
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+7
2008-08-28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+7
2008-08-28
ftrace: disable tracing for hibernation
Rafael J. Wysocki
1
-3
/
+10
2008-08-28
sched: rt-bandwidth accounting fix
Peter Zijlstra
1
-6
/
+5
2008-08-28
sched: fix sched_rt_rq_enqueue() resched idle
John Blackwood
1
-0
/
+2
2008-08-28
ftrace: disable tracing for suspend to ram
Steven Rostedt
1
-1
/
+4
2008-08-27
exit signals: use of uninitialized field notify_count
Steve VanDeBogart
1
-2
/
+2
2008-08-27
lockdep: fix invalid list_del_rcu in zap_class
Zhu Yi
1
-2
/
+2
2008-08-26
lockstat: repair erronous contention statistics
Joe Korty
1
-1
/
+1
2008-08-26
lockstat: fix numerical output rounding error
Joe Korty
1
-1
/
+2
[next]