summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-261-2/+2
* powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy2020-05-261-14/+8
* powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy2020-05-261-2/+1
* powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy2020-05-261-12/+11
* powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-261-83/+0
* powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-261-27/+2
* powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-261-14/+17
* powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-22/+17
* powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2020-05-261-0/+103
* powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy2020-05-261-7/+5
* powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2020-05-261-6/+9
* powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy2020-05-261-14/+1
* powerpc/mm: Allocate static page tables for fixmapChristophe Leroy2020-05-261-1/+1
* powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-181-0/+221
* powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2020-05-182-91/+307
* powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-183-11/+11
* powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria2020-05-181-1/+6
* powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria2020-05-183-10/+31
* powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria2020-05-184-40/+77
* powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria2020-05-181-3/+7
* powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-183-12/+12
* powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2020-05-182-6/+11
* powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria2020-05-181-1/+1
* powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria2020-05-181-1/+1
* powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria2020-05-181-2/+2
* powerpc: Support prefixed instructions in alignment handlerJordan Niethe2020-05-181-1/+18
* powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe2020-05-181-0/+13
* powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-183-3/+8
* powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe2020-05-181-17/+17
* powerpc: Enable Prefixed InstructionsAlistair Popple2020-05-181-0/+1
* powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-182-3/+5
* powerpc: Define and use get_user_instr() et. al.Jordan Niethe2020-05-183-3/+3
* powerpc/kprobes: Use patch_instruction()Jordan Niethe2020-05-181-4/+1
* powerpc: Add a probe_kernel_read_inst() functionJordan Niethe2020-05-181-10/+13
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-185-9/+9
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-1812-91/+105
* powerpc: Introduce functions for instruction equalityJordan Niethe2020-05-181-7/+8
* powerpc: Use a function for byte swapping instructionsJordan Niethe2020-05-181-1/+1
* powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-182-2/+3
* powerpc: Use an accessor for instructionsJordan Niethe2020-05-184-25/+29
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-1813-41/+57
* powerpc: Change calling convention for create_branch() et. al.Jordan Niethe2020-05-183-21/+31
* powerpc/xmon: Move breakpoints to text sectionJordan Niethe2020-05-181-0/+8
* powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin2020-05-181-3/+3
* powerpc/traps: Do not trace system resetNicholas Piggin2020-05-181-0/+5
* powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin2020-05-181-1/+8
* powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2020-05-182-1/+20
* powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin2020-05-181-3/+12
* powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin2020-05-181-0/+19
* powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin2020-05-181-5/+5