summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
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-17powerpc: 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/g...Linus 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_kernelspa...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/k...Linus 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
2018-06-19powerpc/64: hard disable irqs in panic_smp_self_stopNicholas Piggin1-0/+8
2018-06-19powerpc/64s: Fix DT CPU features Power9 DD2.1 logicMichael Ellerman1-1/+2
2018-06-14Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-9/+9
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-5/+5
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-11powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2-5/+5
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+18
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds59-893/+1370
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+11
2018-06-06powerpc: Add syscall detection for restartable sequencesBoqun Feng2-0/+15
2018-06-06powerpc: Add support for restartable sequencesBoqun Feng1-0/+3
2018-06-05powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy1-0/+4
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+7
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-41/+5
2018-06-03powerpc/time: inline arch_vtime_task_switch()Christophe Leroy1-21/+0
2018-06-03powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy1-8/+5
2018-06-03powerpc/misc: merge reloc_offset() and add_reloc_offset()Christophe Leroy1-14/+3
2018-06-03powerpc/dma: remove unnecessary BUG()Christophe Leroy1-2/+0
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria1-1/+1