summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-27powerpc: Add security feature flags for Spectre/MeltdownMichael Ellerman2-1/+16
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira1-3/+3
2018-03-27powerpc/rfi-flush: Make it possible to call setup_rfi_flush() againMichael Ellerman1-1/+5
2018-03-27powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs codeMichael Ellerman1-5/+8
2018-03-24Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-13/+62
2018-03-24KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras3-3/+4
2018-03-24powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras2-0/+22
2018-03-24powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2Paul Mackerras2-2/+27
2018-03-24powerpc: Free up CPU feature bits on 64-bit machinesPaul Mackerras2-2/+2
2018-03-24powerpc: Use feature bit for RTC presence rather than timebase presencePaul Mackerras2-7/+8
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring1-6/+3
2018-03-20powerpc: Remove unused flush_dcache_phys_range()Matt Brown1-38/+0
2018-03-14powerpc/time: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-13powerpc/32: Add missing prototypes for (early|machine)_init()Mathieu Malaterre1-0/+1
2018-03-13powerpc/32: Make some functions staticMathieu Malaterre1-4/+3
2018-03-13powerpc/prom: Remove warning on array size when emptyMathieu Malaterre1-2/+2
2018-03-13powerpc: Add missing prototypes for sys_sigreturn() & sys_rt_sigreturn()Mathieu Malaterre1-0/+5
2018-03-13powerpc/kernel: Make function __giveup_fpu() staticMathieu Malaterre1-2/+2
2018-03-13powerpc/32: Mark both tmp variables as unusedMathieu Malaterre1-2/+2
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy1-1/+2
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy1-0/+2
2018-02-22powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann1-1/+1
2018-02-21powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez1-1/+2
2018-02-15powerpc: Expose TSCR via sysfs only on powernvCyril Bur1-2/+4
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-10Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2018-02-10powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy1-2/+3
2018-02-08powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin2-3/+5
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-25/+21
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds46-747/+980
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2-0/+16
2018-02-01Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2-28/+118
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-47/+44
2018-01-31Merge branch 'pci/misc' into nextBjorn Helgaas2-13/+14
2018-01-31Merge branch 'pci/dt-resources' into nextBjorn Helgaas1-8/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-87/+16
2018-01-28powerpc/watchdog: Print the NIP in soft_nmi_interrupt()Michael Ellerman1-1/+1
2018-01-28powerpc/watchdog: regs can't be null in soft_nmi_interrupt()Michael Ellerman1-4/+1
2018-01-28powerpc/watchdog: Tweak watchdog printksMichael Ellerman1-6/+9
2018-01-27powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu1-6/+9
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly1-1/+1
2018-01-27powerpc/eeh: Add EEH notify resume sysfsBryant G. Ly1-0/+62
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly1-0/+6
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly1-0/+59
2018-01-23powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin3-54/+38
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+2