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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-23
sched: Add some clock info to sched_debug
Peter Zijlstra
2
-5
/
+28
2010-11-23
cpu: Remove incorrect BUG_ON
Peter Zijlstra
1
-1
/
+4
2010-11-23
cpu: Remove unused variable
Dhaval Giani
1
-1
/
+0
2010-11-23
sched: Fix UP build breakage
Peter Zijlstra
1
-1
/
+1
2010-11-23
sched: Make task dump print all 15 chars of proc comm
Erik Gilling
1
-1
/
+1
2010-11-18
sched: Update tg->shares after cpu.shares write
Paul Turner
1
-31
/
+11
2010-11-18
sched: Allow update_cfs_load() to update global load
Paul Turner
1
-15
/
+29
2010-11-18
sched: Implement demand based update_cfs_load()
Paul Turner
2
-1
/
+20
2010-11-18
sched: Update shares on idle_balance
Paul Turner
1
-0
/
+1
2010-11-18
sched: Add sysctl_sched_shares_window
Paul Turner
3
-1
/
+16
2010-11-18
sched: Introduce hierarchal order on shares update list
Paul Turner
1
-10
/
+16
2010-11-18
sched: Fix update_cfs_load() synchronization
Paul Turner
2
-13
/
+22
2010-11-18
sched: Fix load corruption from update_cfs_shares()
Paul Turner
1
-8
/
+8
2010-11-18
sched: Make tg_shares_up() walk on-demand
Peter Zijlstra
2
-67
/
+58
2010-11-18
sched: Implement on-demand (active) cfs_rq list
Peter Zijlstra
3
-83
/
+92
2010-11-18
sched: Rewrite tg_shares_up)
Peter Zijlstra
6
-213
/
+162
2010-11-18
sched: Simplify cpu-hot-unplug task migration
Peter Zijlstra
3
-158
/
+67
2010-11-18
Merge commit 'v2.6.37-rc2' into sched/core
Ingo Molnar
8825
-471749
/
+917404
2010-11-16
Linux 2.6.37-rc2
Linus Torvalds
1
-1
/
+1
2010-11-16
capabilities/syslog: open code cap_syslog logic to fix build failure
Eric Paris
7
-40
/
+28
2010-11-16
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-6
/
+6
2010-11-16
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-42
/
+192
2010-11-16
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-36
/
+23
2010-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
7
-49
/
+174
2010-11-16
i2c: Sanity checks on adapter registration
Jean Delvare
1
-0
/
+12
2010-11-16
i2c: Mark i2c_adapter.id as deprecated
Jean Delvare
3
-2
/
+11
2010-11-16
i2c: Drivers shouldn't include <linux/i2c-id.h>
Jean Delvare
3
-3
/
+0
2010-11-16
i2c: Delete unused adapter IDs
Jean Delvare
2
-23
/
+0
2010-11-16
i2c: Remove obsolete cleanup for clientdata
Wolfram Sang
4
-8
/
+0
2010-11-16
include/linux/kernel.h: Move logging bits to include/linux/printk.h
Linus Torvalds
2
-244
/
+249
2010-11-16
Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)
Jim Bos
1
-4
/
+4
2010-11-15
hwmon: (w83795) Check for BEEP pin availability
Jean Delvare
1
-7
/
+51
2010-11-15
hwmon: (w83795) Clear intrusion alarm immediately
Jean Delvare
1
-0
/
+4
2010-11-15
hwmon: (w83795) Read the intrusion state properly
Jean Delvare
1
-3
/
+20
2010-11-15
hwmon: (w83795) Print the actual temperature channels as sources
Jean Delvare
1
-10
/
+20
2010-11-15
hwmon: (w83795) List all usable temperature sources
Jean Delvare
1
-3
/
+54
2010-11-15
hwmon: (w83795) Expose fan control method
Jean Delvare
1
-1
/
+18
2010-11-15
hwmon: (w83795) Fix fan control mode attributes
Jean Delvare
1
-10
/
+8
2010-11-15
hwmon: (lm95241) Check validity of input values
Jean Delvare
1
-5
/
+14
2010-11-15
hwmon: Change mail address of Hans J. Koch
Hans J. Koch
3
-4
/
+4
2010-11-15
PCI: sysfs: fix printk warnings
Randy Dunlap
1
-1
/
+2
2010-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
5
-216
/
+98
2010-11-15
Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-17
/
+17
2010-11-15
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-20
/
+40
2010-11-15
Merge branches 'sh-fixes-for-linus' and 'rmobile-fixes-for-linus' of git://gi...
Linus Torvalds
7
-9
/
+15
2010-11-15
GFS2: Fix inode deallocation race
Steven Whitehouse
5
-216
/
+98
2010-11-15
Merge branch 'rmobile/core' into rmobile-fixes-for-linus
Paul Mundt
1
-0
/
+4
2010-11-15
ARM: mach-shmobile: ap4evb: add fsib 44100Hz rate
Kuninori Morimoto
1
-0
/
+4
2010-11-15
sh: intc: Fix up build failure introduced by radix tree changes.
Paul Mundt
1
-1
/
+1
2010-11-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
425
-2902
/
+9108
[next]