| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: use for_each_sg() | Akinobu Mita | 2015-06-24 | 1 | -5/+5 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-06-24 | 1 | -0/+1 |
|\ |
|
| * | of/fdt: split off FDT self reservation from memreserve processing | Ard Biesheuvel | 2015-06-02 | 1 | -0/+1 |
* | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-06-24 | 22 | -312/+444 |
|\ \ |
|
| * \ | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2015-06-19 | 2 | -48/+71 |
| |\ \ |
|
| | * | | powerpc/8xx: Implementation of PAGE_EXEC | LEROY Christophe | 2015-06-02 | 1 | -3/+9 |
| | * | | powerpc/8xx: Handle PAGE_USER via APG bits | LEROY Christophe | 2015-06-02 | 1 | -9/+12 |
| | * | | powerpc/8xx: Add support for TASK_SIZE greater than 0x80000000 | LEROY Christophe | 2015-06-02 | 1 | -6/+19 |
| | * | | powerpc/8xx: Use SPRG2 instead of DAR for saving r3 | LEROY Christophe | 2015-06-02 | 1 | -5/+4 |
| | * | | powerpc/8xx: dont save CR in SCRATCH registers | LEROY Christophe | 2015-06-02 | 1 | -14/+15 |
| | * | | powerpc/8xx: Handle CR out of exception PROLOG/EPILOG | LEROY Christophe | 2015-06-02 | 1 | -3/+7 |
| | * | | powerpc/8xx: macro for handling CPU15 errata | LEROY Christophe | 2015-06-02 | 1 | -6/+12 |
| | * | | powerpc/e500mc: Remove dead L2 flushing code in idle_e500.S | Scott Wood | 2015-06-02 | 1 | -9/+0 |
| * | | | powerpc/tm: Abort syscalls in active transactions | Sam bobroff | 2015-06-19 | 2 | -1/+38 |
| * | | | powerpc/mmu: Add userspace-to-physical addresses translation cache | Alexey Kardashevskiy | 2015-06-11 | 1 | -0/+3 |
| * | | | powerpc/iommu/powernv: Release replaced TCE | Alexey Kardashevskiy | 2015-06-11 | 1 | -40/+19 |
| * | | | 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 | 1 | -12/+0 |
| * | | | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -3/+11 |
| * | | | powerpc/spapr: vfio: Replace iommu_table with iommu_table_group | Alexey Kardashevskiy | 2015-06-11 | 1 | -8/+9 |
| * | | | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table | Alexey Kardashevskiy | 2015-06-11 | 2 | -22/+29 |
| * | | | powerpc/powernv: Do not set "read" flag if direction==DMA_NONE | Alexey Kardashevskiy | 2015-06-11 | 1 | -0/+15 |
| * | | | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver | Alexey Kardashevskiy | 2015-06-11 | 1 | -55/+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 | 1 | -7/+0 |
| * | | | powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group | Alexey Kardashevskiy | 2015-06-11 | 1 | -3/+1 |
| * | | | powerpc/dscr: Add some in-code documentation | Anshuman Khandual | 2015-06-07 | 1 | -0/+38 |
| * | | | powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT | Anshuman Khandual | 2015-06-07 | 3 | -4/+4 |
| * | | | 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/pci: Add pcibios_disable_device() hook | Michael Neuling | 2015-06-03 | 1 | -0/+8 |
| * | | | powerpc/pci: Add release_device() hook to phb ops | Michael Neuling | 2015-06-03 | 1 | -0/+5 |
| * | | | powerpc/pci: Export symbols for CXL | Daniel Axtens | 2015-06-03 | 1 | -0/+3 |
| * | | | powerpc: Non relocatable system call doesn't need a trampoline | Anton Blanchard | 2015-06-02 | 1 | -1/+1 |
| * | | | powerpc: Relocatable system call no longer uses the LR | Anton Blanchard | 2015-06-02 | 1 | -12/+4 |
| |/ / |
|
| * | | powerpc/pci: add dma_set_mask to pci_controller_ops | Daniel Axtens | 2015-06-02 | 1 | -0/+8 |
| * | | powerpc: Remove MSI-related PCI controller ops from ppc_md | Daniel Axtens | 2015-06-02 | 1 | -11/+4 |
| * | | powerpc: Add MSI operations to pci_controller_ops struct | Daniel Axtens | 2015-05-22 | 1 | -3/+15 |
| * | | powerpc/eeh: remove unused macro IS_BRIDGE | Wei Yang | 2015-05-13 | 1 | -2/+0 |
| * | | powerpc/eeh: fix comment for wait_state() | Wei Yang | 2015-05-13 | 1 | -1/+1 |
| * | | powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{} | Wei Yang | 2015-05-13 | 1 | -8/+8 |
| * | | powerpc/eeh: Introduce eeh_pe_inject_err() | Gavin Shan | 2015-05-12 | 1 | -0/+35 |
| * | | powerpc/vdso: Disable building the 32-bit VDSO on little endian | Michael Ellerman | 2015-05-11 | 2 | -3/+36 |
| * | | powerpc/vdso: Combine start/size variables | Michael Ellerman | 2015-05-11 | 1 | -29/+26 |
| * | | powerpc/vdso: Remove unused debug code | Michael Ellerman | 2015-05-11 | 1 | -44/+0 |
| * | | powerpc: Show utsname->machine in boot-up banner | Michael Ellerman | 2015-05-11 | 1 | -1/+2 |
| |/ |
|
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-23 | 2 | -2/+0 |
|\ \ |
|
| * | | PCI: Remove unnecessary #includes of <asm/pci.h> | Bjorn Helgaas | 2015-06-08 | 2 | -2/+0 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-06-22 | 1 | -0/+1 |
|\ \ |
|