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