summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0564-1305/+1987
|\
| * powerpc: Add POWER10 architected modeAlistair Popple2020-06-023-4/+50
| * powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple2020-06-021-1/+16
| * powerpc/dt_cpu_ftrs: Enable Prefixed InstructionsAlistair Popple2020-06-021-0/+1
| * powerpc/dt_cpu_ftrs: Advertise support for ISA v3.1 if selectedAlistair Popple2020-06-021-0/+6
| * powerpc/64s: Save FSCR to init_task.thread.fscr after feature initMichael Ellerman2020-06-021-0/+19
| * powerpc/64s: Don't let DT CPU features set FSCR_DSCRMichael Ellerman2020-06-021-0/+8
| * powerpc/64s: Don't init FSCR_DSCR in __init_FSCR()Michael Ellerman2020-06-021-1/+1
| * powerpc/module_64: Use special stub for _mcount() with -mprofile-kernelNaveen N. Rao2020-06-021-118/+104
| * powerpc/module_64: Simplify check for -mprofile-kernel ftrace relocationsNaveen N. Rao2020-06-021-14/+4
| * powerpc/module_64: Consolidate ftrace codeNaveen N. Rao2020-06-021-36/+33
| * powerpc/entry32: Blacklist exception exit points for kprobe.Christophe Leroy2020-06-021-1/+8
| * powerpc/entry32: Blacklist syscall exit points for kprobe.Christophe Leroy2020-06-021-0/+3
| * powerpc/entry32: Blacklist exception entry points for kprobe.Christophe Leroy2020-06-021-15/+22
| * powerpc/32: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-0210-0/+16
| * powerpc/rtas: Remove machine_check_in_rtas()Christophe Leroy2020-06-022-7/+1
| * powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy2020-06-021-3/+7
| * powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-022-0/+84
| * powerpc/kernel: Enables memory hot-remove after reboot on pseries guestsLeonardo Bras2020-06-021-2/+7
| * powerpc: Fix misleading small cores printMichael Neuling2020-06-021-1/+1
| * powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini2020-06-021-1/+1
| * powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2020-05-282-6/+6
| * powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin2020-05-281-4/+10
| * powerpc/40x: Don't save CR in SPRN_SPRG_SCRATCH6Christophe Leroy2020-05-281-10/+5
| * powerpc/40x: Avoid using r12 in TLB miss handlersChristophe Leroy2020-05-281-37/+33
| * powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-282-14/+0
| * powerpc/40x: Remove IBM405 Erratum #51Christophe Leroy2020-05-281-6/+0
| * powerpc/40x: Remove support for IBM 405GPChristophe Leroy2020-05-281-13/+0
| * powerpc/40x: Remove STB03xxxChristophe Leroy2020-05-281-13/+0
| * powerpc/40x: Remove support for IBM 403GCXChristophe Leroy2020-05-284-95/+0
| * powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-281-148/+29
| * powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-281-39/+0
| * powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin2020-05-281-30/+28
| * powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-2/+1
| * powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-1/+1
| * Merge branch 'fixes' into nextMichael Ellerman2020-05-269-21/+34
| |\
| * | 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