summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras1-7/+8
2015-04-21KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras1-2/+3
2015-04-21KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras1-3/+2
2015-04-21KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2-0/+24
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2-0/+4
2015-04-21KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V1-0/+14
2015-04-21KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V1-2/+1
2015-04-21KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2-2/+11
2015-04-21kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson1-0/+3
2015-04-01powerpc: fix memory corruption by pnv_alloc_idle_core_statesJan Stancek1-1/+1
2015-03-20powerpc/powernv: Fixes for hypervisor doorbell handlingPaul Mackerras2-0/+6
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan1-0/+6
2015-02-23powerpc: Re-enable dynticksPaul Clarke1-0/+9
2015-02-17powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov10-25/+3
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-13mm: remove remaining references to NUMA hinting bits and helpersMel Gorman3-64/+1
2015-02-13mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+16
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds13-58/+107
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2-2/+2
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2015-02-06mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-7/+0
2015-02-04powerpc/powernv: Add OPAL soft-poweroff routineJoel Stanley1-1/+1
2015-02-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman5-24/+44
2015-02-03iommu/fsl: Various cleanupsEmil Medve1-2/+2
2015-02-02cxl: Fix device_node reference countingRyan Grimm1-1/+1
2015-01-30powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe1-0/+4
2015-01-30powerpc/8xx: use _PAGE_RO instead of _PAGE_RWLEROY Christophe2-11/+9
2015-01-30powerpc32: adds handling of _PAGE_ROLEROY Christophe3-13/+27
2015-01-30powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARNKim Phillips1-0/+4
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-1/+0
2015-01-27powerpc/pseries: Fix endian problems with LE migrationCyril Bur1-1/+1
2015-01-23powerpc/eeh: Allow to set maximal frozen timesGavin Shan1-6/+1
2015-01-23powerpc/eeh: Introduce flag EEH_PE_REMOVEDGavin Shan1-0/+1
2015-01-23powerpc/eeh: Fix missed PE#0 on P7IOCGavin Shan1-2/+3
2015-01-23powerpc/kprobes: Fix kallsyms lookup across powerpc ABIv1 and ABIv2Naveen N. Rao1-19/+44
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman1-1/+1
2015-01-23powerpc: Remove unused CPU_FTR_IABRMichael Ellerman1-1/+1
2015-01-22cxl: Enable CAPP recoveryRyan Grimm2-1/+9
2015-01-19Merge 3.19-rc5 into char-misc-nextGreg Kroah-Hartman5-7/+20
2015-01-12uio: uio_fsl_elbc_gpcm: new driverJohn Ogness1-0/+3
2015-01-12powerpc: Work around gcc bug in current_thread_info()Michael Ellerman1-6/+7
2014-12-29powerpc/kdump: Ignore failure in enabling big endian exception during crashHari Bathini1-0/+10
2014-12-29powerpc: Wire up sys_execveat() syscallPranith Kumar3-1/+3
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds8-5/+88