index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
vio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-3
/
+3
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-1
/
+1
|
\
|
*
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
2024-04-25
1
-1
/
+1
*
|
powerpc/pseries/vio: Don't return ENODEV if node or compatible missing
Lidong Zhong
2024-04-29
1
-6
/
+2
|
/
*
powerpc: vio: make vio_bus_type const
Ricardo B. Marliere
2024-02-15
1
-2
/
+2
*
powerpc: vio: move device attributes into a new ifdef
Ricardo B. Marliere
2024-02-15
1
-25
/
+34
*
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-04-28
1
-2
/
+2
|
\
|
*
powerpc: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-30
1
-1
/
+1
|
*
powerpc: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-30
1
-1
/
+1
*
|
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-4
/
+4
|
/
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-2
/
+2
*
powerpc: Add missing headers
Christophe Leroy
2022-05-08
1
-0
/
+1
*
powerpc/pseries: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-3
/
+3
*
Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2021-09-02
1
-2
/
+3
|
\
|
*
powerpc/iommu: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
1
-2
/
+3
*
|
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-2
/
+1
|
/
*
powerpc/pseries: Add shutdown() to vio_driver and vio_bus
Tyrel Datwyler
2021-04-20
1
-0
/
+16
*
powerpc/pseries: Only register vio drivers if vio bus exists
Michael Ellerman
2021-03-31
1
-0
/
+4
*
vio: make remove callback return void
Uwe Kleine-König
2021-03-02
1
-4
/
+3
*
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-10-06
1
-1
/
+1
*
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
2020-09-25
1
-0
/
+2
*
powerpc/pseries: Make vio and ibmebus initcalls pseries specific
Oliver O'Halloran
2020-06-02
1
-3
/
+4
*
powerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES
Oliver O'Halloran
2020-02-19
1
-2
/
+0
*
powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning
Tyrel Datwyler
2020-01-26
1
-0
/
+2
*
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-09-20
1
-1
/
+1
|
\
|
*
powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages
Alexey Kardashevskiy
2019-08-19
1
-1
/
+1
*
|
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
2019-09-04
1
-0
/
+2
|
/
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-2
/
+2
|
\
|
*
powerpc: remove device_to_mask()
Christoph Hellwig
2019-07-03
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
2019-02-18
1
-0
/
+7
*
powerpc/dma: remove dma_nommu_mmap_coherent
Christoph Hellwig
2019-02-18
1
-1
/
+0
*
powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
Christoph Hellwig
2019-02-18
1
-51
/
+36
*
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
1
-2
/
+1
|
\
|
*
powerpc/iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-2
/
+1
*
|
powerpc: Use device_type helpers to access the node type
Rob Herring
2018-11-26
1
-15
/
+12
|
/
*
powerpc: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-10-03
1
-14
/
+13
*
powerpc: rename dma_direct_ to dma_nommu_
Christoph Hellwig
2018-01-10
1
-1
/
+1
*
powerpc/pseries/vio: Dispose of virq mapping on vdevice unregister
Tyrel Datwyler
2017-11-06
1
-0
/
+2
*
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-23
1
-3
/
+3
*
powerpc/vio: Use device_type to detect family
Michael Ellerman
2017-08-23
1
-2
/
+2
*
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-07-06
1
-1
/
+2
|
\
|
*
powerpc: implement ->mapping_error
Christoph Hellwig
2017-06-28
1
-1
/
+2
*
|
powerpc: vio_cmo: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
2017-06-12
1
-23
/
+33
*
|
powerpc: vio: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
2017-06-12
1
-6
/
+10
|
/
*
powerpc/vfio_spapr_tce: Add reference counting to iommu_table
Alexey Kardashevskiy
2017-03-30
1
-1
/
+1
*
treewide: Constify most dma_map_ops structures
Bart Van Assche
2017-01-24
1
-1
/
+1
*
powerpc/pseries: Move vio.c into platforms pseries
Michael Ellerman
2016-11-18
1
-0
/
+1705
*
[PATCH] powerpc: merge the rest of the vio code
Stephen Rothwell
2006-04-29
1
-133
/
+0
*
[PATCH] powerpc: use a common vio_match_device routine
Stephen Rothwell
2006-04-29
1
-12
/
+0
[next]