summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300Benjamin Herrenschmidt2010-05-061-4/+0
| * | powerpc/pseries: Only call start-cpu when a CPU is stoppedMichael Neuling2010-05-061-0/+6
| * | powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpuMichael Neuling2010-05-063-26/+34
| * | powerpc/4xx: Add optional "reset_type" property to control reboot via dtsStefan Roese2010-05-051-2/+22
| * | powerpc/47x: defconfig for 476 on the iss 4xx simulatorDave Kleikamp2010-05-051-0/+1026
| * | powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2010-05-0511-1/+533
| * | powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp2010-05-052-0/+6
| * | powerpc/476: add machine check handler for 47x coreDave Kleikamp2010-05-053-0/+42
| * | powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-0517-44/+871
| * | powerpc/44x: break out cpu init code into stand-alone functionDave Kleikamp2010-05-051-159/+171
| * | powerpc/booke: Add Stack Marking support to Booke Exception PrologTorez Smith2010-05-051-0/+4
| * | Revert "powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MB"Benjamin Herrenschmidt2010-04-131-1/+1
| * | powerpc: Add kprobe-based event tracerMahesh Salgaonkar2010-04-073-0/+168
| * | powerpc/vio: Add power management supportBenjamin Herrenschmidt2010-04-071-0/+24
| * | powerpc/iseries/pci: Use __ratelimitAkinobu Mita2010-04-071-7/+3
| * | powerpc/mm: Bump SECTION_SIZE_BITS from 16MB to 256MBAnton Blanchard2010-04-071-1/+1
| * | powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard2010-04-071-6/+9
| * | powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaimAnton Blanchard2010-04-071-0/+10
| * | powerpc: Use set_cpus_allowed_ptrJulia Lawall2010-04-071-2/+2
| * | powerpc/vio: Add missing unlock in error pathJulia Lawall2010-04-071-1/+3
| * | powerpc/pseries/dlpar: Use kasprintfJulia Lawall2010-04-071-5/+2
| * | powerpc/pseries/dlpar: Eliminate use after freeJulia Lawall2010-04-071-0/+1
| * | powerpc: Fix handling of strncmp with zero lenJeff Mahoney2010-04-071-1/+3
| * | powerpc/pmac/low_i2c.c: three minor problemsd binderman2010-04-071-3/+4
| * | powerpc/8xx: Use SPRG2 and DAR registers to stash r11 and cr.Joakim Tjernlund2010-04-071-13/+36
| * | powerpc/8xx: Don't touch ACCESSED when no SWAP.Joakim Tjernlund2010-04-071-2/+4
| * | powerpc/8xx: Avoid testing for kernel space in ITLB Miss.Joakim Tjernlund2010-04-071-0/+4
| * | powerpc/8xx: Optimze TLB Miss handlersJoakim Tjernlund2010-04-071-8/+3
| * | powerpc/ppc32: Fixup pmd_page to work when ARCH_PFN_OFFSET is non-zeroJason Gunthorpe2010-04-071-1/+1
| * | powerpc/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan2010-04-072-1/+12
| * | powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad2010-04-072-3/+15
| * | powerpc/vio: Add modalias supportBenjamin Herrenschmidt2010-04-071-0/+21
| * | powerpc: Fix ioremap_flags() with book3e pte definitionBenjamin Herrenschmidt2010-04-072-0/+16
| * | powerpc: Add a new zImage for maple using a different link addressCorey Minyard2010-04-072-3/+7
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-213-4/+15
|\ \ \
| * | | powerpc,kgdb: Introduce low level trap catchingJason Wessel2010-05-202-4/+9
| * | | kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
| * | | kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+1
* | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-3/+3
|\ \ \
| * | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| * | | Powerpc: wii: Fix typo in commentThomas Weber2010-04-261-2/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-61/+68
|\ \ \ \
| * | | | perf, powerpc: Implement group scheduling transactional APIsLin Ming2010-05-111-61/+68
| | |_|/ | |/| |
* | | | KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin2010-05-131-1/+1
* | | | Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-05-131-2/+3
|\ \ \ \
| * | | | powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala2010-05-041-2/+3
| |/ / /
* / / / powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras2010-05-125-66/+48
|/ / /
* | | 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
| |/ /