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
2014-10-15
Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2014-10-14
drivers: dma-contiguous: add initialization from device tree
Marek Szyprowski
1
-0
/
+66
2014-10-14
drivers: dma-coherent: add initialization from device tree
Marek Szyprowski
1
-22
/
+129
2014-10-10
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
4
-3
/
+117
2014-10-10
CMA: document cma=0
Jean Delvare
1
-0
/
+3
2014-10-10
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-3
/
+0
2014-10-10
common: dma-mapping: introduce common remapping functions
Laura Abbott
1
-0
/
+72
2014-10-10
memory-hotplug: add sysfs valid_zones attribute
Zhang Zhen
1
-0
/
+42
2014-10-10
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-387
/
+627
2014-10-08
Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-16
/
+315
2014-10-07
Merge branch 'pm-clk'
Rafael J. Wysocki
1
-4
/
+15
2014-10-07
Merge branch 'pm-domains'
Rafael J. Wysocki
4
-363
/
+577
2014-10-04
driver/base/node: remove unnecessary kfree of node struct from unregister_one...
Yasuaki Ishimatsu
1
-1
/
+0
2014-10-03
PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME
Geert Uytterhoeven
1
-4
/
+15
2014-10-03
PM / Domains: Rename cpu_data to cpuidle_data
Ulf Hansson
1
-27
/
+27
2014-10-02
Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...
Joerg Roedel
1
-0
/
+3
2014-10-02
driver core: Add BUS_NOTIFY_REMOVED_DEVICE event
Joerg Roedel
1
-0
/
+3
2014-09-30
PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()
Rafael J. Wysocki
1
-4
/
+4
2014-09-30
Merge branch 'pm-genirq' into acpi-pm
Rafael J. Wysocki
2
-5
/
+18
2014-09-30
PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h
Ulf Hansson
1
-0
/
+1
2014-09-29
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
Mark Brown
1
-2
/
+11
2014-09-29
Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next
Mark Brown
3
-11
/
+72
2014-09-29
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
2
-2
/
+7
2014-09-29
Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus
Mark Brown
1
-2
/
+6
2014-09-29
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Mark Brown
1
-2
/
+5
2014-09-29
regmap: Fix debugfs-file 'registers' mode
Markus Pargmann
1
-1
/
+8
2014-09-29
Merge back earlier 'pm-sleep' material for v3.18.
Rafael J. Wysocki
1
-11
/
+13
2014-09-28
regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.
Xiubo Li
1
-0
/
+3
2014-09-28
regmap: debugfs: fix possbile NULL pointer dereference
Xiubo Li
1
-2
/
+6
2014-09-27
regmap: fix NULL pointer dereference in _regmap_write/read
Pankaj Dubey
1
-2
/
+2
2014-09-26
PM / Domains: Remove legacy API for adding devices through DT
Ulf Hansson
1
-33
/
+0
2014-09-26
PM / Domains: Add genpd attach/detach callbacks
Geert Uytterhoeven
1
-0
/
+6
2014-09-24
devres: Improve devm_kasprintf()/kvasprintf() support
Geert Uytterhoeven
1
-7
/
+8
2014-09-24
firmware_class: make sure fw requests contain a name
Kees Cook
1
-0
/
+3
2014-09-24
driver core: Remove kerneldoc from local function
Thierry Reding
1
-1
/
+1
2014-09-24
attribute_container: fix coding style issues
Tina Johnson
1
-2
/
+2
2014-09-24
attribute_container: fix whitespace errors
Tina Johnson
1
-5
/
+5
2014-09-24
drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit()
Ben Hutchings
1
-0
/
+9
2014-09-24
device coredump: add new device coredump class
Johannes Berg
3
-0
/
+287
2014-09-24
PM / Domains: add debugfs listing of struct generic_pm_domain-s
Maciej Matraszek
1
-0
/
+157
2014-09-22
drivercore / platform: Convert to dev_pm_domain_attach|detach()
Ulf Hansson
1
-7
/
+8
2014-09-22
PM / Domains: Add APIs to attach/detach a PM domain for a device
Ulf Hansson
1
-0
/
+52
2014-09-22
PM / Domains: Add generic OF-based PM domain look-up
Tomasz Figa
1
-0
/
+289
2014-09-22
PM / domains: Spelling s/domian/domain/
Geert Uytterhoeven
1
-2
/
+2
2014-09-18
regmap: fix NULL pointer dereference in regmap_get_val_endian
Pankaj Dubey
1
-9
/
+14
2014-09-16
regmap: cache: Do not fail silently from regcache_sync calls
Jarkko Nikula
1
-2
/
+11
2014-09-16
Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+8
2014-09-12
regmap: change struct regmap's internal locks as union
Wang, Yalin
1
-2
/
+4
2014-09-09
PM / domains: Remove default_stop_ok() API
Ulf Hansson
1
-5
/
+2
2014-09-09
PM / domains: Add late_initcall to disable unused PM domains
Ulf Hansson
1
-0
/
+7
[next]