aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-07powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarilyMichael Ellerman1-11/+5
2018-08-07powerpc/64s: Remove PSERIES naming from the MASKABLE macrosMichael Ellerman1-4/+4
2018-08-07powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES()Michael Ellerman1-2/+2
2018-08-07powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES()Michael Ellerman1-2/+2
2018-08-07powerpc/64s: Remove PSERIES from the NORI macrosMichael Ellerman1-5/+5
2018-08-07powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2Michael Ellerman1-2/+2
2018-08-07powerpc/64: Disable irq restore warning for nowMichael Ellerman1-3/+10
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+3
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-1/+3
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig1-3/+0
2018-07-30powerpc: declare set_breakpoint() staticChristophe Leroy1-7/+7
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy1-1/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy21-0/+21
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy2-2/+0
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy6-0/+6
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2-0/+2
2018-07-30powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy1-1/+0
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy3-1/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar7-28/+2
2018-07-24powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur1-4/+3
2018-07-24powerpc/tm: Update function prototype commentCyril Bur1-2/+2
2018-07-24powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V1-3/+29
2018-07-24powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2Michael Ellerman1-10/+17
2018-07-24powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin2-24/+27
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin5-12/+46
2018-07-24powerpc/pkeys: Save the pkey registers before forkRam Pai1-0/+1
2018-07-20powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo1-2/+0
2018-07-19powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy1-3/+4
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-85/+3
2018-07-18powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)Gautham R. Shenoy1-0/+2
2018-07-18powerpc: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin6-85/+3
2018-07-12powerpc/64s: Report SLB multi-hit rather than parity errorMichael Ellerman1-9/+9
2018-07-12powerpc: Remove Power8 DD1 from cputableJoel Stanley1-19/+0
2018-07-04powerpc/kdump: Handle crashkernel memory reservation failureHari Bathini1-1/+6
2018-07-02powerpc/pci: Remove legacy debug codeBreno Leitao1-3/+0
2018-07-02powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues1-1/+1
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds6-28/+0
2018-06-26perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-20/+21
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-4/+2
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar6-13/+24
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton6-28/+0
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2-15/+11
2018-06-21powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu2-54/+23
2018-06-21powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu3-103/+5
2018-06-19powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman1-2/+2
2018-06-19powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin1-2/+10
2018-06-19powerpc: smp_send_stop do not offline stopped CPUsNicholas Piggin1-6/+0