summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-1215-252/+135Star
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-02-042-80/+44Star
| |\
| | * powerpc: Add machine_check cpu function for e300c3 cpusEsben Haabendal2015-01-301-0/+1
| | * powerpc/8xx: Remove duplicated code in set_context()LEROY Christophe2015-01-301-6/+4Star
| | * powerpc/8xx: Optimise access to swapper_pg_dirLEROY Christophe2015-01-301-16/+19
| | * powerpc/8xx: Take benefit of aligned PGDIRLEROY Christophe2015-01-301-19/+15Star
| | * powerpc/8xx: remove tests on PGDIR entry validityLEROY Christophe2015-01-301-33/+8Star
| | * powerpc/8xx: remove remaining unnecessary code in FixupDARLEROY Christophe2015-01-301-6/+0Star
| | * powerpc/8xx: use _PAGE_RO instead of _PAGE_RWLEROY Christophe2015-01-301-3/+0Star
| * | powerpc/kernel: Avoid initializing device-tree pointer twiceGavin Shan2015-02-021-3/+0Star
| * | powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman2015-02-023-104/+0Star
| * | powerpc/kernel: Make syscall_exit a local labelMichael Ellerman2015-02-021-9/+9
| |/
| * powerpc: Remove some unused functionsMichael Ellerman2015-01-282-29/+0Star
| * 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/+3Star
| * 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/+1Star
| * powerpc/kvm: Create proper names for the kvm_host_state PMU fieldsMichael Ellerman2014-12-291-2/+13
* | Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-231-1/+11
|\ \
| * | powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+11
| |/
* | Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active ...Michael Ellerman2014-12-291-8/+1Star
* | powerpc/kdump: Ignore failure in enabling big endian exception during crashHari Bathini2014-12-291-1/+1
|/
* 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/+0Star
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\ \ \
| * \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0Star
| |\ \ \ | | |/ / | |/| |
| | * | powerpc: kernel: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | | | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1236-391/+297Star
|\ \ \ \ | | |_|/ | |/| |
| * | | 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/+28Star
| |\ \ \
| | * | | powerpc: Drop useless warning in eeh_init()Greg Kurz2014-12-021-4/+1Star
| | * | | powerpc/powernv: Cleanup unused MCE definitions/declarations.Mahesh Salgaonkar2014-12-022-24/+0Star
| | * | | 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/+6Star
| | * | | powerpc/eeh: Refactor eeh_reset_pe()Gavin Shan2014-12-021-11/+18
| * | | | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-193-5/+2Star
| |/ / /
| * | | 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