aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13powerpc/boot: Expose Kconfig symbols to wrapperJoel Stanley3-1/+8
2018-10-13powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz15-95/+0
2018-10-13powerpc/rtasd: Improve unknown error loggingOliver O'Halloran1-2/+4
2018-10-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley2-1/+7
2018-10-13powerpc: Fix signedness bug in update_flash_db()Dan Carpenter1-1/+1
2018-10-13powerpc/perf: Quiet IMC PMU registration messageJoel Stanley1-1/+1
2018-10-13powerpc/process: Constify the number of insns printed by show instructions functions.Christophe Leroy1-7/+6
2018-10-13powerpc/process: Fix interleaved output in show_user_instructions()Christophe Leroy1-18/+19
2018-10-13powerpc/process: Add missing include of stacktrace.hChristophe Leroy1-0/+1
2018-10-13powerpc/process: Fix sparse address space warningsChristophe Leroy1-2/+2
2018-10-13powerpc/64: properly initialise the stackprotector canary on SMP.Christophe Leroy1-0/+8
2018-10-09Merge branch 'fixes' into nextMichael Ellerman10-12/+56
2018-10-08macintosh: Use common code to access RTCFinn Thain2-171/+30
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju1-2/+3
2018-10-05powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman1-0/+10
2018-10-04powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin1-0/+1
2018-10-04powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin2-2/+9
2018-10-04powerpc/time: Add set_state_oneshot_stopped decrementer callbackAnton Blanchard1-0/+1
2018-10-04powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementerAnton Blanchard1-14/+3
2018-10-04powerpc/powernv/npu: Remove atsd_threshold debugfs settingMark Hairgrove1-14/+0
2018-10-04powerpc/powernv/npu: Use size-based ATSD invalidatesMark Hairgrove1-48/+55
2018-10-04powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidatesMark Hairgrove1-51/+48
2018-10-04powerpc: remove leftover code of old GCC version checksMasahiro Yamada1-8/+0
2018-10-04powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-10-03powerpc: Wire up memtestChristophe Leroy1-0/+3
2018-10-03powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy1-0/+3
2018-10-03powerpc/tm: Reformat commentsMichael Neuling1-28/+39
2018-10-03powerpc/config: Enable CONFIG_PRINTK_TIMEPetr Vorel6-0/+6
2018-10-03powerpc: Remove duplicated include from pci_32.cYueHaibing1-1/+0
2018-10-03powerpc/64s: consolidate MCE counter increment.Michal Suchanek2-5/+1
2018-10-03powerpc/tm: Print 64-bits MSRBreno Leitao1-1/+1
2018-10-03powerpc/tm: Remove msr_tm_active()Breno Leitao2-13/+15
2018-10-03powerpc/powernv: Mark function as __noreturnBreno Leitao1-1/+1
2018-10-03powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao3-1/+18
2018-10-03powerpc: Redefine TIF_32BITS thread flagBreno Leitao2-2/+2
2018-10-03powerpc/64: add stack protector supportChristophe Leroy6-1/+23
2018-10-03powerpc/32: add stack protector supportChristophe Leroy6-0/+51
2018-10-03powerpc/xive: Move a dereference below a NULL testzhong jiang1-3/+4
2018-10-03powerpc/pseries: Fix how we iterate over the DTL entriesNaveen N. Rao1-1/+1
2018-10-03powerpc/pseries: Fix DTL buffer registrationNaveen N. Rao1-1/+1
2018-10-03powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy3-13/+4
2018-10-03powerpc: Convert to using %pOFn instead of device_node.nameRob Herring9-40/+40
2018-10-03powerpc/pseries: Use of_irq_get helper() in request_event_sources_irqs()Rob Herring1-27/+13
2018-10-03powerpc/cell: Use irq_of_parse_and_map() helperRob Herring1-17/+4
2018-10-03powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2-0/+9
2018-10-03powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2-0/+21
2018-10-03arch/powerpc/mm/hash: validate the pte entries before handling the hash faultAneesh Kumar K.V2-0/+10
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V3-4/+8
2018-10-03powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V3-2/+5
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V5-12/+28