summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/8xx: remove tests on PGDIR entry validityLEROY Christophe2015-01-301-33/+8
* powerpc/8xx: remove remaining unnecessary code in FixupDARLEROY Christophe2015-01-301-6/+0
* powerpc/8xx: use _PAGE_RO instead of _PAGE_RWLEROY Christophe2015-01-301-3/+0
* powerpc: Remove some unused functionsMichael Ellerman2015-01-282-29/+0
* powerpc/pseries: Fix endian problems with LE migrationCyril Bur2015-01-271-7/+15
* powerpc/eeh: Allow to set maximal frozen timesGavin Shan2015-01-232-1/+25
* powerpc/eeh: Introduce flag EEH_PE_REMOVEDGavin Shan2015-01-232-5/+3
* powerpc/eeh: Fix missed PE#0 on P7IOCGavin Shan2015-01-231-3/+11
* powerpc/kernel: Avoid memory corruption at early stageGavin Shan2015-01-231-0/+8
* powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman2015-01-232-6/+6
* powerpc/pci: remove the multi-init for pci_dn->phbWei Yang2015-01-231-3/+1
* powerpc/kvm: Create proper names for the kvm_host_state PMU fieldsMichael Ellerman2014-12-291-2/+13
* Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-194-56/+343
|\
| * powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-153-10/+150
| * powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-153-53/+177
| * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras2014-12-151-1/+17
| * powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard2014-12-091-1/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-191-1/+1
|\ \
| * | KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras2014-12-171-0/+1
| * | KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-1/+0
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0
|\ \ \
| * \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0
| |\ \ \ | | |/ / | |/| |
| | * | powerpc: kernel: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1236-391/+297
|\ \ \ \ | | |_|/ | |/| |
| * | | powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2014-12-082-2/+12
| * | | powerpc/book3s: Fix partial invalidation of TLBs in MCE code.Mahesh Salgaonkar2014-12-051-2/+2
| * | | powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-0/+2
| * | | Merge remote-tracking branch 'benh/next' into nextMichael Ellerman2014-12-024-47/+28
| |\ \ \
| | * | | powerpc: Drop useless warning in eeh_init()Greg Kurz2014-12-021-4/+1
| | * | | powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2014-12-022-24/+0
| | * | | powerpc/eeh: Dump PHB diag-data earlyGavin Shan2014-12-021-0/+2
| | * | | powerpc/eeh: Recover EEH error on ownership change for BCM5719Gavin Shan2014-12-021-0/+1
| | * | | powerpc/eeh: Set EEH_PE_RESET on PE resetGavin Shan2014-12-022-8/+6
| | * | | powerpc/eeh: Refactor eeh_reset_pe()Gavin Shan2014-12-021-11/+18
| * | | | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-193-5/+2
| |/ / /
| * | | Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman2014-11-181-108/+122
| |\ \ \
| | * | | powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe2014-11-081-5/+10
| | * | | powerpc/8xx: Use DAR to save r3 for CPU6 ERRATALEROY Christophe2014-11-081-18/+15
| | * | | powerpc/8xx: Don't restore regs to save them again.LEROY Christophe2014-11-081-3/+5
| | * | | powerpc/8xx: _PMD_PRESENT already set in level 1 entriesLEROY Christophe2014-11-081-2/+0
| | * | | powerpc/8xx: set PTE bit 22 off TLBmissLEROY Christophe2014-11-081-8/+2
| | * | | powerpc/8xx: Better readibility of ERRATA CPU6 handlingLEROY Christophe2014-11-081-13/+16
| | * | | powerpc/8xx: Implement 16k pagesLEROY Christophe2014-11-081-0/+4
| | * | | powerpc/8xx: Const for TLB RPN forced valueLEROY Christophe2014-11-081-6/+13
| | * | | powerpc/8xx: Use PAGE size related constsLEROY Christophe2014-11-081-12/+18
| | * | | powerpc/8xx: Don't use MD_TWC for walkLEROY Christophe2014-11-081-16/+12
| | * | | powerpc/8xx: Use M_TW instead of M_TWBLEROY Christophe2014-11-081-22/+26
| | * | | powerpc/8xx: No need to restore registers and save them again.LEROY Christophe2014-11-081-2/+2
| | * | | powerpc/8xx: DataAccess exception not generated by MPC8xxLEROY Christophe2014-11-081-11/+10
| | * | | powerpc/8xx: exception InstructionAccess does not exist on MPC8xxLEROY Christophe2014-11-081-8/+7
| | |/ /