summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mm: relax deferred struct page requirementsPavel Tatashin2018-01-311-1/+0
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-3117-106/+103
|\
| * swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-1/+1
| * powerpc: rename swiotlb_dma_opsChristoph Hellwig2018-01-154-5/+5
| * dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
| * powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-1014-67/+67
| * dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-103-25/+30
| * powerpc: remove unused flush_write_buffers definitionChristoph Hellwig2018-01-091-3/+0
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-306-18/+16
|\ \
| * | ppc: annotate ->poll() instancesAl Viro2017-11-276-18/+16
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-308-156/+32
|\ \ \
| * | | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
| * | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-7/+2
| * | | signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-223-10/+10
| * | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-152-59/+0
| * | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-9/+0
| * | | signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman2018-01-151-3/+0
| * | | signal: unify compat_siginfo_tAl Viro2018-01-151-62/+0
| * | | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0
| * | | signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2018-01-122-5/+20
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-294-4/+0
|\ \ \ \
| * | | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-244-4/+0
| | |_|/ | |/| |
* | | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-3/+0
|\ \ \ \
| * | | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-202-0/+156
|\ \ \ \
| * | | | KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2018-01-192-0/+156
* | | | | Merge tag 'powerpc-4.15-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-195-22/+55
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-01-171-0/+1
| * | | | powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-01-171-0/+30
| * | | | powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-01-172-0/+9
| * | | | powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt2018-01-111-11/+0
| * | | | powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman2018-01-111-11/+11
| * | | | powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman2018-01-111-0/+4
* | | | | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1421-36/+561
|\| | | |
| * | | | powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| * | | | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| * | | | powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * | | | powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| * | | | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-1/+28
| * | | | powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-2/+16
| * | | | powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-1/+11
| * | | | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-106-28/+34
| * | | | powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-102-0/+35
| * | | | Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-102-0/+31
| |\ \ \ \
| | * | | | powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-102-0/+31
| * | | | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
* | | | | | Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-01-113-29/+64
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson2018-01-101-2/+4
| * | | | | KVM: PPC: Book3S PR: Fix WIMG handling under pHypAlexey Kardashevskiy2018-01-102-0/+3