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
/
arch
/
powerpc
/
kernel
/
vio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-03
workqueue: add to_delayed_work() helper function
Jean Delvare
1
-1
/
+1
2009-01-28
powerpc/pseries: Correct VIO bus accounting problem in CMO env.
Robert Jennings
1
-3
/
+4
2008-12-16
powerpc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-6
/
+6
2008-10-31
powerpc: Update remaining dma_mapping_ops to use map/unmap_page
Mark Nelson
1
-12
/
+13
2008-09-25
powerpc: Drop archdata numa_node
Becky Bruce
1
-1
/
+1
2008-08-20
powerpc: Fix vio_bus_probe oops on probe error
Brian King
1
-1
/
+1
2008-07-28
powerpc/vio: More fallout from dma_mapping_error API change
Stephen Rothwell
1
-1
/
+1
2008-07-28
powerpc: Fix vio build warnings
Nathan Lynch
1
-2
/
+2
2008-07-25
powerpc/pseries: vio bus support for CMO
Robert Jennings
1
-6
/
+1027
2008-04-01
[POWERPC] Replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-02-06
[POWERPC] iSeries: Fix section mismatch in viodsasd
Stephen Rothwell
1
-1
/
+1
2008-01-28
PPC: Fix powerpc vio_find_name to not use devices_subsys
Paul Mackerras
1
-9
/
+4
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-13
/
+3
2007-10-11
[POWERPC] iSeries: Move detection of virtual cdroms
Stephen Rothwell
1
-3
/
+0
2007-10-11
[POWERPC] Remove more iSeries-specific stuff from vio.c
Stephen Rothwell
1
-53
/
+25
2007-10-11
[POWERPC] Remove iSeries_vio_dev
Stephen Rothwell
1
-6
/
+1
2007-10-11
[POWERPC] Clean up vio.h
Stephen Rothwell
1
-11
/
+0
2007-10-03
[POWERPC] Make vio_bus_type static
Stephen Rothwell
1
-1
/
+3
2007-10-03
[POWERPC] Simplify vio_bus_init a little for legacy iSeries
Stephen Rothwell
1
-7
/
+7
2007-10-03
[POWERPC] Remove debug printk from vio_bus_init
Stephen Rothwell
1
-4
/
+1
2007-05-08
Merge branch 'linux-2.6'
Paul Mackerras
1
-2
/
+2
2007-05-07
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
1
-1
/
+1
2007-05-03
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-2
/
+2
2007-04-24
[POWERPC] Remove old interface find_devices
Stephen Rothwell
1
-1
/
+2
2007-04-12
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-7
/
+7
2007-01-24
[POWERPC] arch/powerpc/kernel/vio.c of_node_put cleanup
Mariusz Kozlowski
1
-4
/
+2
2006-12-04
[POWERPC] Refactor 64 bits DMA operations
Benjamin Herrenschmidt
1
-73
/
+21
2006-11-01
[POWERPC] Use 4kB iommu pages even on 64kB-page systems
Linas Vepstas
1
-2
/
+2
2006-07-31
[POWERPC] Constify & voidify get_property()
Jeremy Kerr
1
-8
/
+8
2006-07-03
[POWERPC] Add new interrupt mapping core and change platforms to use it
Benjamin Herrenschmidt
1
-11
/
+1
2006-06-15
[POWERPC] node local IOMMU tables
Anton Blanchard
1
-3
/
+3
2006-06-09
[PATCH] powerpc: node-aware dma allocations
Christoph Hellwig
1
-1
/
+1
2006-05-19
[PATCH] powerpc: the iSeries vio lan driver changed device type
Stephen Rothwell
1
-1
/
+1
2006-05-19
[PATCH] powerpc: pseries: Use generic dma-window parsing function
Jeremy Kerr
1
-22
/
+14
2006-04-29
[PATCH] powerpc: merge the rest of the vio code
Stephen Rothwell
1
-34
/
+164
2006-04-29
[PATCH] powerpc: use a common vio_match_device routine
Stephen Rothwell
1
-1
/
+2
2006-04-29
[PATCH] powerpc: use the device tree for the iSeries vio bus probe
Stephen Rothwell
1
-28
/
+143
2006-04-21
[PATCH] powerpc: IOMMU support for honoring dma_mask
Olof Johansson
1
-3
/
+3
2006-01-13
[PATCH] Add vio_bus_type probe and remove methods
Russell King
1
-4
/
+4
2006-01-05
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
1
-1
/
+1
2005-11-09
[PATCH] ppc64: add MODALIAS= for vio bus
Olaf Hering
1
-0
/
+27
2005-10-24
powerpc: Add a shutdown member to vio_driver
Stephen Rothwell
1
-0
/
+11
2005-10-24
powerpc: don't duplicate name between vio_driver and device_driver
Stephen Rothwell
1
-2
/
+1
2005-10-24
powerpc: Merge arch/ppc64/kernel/vio.c into arch/powerpc/kernel/vio.c
Stephen Rothwell
1
-0
/
+261