index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/tm: Abort syscalls in active transactions
Sam bobroff
2015-06-19
5
-6
/
+46
*
powerpc/iommu/ioda2: Enable compile with IOV=on and IOMMU_API=off
Alexey Kardashevskiy
2015-06-17
1
-24
/
+26
*
powerpc/include: Add opal-prd to installed uapi headers
Jeremy Kerr
2015-06-17
1
-0
/
+1
*
powerpc/powernv: fix construction of opal PRD messages
Jeremy Kerr
2015-06-17
1
-7
/
+12
*
powerpc/powernv: Increase opal-irqchip initcall priority
Alistair Popple
2015-06-17
2
-3
/
+4
*
powerpc: Make doorbell check preemption safe
Shreyas B. Prabhu
2015-06-17
1
-5
/
+9
*
powerpc/powernv: pnv_init_idle_states() should only run on powernv
Michael Ellerman
2015-06-15
1
-2
/
+2
*
powerpc: Don't use gcc specific options on clang
Anton Blanchard
2015-06-11
1
-3
/
+3
*
powerpc: Don't use -mno-strict-align on clang
Anton Blanchard
2015-06-11
1
-1
/
+4
*
powerpc: Only use -mtraceback=no, -mno-string and -msoft-float if toolchain s...
Anton Blanchard
2015-06-11
1
-3
/
+4
*
powerpc: Only use -mabi=altivec if toolchain supports it
Anton Blanchard
2015-06-11
1
-1
/
+1
*
powerpc: Fix duplicate const clang warning in user access code
Anton Blanchard
2015-06-11
1
-4
/
+4
*
vfio: powerpc/spapr: Support Dynamic DMA windows
Alexey Kardashevskiy
2015-06-11
1
-1
/
+1
*
vfio: powerpc/spapr: Register memory and define IOMMU v2
Alexey Kardashevskiy
2015-06-11
1
-0
/
+6
*
powerpc/mmu: Add userspace-to-physical addresses translation cache
Alexey Kardashevskiy
2015-06-11
6
-0
/
+347
*
vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...
Alexey Kardashevskiy
2015-06-11
1
-47
/
+54
*
powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
Alexey Kardashevskiy
2015-06-11
2
-0
/
+39
*
powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
Alexey Kardashevskiy
2015-06-11
1
-19
/
+6
*
vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
Alexey Kardashevskiy
2015-06-11
3
-9
/
+113
*
powerpc/powernv: Implement multilevel TCE tables
Alexey Kardashevskiy
2015-06-11
3
-9
/
+111
*
powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
Alexey Kardashevskiy
2015-06-11
1
-9
/
+38
*
powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages
Alexey Kardashevskiy
2015-06-11
1
-20
/
+63
*
powerpc/powernv/ioda2: Rework iommu_table creation
Alexey Kardashevskiy
2015-06-11
1
-12
/
+12
*
powerpc/iommu/powernv: Release replaced TCE
Alexey Kardashevskiy
2015-06-11
6
-44
/
+94
*
powerpc/powernv: Implement accessor to TCE entry
Alexey Kardashevskiy
2015-06-11
1
-13
/
+21
*
powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
Alexey Kardashevskiy
2015-06-11
1
-12
/
+23
*
powerpc/powernv/ioda2: Move TCE kill register address to PE
Alexey Kardashevskiy
2015-06-11
2
-29
/
+44
*
powerpc/iommu: Fix IOMMU ownership control functions
Alexey Kardashevskiy
2015-06-11
1
-5
/
+25
*
vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
Alexey Kardashevskiy
2015-06-11
3
-28
/
+38
*
powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
Alexey Kardashevskiy
2015-06-11
7
-24
/
+155
*
powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
Alexey Kardashevskiy
2015-06-11
7
-82
/
+139
*
powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
Alexey Kardashevskiy
2015-06-11
2
-37
/
+61
*
powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
Alexey Kardashevskiy
2015-06-11
12
-111
/
+116
*
powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
Alexey Kardashevskiy
2015-06-11
3
-6
/
+17
*
vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
Alexey Kardashevskiy
2015-06-11
2
-59
/
+0
*
powerpc/iommu: Always release iommu_table in iommu_free_table()
Alexey Kardashevskiy
2015-06-11
1
-3
/
+5
*
powerpc/iommu: Put IOMMU group explicitly
Alexey Kardashevskiy
2015-06-11
3
-8
/
+20
*
powerpc/powernv/ioda: Clean up IOMMU group registration
Alexey Kardashevskiy
2015-06-11
1
-20
/
+8
*
powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group
Alexey Kardashevskiy
2015-06-11
4
-19
/
+33
*
powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
Alexey Kardashevskiy
2015-06-11
2
-25
/
+6
*
powerpc/mm: Add trace point for tracking hash pte fault
Aneesh Kumar K.V
2015-06-10
2
-0
/
+22
*
powerpc/dscr: Add some in-code documentation
Anshuman Khandual
2015-06-07
2
-0
/
+47
*
powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT
Anshuman Khandual
2015-06-07
4
-5
/
+5
*
powerpc/kernel: Remove the unused extern dscr_default
Anshuman Khandual
2015-06-07
1
-1
/
+0
*
powerpc: Fix handling of DSCR related facility unavailable exception
Anshuman Khandual
2015-06-07
1
-5
/
+40
*
powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
David Gibson
2015-06-07
1
-1
/
+1
*
powerpc/powernv: Add opal-prd channel
Jeremy Kerr
2015-06-05
8
-2
/
+535
*
powerpc/powernv: Expose OPAL APIs required by PRD interface
Jeremy Kerr
2015-06-05
1
-0
/
+4
*
powerpc/powernv: Merge common platform device initialisation
Jeremy Kerr
2015-06-05
1
-15
/
+6
*
powerpc/config: Enable bnx2x on ppc64 and pseries defconfigs
Anton Blanchard
2015-06-04
2
-0
/
+2
[next]