summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2020-05-28powerpc/40x: Remove IBM405 Erratum #51Christophe Leroy
2020-05-28powerpc/40x: Remove support for IBM 405GPChristophe Leroy
2020-05-28powerpc/40x: Remove STB03xxxChristophe Leroy
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek
2020-05-28powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman
2020-05-26Merge branch 'fixes' into nextMichael Ellerman
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy
2020-05-26powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy
2020-05-26powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria
2020-05-19powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi 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/ptrace: Return actual num of available watchpointsRavi Bangoria
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe
2020-05-19powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe
2020-05-19powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan 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/kprobes: Use patch_instruction()Jordan Niethe
2020-05-19powerpc: Add a probe_kernel_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