summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-19/+7
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-242-6/+3
| * treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-5/+0
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-6/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-244-7/+7
* | powerpc/mm/autonuma: switch ppc64 to its own implementation of saved writeAneesh Kumar K.V2017-02-241-7/+45
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-1/+3
|\ \
| * | powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-224-11/+43
|\ \ \ | |/ / |/| |
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-152-7/+8
| |\ \
| | * \ Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-02-082-7/+8
| | |\ \
| * | \ \ Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-099-18/+39
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-312-0/+7
| * | | | KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-311-1/+1
| * | | | KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson2017-01-312-2/+7
| * | | | KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson2017-01-312-2/+12
| * | | | KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson2017-01-311-6/+14
| * | | | KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-311-2/+2
| * | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-01-3111-27/+160
| |\ \ \ \
| * | | | | KVM: PPC: Book 3S: XICS: Implement ICS P/Q statesLi Zhong2017-01-271-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-2240-235/+617
|\ \ \ \ \
| * | | | | powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0
| * | | | | powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V2017-02-152-1/+39
| * | | | | powerpc/mm/radix: Update pte update sequence for pte clear caseAneesh Kumar K.V2017-02-151-9/+3
| * | | | | powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=yMichael Ellerman2017-02-151-1/+7
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-1412-34/+168
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-071-7/+0
| | * | | | powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2017-02-071-0/+8
| | | |/ / | | |/| |
| | * | | KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras2017-01-311-0/+2
| | * | | KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras2017-01-311-0/+2
| | * | | KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras2017-01-311-1/+6
| | * | | KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras2017-01-311-0/+6
| | * | | KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-311-0/+8
| | * | | KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras2017-01-311-0/+1
| | * | | KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-313-0/+11
| | * | | KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9Paul Mackerras2017-01-311-0/+1
| | * | | KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras2017-01-312-0/+22
| | * | | powerpc/64: Allow for relocation-on interrupts from guest to hostPaul Mackerras2017-01-311-5/+5
| | * | | powerpc/64: More definitions for POWER9Paul Mackerras2017-01-312-1/+15
| | * | | powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-313-0/+26
| | * | | powerpc/pseries: Fixes for the "ibm,architecture-vec-5" optionsPaul Mackerras2017-01-311-4/+4
| | * | | KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin2017-01-311-4/+41
| | * | | KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt sectionNicholas Piggin2017-01-271-1/+1
| | * | | KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HVNicholas Piggin2017-01-271-13/+11
| | |/ /
| * | | powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=nMichael Ellerman2017-02-142-0/+8
| * | | powerpc: Add a prototype for mcount() so it can be versionedMichael Ellerman2017-02-101-0/+2
| * | | powerpc/kprobes: Implement OptprobesAnju T2017-02-102-1/+24
| * | | powerpc/kprobes: Fixes for kprobe_lookup_name() on BENaveen N. Rao2017-02-101-1/+2