summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-18powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria1-8/+8
2020-05-18powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2-2/+2
2020-05-18powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria1-2/+2
2020-05-18powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria3-2/+11
2020-05-18powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria1-0/+2
2020-05-18powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
2020-05-18powerpc sstep: Add support for prefixed load/storesJordan Niethe1-0/+4
2020-05-18powerpc: Add prefixed instructions to instruction data typeJordan Niethe5-8/+105
2020-05-18powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe1-1/+3
2020-05-18powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+3
2020-05-18powerpc: Introduce a function for reporting instruction lengthJordan Niethe1-0/+5
2020-05-18powerpc: Define and use get_user_instr() et. al.Jordan Niethe1-0/+9
2020-05-18powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-0/+3
2020-05-18powerpc: Add a probe_user_read_inst() functionJordan Niethe1-0/+3
2020-05-18powerpc: Use a function for reading instructionsJordan Niethe1-0/+5
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe4-27/+33
2020-05-18powerpc: Introduce functions for instruction equalityJordan Niethe1-0/+5
2020-05-18powerpc: Use a function for byte swapping instructionsJordan Niethe1-0/+5
2020-05-18powerpc: Use a function for getting the instruction op codeJordan Niethe1-0/+5
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe2-3/+8
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe2-1/+13
2020-05-18powerpc: Change calling convention for create_branch() et. al.Jordan Niethe1-6/+6
2020-05-18powerpc: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin1-0/+1
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-1/+0
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin1-6/+16
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin2-1/+9
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin1-0/+8
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin1-7/+16
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy1-7/+0
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2-2/+2
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-2/+2
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2-2/+2
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman5-18/+50
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V1-0/+5
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V1-1/+1
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V1-0/+16
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2-1/+4
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V1-0/+13
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V1-2/+1
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V1-5/+10
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V1-9/+0
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini1-1/+3
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-0/+32
2020-04-30powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy1-0/+17
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy1-9/+22
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy1-0/+31
2020-04-22powerpc/vas: Include linux/types.h in uapi/asm/vas-api.hStephen Rothwell1-0/+2
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni1-1/+0