summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportChristoph Hellwig2018-12-201-1/+0Star
* powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT defineChristoph Hellwig2018-12-201-2/+0Star
* powerpc/dma: properly wire up the unmap_page and unmap_sg methodsChristoph Hellwig2018-12-201-1/+8
* powerpc: allow NOT_COHERENT_CACHE for amigaoneChristoph Hellwig2018-12-201-1/+2
* powerpc/prom: fix early DEBUG messagesChristophe Leroy2018-12-201-3/+3
* powerpc/32: Avoid unsupported flags with clangJoel Stanley2018-12-201-1/+8
* powerpc/perf: Remove l2 bus events from HW cache event arrayMadhavan Srinivasan2018-12-201-6/+2Star
* powerpc/perf: Add constraints for power9 l2/l3 bus eventsMadhavan Srinivasan2018-12-205-15/+42
* powerpc/perf: Fix unit_sel/cache_sel checksMadhavan Srinivasan2018-12-202-9/+20
* powerpc/perf: Cleanup cache_sel bits commentMadhavan Srinivasan2018-12-201-10/+2Star
* powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan2018-12-204-0/+19
* powerpc/perf: Fix thresholding counter data for unknown typeMadhavan Srinivasan2018-12-201-1/+6
* powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V2018-12-201-5/+19
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-196-25/+26
* powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy2018-12-192-7/+9
* powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2018-12-191-1/+1
* powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-192-23/+2Star
* powerpc/xmon: fix dump_segments()Christophe Leroy2018-12-191-1/+1
* powerpc/8xx: add exception frame markerChristophe Leroy2018-12-191-0/+3
* powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy2018-12-191-2/+2
* powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy2018-12-191-5/+26
* powerpc/smp: Use code patching to restore reset vectorChristophe Leroy2018-12-192-4/+2Star
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-193-17/+11Star
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-193-9/+11
* powerpc/8xx: use modify_instruction_site()Christophe Leroy2018-12-191-5/+1Star
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-193-39/+35Star
* powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-192-11/+5Star
* powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy2018-12-191-2/+1Star
* powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy2018-12-191-0/+11
* powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2018-12-192-18/+10Star
* powerpc/mm: remove unused variableChristophe Leroy2018-12-191-2/+1Star
* powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-193-2/+14
* powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logicMathieu Malaterre2018-12-171-4/+4
* powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2018-12-172-29/+0Star
* Merge branch 'fixes' into nextMichael Ellerman2018-12-1712-20/+80
|\
| * powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova2018-12-101-1/+6
| * powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2018-12-091-3/+16
| * powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran2018-12-091-0/+12
| * powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran2018-12-091-0/+3
| * powerpc/papr_scm: Remove endian conversionsOliver O'Halloran2018-12-091-3/+3
| * powerpc/papr_scm: Update DT propertiesOliver O'Halloran2018-12-091-5/+11
| * powerpc/papr_scm: Fix resource end addressOliver O'Halloran2018-12-071-1/+1
| * powerpc/papr_scm: Use depend instead of selectOliver O'Halloran2018-12-071-2/+1Star
| * powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-073-1/+11
| * powerpc/boot: Fix build failures with -j 1Michael Ellerman2018-12-061-1/+1
| * powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
| * powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-11-291-1/+6
| * powerpc/mm: Fix linux page tables build with some configsMichael Ellerman2018-11-271-0/+1
| * powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras2018-11-271-1/+3
* | powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-043-1/+178