summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-252-2/+2
|\
| * powerpc/pseries/svm: Fix incorrect check for shared_lppaca_sizeSatheesh Rajendran2020-07-141-1/+1
| * powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin2020-07-081-1/+1
* | powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra2020-07-101-0/+2
|/
* Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-212-11/+13
|\
| * powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin2020-06-161-2/+2
| * powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUALAneesh Kumar K.V2020-06-151-9/+11
* | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-183-3/+3
* | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-1/+2
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-172-4/+6
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0918-18/+17
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0918-18/+18
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-9/+4
* powerpc: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+13
* 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