aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-13Merge tag 'powerpc-4.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-30/+15
2017-10-10powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal1-30/+15
2017-10-09Merge branch 'ppc-bundle' (bundle from Michael Ellerman)Linus Torvalds2-2/+35
2017-10-06Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-5/+15
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+15
2017-10-06powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero1-1/+12
2017-10-06powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur1-1/+23
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner1-9/+8
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner1-4/+0
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner1-9/+14
2017-10-03powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter1-3/+0
2017-10-03powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr1-2/+2
2017-09-29powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling1-2/+2
2017-09-26powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling1-0/+13
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-14watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner1-0/+2
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner1-8/+9
2017-09-14watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner1-3/+0
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