aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov2010-05-211-0/+3
* powerpc/eeh: Fix oops when probing in early bootAnton Blanchard2010-05-211-1/+1
* powerpc/pci: Check devices status property when scanning OF treeSonny Rao2010-05-211-0/+2
* powerpc/vio: Switch VIO Bus PM to use generic helpersBrian King2010-05-211-24/+1
* powerpc: Avoid bad relocations in iSeries codePaul Mackerras2010-05-211-2/+2
* powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller2010-05-215-11/+19
* powerpc: Fix string library functionsAndreas Schwab2010-05-211-8/+8
* powerpc/rtasd: Don't start event scan if scan rate is zeroMichael Ellerman2010-05-211-0/+6
* powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala2010-05-174-23/+48
* powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang2010-05-171-3/+10
* powerpc/8610: add probing for individual DMA channels, not just DMA controllersTimur Tabi2010-05-171-1/+2
* powerpc/83xx: Add MCU LEDs support for MPC837xRDB and MPC8315RDB boardsAnton Vorontsov2010-05-176-0/+58
* powerpc/85xx: Fix P1020RDB boot hang due USB2Anton Vorontsov2010-05-171-0/+6
* powerpc/85xx: Add eTSEC 2.0 support for P1020RDB boardsAnton Vorontsov2010-05-171-0/+119
* powerpc: remove tls_ssl_stream descriptor type capability in sec3.3 nodeKim Phillips2010-05-171-1/+1
* powerpc: Add interrupt support to mpc8xxx_gpioPeter Korsgaard2010-05-171-0/+147
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-0763-975/+1602
|\
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-04-291-5/+0
| |\
| | * kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei2010-04-291-5/+0
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-04-2962-968/+1599
| |\ \ | | |/ | |/|
| | * powerpc/ps3: Update ps3_defconfigGeoff Levand2010-04-281-60/+129
| | * powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt2010-04-281-0/+7
| | * powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-282-3/+17
| | * powerpc/fsl-booke: Fix CONFIG_RELOCATABLE support on FSL Book-E ppc32Kumar Gala2010-04-261-1/+14
| | * powerpc: 2.6.34 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxxKumar Gala2010-04-1952-806/+1299
| | * powerpc/mpc8xxx defconfigs - turn off SYSFS_DEPRECATEDKim Phillips2010-04-1934-68/+34
| | * powerpc/83xx: configure SIL SATA driver in 83xx-wide defconfigKim Phillips2010-04-191-1/+1
| | * powerpc/83xx: enable EPOLL syscall in defconfigKim Phillips2010-04-1914-14/+14
| | * powerpc/83xx: add RTC drivers in 83xx defconfigKim Phillips2010-04-191-3/+59
| | * powerpc/fsl-cpm: Configure clock correctly for SCCWolfgang Ocker2010-04-192-6/+19
| | * powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce2010-04-191-2/+2
| | * powerpc/85xx/86xx: Fix build w/ CONFIG_PCI=nAnton Vorontsov2010-04-192-4/+4
| * | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-2/+3
| |/
* | powerpc/cpumask: Add DEBUG_PER_CPU_MAPS optionAnton Blanchard2010-05-061-0/+12
* | powerpc/cpumask: Convert mpic driver to new cpumask APIBenjamin Herrenschmidt2010-05-062-36/+39
* | powerpc/cpumask: Update some commentsAnton Blanchard2010-05-065-9/+9
* | powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard2010-05-063-15/+47
* | powerpc/cpumask: Convert hotplug-cpu code to new cpumask APIAnton Blanchard2010-05-061-14/+19
* | powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard2010-05-064-24/+40
* | powerpc/cpumask: Convert /proc/cpuinfo to new cpumask APIAnton Blanchard2010-05-061-9/+13
* | powerpc/cpumask: Refactor /proc/cpuinfo codeAnton Blanchard2010-05-061-29/+33
* | powerpc/cpumask: Convert xics driver to new cpumask APIAnton Blanchard2010-05-061-17/+21
* | powerpc/cpumask: Convert pseries SMP code to new cpumask APIAnton Blanchard2010-05-061-7/+9
* | powerpc/cpumask: Convert iseries SMP code to new cpumask APIAnton Blanchard2010-05-061-1/+1
* | powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard2010-05-063-10/+13
* | powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard2010-05-061-3/+6
* | powerpc/cpumask: Convert rtasd to new cpumask APIAnton Blanchard2010-05-061-5/+5
* | powerpc/cpumask: Use cpu_online_maskAnton Blanchard2010-05-062-2/+2
* | powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt2010-05-061-10/+4
* | powerpc/mm: Track backing pages allocated by vmemmap_populate()Mark Nelson2010-05-062-0/+49