aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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/+2
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-193-17/+11
* powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-193-9/+11
* powerpc/8xx: use modify_instruction_site()Christophe Leroy2018-12-191-5/+1
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-193-39/+35
* powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-192-11/+5
* powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy2018-12-191-2/+1
* 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/+10
* powerpc/mm: remove unused variableChristophe Leroy2018-12-191-2/+1
* 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/+0
* 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/+1
| * 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
* | powerpc/mm: dump segment registers on book3s/32Christophe Leroy2018-12-042-1/+65
* | powerpc/math-emu: Update macros from GCCJoel Stanley2018-12-041-63/+29
* | powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCHRussell Currey2018-12-041-0/+1
* | powerpc/8xx: regroup TLB handler routinesChristophe Leroy2018-12-041-58/+54
* | powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49
* | powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-046-3/+22
* | powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-043-2/+15
* | powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy2018-12-041-0/+3
* | powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-042-36/+26
* | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-043-76/+6