summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix deadlock with multiple calls to smp_send_stopNicholas Piggin2018-04-271-16/+39
* powerpc: Fix smp_send_stop NMI IPI handlingNicholas Piggin2018-04-251-5/+17
* powerpc/mce: Fix a bug where mce loops on memory UE.Mahesh Salgaonkar2018-04-241-5/+2
* powerpc/kvm: Fix lockups when running KVM guests on Power8Michael Ellerman2018-04-191-2/+2
* powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling2018-04-191-1/+2
* powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan2018-04-171-0/+11
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-153-29/+19
|\
| * powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU featuresMichael Ellerman2018-04-131-13/+1
| * powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual2018-04-101-15/+17
| * powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman2018-04-101-1/+1
* | kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-4/+5
* | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-132-37/+4
|/
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-0740-521/+828
|\
| * powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleepNicholas Piggin2018-04-051-0/+2
| * powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bitNicholas Piggin2018-04-051-0/+7
| * powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bitsNicholas Piggin2018-04-051-3/+9
| * Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"Michael Ellerman2018-04-051-16/+29
| * powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2018-04-051-0/+40
| * powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V2018-04-042-4/+14
| * powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin2018-04-041-29/+16
| * powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman2018-04-041-12/+11
| * powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin2018-04-031-2/+3
| * powerpc: use NMI IPI for smp_send_stopNicholas Piggin2018-04-031-0/+8
| * powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+5
| * powerpc: Move default security feature flagsMauricio Faria de Oliveira2018-04-031-6/+1
| * powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin2018-04-031-2/+8
| * powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-031-0/+3
| * powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans2018-04-011-1/+3
| * powerpc/64s: Remove POWER4 supportNicholas Piggin2018-04-012-42/+4
| * powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU featuresNicholas Piggin2018-04-011-3/+8
| * powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-012-9/+3
| * powerpc/64s/idle: avoid sync for KVM state when waking from idleNicholas Piggin2018-04-011-0/+3
| * powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin2018-04-011-6/+18
| * powerpc/64s: sreset panic if there is no debugger or crash dump handlersNicholas Piggin2018-04-011-2/+13
| * powerpc/64s: return more carefully from sreset NMINicholas Piggin2018-04-011-3/+58
| * powerpc/eeh: Fix race with driver un/bindMichael Neuling2018-04-011-26/+42
| * powerpc/kexec_file: Fix error code when trying to load kdump kernelThiago Jung Bauermann2018-04-011-1/+1
| * powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman2018-04-011-3/+4
| * Merge branch 'topic/paca' into nextMichael Ellerman2018-03-3111-195/+271
| |\
| | * powerpc/64: Allocate per-cpu stacks node-local if possibleNicholas Piggin2018-03-311-19/+32
| | * powerpc/64: Allocate pacas per nodeNicholas Piggin2018-03-312-6/+43
| | * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-303-70/+49
| | * powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin2018-03-302-1/+24
| | * powerpc/64: move default SPR recordingNicholas Piggin2018-03-303-17/+20
| | * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-0/+3
| | * powerpc/64s: Allocate slb_shadow structures individuallyNicholas Piggin2018-03-301-35/+30
| | * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-302-63/+41
| | * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-307-59/+89
| | * powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2018-03-302-3/+18
| * | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-312-16/+7