index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
iommu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM...
Shivaprasad G Bhat
2024-07-04
1
-0
/
+8
*
powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries
Shivaprasad G Bhat
2024-06-28
1
-92
/
+535
*
powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW
Shivaprasad G Bhat
2024-06-28
1
-5
/
+7
*
powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output
Shivaprasad G Bhat
2024-06-28
1
-14
/
+67
*
powerpc/iommu: Move pSeries specific functions to pseries/iommu.c
Shivaprasad G Bhat
2024-06-28
1
-0
/
+144
*
powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid mode
Gaurav Batra
2024-06-04
1
-17
/
+52
*
powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE
Gaurav Batra
2024-04-23
1
-0
/
+8
*
powerpc/pseries/iommu: IOMMU table is not initialized for kdump over SR-IOV
Gaurav Batra
2024-02-23
1
-51
/
+105
*
powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-I...
Gaurav Batra
2023-10-19
1
-4
/
+4
*
powerpc: Move DMA64_PROPNAME define to a header
Michal Suchanek
2023-08-18
1
-2
/
+0
*
powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memory
Gaurav Batra
2023-06-26
1
-4
/
+14
*
powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall
Gaurav Batra
2023-05-30
1
-2
/
+11
*
powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV device
Gaurav Batra
2023-05-17
1
-4
/
+9
*
powerpc/iommu: Remove iommu_del_device()
Jason Gunthorpe
2023-05-17
1
-25
/
+0
*
powerpc: Use of_address_to_resource()
Rob Herring
2023-04-04
1
-15
/
+5
*
powerpc/pseries: Add spaces around / operator
Petr Vaněk
2023-03-30
1
-1
/
+1
*
powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
Alexey Kardashevskiy
2023-03-15
1
-0
/
+24
*
powerpc/iommu: Add "borrowing" iommu_table_group_ops
Alexey Kardashevskiy
2023-03-14
1
-0
/
+5
*
powerpc/pseries: Fix formatting to make code look more beautiful
Deming Wang
2022-11-24
1
-1
/
+1
*
pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-window
Alexey Kardashevskiy
2022-07-28
1
-41
/
+48
*
powerpc/pseries/iommu: Print ibm,query-pe-dma-windows parameters
Alexey Kardashevskiy
2022-06-29
1
-3
/
+5
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-05-19
1
-2
/
+1
|
\
|
*
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
2022-05-19
1
-2
/
+1
*
|
powerpc: fix typos in comments
Julia Lawall
2022-05-05
1
-1
/
+1
|
/
*
powerpc/pseries: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-1
/
+1
*
powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one...
Alexey Kardashevskiy
2021-11-15
1
-2
/
+4
*
powerpc/pseries/ddw: simplify enable_ddw()
Alexey Kardashevskiy
2021-11-15
1
-7
/
+4
*
powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persi...
Alexey Kardashevskiy
2021-11-15
1
-9
/
+0
*
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-11-05
1
-6
/
+8
|
\
|
*
powerpc/pseries/iommu: Add of_node_put() before break
Wan Jiabing
2021-10-22
1
-1
/
+3
|
*
powerps/pseries/dma: Add support for 2M IOMMU page size
Alexey Kardashevskiy
2021-10-09
1
-5
/
+5
*
|
powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is present
Alexey Kardashevskiy
2021-10-25
1
-6
/
+6
*
|
powerpc/pseries/iommu: Check if the default window in use before removing it
Alexey Kardashevskiy
2021-10-25
1
-6
/
+6
*
|
powerpc/pseries/iommu: Use correct vfree for it_map
Alexey Kardashevskiy
2021-10-25
1
-1
/
+2
|
/
*
powerpc/pseries/iommu: Rename "direct window" to "dma window"
Leonardo Bras
2021-08-27
1
-42
/
+45
*
powerpc/pseries/iommu: Make use of DDW for indirect mapping
Leonardo Bras
2021-08-27
1
-15
/
+74
*
powerpc/pseries/iommu: Find existing DDW with given property name
Leonardo Bras
2021-08-27
1
-10
/
+15
*
powerpc/pseries/iommu: Update remove_dma_window() to accept property name
Leonardo Bras
2021-08-27
1
-8
/
+10
*
powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper
Leonardo Bras
2021-08-27
1
-34
/
+38
*
powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
Leonardo Bras
2021-08-27
1
-45
/
+84
*
powerpc/pseries/iommu: Allow DDW windows starting at 0x00
Leonardo Bras
2021-08-27
1
-18
/
+18
*
powerpc/pseries/iommu: Add ddw_list_new_entry() helper
Leonardo Bras
2021-08-27
1
-11
/
+21
*
powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
Leonardo Bras
2021-08-27
1
-11
/
+14
*
powerpc/pseries/iommu: Replace hard-coded page shift
Leonardo Bras
2021-08-27
1
-16
/
+23
*
powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
Alexey Kardashevskiy
2021-04-23
1
-3
/
+7
*
powerpc/pseries/iommu: Fix window size for direct mapping with pmem
Leonardo Bras
2021-04-21
1
-1
/
+1
*
powerpc/iommu: Enable remaining IOMMU Pagesizes present in LoPAR
Leonardo Bras
2021-04-14
1
-7
/
+30
*
powerpc/dma: Fallback to dma_ops when persistent memory present
Alexey Kardashevskiy
2020-11-27
1
-10
/
+41
*
powerpc/pseries/iommu: Allow bigger 64bit window by removing default DMA window
Leonardo Bras
2020-09-08
1
-7
/
+66
*
powerpc/pseries/iommu: Move window-removing part of remove_ddw into remove_dm...
Leonardo Bras
2020-09-08
1
-18
/
+27
[next]