summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/opal: Wake up kopald polling thread before waiting for eventsBenjamin Herrenschmidt2016-07-081-0/+2
* powerpc/mm: Fix build of Book3E/64 with 64K pagesBenjamin Herrenschmidt2016-07-071-0/+1
* powerpc/timer: Large Decrementer supportOliver O'Halloran2016-07-052-3/+4
* powerpc: Send SIGBUS on unaligned copy and pasteChris Smart2016-07-051-0/+4
* powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh2016-06-291-0/+2
* powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-291-0/+8
* powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2016-06-242-1/+21
* powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao2016-06-241-0/+2
* powerpc/powernv: Functions to get/set PCI slot stateGavin Shan2016-06-213-1/+29
* powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan2016-06-211-0/+2
* powerpc/powernv: Support PCI slot IDGavin Shan2016-06-212-2/+6
* powerpc/pci: Delay populating pdnGavin Shan2016-06-212-3/+1
* powerpc/pci: Override pcibios_setup_bridge()Gavin Shan2016-06-211-0/+2
* powerpc: Load Monitor Register SupportJack Miller2016-06-212-0/+7
* powerpc: Improve FSCR init and context switchingMichael Neuling2016-06-211-0/+1
* cxl: Add support for CAPP DMA modeIan Munsie2016-06-161-0/+1
* powerpc: Introduce asm-prototypes.hDaniel Axtens2016-06-161-0/+75
* powerpc/spinlock: Fix spin_unlock_wait()Boqun Feng2016-06-141-6/+32
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-148-22/+28
* powerpc: Various typo fixesMichael Ellerman2016-06-1410-11/+11
* powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpAnton Blanchard2016-06-141-4/+0
* powerpc/nohash: Fix build break with 64K pagesMichael Ellerman2016-06-101-1/+1
* powerpc: Use privileged SPR number for MMCR2Thomas Huth2016-05-311-1/+1
* powerpc: Fix definition of SIAR and SDAR registersThomas Huth2016-05-311-2/+2
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2043-1027/+2318
|\
| * powerpc/pci: Export pci_traverse_device_nodes()Gavin Shan2016-05-111-3/+3
| * powerpc/pci: Introduce pci_remove_device_node_info()Gavin Shan2016-05-111-0/+1
| * powerpc/pci: Export pci_add_device_node_info()Gavin Shan2016-05-111-1/+2
| * powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan2016-05-111-1/+1
| * powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2016-05-111-2/+2
| * powerpc/powernv: Data type unsigned int for PE numberGavin Shan2016-05-111-3/+3
| * powerpc/pci: Cleanup on struct pci_controller_opsGavin Shan2016-05-111-12/+13
| * powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V2016-05-111-3/+0
| * powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V2016-05-111-2/+6
| * powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V2016-05-113-25/+81
| * powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-113-0/+40
| * powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-113-54/+94
| * powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-13/+11
| * powerpc/mm/radix: Add hugetlb support 4K page sizeAneesh Kumar K.V2016-05-112-21/+47
| * powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-112-0/+28
| * powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-113-2/+10
| * powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-113-10/+87
| * powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-112-6/+38
| * powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-113-144/+51
| * powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-112-12/+12
| * powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V2016-05-111-39/+18
| * powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2016-05-112-35/+10
| * powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-117-25/+59
| * powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2016-05-112-0/+375
| * powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2016-05-112-2/+12