aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 10-20/+47
2019-12-18KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorGravatar Paul Mackerras 1-1/+2
2019-12-17KVM: PPC: Book3S HV: Fix regression on big endian hostsGravatar Marcus Comstedt 1-2/+2
2019-12-16powerpc: Fix __clear_user() with KUAP enabledGravatar Andrew Donnellan 3-7/+12
2019-12-16powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesGravatar David Hildenbrand 1-0/+10
2019-12-16powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Gravatar Christophe Leroy 1-1/+1
2019-12-14powerpc/irq: fix stack overflow verificationGravatar Christophe Leroy 1-2/+2
2019-12-13powerpc: Ensure that swiotlb buffer is allocated from low memoryGravatar Mike Rapoport 1-0/+8
2019-12-13powerpc/shared: Use static key to detect shared processorGravatar Srikar Dronamraju 1-7/+2
2019-12-13powerpc/vcpu: Assume dedicated processors as non-preemptGravatar Srikar Dronamraju 2-1/+10
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 2-10/+10
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-22/+29
2019-12-06Merge tag 'powerpc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 11-38/+55
2019-12-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-0/+4
2019-12-05powerpc/perf: Disable trace_imc pmuGravatar Madhavan Srinivasan 1-1/+8
2019-12-05powerpc/powernv: Avoid re-registration of imc debugfs directoryGravatar Anju T Sudhakar 1-23/+16
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-05powerpc/pmem: Convert to EXPORT_SYMBOL_GPLGravatar Aneesh Kumar K.V 1-2/+2
2019-12-05powerpc/archrandom: fix arch_get_random_seed_int()Gravatar Ard Biesheuvel 1-1/+1
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-0/+1117
2019-12-05powerpc: Fix vDSO clock_getres()Gravatar Vincenzo Frascino 5-5/+14
2019-12-05powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Gravatar Aneesh Kumar K.V 1-1/+1
2019-12-05powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsGravatar Cédric Le Goater 1-2/+10
2019-12-05powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEGravatar Christophe Leroy 1-3/+3
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-6/+1
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-23/+2
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-35/+33
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2019-12-01powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hGravatar Mike Kravetz 3-6/+1
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 176-2078/+3202
2019-11-29powerpc/fixmap: fix crash with HIGHMEMGravatar Christophe Leroy 1-0/+6
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 4-21/+7
2019-11-28powerpc: Ultravisor: Add PPC_UV config optionGravatar Anshuman Khandual 1-0/+17
2019-11-28KVM: PPC: Book3S HV: Support reset of secure guestGravatar Bharata B Rao 5-0/+109
2019-11-28KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMGravatar Bharata B Rao 6-0/+76
2019-11-28KVM: PPC: Book3S HV: Radix changes for secure guestGravatar Bharata B Rao 5-0/+66
2019-11-28KVM: PPC: Book3S HV: Shared pages support for secure guestsGravatar Bharata B Rao 2-4/+84
2019-11-28KVM: PPC: Book3S HV: Support for running secure guestsGravatar Bharata B Rao 8-0/+769
2019-11-27Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleGravatar Linus Torvalds 5-4/+95
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-55/+10
2019-11-27powerpc: Define arch_is_kernel_initmem_freed() for lockdepGravatar Michael Ellerman 1-0/+14
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2019-11-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+8
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hGravatar Masahiro Yamada 1-0/+2
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0