summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V5-41/+0
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2-4/+7
2018-02-01mm: relax deferred struct page requirementsPavel Tatashin1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds17-106/+103
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-18/+16
2018-01-31Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-156/+32
2018-01-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-4/+0
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2018-01-24irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier4-4/+0
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-1/+1
2018-01-23signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+2
2018-01-23signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman3-10/+10
2018-01-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+156
2018-01-19Merge tag 'powerpc-4.15-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-22/+55
2018-01-19KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2-0/+156
2018-01-17powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek1-0/+1
2018-01-17powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman1-0/+30
2018-01-17powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2-0/+9
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2-59/+0
2018-01-16signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-9/+0
2018-01-16signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman1-3/+0
2018-01-16signal: unify compat_siginfo_tAl Viro1-62/+0
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig1-1/+1
2018-01-15powerpc: rename swiotlb_dma_opsChristoph Hellwig4-5/+5
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2018-01-15Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds21-36/+561
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-1/+0
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2-5/+20
2018-01-11Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini3-29/+64
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig14-67/+67
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig3-25/+30
2018-01-10powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2018-01-10powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman1-11/+11
2018-01-10powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman1-0/+4
2018-01-10powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran1-0/+49
2018-01-10powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling1-0/+35
2018-01-10powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman1-1/+23
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman9-8/+286
2018-01-10KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson1-2/+4
2018-01-10KVM: PPC: Book3S PR: Fix WIMG handling under pHypAlexey Kardashevskiy2-0/+3
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-09powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin1-1/+28
2018-01-09powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin1-2/+16
2018-01-09powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin1-1/+11
2018-01-09powerpc/64s: Simple RFI macro conversionsNicholas Piggin6-28/+34
2018-01-09powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2-0/+35
2018-01-09powerpc: remove unused flush_write_buffers definitionChristoph Hellwig1-3/+0
2018-01-09Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2-0/+31
2018-01-09powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2-0/+31