summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-18powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria1-3/+7
2020-05-18powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria3-12/+12
2020-05-18powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2-6/+11
2020-05-18powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria1-1/+1
2020-05-18powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria1-1/+1
2020-05-18powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
2020-05-18powerpc: Support prefixed instructions in alignment handlerJordan Niethe1-1/+18
2020-05-18powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe1-0/+13
2020-05-18powerpc: Add prefixed instructions to instruction data typeJordan Niethe3-3/+8
2020-05-18powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-18powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+1
2020-05-18powerpc: Introduce a function for reporting instruction lengthJordan Niethe2-3/+5
2020-05-18powerpc: Define and use get_user_instr() et. al.Jordan Niethe3-3/+3
2020-05-18powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-18powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-10/+13
2020-05-18powerpc: Use a function for reading instructionsJordan Niethe5-9/+9
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe12-91/+105
2020-05-18powerpc: Introduce functions for instruction equalityJordan Niethe1-7/+8
2020-05-18powerpc: Use a function for byte swapping instructionsJordan Niethe1-1/+1
2020-05-18powerpc: Use a function for getting the instruction op codeJordan Niethe2-2/+3
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe4-25/+29
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe13-41/+57
2020-05-18powerpc: Change calling convention for create_branch() et. al.Jordan Niethe3-21/+31
2020-05-18powerpc/xmon: Move breakpoints to text sectionJordan Niethe1-0/+8
2020-05-18powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-18powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-18powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-18powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-18powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin1-0/+19
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin1-5/+5
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin1-0/+4
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin1-6/+8
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff2-2/+31
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman1-0/+36
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-8/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin3-9/+10
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2-2/+2
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin2-2/+2
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy5-10/+10
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy3-8/+8
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov2-32/+2
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman2-6/+10
2020-05-05powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V1-5/+9
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V1-1/+1
2020-05-04powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini1-9/+67
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini1-32/+45
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-3/+79