summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman2018-01-191-0/+4
* powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLEDNicholas Piggin2018-01-181-0/+1
* powerpc/watchdog: remove arch_trigger_cpumask_backtraceNicholas Piggin2018-01-182-26/+0
* powerpc/64s: Relax PACA address limitationsNicholas Piggin2018-01-183-16/+27
* powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-171-3/+5
* powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-171-17/+4
* powerpc/64: rtas avoid accessing paca in 32-bit modeNicholas Piggin2018-01-171-6/+11
* powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-171-7/+4
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-172-23/+34
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-1713-224/+219
* powerpc: System reset avoid interleaving oops using die synchronisationNicholas Piggin2018-01-171-1/+1
* powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-163-3/+3
* powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt2018-01-162-7/+2
* powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0
* powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt2018-01-161-4/+4
* powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt2018-01-161-3/+0
* powerpc: Add aacraid and nvme to powernv_defconfigBenjamin Herrenschmidt2018-01-161-0/+2
* powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-163-34/+47
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-168-62/+48
* powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-164-10/+18
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-1610-54/+28
* powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy2018-01-163-7/+3
* powerpc/8xx: Only perform perf counting when perf is in use.Christophe Leroy2018-01-166-32/+88
* powerpc/8xx: remove EXCEPTION_PROLOG/EPILOG_0 and change r3 to r12Christophe Leroy2018-01-161-38/+40
* powerpc/8xx: Remove CPU6 ERRATA WorkaroundChristophe Leroy2018-01-164-137/+12
* powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAPChristophe Leroy2018-01-161-1/+0
* powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh2018-01-164-1/+60
* powerpc/crash: Remove the test for cpu_online in the IPI callbackBalbir Singh2018-01-161-3/+0
* powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-165-11/+17
* powerpc/32s: Fix compile error with CONFIG_PPC_PTDUMPChristophe Leroy2018-01-161-1/+1
* powerpc/pseries: Enable support of ibm,dynamic-memory-v2Nathan Fontenot2018-01-164-1/+5
* powerpc/drmem: Add support for ibm, dynamic-memory-v2 propertyNathan Fontenot2018-01-162-4/+201
* powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot2018-01-164-21/+24
* powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot2018-01-163-318/+297
* powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot2018-01-163-172/+155
* powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot2018-01-164-67/+174
* powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot2018-01-161-23/+17
* powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot2018-01-161-2/+10
* powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot2018-01-161-5/+13
* powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V2017-12-222-0/+46
* powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V2017-12-221-0/+41
* powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V2017-12-221-3/+1
* powerpc: capture the PTE format changes in the dump pte reportRam Pai2017-12-201-1/+2
* powerpc: use helper functions to get and set hash slotsRam Pai2017-12-202-17/+10
* powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai2017-12-203-4/+5
* powerpc: shifted-by-one hidx valueRam Pai2017-12-201-3/+11
* powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-205-40/+33
* powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-205-57/+61
* powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-202-0/+21
* powerpc: introduce pte_set_hidx() helperRam Pai2017-12-202-0/+39