summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-01-16powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot4-21/+24
2018-01-16powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot3-318/+297
2018-01-16powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot3-172/+155
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot4-67/+174
2018-01-16powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot1-23/+17
2018-01-16powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot1-2/+10
2018-01-16powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot1-5/+13
2017-12-22powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V2-0/+46
2017-12-22powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V1-0/+41
2017-12-22powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V1-3/+1
2017-12-20powerpc: capture the PTE format changes in the dump pte reportRam Pai1-1/+2
2017-12-20powerpc: use helper functions to get and set hash slotsRam Pai2-17/+10
2017-12-20powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai3-4/+5
2017-12-20powerpc: shifted-by-one hidx valueRam Pai1-3/+11
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai5-40/+33
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai5-57/+61
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai2-0/+21
2017-12-20powerpc: introduce pte_set_hidx() helperRam Pai2-0/+39
2017-12-11PCI/IOV: Add pci_vf_drivers_autoprobe() interfaceBryant G. Ly1-0/+2
2017-12-11powerpc/pseries: Add pseries SR-IOV Machine dependent callsBryant G. Ly2-4/+49
2017-12-11powerpc/pci: Separate SR-IOV CallsBryant G. Ly7-29/+55
2017-12-11powerpc/modules: Fix alignment of .toc section in kernel modulesAlan Modra3-5/+20
2017-12-11powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled contextNicholas Piggin1-3/+7
2017-12-11powerpc/44x/fsp2: Add irq error handlersIvan Mikhaylov1-1/+204
2017-12-11powerpc/44x/fsp2: tvsense workaround for dd1Ivan Mikhaylov1-0/+17
2017-12-11powerpc/44x/fsp2: Interrupt handling setupIvan Mikhaylov1-0/+37
2017-12-11powerpc/44x/fsp2: Add fsp2 headersIvan Mikhaylov1-0/+272
2017-12-11powerpc/32: Add .data.rel* sections explicitlyNicholas Piggin1-0/+1
2017-12-11powerpc/boot: Only build CPM code when necessaryMichael Ellerman2-1/+4
2017-12-11powerpc/boot: Only build OPAL code when necessaryMichael Ellerman2-3/+5
2017-12-11powerpc/boot: Only build uartlite if XILINX_VIRTEX=yMichael Ellerman2-1/+4
2017-12-11powerpc/modules: Improve restore_r2() error messageJosh Poimboeuf1-2/+2
2017-12-11powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf3-1/+17
2017-12-11powerpc/modules: Add REL24 relocation support of livepatch symbolsKamalesh Babulal1-1/+2
2017-12-11powerpc: Reduce log level of "OPAL detected !" messageBenjamin Herrenschmidt1-1/+1
2017-12-11powerpc: Remove DEBUG define in 64-bit early setup codeBenjamin Herrenschmidt1-2/+0
2017-12-04powerpc/vdso64: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSESantosh Sivaraj2-11/+58
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov7-10/+7
2017-12-04powerpc/powermac: drop useless call to of_find_node_by_nameDmitry Torokhov1-1/+0
2017-12-04powerpc/powermac: fix OF node refcount leakDmitry Torokhov1-0/+1
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches20-65/+56
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-6/+23
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-21/+27
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+0
2017-11-29powerpc: Do not assign thread.tidr if already assignedVaibhav Jain1-0/+3
2017-11-29powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Vaibhav Jain1-3/+6
2017-11-27Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini3-16/+25
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-17/+16
2017-11-24Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-34/+66