summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-12/+12
|\
| * locking, powerpc: Annotate uic->lock as rawThomas Gleixner2011-09-131-12/+12
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-262-0/+3
|\ \
| * | tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi2011-08-232-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2527-111/+126
|\ \ \
| * \ \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-0/+14
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-228-5/+13
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-2018-75/+97
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: fix IBM EMAC driver after rename.Tony Breeds2011-08-1824-97/+118
| * | | | flexcan: Add flexcan device support for p1010rdb.holt@sgi.com2011-08-171-0/+2
| * | | | flexcan: Fix up fsl-flexcan device tree binding.holt@sgi.com2011-08-172-14/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-254-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Kconfig: remove redundant CONFIG_ prefix on two symbolsPaul Bolle2011-10-131-1/+1
| * | | | doc: fix broken referencesPaul Bolle2011-09-272-2/+2
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-09-1580-210/+184
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-151-1/+1
* | | | | powerpc: Fix device-tree matching for Apple U4 bridgeBenjamin Herrenschmidt2011-09-291-0/+14
| |/ / / |/| | |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-08-316-2/+9
|\ \ \ \
| * | | | powerpc/p1023rds: Fix the error of bank-width of nor flashChunhe Lan2011-08-301-1/+1
| * | | | powerpc/85xx: enable caam crypto driver by defaultKim Phillips2011-08-303-1/+6
| * | | | powerpc/85xx: enable the audio drivers in the defconfigsTimur Tabi2011-08-302-0/+2
* | | | | remove remaining references to nfsservctlStephen Rothwell2011-08-291-1/+1
|/ / / /
* | | | arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B341822011-08-251-2/+3
| |_|/ |/| |
* | | powerpc: Really fix build without CONFIG_PCIBenjamin Herrenschmidt2011-08-111-1/+1
* | | powerpc: Fix build without CONFIG_PCIBenjamin Herrenschmidt2011-08-051-0/+2
* | | powerpc/4xx: Fix build of PCI code on 405Benjamin Herrenschmidt2011-08-051-2/+3
* | | powerpc/pseries: Simplify vpa deregistration functionsAnton Blanchard2011-08-053-18/+14
* | | powerpc/pseries: Cleanup VPA registration and deregistration errorsAnton Blanchard2011-08-053-19/+22
* | | powerpc/pseries: Fix kexec on recent firmware versionsAnton Blanchard2011-08-053-3/+14
* | | powerpc: Make KVM_GUEST default to nAnton Blanchard2011-08-051-1/+1
* | | powerpc/kvm: Fix build errors with older toolchainsNishanth Aravamudan2011-08-051-2/+2
* | | powerpc: Lack of ibm,io-events not that important!Anton Blanchard2011-08-051-5/+3
* | | powerpc: Move kdump default base address to half RMO size on 64bitAnton Blanchard2011-08-052-13/+7
* | | powerpc/perf: Disable pagefaults during callchain stack readDavid Ahern2011-08-051-3/+17
* | | ppc: Remove duplicate definition of PV_POWER7Peter Zijlstra2011-08-051-1/+0
* | | powerpc: pseries: Fix kexec on machines with more than 4TB of RAMAnton Blanchard2011-08-051-1/+1
* | | powerpc: Jump label misalignment causes oops at bootAnton Blanchard2011-08-051-2/+0
* | | powerpc: Clean up some panic messages in prom_initAnton Blanchard2011-08-051-3/+5
* | | powerpc: Fix device tree claim codeAnton Blanchard2011-08-051-3/+3
* | | powerpc: Return the_cpu_ spec from identify_cpuScott Wood2011-08-051-5/+6
* | | powerpc: mtspr/mtmsr should take an unsigned longScott Wood2011-08-051-2/+5
| |/ |/|
* | Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
|\ \
| * | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-2620-82/+34
|\ \ \
| * | | pci: move microblaze and powerpc pci flag functions into asm-genericRob Herring2011-07-121-49/+1
| * | | powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-1220-49/+49
* | | | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-4/+0
* | | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-7/+7
* | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-2632-32/+31
* | | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-4/+1
OpenPOWER on IntegriCloud