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
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-30
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2010-10-29
PM / Runtime: Fix typo in status comparison causing warning
Kevin Winchester
1
-1
/
+1
2010-10-29
convert get_sb_single() users
Al Viro
1
-9
/
+9
2010-10-27
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2010-10-27
writeback: add /sys/devices/system/node/<node>/vmstat
Michael Rubin
1
-0
/
+14
2010-10-25
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+1
2010-10-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
9
-283
/
+165
2010-10-23
PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()
Ming Lei
1
-1
/
+1
2010-10-22
driver core: Display error codes when class suspend fails
Mark Brown
1
-4
/
+4
2010-10-22
Driver core: Add section count to memory_block struct
Nathan Fontenot
1
-6
/
+11
2010-10-22
Driver core: Add mutex for adding/removing memory blocks
Nathan Fontenot
1
-0
/
+7
2010-10-22
Driver core: Move find_memory_block routine
Nathan Fontenot
1
-33
/
+33
2010-10-22
driver core: Convert link_mem_sections to use find_memory_block_hinted.
Robin Holt
1
-3
/
+5
2010-10-22
driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...
Robin Holt
1
-10
/
+18
2010-10-22
driver core: fix build for CONFIG_BLOCK not enabled
Randy Dunlap
1
-0
/
+6
2010-10-22
driver-core: base: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
FW_LOADER: fix kconfig dependency warning on HOTPLUG
Randy Dunlap
1
-1
/
+0
2010-10-22
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
Andi Kleen
2
-11
/
+19
2010-10-22
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
3
-210
/
+25
2010-10-22
base/platform: Simplifications for NULL platform data/resources handling
Anton Vorontsov
1
-20
/
+12
2010-10-22
base/platform: Safe handling for NULL platform data and resources
Anton Vorontsov
1
-1
/
+8
2010-10-22
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
1
-0
/
+35
2010-10-22
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
Patrick Pannuto
1
-2
/
+2
2010-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
9
-539
/
+1927
2010-10-21
of/device: Rework to use common platform_device_alloc() for allocating devices
Grant Likely
1
-0
/
+1
2010-10-20
PM / Wakeup: Show wakeup sources statistics in debugfs
Rafael J. Wysocki
1
-0
/
+85
2010-10-17
PM: Introduce library for device-specific OPPs (v7)
Nishanth Menon
2
-0
/
+629
2010-10-17
PM: Add sysfs attr for rechecking dev hash from PM trace
James Hogan
1
-0
/
+31
2010-10-17
PM: Lock PM device list mutex in show_dev_hash()
James Hogan
1
-1
/
+4
2010-10-17
PM / Runtime: Remove idle notification after failing suspend
Rafael J. Wysocki
1
-9
/
+2
2010-10-17
PM / Runtime: Reduce code duplication in core helper functions
Rafael J. Wysocki
1
-68
/
+54
2010-10-17
PM / Runtime: Implement autosuspend support
Alan Stern
2
-7
/
+219
2010-10-17
PM / Runtime: Add no_callbacks flag
Alan Stern
3
-8
/
+103
2010-10-17
PM / Runtime: Combine runtime PM entry points
Alan Stern
1
-110
/
+64
2010-10-17
PM / Runtime: Merge synchronous and async runtime routines
Alan Stern
1
-235
/
+140
2010-10-17
PM / Runtime: Replace boolean arguments with bitflags
Alan Stern
1
-36
/
+39
2010-10-17
PM / Runtime: Move code in drivers/base/power/runtime.c
Alan Stern
1
-39
/
+38
2010-10-17
PM: Fix potential issue with failing asynchronous suspend
Rafael J. Wysocki
1
-6
/
+9
2010-10-17
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
Rafael J. Wysocki
5
-83
/
+573
2010-10-17
PM: Fix signed/unsigned warning in dpm_show_time()
Kevin Cernekee
1
-1
/
+1
2010-10-17
PM / Runtime: Lenient generic runtime pm callbacks
Ohad Ben-Cohen
1
-2
/
+2
2010-09-21
Merge commit 'v2.6.36-rc5' into sched/core
Ingo Molnar
1
-0
/
+1
2010-09-09
topology/sysfs: Provide book id and siblings attributes
Heiko Carstens
1
-1
/
+15
2010-09-09
PM: Prevent waiting forever on asynchronous resume after failing suspend
Colin Cross
1
-0
/
+1
2010-08-24
firmware_class: fix typo in error path
Johannes Berg
1
-1
/
+1
2010-08-10
Merge branch 'master' into for-next
Jiri Kosina
7
-246
/
+195
2010-08-10
drivers/base/node.c: reduce stack usage of node_read_meminfo()
KOSAKI Motohiro
1
-23
/
+23
2010-08-09
Fix spelling fuction -> function in comments
Stefan Weil
1
-1
/
+1
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
6
-222
/
+160
[next]