Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cf9bdd35779e36a5bfc23ec292d6e1c23435878d
/
arch
/
powerpc
/
platforms
/
pseries
/
vio.c
e5afdf9
powerpc/vfio_spapr_tce: Add reference counting to iommu_table
by Alexey Kardashevskiy
· 8 years ago
5299709
treewide: Constify most dma_map_ops structures
by Bart Van Assche
· 8 years ago
139ac5a
powerpc/pseries: Move vio.c into platforms pseries
by Michael Ellerman
· 8 years ago
[Renamed from arch/powerpc/kernel/vio.c]
e8cfb7e
powerpc/vio: Clarify vio_find_node() reference counting
by Johan Hovold
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
635218c
powerpc: sparse: static-ify some things
by Daniel Axtens
· 9 years ago
5935877
powerpc: use for_each_sg()
by Akinobu Mita
· 9 years ago
da004c3
powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
by Alexey Kardashevskiy
· 10 years ago
1618bd5
arch/powerpc: replace obsolete strict_strto* calls
by Daniel Walter
· 10 years ago
10862a0
powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask setting
by Li Zhong
· 11 years ago
d084775
powerpc/iommu: Update the generic code to use dynamic iommu page sizes
by Alistair Popple
· 11 years ago
3a55317
powerpc/iommu: Add it_page_shift field to determine iommu page size
by Alistair Popple
· 11 years ago
e589a440
powerpc/iommu: Update constant names to reflect their hardcoded page size
by Alistair Popple
· 11 years ago
c610260
powerpc/vio: Fix a dma_mask issue of vio
by Li Zhong
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
66a173b
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
411cabf
powerpc/vio: use strcpy in modalias_show
by Prarit Bhargava
· 11 years ago
a7204d7
Merge 3.12-rc6 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
e82b89a
powerpc/vio: Fix modalias_show return values
by Prarit Bhargava
· 11 years ago
367601f
PPC: VIO: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
4886c39
DMA-API: ppc: vio.c: replace dma_set_mask()+dma_set_coherent_mask() with new helper
by Russell King
· 11 years ago
7560d327
powerpc: Make device tree accesses in VIO subsystem endian safe
by Anton Blanchard
· 11 years ago
2083f68
powerpc: of_parse_dma_window should take a __be32 *dma_window
by Anton Blanchard
· 11 years ago
cad5cef
POWERPC: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
beacc6d
powerpc: Remove all includes of <asm/abs_addr.h>
by Michael Ellerman
· 12 years ago
6f51f51
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 12 years ago
64ccc9c
common: dma-mapping: add support for generic dma_mmap_* calls
by Marek Szyprowski
· 13 years ago
f14121a
Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux
by Linus Torvalds
· 12 years ago
a980349
powerpc: Call dma_debug_add_bus for PCI and VIO buses
by Anton Blanchard
· 12 years ago
44b372d
powerpc/vio: Separate vio bus probe and device probe
by Anton Blanchard
· 12 years ago
62761d1
powerpc/vio: Remove dma not supported warnings
by Anton Blanchard
· 12 years ago
74a7f08
devicetree: add helper inline for retrieving a node's full name
by Grant Likely
· 13 years ago
f0a875f
powerpc: Fix kernel-doc warning
by Wanpeng Li
· 13 years ago
f2ab621
powerpc/pseries: Add PFO support to the VIO bus
by Kent Yoder
· 13 years ago
58bca4a
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 13 years ago
bfbf7d6
PowerPC: adapt for dma_map_ops changes
by Andrzej Pietrasiewicz
· 13 years ago
cb52d89
powerpc+sparc/vio: Modernize driver registration
by Benjamin Herrenschmidt
· 13 years ago
b078766
powerpc: clean up vio.c
by Stephen Rothwell
· 13 years ago
90363dd
PM: Drop generic_subsys_pm_ops
by Rafael J. Wysocki
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
4b16f8e
powerpc: various straight conversions from module.h --> export.h
by Paul Gortmaker
· 13 years ago
b56eade
powerpc: Fix up implicit stat.h users
by Paul Gortmaker
· 14 years ago
2eccacd
powerpc: Tidy up dma_map_ops after adding new hook
by Milton Miller
· 13 years ago
d24f9c6
powerpc: Use the newly added get_required_mask dma_map_ops hook
by Milton Miller
· 13 years ago
b3c7385
powerpc/iommu: Use coherent_dma_mask for alloc_coherent
by Nishanth Aravamudan
· 14 years ago
6d283d7
powerpc/vio: Use dma ops helpers
by Nishanth Aravamudan
· 14 years ago
732eacc
replace nested max/min macros with {max,min}3 macro
by Hagen Paul Pfeifer
· 14 years ago
45848e0
powerpc/viobus: Free TCE table on device release
by Nishanth Aravamudan
· 14 years ago
edea8f6
powerpc/vio: Use put_device() on device_register failure
by Nishanth Aravamudan
· 14 years ago
7aa241f
powerpc: Fix bogus it_blocksize in VIO iommu code
by Anton Blanchard
· 14 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 15 years ago
a1263c7
powerpc/vio: Switch VIO Bus PM to use generic helpers
by Brian King
· 15 years ago
58f9b0b
of: eliminate of_device->node and dev_archdata->{of,prom}_node
by Grant Likely
· 15 years ago
d706c1b
driver-core: Add device node pointer to struct device
by Grant Likely
· 15 years ago
a32aaf1
powerpc/vio: Add power management support
by Benjamin Herrenschmidt
· 15 years ago
f6d8c8b
powerpc/vio: Add missing unlock in error path
by Julia Lawall
· 15 years ago
578b7cd
powerpc/vio: Add modalias support
by Benjamin Herrenschmidt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
738ef42
powerpc: Change archdata dma_data to a union
by Becky Bruce
· 15 years ago
0f33727
powerpc: kmalloc failure ignored in vio_build_iommu_table()
by roel kluin
· 15 years ago
45223c5
powerpc: use dma_map_ops struct
by FUJITA Tomonori
· 15 years ago
bf6aede
workqueue: add to_delayed_work() helper function
by Jean Delvare
· 16 years ago
69b052e
powerpc/pseries: Correct VIO bus accounting problem in CMO env.
by Robert Jennings
· 16 years ago
aab0d37
powerpc: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
f9226d5
powerpc: Update remaining dma_mapping_ops to use map/unmap_page
by Mark Nelson
· 16 years ago
8fae035
powerpc: Drop archdata numa_node
by Becky Bruce
· 16 years ago
cd5aeb9
powerpc: Fix vio_bus_probe oops on probe error
by Brian King
· 16 years ago
0764bf6
powerpc/vio: More fallout from dma_mapping_error API change
by Stephen Rothwell
· 16 years ago
b9fa49a
powerpc: Fix vio build warnings
by Nathan Lynch
· 16 years ago
a90ab95
powerpc/pseries: vio bus support for CMO
by Robert Jennings
· 16 years ago
e48b1b4
[POWERPC] Replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
de7d812
[POWERPC] iSeries: Fix section mismatch in viodsasd
by Stephen Rothwell
· 17 years ago
c847c85
PPC: Fix powerpc vio_find_name to not use devices_subsys
by Paul Mackerras
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
b833b48
[POWERPC] iSeries: Move detection of virtual cdroms
by Stephen Rothwell
· 17 years ago
dd9b67a
[POWERPC] Remove more iSeries-specific stuff from vio.c
by Stephen Rothwell
· 17 years ago
1670b2b
[POWERPC] Remove iSeries_vio_dev
by Stephen Rothwell
· 17 years ago
b707f51
[POWERPC] Clean up vio.h
by Stephen Rothwell
· 17 years ago
6fccab2
[POWERPC] Make vio_bus_type static
by Stephen Rothwell
· 17 years ago
c868078
[POWERPC] Simplify vio_bus_init a little for legacy iSeries
by Stephen Rothwell
· 17 years ago
c546726
[POWERPC] Remove debug printk from vio_bus_init
by Stephen Rothwell
· 17 years ago
02bbc0f
Merge branch 'linux-2.6'
by Paul Mackerras
· 18 years ago
55b61fe
[POWERPC] Rename device_is_compatible to of_device_is_compatible
by Stephen Rothwell
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
30686ba
[POWERPC] Remove old interface find_devices
by Stephen Rothwell
· 18 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
6690fae
[POWERPC] arch/powerpc/kernel/vio.c of_node_put cleanup
by Mariusz Kozlowski
· 18 years ago
12d04ee
[POWERPC] Refactor 64 bits DMA operations
by Benjamin Herrenschmidt
· 18 years ago
5d2efba
[POWERPC] Use 4kB iommu pages even on 64kB-page systems
by Linas Vepstas
· 18 years ago
a7f67bd
[POWERPC] Constify & voidify get_property()
by Jeremy Kerr
· 18 years ago
0ebfff1
[POWERPC] Add new interrupt mapping core and change platforms to use it
by Benjamin Herrenschmidt
· 18 years ago
ca1588e
[POWERPC] node local IOMMU tables
by Anton Blanchard
· 19 years ago
8eb6c6e
[PATCH] powerpc: node-aware dma allocations
by Christoph Hellwig
· 19 years ago
1dc461f
[PATCH] powerpc: the iSeries vio lan driver changed device type
by Stephen Rothwell
· 19 years ago
4c76e0b
[PATCH] powerpc: pseries: Use generic dma-window parsing function
by Jeremy Kerr
· 19 years ago
c7f0e8c
[PATCH] powerpc: merge the rest of the vio code
by Stephen Rothwell
· 19 years ago
dd721ff
[PATCH] powerpc: use a common vio_match_device routine
by Stephen Rothwell
· 19 years ago
e10fa77
[PATCH] powerpc: use the device tree for the iSeries vio bus probe
by Stephen Rothwell
· 19 years ago
7daa411
[PATCH] powerpc: IOMMU support for honoring dma_mask
by Olof Johansson
· 19 years ago
2f53a80
[PATCH] Add vio_bus_type probe and remove methods
by Russell King
· 19 years ago
Next »