aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin2020-05-203-45/+143
* powerpc/wii: Fix declaration made after definitionNathan Chancellor2020-05-201-13/+12
* powerpc/64s/pgtable: fix an undefined behaviourQian Cai2020-05-201-4/+19
* powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin2020-05-201-1/+1
* powerpc/powernv: add NULL check after kzallocChen Zhou2020-05-201-0/+4
* powerpc/ps3: Add check for otheros image sizeGeoff Levand2020-05-201-2/+13
* powerpc/book3s64/radix/tlb: Determine hugepage flush correctlyAneesh Kumar K.V2020-05-201-3/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2020-05-205-0/+25
|\
| * powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater2020-05-075-0/+25
* | Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-203-25/+142
|\ \
| * | powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman2020-05-081-1/+1
| * | powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy2020-05-013-3/+37
| * | powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loopChristophe Leroy2020-04-301-1/+20
| * | powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'Christophe Leroy2020-04-301-9/+52
| * | powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-04-301-14/+35
* | | powerpc/watchpoint/xmon: Support 2nd DAWRRavi Bangoria2020-05-191-32/+69
* | | powerpc/watchpoint/xmon: Don't allow breakpoint overwritingRavi Bangoria2020-05-191-0/+4
* | | powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-192-0/+223
* | | powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2020-05-194-92/+310
* | | powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-194-13/+14
* | | powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria2020-05-191-1/+6
* | | powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria2020-05-193-10/+31
* | | powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-195-41/+78
* | | powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria2020-05-191-3/+7
* | | powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria2020-05-191-8/+8
* | | powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-196-15/+15
* | | powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2020-05-193-8/+13
* | | powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria2020-05-191-1/+1
* | | powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria2020-05-194-3/+12
* | | powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria2020-05-191-0/+2
* | | powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria2020-05-195-20/+20
* | | powerpc sstep: Add support for prefixed fixed-point arithmeticJordan Niethe2020-05-191-0/+20
* | | powerpc sstep: Add support for prefixed load/storesJordan Niethe2020-05-192-2/+166
* | | powerpc: Support prefixed instructions in alignment handlerJordan Niethe2020-05-191-1/+18
* | | powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe2020-05-191-0/+13
* | | powerpc/xmon: Don't allow breakpoints on suffixesJordan Niethe2020-05-191-2/+25
* | | powerpc: Test prefixed instructions in feature fixupsJordan Niethe2020-05-192-0/+144
* | | powerpc: Test prefixed code patchingJordan Niethe2020-05-193-1/+42
* | | powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-1914-17/+175
* | | powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe2020-05-191-17/+17
* | | powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe2020-05-193-3/+5
* | | powerpc: Enable Prefixed InstructionsAlistair Popple2020-05-192-0/+4
* | | powerpc: Make test_translate_branch() independent of instruction lengthJordan Niethe2020-05-191-3/+3
* | | powerpc/xmon: Move insertion of breakpoint for xol'ingJordan Niethe2020-05-191-1/+2
* | | powerpc/xmon: Use a function for reading instructionsJordan Niethe2020-05-191-4/+24
* | | powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-194-10/+17
* | | powerpc: Define and use get_user_instr() et. al.Jordan Niethe2020-05-194-3/+12
* | | powerpc/kprobes: Use patch_instruction()Jordan Niethe2020-05-191-4/+1
* | | powerpc: Add a probe_kernel_read_inst() functionJordan Niethe2020-05-193-10/+29
* | | powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-194-3/+26