aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2-0/+10
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy7-23/+55
2016-07-07powerpc/mm: Fix build of Book3E/64 with 64K pagesBenjamin Herrenschmidt1-0/+1
2016-07-05powerpc/timer: Large Decrementer supportOliver O'Halloran2-3/+4
2016-07-05powerpc: Send SIGBUS on unaligned copy and pasteChris Smart1-0/+4
2016-06-29powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh1-0/+2
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh1-0/+8
2016-06-24powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2-1/+21
2016-06-24powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao1-0/+2
2016-06-21powerpc/powernv: Functions to get/set PCI slot stateGavin Shan3-1/+29
2016-06-21powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan1-0/+2
2016-06-21powerpc/powernv: Support PCI slot IDGavin Shan2-2/+6
2016-06-21powerpc/pci: Delay populating pdnGavin Shan2-3/+1
2016-06-21powerpc/pci: Override pcibios_setup_bridge()Gavin Shan1-0/+2
2016-06-21powerpc: Load Monitor Register SupportJack Miller2-0/+7
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling1-0/+1
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie1-0/+1
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens1-0/+75
2016-06-14powerpc/spinlock: Fix spin_unlock_wait()Boqun Feng1-6/+32
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman8-22/+28
2016-06-14powerpc: Various typo fixesMichael Ellerman10-11/+11
2016-06-14powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmpAnton Blanchard1-4/+0
2016-06-10powerpc/nohash: Fix build break with 64K pagesMichael Ellerman1-1/+1
2016-05-31powerpc: Use privileged SPR number for MMCR2Thomas Huth1-1/+1
2016-05-31powerpc: Fix definition of SIAR and SDAR registersThomas Huth1-2/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds43-1027/+2318
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+1
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins2-1/+1
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds2-1/+65
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+2
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-0/+3
2016-05-11powerpc/pci: Export pci_traverse_device_nodes()Gavin Shan1-3/+3
2016-05-11powerpc/pci: Introduce pci_remove_device_node_info()Gavin Shan1-0/+1
2016-05-11powerpc/pci: Export pci_add_device_node_info()Gavin Shan1-1/+2
2016-05-11powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan1-1/+1
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan1-2/+2
2016-05-11powerpc/powernv: Data type unsigned int for PE numberGavin Shan1-3/+3
2016-05-11powerpc/pci: Cleanup on struct pci_controller_opsGavin Shan1-12/+13
2016-05-11powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V1-3/+0
2016-05-11powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V1-2/+6
2016-05-11powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V3-25/+81
2016-05-11powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V3-0/+40
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V3-54/+94
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V1-13/+11
2016-05-11powerpc/mm/radix: Add hugetlb support 4K page sizeAneesh Kumar K.V2-21/+47
2016-05-11powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2-0/+28
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V3-2/+10
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V3-10/+87
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2-6/+38