summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria
2020-05-19powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria
2020-05-19powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe
2020-05-19powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe
2020-05-19powerpc: Implement ftrace_enabled() helpersNicholas Piggin
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin
2020-05-16Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-05-12floppy: use symbolic register names in the powerpc portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-05-08powerpc/uaccess: Don't use "m<>" constraintMichael Ellerman
2020-05-07powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater
2020-05-07powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V