aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64Christophe Leroy2-5/+7
2020-05-26powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy1-38/+20
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy1-22/+4
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2-44/+1
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy1-0/+4
2020-05-22Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy1-0/+3
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-2/+0
2020-05-20powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-05-20powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-05-20powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin1-1/+1
2020-05-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+8
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman3-25/+142
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-4/+4
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini2-18/+20
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2-1/+3
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria1-2/+3
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria1-7/+7
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2-2/+2
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria1-2/+2
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria3-2/+11
2020-05-19powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
2020-05-19powerpc sstep: Add support for prefixed load/storesJordan Niethe1-0/+4
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe5-8/+105
2020-05-19powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe1-1/+3
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+3
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe1-0/+5
2020-05-19powerpc: Define and use get_user_instr() et. al.Jordan Niethe1-0/+9
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe4-27/+33
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe1-0/+5
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe2-3/+8
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe2-1/+13
2020-05-19powerpc: Change calling convention for create_branch() et. al.Jordan Niethe1-6/+6
2020-05-19powerpc: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin1-0/+1
2020-05-16Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-16/+55
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