summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-191-1/+1
|\
| * panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+1
* | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-191-1/+1
|\ \
| * | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0
|\ \
| * | x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0
* | | Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-194-5/+7
|\ \ \ | |_|/ |/| |
| * | powerpc/cacheinfo: Remove double freeTobin C. Harding2019-05-171-1/+0
| * | powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V2019-05-171-0/+4
| * | powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V2019-05-171-2/+0
| * | powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman2019-05-151-1/+1
| * | powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy2019-05-141-1/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1718-274/+2176
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-05-1525-295/+2400
| |\ \ \
| | * | | KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "accessing"Colin Ian King2019-05-141-1/+1
| | * | | KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUsPaul Mackerras2019-05-141-6/+0
| | * | | KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device closePaul Mackerras2019-04-301-0/+15
| | * | | KVM: PPC: Book3S HV: XIVE: Prevent races when releasing devicePaul Mackerras2019-04-302-16/+78
| | * | | KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater2019-04-305-12/+101
| | * | | KVM: PPC: Book3S HV: XIVE: Activate XIVE exploitation modeCédric Le Goater2019-04-301-3/+4
| | * | | KVM: PPC: Book3S HV: XIVE: Add passthrough supportCédric Le Goater2019-04-303-0/+65
| | * | | KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pagesCédric Le Goater2019-04-302-0/+58
| | * | | KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater2019-04-304-0/+53
| | * | | KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-304-0/+113
| | * | | KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pagesCédric Le Goater2019-04-302-0/+86
| | * | | KVM: PPC: Book3S HV: XIVE: Add a control to sync the sourcesCédric Le Goater2019-04-302-0/+37
| | * | | KVM: PPC: Book3S HV: XIVE: Add a global reset controlCédric Le Goater2019-04-302-0/+86
| | * | | KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configurationCédric Le Goater2019-04-305-6/+281
| | * | | KVM: PPC: Book3S HV: XIVE: Add a control to configure a sourceCédric Le Goater2019-04-304-2/+115
| | * | | KVM: PPC: Book3S HV: XIVE: add a control to initialize a sourceCédric Le Goater2019-04-304-4/+125
| | * | | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-306-41/+258
| | * | | KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-306-2/+198
| | * | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-04-3011-20/+218
| | |\ \ \
| | * | | | KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()Suraj Jitindar Singh2019-04-301-0/+2
| | * | | | KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-304-63/+53
| | * | | | KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C codePaul Mackerras2019-04-303-34/+35
| | * | | | KVM: PPC: Book3S HV: Handle virtual mode in XIVE VCPU push codeSuraj Jitindar Singh2019-04-301-11/+25
| | * | | | KVM: PPC: Book3S HV: Fix XICS-on-XIVE H_IPI when priority = 0Paul Mackerras2019-04-301-38/+40
| | * | | | KVM: PPC: Book3S HV: smb->smp comment fixupPalmer Dabbelt2019-04-301-1/+1
| | * | | | KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy2019-04-304-33/+110
| | * | | | KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy2019-04-303-33/+44
| | * | | | KVM: PPC: Book3S HV: Fix lockdep warning when entering the guestAlexey Kardashevskiy2019-04-301-7/+8
| | * | | | KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-303-1/+147
| | * | | | KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-301-0/+80
| * | | | | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
* | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\ \ \ \ \ \
| * | | | | | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | | | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-5/+0
|\ \ \ \ \ \ \
| * | | | | | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-5/+0
* | | | | | | | powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-4/+4