summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-013-6/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-284-21/+7
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-3/+3
| * Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-212-14/+15
| |\
| * | powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_physChristoph Hellwig2019-11-201-4/+0
| * | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-201-9/+0
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-1/+0
* | | Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2019-11-275-4/+95
|\ \ \
| * | | KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-143-0/+41
| * | | powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2019-11-144-4/+54
* | | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-273-55/+10
|\ \ \ \
| * | | | powerpc: pseries: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-023-55/+10
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-271-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-1116-33/+116
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-091-3/+3
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-271-10/+8
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-117-18/+70
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-283-10/+32
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-171-10/+8
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-30/+7
|\ \ \ \ \ \
| * | | | | | powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| * | | | | | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | | | | | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-3/+1
| * | | | | | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+1
| * | | | | | powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-6/+6
| * | | | | | powerpc: Remove PT_NOTE workaroundKees Cook2019-11-041-22/+2
| * | | | | | powerpc: Rename "notes" PT_NOTE to "note"Kees Cook2019-11-041-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-261-1/+1
|\ \ \ \ \ \
| * | | | | | powerpc: Add const qual to local_read() parameterEric Dumazet2019-11-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-261-218/+236
|\ \ \ \ \ \
| * | | | | | crypto: powerpc/spe-xts - implement support for ciphertext stealingArd Biesheuvel2019-10-251-2/+79
| * | | | | | crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-251-216/+165
| * | | | | | crypto: powerpc - don't set ivsize for AES-ECBEric Biggers2019-10-251-1/+0
| * | | | | | crypto: powerpc - don't unnecessarily use atomic scatterwalkEric Biggers2019-10-251-7/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-2619-176/+295
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-251-15/+29
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz2019-11-211-6/+7
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz2019-11-211-9/+22
| * | | | | | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-217-18/+70
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-0118-159/+264
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE modeNicholas Piggin2019-10-221-0/+5
| | * | | | | | KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interruptsNicholas Piggin2019-10-221-0/+15
| | * | | | | | KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-223-57/+56
| | * | | | | | KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-228-62/+63
| | * | | | | | KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-223-2/+14
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPsGreg Kurz2019-10-223-0/+16
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Make VP block size configurableGreg Kurz2019-10-223-25/+62
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helperGreg Kurz2019-10-223-18/+36
| | * | | | | | KVM: PPC: Book3S HV: XIVE: Show VP id in debugfsGreg Kurz2019-10-222-4/+4