aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07selftests/powerpc: Add test for DSCR value inheritence across forkAnshuman Khandual2-1/+97
2015-06-07selftests/powerpc: Add test for DSCR SPR numbersAnshuman Khandual2-1/+62
2015-06-07selftests/powerpc: Add test for explicitly changing DSCR valueAnshuman Khandual2-1/+72
2015-06-07selftests/powerpc: Add test for system wide DSCR defaultAnshuman Khandual4-1/+267
2015-06-07powerpc/dscr: Add documentation for DSCR supportAnshuman Khandual2-0/+85
2015-06-07powerpc/dscr: Add some in-code documentationAnshuman Khandual2-0/+47
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual4-5/+5
2015-06-07powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual1-1/+0
2015-06-07powerpc: Fix handling of DSCR related facility unavailable exceptionAnshuman Khandual1-5/+40
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling1-0/+1
2015-06-07powerpc/eeh: Fix trivial error in eeh_restore_dev_state()David Gibson1-1/+1
2015-06-05powerpc/powernv: Add opal-prd channelJeremy Kerr8-2/+535
2015-06-05powerpc/powernv: Expose OPAL APIs required by PRD interfaceJeremy Kerr1-0/+4
2015-06-05powerpc/powernv: Merge common platform device initialisationJeremy Kerr1-15/+6
2015-06-04powerpc/config: Enable bnx2x on ppc64 and pseries defconfigsAnton Blanchard2-0/+2
2015-06-04powerpc/powernv: convert OPAL codes returned by sysparam callsCédric Le Goater2-4/+9
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling6-4/+822
2015-06-03cxl: Export file ops for use by APIMichael Neuling2-9/+23
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling11-12/+12
2015-06-03cxl: Cleanup MakefileMichael Neuling1-1/+2
2015-06-03cxl: Rework context lifetimesMichael Neuling2-3/+3
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling1-28/+35
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling2-7/+25
2015-06-03cxl: Only check pid for userspace contextsMichael Neuling1-15/+19
2015-06-03cxl: Export some symbolsMichael Neuling2-5/+10
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling4-8/+8
2015-06-03cxl: Rework detach context functionsMichael Neuling2-7/+14
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling4-5/+5
2015-06-03cxl: Dump debug info on the AFU configuration recordMichael Neuling1-1/+11
2015-06-03cxl: Fix error path on probeMichael Neuling1-0/+1
2015-06-03cxl: Re-order card init to check the VSEC earlierIan Munsie1-15/+15
2015-06-03cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling1-2/+0
2015-06-03cxl: Add shutdown hookMichael Neuling1-0/+1
2015-06-03cxl: Document external user of existing APIMichael Neuling2-0/+26
2015-06-03powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2-0/+10
2015-06-03powerpc/pci: Add shutdown hook to pci_controller_opsMichael Neuling4-11/+9
2015-06-03powerpc: Add cxl context to device archdataMichael Neuling1-0/+3
2015-06-03powerpc/pci: Add release_device() hook to phb opsMichael Neuling2-0/+7
2015-06-03powerpc/pci: Export symbols for CXLDaniel Axtens1-0/+3
2015-06-03powerpc/copro: Fix faulting kernel segmentsMichael Neuling1-2/+5
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie2-5/+12
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain4-0/+111
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain3-2/+44
2015-06-02selftests/powerpc: Add install support to more powerpc testsMichael Ellerman2-18/+9
2015-06-02powerpc/configs: Replace pseries_le_defconfig with a Makefile target using merge_configCyril Bur3-319/+16
2015-06-02powerpc/configs: Merge pseries_defconfig and pseries_le_defconfigCyril Bur1-1/+0
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu5-5/+5
2015-06-02powerpc: Non relocatable system call doesn't need a trampolineAnton Blanchard1-1/+1
2015-06-02powerpc: Relocatable system call no longer uses the LRAnton Blanchard1-12/+4
2015-06-02powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard1-1/+10