index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-16
powerpc: use subsys_initcall for Freescale Local Bus
Paul Gortmaker
1
-1
/
+1
2015-06-16
powerpc: don't use module_init in non-modular 83xx suspend code
Paul Gortmaker
1
-2
/
+1
2015-06-16
powerpc: use device_initcall for registering rtc devices
Paul Gortmaker
2
-3
/
+2
2015-06-15
powerpc/powernv: pnv_init_idle_states() should only run on powernv
Michael Ellerman
1
-2
/
+2
2015-06-11
powerpc: Don't use gcc specific options on clang
Anton Blanchard
1
-3
/
+3
2015-06-11
powerpc: Don't use -mno-strict-align on clang
Anton Blanchard
1
-1
/
+4
2015-06-11
powerpc: Only use -mtraceback=no, -mno-string and -msoft-float if toolchain s...
Anton Blanchard
1
-3
/
+4
2015-06-11
powerpc: Only use -mabi=altivec if toolchain supports it
Anton Blanchard
1
-1
/
+1
2015-06-11
powerpc: Fix duplicate const clang warning in user access code
Anton Blanchard
1
-4
/
+4
2015-06-11
vfio: powerpc/spapr: Support Dynamic DMA windows
Alexey Kardashevskiy
1
-1
/
+1
2015-06-11
vfio: powerpc/spapr: Register memory and define IOMMU v2
Alexey Kardashevskiy
1
-0
/
+6
2015-06-11
powerpc/mmu: Add userspace-to-physical addresses translation cache
Alexey Kardashevskiy
6
-0
/
+347
2015-06-11
vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...
Alexey Kardashevskiy
1
-47
/
+54
2015-06-11
powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
Alexey Kardashevskiy
2
-0
/
+39
2015-06-11
powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
Alexey Kardashevskiy
1
-19
/
+6
2015-06-11
vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
Alexey Kardashevskiy
3
-9
/
+113
2015-06-11
powerpc/powernv: Implement multilevel TCE tables
Alexey Kardashevskiy
3
-9
/
+111
2015-06-11
powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
Alexey Kardashevskiy
1
-9
/
+38
2015-06-11
powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages
Alexey Kardashevskiy
1
-20
/
+63
2015-06-11
powerpc/powernv/ioda2: Rework iommu_table creation
Alexey Kardashevskiy
1
-12
/
+12
2015-06-11
powerpc/iommu/powernv: Release replaced TCE
Alexey Kardashevskiy
6
-44
/
+94
2015-06-11
powerpc/powernv: Implement accessor to TCE entry
Alexey Kardashevskiy
1
-13
/
+21
2015-06-11
powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
Alexey Kardashevskiy
1
-12
/
+23
2015-06-11
powerpc/powernv/ioda2: Move TCE kill register address to PE
Alexey Kardashevskiy
2
-29
/
+44
2015-06-11
powerpc/iommu: Fix IOMMU ownership control functions
Alexey Kardashevskiy
1
-5
/
+25
2015-06-11
vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
Alexey Kardashevskiy
3
-28
/
+38
2015-06-11
powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
Alexey Kardashevskiy
7
-24
/
+155
2015-06-11
powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
Alexey Kardashevskiy
7
-82
/
+139
2015-06-11
powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
Alexey Kardashevskiy
2
-37
/
+61
2015-06-11
powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
Alexey Kardashevskiy
12
-111
/
+116
2015-06-11
powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
Alexey Kardashevskiy
3
-6
/
+17
2015-06-11
vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
Alexey Kardashevskiy
2
-59
/
+0
2015-06-11
powerpc/iommu: Always release iommu_table in iommu_free_table()
Alexey Kardashevskiy
1
-3
/
+5
2015-06-11
powerpc/iommu: Put IOMMU group explicitly
Alexey Kardashevskiy
3
-8
/
+20
2015-06-11
powerpc/powernv/ioda: Clean up IOMMU group registration
Alexey Kardashevskiy
1
-20
/
+8
2015-06-11
powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group
Alexey Kardashevskiy
4
-19
/
+33
2015-06-11
powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
Alexey Kardashevskiy
2
-25
/
+6
2015-06-10
powerpc/mm: Add trace point for tracking hash pte fault
Aneesh Kumar K.V
2
-0
/
+22
2015-06-08
Merge 4.1-rc7 into driver-core-next
Greg Kroah-Hartman
5
-13
/
+33
2015-06-08
PCI: Remove unused pci_dma_burst_advice()
Bjorn Helgaas
1
-30
/
+0
2015-06-08
PCI: Remove unnecessary #includes of <asm/pci.h>
Bjorn Helgaas
2
-2
/
+0
2015-06-08
PCI: Include <linux/pci.h>, not <asm/pci.h>
Bjorn Helgaas
1
-1
/
+1
2015-06-07
powerpc/dscr: Add some in-code documentation
Anshuman Khandual
2
-0
/
+47
2015-06-07
powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT
Anshuman Khandual
4
-5
/
+5
2015-06-07
powerpc/kernel: Remove the unused extern dscr_default
Anshuman Khandual
1
-1
/
+0
2015-06-07
powerpc: Fix handling of DSCR related facility unavailable exception
Anshuman Khandual
1
-5
/
+40
2015-06-07
powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
David Gibson
1
-1
/
+1
2015-06-05
KVM: implement multiple address spaces
Paolo Bonzini
1
-1
/
+1
2015-06-05
powerpc/85xx: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760
Geert Uytterhoeven
1
-1
/
+1
2015-06-04
of: clean-up unnecessary libfdt include paths
Rob Herring
1
-1
/
+0
[prev]
[next]