aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-21powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2-18/+4
2017-09-20powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao1-1/+3
2017-09-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixesMichael Ellerman1-2/+10
2017-09-20powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero1-1/+1
2017-09-15Merge tag 'powerpc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-09-15powerpc: Fix handling of alignment interrupt on dcbz instructionPaul Mackerras1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+2
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-11/+9
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2-2/+2
2017-09-02powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater1-1/+33
2017-09-01powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+1
2017-09-01powerpc/eeh: Delete an error out of memory message at init timeMarkus Elfring1-4/+1
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy1-1/+6
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras1-771/+32
2017-08-31powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman1-45/+74
2017-08-31powerpc/smp: Add Power9 scheduler topologyOliver O'Halloran1-1/+49
2017-08-31powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran1-6/+17
2017-08-31powerpc/smp: Rework CPU topology constructionOliver O'Halloran1-66/+86
2017-08-31powerpc/smp: Use cpu_to_chip_id() to find core siblingsOliver O'Halloran1-26/+11
2017-08-31powerpc/asm: Convert .llong directives to .8byteTobin C. Harding4-15/+15
2017-08-31powerpc: Squash lines for simple wrapper functionsMasahiro Yamada1-30/+12
2017-08-31powerpc/kernel: Change retrieval of pci_dnBryant G. Ly1-29/+4
2017-08-31powerpc/pci: Remove OF node back pointer from pci_dnAlexey Kardashevskiy1-1/+0
2017-08-31powerpc/eeh: Reduce use of pci_dn::nodeAlexey Kardashevskiy2-6/+10
2017-08-31powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy2-24/+21
2017-08-31powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy4-18/+17
2017-08-31powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy1-11/+21
2017-08-31powerpc/pci: Remove unused parameter from add_one_dev_pci_data()Alexey Kardashevskiy1-12/+2
2017-08-31powerpc: Machine check interrupt is a non-maskable interruptNicholas Piggin1-3/+6
2017-08-31powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2-1/+30
2017-08-31powerpc: Do not send system reset request through the oops pathNicholas Piggin1-16/+31
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin2-27/+22
2017-08-31powerpc/64: Fix watchdog configuration regressionsNicholas Piggin2-7/+28
2017-08-31powerpc/64s/radix: Do not allocate SLB shadow structuresNicholas Piggin1-2/+11
2017-08-31powerpc/64s/radix: Remove bolted-SLB address limit for per-cpu stacksNicholas Piggin1-3/+8
2017-08-29powerpc/64s: idle POWER9 can execute stop in virtual modeNicholas Piggin1-0/+9
2017-08-29powerpc/64s: Drop no longer used IDLE_STATE_ENTER_SEQNicholas Piggin1-4/+1
2017-08-29powerpc/64s: POWER9 can execute stop without a sync sequenceNicholas Piggin1-3/+4
2017-08-29powerpc/64s: Move IDLE_STATE_ENTER_SEQ[_NORET] into idle_book3s.SNicholas Piggin1-0/+17
2017-08-29Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-11/+24
2017-08-29KVM: PPC: Book3S HV: POWER9 does not require secondary thread managementNicholas Piggin1-11/+24
2017-08-28powerpc/e6500: Update machine check for L1D cache errMatt Weber1-2/+10
2017-08-28powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman1-2/+2
2017-08-28powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman1-1/+1
2017-08-28powerpc/oops: Use IS_ENABLED() for oops markersMichael Ellerman1-9/+10
2017-08-28powerpc/oops: Print the kernel's endian in the oopsMichael Ellerman1-0/+6
2017-08-28powerpc/oops: Fix the oops markers to use pr_cont()Michael Ellerman1-5/+5
2017-08-24powerpc/uprobes: Implement arch_uretprobe_is_alive()Naveen N. Rao1-0/+9
2017-08-24powerpc/kprobes: Don't save/restore DAR/DSISR to/from pt_regs for optprobesNaveen N. Rao1-8/+0
2017-08-23powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin1-8/+27