summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy2018-07-301-1/+0
* powerpc: remove kdump.h from page.hChristophe Leroy2018-07-303-1/+2
* powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur2018-07-241-4/+3
* powerpc/tm: Update function prototype commentCyril Bur2018-07-241-2/+2
* powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V2018-07-241-3/+29
* powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2Michael Ellerman2018-07-241-10/+17
* powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin2018-07-242-24/+27
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-245-12/+46
* powerpc/pkeys: Save the pkey registers before forkRam Pai2018-07-241-0/+1
* powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo2018-07-201-2/+0
* powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy2018-07-191-3/+4
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-196-85/+3
|\
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-166-85/+3
* | powerpc/64s: Report SLB multi-hit rather than parity errorMichael Ellerman2018-07-121-9/+9
* | powerpc: Remove Power8 DD1 from cputableJoel Stanley2018-07-121-19/+0
* | powerpc/kdump: Handle crashkernel memory reservation failureHari Bathini2018-07-041-1/+6
* | powerpc/pci: Remove legacy debug codeBreno Leitao2018-07-021-3/+0
* | powerpc/eeh: Avoid misleading message "EEH: no capable adapters found"Mauro S. M. Rodrigues2018-07-021-1/+1
* | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-306-28/+0
|\ \
| * | powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-256-28/+0
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-241-2/+2
|\ \
| * | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-2/+2
| |/
* | powerpc/64s: Fix build failures with CONFIG_NMI_IPI=nMichael Ellerman2018-06-191-2/+2
* | powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin2018-06-191-2/+10
* | powerpc: smp_send_stop do not offline stopped CPUsNicholas Piggin2018-06-191-6/+0
* | powerpc/64: hard disable irqs in panic_smp_self_stopNicholas Piggin2018-06-191-0/+8
* | powerpc/64s: Fix DT CPU features Power9 DD2.1 logicMichael Ellerman2018-06-191-1/+2
|/
* Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-06-141-9/+9
|\
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-312-0/+13
| |\
| * | KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-8/+8
| * | KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-1/+1
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-181-2/+2
| |\ \
* | \ \ Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-132-5/+5
|\ \ \ \
| * | | | powerpc/kbuild: move -mprofile-kernel check to KconfigNicholas Piggin2018-06-112-5/+5
* | | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* | | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | | | | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-103-0/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | powerpc: Add syscall detection for restartable sequencesBoqun Feng2018-06-062-0/+15
| * | | | powerpc: Add support for restartable sequencesBoqun Feng2018-06-061-0/+3
* | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-0759-893/+1370
|\ \ \ \ \
| * | | | | powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy2018-06-051-0/+4
| * | | | | powerpc/time: inline arch_vtime_task_switch()Christophe Leroy2018-06-041-21/+0
| * | | | | powerpc/signal32: Use fault_in_pages_readable() to prefault user contextChristophe Leroy2018-06-041-8/+5
| * | | | | powerpc/misc: merge reloc_offset() and add_reloc_offset()Christophe Leroy2018-06-041-14/+3
| * | | | | powerpc/dma: remove unnecessary BUG()Christophe Leroy2018-06-041-2/+0
| * | | | | powerpc/sstep: Introduce GETTYPE macroRavi Bangoria2018-06-031-1/+1
| * | | | | powerpc/64s: Enhance the information in cpu_show_spectre_v1()Michal Suchanek2018-06-031-0/+3
| * | | | | powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman2018-06-031-0/+10
| * | | | | powerpc/64s: Enable barrier_nospec based on firmware settingsMichal Suchanek2018-06-031-0/+60
| * | | | | powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2018-06-032-1/+7
OpenPOWER on IntegriCloud