summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-291-1/+13
|\
| * KVM: PPC: Book3S HV: Check for updated HDSISR on P9 HDSI exceptionMichael Neuling2017-09-221-1/+13
* | powerpc/pseries: Fix parent_dn reference leak in add_dt_node()Tyrel Datwyler2017-09-211-1/+3
* | powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler2017-09-212-2/+5
* | powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2017-09-212-18/+4
* | powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao2017-09-201-1/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-09-201-2/+10
|\ \
| * | powerpc/e6500: Update machine check for L1D cache errMatt Weber2017-08-281-2/+10
* | | powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offlineGautham R. Shenoy2017-09-201-1/+7
* | | powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard2017-09-201-2/+3
* | | powerpc/sstep: Fix issues with mcrfAnton Blanchard2017-09-201-2/+2
* | | powerpc/sstep: Fix issues with set_cr0()Anton Blanchard2017-09-201-7/+7
* | | powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero2017-09-201-1/+1
* | | powerpc/sysrq: Fix oops whem ppmu is not registeredRavi Bangoria2017-09-201-0/+5
* | | powerpc/configs: Update for CONFIG_SND changesMichael Ellerman2017-09-208-19/+27
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-155-7/+23
|\ \
| * | kvm,powerpc: Serialize wq active checks in ops->vcpu_kickDavidlohr Bueso2017-09-151-1/+1
| * | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-145-6/+22
| |\ \
| | * | KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectlyPaul Mackerras2017-09-121-1/+16
| | * | KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcrPaul Mackerras2017-09-121-0/+2
| | * | KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accessesBenjamin Herrenschmidt2017-09-123-5/+4
* | | | Merge tag 'powerpc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-151-1/+1
|\ \ \ \
| * | | | powerpc: Fix handling of alignment interrupt on dcbz instructionPaul Mackerras2017-09-151-1/+1
* | | | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-111-11/+9
|\ \ \ \ \
| * | | | | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-11/+9
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-094-4/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-083-4/+4
| * | | | | vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+8
* | | | | | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-089-18/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-0812-97/+207
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras2017-08-301-11/+10
| * | | | | KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fdnixiaoming2017-09-011-0/+1
| * | | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-3117-67/+151
| |\ \ \ \ \
| * | | | | | KVM: PPC: Book3S HV: Report storage key support to userspacePaul Mackerras2017-08-311-0/+8
| * | | | | | KVM: PPC: Book3S HV: Fix case where HDEC is treated as 32-bit on POWER9Paul Mackerras2017-08-311-1/+2
| * | | | | | KVM: PPC: Book3S HV: Fix invalid use of register expressionAndreas Schwab2017-08-311-1/+1
| * | | | | | KVM: PPC: Book3S HV: Fix H_REGISTER_VPA VPA size validationNicholas Piggin2017-08-311-1/+7
| * | | | | | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-312-1/+2
| * | | | | | KVM: PPC: e500mc: Fix a NULL dereferenceDan Carpenter2017-08-311-1/+3
| * | | | | | KVM: PPC: e500: Fix some NULL dereferences on errorDan Carpenter2017-08-311-2/+6
| * | | | | | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
* | | | | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* | | | | | | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-07392-4884/+10684
|\ \ \ \ \ \ \
| * | | | | | | powerpc/xive: Fix section __init warningCédric Le Goater2017-09-041-1/+1
| * | | | | | | powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras2017-09-041-4/+4
| * | | | | | | powerpc/xive: improve debugging macrosCédric Le Goater2017-09-021-2/+6
| * | | | | | | powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-022-2/+37
| * | | | | | | powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-024-3/+53
OpenPOWER on IntegriCloud