aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2-6/+6
2020-05-28powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin1-4/+10
2020-05-28powerpc/40x: Don't save CR in SPRN_SPRG_SCRATCH6Christophe Leroy1-10/+5
2020-05-28powerpc/40x: Avoid using r12 in TLB miss handlersChristophe Leroy1-37/+33
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy2-14/+0
2020-05-28powerpc/40x: Remove IBM405 Erratum #51Christophe Leroy1-6/+0
2020-05-28powerpc/40x: Remove support for IBM 405GPChristophe Leroy1-13/+0
2020-05-28powerpc/40x: Remove STB03xxxChristophe Leroy1-13/+0
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy4-95/+0
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-148/+29
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek1-39/+0
2020-05-28powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin1-30/+28
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman1-2/+1
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-1/+1
2020-05-26Merge branch 'fixes' into nextMichael Ellerman9-21/+34
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy1-2/+2
2020-05-26powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy1-14/+8
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy1-2/+1
2020-05-26powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy1-12/+11
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy1-83/+0
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy1-27/+2
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy1-14/+17
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-22/+17
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy1-0/+103
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy1-7/+5
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy1-6/+9
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy1-14/+1
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy1-1/+1
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman1-0/+2
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-3/+6
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-16/+6
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+1
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+221
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria2-91/+307
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria3-11/+11
2020-05-19powerpc/watchpoint: Introduce is_ptrace_bp() functionRavi Bangoria1-1/+6
2020-05-19powerpc/watchpoint: Use loop for thread_struct->ptrace_bpsRavi Bangoria3-10/+31
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria4-40/+77
2020-05-19powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enableRavi Bangoria1-3/+7
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria3-12/+12
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2-6/+11
2020-05-19powerpc/watchpoint/ptrace: Return actual num of available watchpointsRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
2020-05-19powerpc: Support prefixed instructions in alignment handlerJordan Niethe1-1/+18
2020-05-19powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe1-0/+13
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe3-3/+8
2020-05-19powerpc/optprobes: Add register argument to patch_imm64_load_insns()Jordan Niethe1-17/+17
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+1
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe2-3/+5