aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAge
...
| * | | | | powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()Simon Guo2016-09-13
| * | | | | powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King2016-09-13
| * | | | | powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2016-09-13
| * | | | | powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-13
| * | | | | powerpc/mm/radix: Use different RTS encoding for different POWER9 revsAneesh Kumar K.V2016-09-13
| * | | | | powerpc/book3s: Add a cpu table entry for different POWER9 revsAneesh Kumar K.V2016-09-13
| * | | | | powerpc/pasemi: Fix device_type of Nemo SB600 node.Darren Stevens2016-09-13
| * | | | | powerpc/pasemi: Fix Nemo SB600 i8259 interrupts.Darren Stevens2016-09-13
| * | | | | powerpc/pasemi: Add Nemo motherboard config option.Darren Stevens2016-09-13
| * | | | | powerpc/ps3: fix spelling mistake in function nameColin Ian King2016-09-13
| * | | | | powerpc/Makefile: Construct the UTS_MACHINE value more conciselyMichael Ellerman2016-09-13
| * | | | | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-13
| * | | | | powerpc/boot: Use $(Q) to quiet build rules not @Michael Ellerman2016-09-13
| * | | | | powerpc/vdso64: Drop vdso64asMichael Ellerman2016-09-13
| * | | | | powerpc/Makefile: CROSS32AS is unused, remove itMichael Ellerman2016-09-13
| * | | | | powerpc/64: Do load of PACAKBASE in LOAD_HANDLERMichael Ellerman2016-09-13
| * | | | | powerpc/64: Correct comment on LOAD_HANDLER()Michael Ellerman2016-09-13
| * | | | | powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras2016-09-13
| * | | | | powerpc/xmon: Don't use ld on 32-bitMichael Ellerman2016-09-13
| * | | | | powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-13
| * | | | | powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens2016-09-13
| * | | | | powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-13
| * | | | | powerpc/cell: Drop unused iic_get_irq_host()Daniel Axtens2016-09-10
| | |_|_|/ | |/| | |
* | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-06
|\ \ \ \ \
| * | | | | KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-09-27
| * | | | | KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVLThomas Huth2016-09-27
| * | | | | KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbieBalbir Singh2016-09-27
| * | | | | KVM: PPC: BookE: Fix a sanity checkDan Carpenter2016-09-27
| * | | | | KVM: PPC: Book3S HV: Take out virtual core piggybacking codePaul Mackerras2016-09-27
| * | | | | KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-27
| * | | | | kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-16
| * | | | | KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()Markus Elfring2016-09-13
| * | | | | KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()Markus Elfring2016-09-11
| * | | | | KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functionsMarkus Elfring2016-09-11
| * | | | | KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config...Markus Elfring2016-09-11
| * | | | | KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after erro...Markus Elfring2016-09-11
| * | | | | KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()Markus Elfring2016-09-11
| * | | | | KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-11
| * | | | | KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real modeSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Dump irqmap in debugfsSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier2016-09-11
| * | | | | KVM: PPC: Book3S HV: Enable IRQ bypassSuresh Warrier2016-09-09
| * | | | | KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier2016-09-09
| * | | | | KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier2016-09-09
| * | | | | KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C functionSuresh Warrier2016-09-09
| * | | | | Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-nextPaul Mackerras2016-09-09
| |\ \ \ \ \
| | * | | | | powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-09-09