aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20powerpc/perf: Remove l2 bus events from HW cache event arrayMadhavan Srinivasan1-6/+2
2018-12-20powerpc/perf: Add constraints for power9 l2/l3 bus eventsMadhavan Srinivasan5-15/+42
2018-12-20powerpc/perf: Fix unit_sel/cache_sel checksMadhavan Srinivasan2-9/+20
2018-12-20powerpc/perf: Cleanup cache_sel bits commentMadhavan Srinivasan1-10/+2
2018-12-20powerpc/perf: Update perf_regs structure to include SIERMadhavan Srinivasan4-0/+19
2018-12-20powerpc/perf: Fix thresholding counter data for unknown typeMadhavan Srinivasan1-1/+6
2018-12-20powerpc/mm/hash: Handle user access of kernel address gracefullyAneesh Kumar K.V1-5/+19
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy6-25/+26
2018-12-19powerpc/mm: define an empty slice_init_new_context_exec()Christophe Leroy2-7/+9
2018-12-19powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy1-1/+1
2018-12-19powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2-23/+2
2018-12-19powerpc/xmon: fix dump_segments()Christophe Leroy1-1/+1
2018-12-19powerpc/8xx: add exception frame markerChristophe Leroy1-0/+3
2018-12-19powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy1-2/+2
2018-12-19powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy1-5/+26
2018-12-19powerpc/smp: Use code patching to restore reset vectorChristophe Leroy2-4/+2
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy3-17/+11
2018-12-19powerpc/signal: Use code patching instead of hardcodingChristophe Leroy3-9/+11
2018-12-19powerpc/8xx: use modify_instruction_site()Christophe Leroy1-5/+1
2018-12-19powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy3-39/+35
2018-12-19powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2-11/+5
2018-12-19powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy1-2/+1
2018-12-19powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy1-0/+11
2018-12-19powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2-18/+10
2018-12-19powerpc/mm: remove unused variableChristophe Leroy1-2/+1
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy3-2/+14
2018-12-17powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logicMathieu Malaterre1-4/+4
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2-29/+0
2018-12-17Merge branch 'fixes' into nextMichael Ellerman12-20/+80
2018-12-10powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova1-1/+6
2018-12-09powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2018-12-09powerpc/papr_scm: Use ibm,unit-guid as the iset cookieOliver O'Halloran1-0/+12
2018-12-09powerpc/papr_scm: Fix DIMM device registration raceOliver O'Halloran1-0/+3
2018-12-09powerpc/papr_scm: Remove endian conversionsOliver O'Halloran1-3/+3
2018-12-09powerpc/papr_scm: Update DT propertiesOliver O'Halloran1-5/+11
2018-12-07powerpc/papr_scm: Fix resource end addressOliver O'Halloran1-1/+1
2018-12-07powerpc/papr_scm: Use depend instead of selectOliver O'Halloran1-2/+1
2018-12-07powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das3-1/+11
2018-12-06powerpc/boot: Fix build failures with -j 1Michael Ellerman1-1/+1
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy3-1/+178
2018-12-04powerpc/mm: dump segment registers on book3s/32Christophe Leroy2-1/+65
2018-12-04powerpc/math-emu: Update macros from GCCJoel Stanley1-63/+29
2018-12-04powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCHRussell Currey1-0/+1
2018-12-04powerpc/8xx: regroup TLB handler routinesChristophe Leroy1-58/+54
2018-12-04powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy1-61/+49
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy6-3/+22
2018-12-04powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy3-2/+15
2018-12-04powerpc/8xx: Enable 8M hugepage support with HW assistanceChristophe Leroy1-0/+3
2018-12-04powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2-36/+26
2018-12-04powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy3-76/+6