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
2013-10-29
perf: Change zero-padding of strings in perf_event_mmap_event()
Peter Zijlstra
1
-6
/
+11
2013-10-29
perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()
Oleg Nesterov
1
-7
/
+8
2013-10-29
perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()
Oleg Nesterov
1
-8
/
+6
2013-10-29
perf: Remove useless atomic_t
Peter Zijlstra
1
-9
/
+9
2013-10-29
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
2
-0
/
+10
2013-10-29
sched: Guarantee new group-entities always have weight
Paul Turner
1
-1
/
+2
2013-10-29
sched: Fix hrtimer_cancel()/rq->lock deadlock
Ben Segall
1
-4
/
+11
2013-10-29
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
Ben Segall
1
-3
/
+11
2013-10-29
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
3
-9
/
+19
2013-10-29
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
1
-4
/
+27
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
5
-40
/
+77
2013-10-28
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
1
-1
/
+0
2013-10-28
genirq: Set the irq thread policy without checking CAP_SYS_NICE
Thomas Pfaff
1
-1
/
+1
2013-10-27
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+50
2013-10-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2013-10-27
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-16
/
+16
2013-10-26
sched/rt: Fix task_tick_rt() comment
Li Bin
1
-2
/
+2
2013-10-26
Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2013-10-25
PM / hibernate: Move software_resume to late_initcall_sync
Russ Dill
1
-1
/
+1
2013-10-24
of/irq: simplify args to irq_create_of_mapping
Grant Likely
1
-7
/
+6
2013-10-23
clockevents: Sanitize ticks to nsec conversion
Thomas Gleixner
1
-15
/
+50
2013-10-22
Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+6
2013-10-20
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-0
/
+4
2013-10-20
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
6
-7
/
+36
2013-10-19
time: Fix signedness bug in sysfs_get_uname() and its callers
Patrick Palka
3
-3
/
+3
2013-10-19
timekeeping: Fix some trivial typos in comments
Xie XiuQi
1
-1
/
+2
2013-10-19
alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist
KOSAKI Motohiro
1
-2
/
+2
2013-10-18
mutex: Avoid gcc version dependent __builtin_constant_p() usage
Tetsuo Handa
1
-16
/
+16
2013-10-18
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
13
-103
/
+251
2013-10-17
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
1
-0
/
+4
2013-10-17
sysrq: Allow magic SysRq key functions to be disabled through Kconfig
Ben Hutchings
1
-1
/
+1
2013-10-16
sched/wait: Introduce prepare_to_wait_event()
Oleg Nesterov
1
-0
/
+24
2013-10-16
sched: Remove get_online_cpus() usage
Peter Zijlstra
3
-15
/
+48
2013-10-16
sched: Fix race in migrate_swap_stop()
Peter Zijlstra
3
-9
/
+22
2013-10-16
sched/rt: Add missing rmb()
Peter Zijlstra
1
-1
/
+9
2013-10-15
rcu: Move RCU-related source code to kernel/rcu directory
Paul E. McKenney
12
-18
/
+38
2013-10-15
Merge branch 'idle.2013.09.25a' into HEAD
Paul E. McKenney
6
-24
/
+41
2013-10-15
Merge branch 'gp.2013.09.25a' into HEAD
Paul E. McKenney
3
-15
/
+78
2013-10-15
Merge tag 'v3.12-rc5' into perf/core
Ingo Molnar
5
-4
/
+33
2013-10-14
sched/fair: Fix trivial typos in comments
Kamalesh Babulal
1
-2
/
+2
2013-10-14
cgroup: fix to break the while loop in cgroup_attach_task() correctly
Anjana V Kumar
1
-3
/
+3
2013-10-12
sched: Remove bogus parameter in structured comment
Ramkumar Ramachandra
1
-1
/
+0
2013-10-11
Merge branch 'core/urgent' into sched/core
Ingo Molnar
1
-3
/
+3
2013-10-10
timer stats: Add a 'Collection: active/inactive' line to timer usage statistics
Dong Zhu
1
-4
/
+4
2013-10-10
Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...
Ingo Molnar
2
-10
/
+3
2013-10-10
sched_clock: Remove sched_clock_func() hook
Stephen Boyd
1
-8
/
+1
2013-10-09
sched/numa: Reflow task_numa_group() to avoid a compiler warning
Peter Zijlstra
1
-7
/
+11
2013-10-09
sched/numa: Retry task_numa_migrate() periodically
Rik van Riel
1
-9
/
+13
2013-10-09
sched/numa: Use unsigned longs for numa group fault stats
Mel Gorman
1
-29
/
+20
2013-10-09
sched/numa: Skip some page migrations after a shared fault
Rik van Riel
2
-0
/
+15
[prev]
[next]