summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAge
...
| | * | | | powerpc/8xx: macro for handling CPU15 errataLEROY Christophe2015-06-02
| | * | | | powerpc/e500mc: Remove dead L2 flushing code in idle_e500.SScott Wood2015-06-02
| * | | | | powerpc/tm: Abort syscalls in active transactionsSam bobroff2015-06-19
| * | | | | powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/iommu: Fix IOMMU ownership control functionsAlexey Kardashevskiy2015-06-11
| * | | | | vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy2015-06-11
| * | | | | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/iommu: Always release iommu_table in iommu_free_table()Alexey Kardashevskiy2015-06-11
| * | | | | powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU groupAlexey Kardashevskiy2015-06-11
| * | | | | powerpc/dscr: Add some in-code documentationAnshuman Khandual2015-06-07
| * | | | | powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual2015-06-07
| * | | | | powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual2015-06-07
| * | | | | powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual2015-06-07
| * | | | | powerpc/eeh: Fix trivial error in eeh_restore_dev_state()David Gibson2015-06-07
| * | | | | powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2015-06-03
| * | | | | powerpc/pci: Add release_device() hook to phb opsMichael Neuling2015-06-03
| * | | | | powerpc/pci: Export symbols for CXLDaniel Axtens2015-06-03
| * | | | | powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard2015-06-02
| * | | | | powerpc: Relocatable system call no longer uses the LRAnton Blanchard2015-06-02
| |/ / / /
| * | | | powerpc/pci: add dma_set_mask to pci_controller_opsDaniel Axtens2015-06-02
| * | | | powerpc: Remove MSI-related PCI controller ops from ppc_mdDaniel Axtens2015-06-02
| * | | | powerpc: Add MSI operations to pci_controller_ops structDaniel Axtens2015-05-22
| * | | | powerpc/eeh: remove unused macro IS_BRIDGEWei Yang2015-05-13
| * | | | powerpc/eeh: fix comment for wait_state()Wei Yang2015-05-13
| * | | | powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{}Wei Yang2015-05-13
| * | | | powerpc/eeh: Introduce eeh_pe_inject_err()Gavin Shan2015-05-12
| * | | | powerpc/vdso: Disable building the 32-bit VDSO on little endianMichael Ellerman2015-05-11
| * | | | powerpc/vdso: Combine start/size variablesMichael Ellerman2015-05-11
| * | | | powerpc/vdso: Remove unused debug codeMichael Ellerman2015-05-11
| * | | | powerpc: Show utsname->machine in boot-up bannerMichael Ellerman2015-05-11
| |/ / /
* | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-23
|\ \ \ \
| * | | | PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-08
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-22
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-19
| |\ \ \ | | | |/ | | |/|
| * | | powerpc: export of_get_ibm_chip_id functionDan Streetman2015-05-11
* | | | powerpc: Align TOC to 256 bytesAnton Blanchard2015-05-14
* | | | powerpc/mce: fix off by one errors in mce event handlingDaniel Axtens2015-05-12
| |_|/ |/| |
* | | powerpc/powernv: Restore non-volatile CRs after napSam Bobroff2015-05-01
* | | powerpc/eeh: Delay probing EEH device during hotplugGavin Shan2015-05-01
* | | powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan2015-05-01
* | | Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2015-04-30
| |/ |/|
* | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-26
|\ \
| * | powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-17
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-26
|\ \ \ | |/ / |/| |