summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller2010-05-212-6/+6
| | * | | 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-171-0/+8
| | * | | powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang2010-05-171-3/+10
| | * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-071-1/+2
| | |\ \ \
| | * | | | powerpc/cpumask: Update some commentsAnton Blanchard2010-05-062-4/+4
| | * | | | powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard2010-05-061-18/+24
| | * | | | 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 fixup_irqs to new cpumask APIAnton Blanchard2010-05-062-9/+12
| | * | | | 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/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2010-05-052-0/+17
| | * | | | 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-052-0/+41
| | * | | | powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-055-18/+519
| | * | | | 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
| | * | | | powerpc: Add kprobe-based event tracerMahesh Salgaonkar2010-04-071-0/+103
| | * | | | powerpc/vio: Add power management supportBenjamin Herrenschmidt2010-04-071-0/+24
| | * | | | powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard2010-04-071-6/+9
| | * | | | 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/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/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan2010-04-071-1/+11
| | * | | | powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad2010-04-071-1/+12
| | * | | | powerpc/vio: Add modalias supportBenjamin Herrenschmidt2010-04-071-0/+21
| | | |/ / | | |/| |
| * | | | powerpc,kgdb: Introduce low level trap catchingJason Wessel2010-05-202-4/+9
| * | | | kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
| * | | | 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
| | | |/ / | | |/| |
| * | | | 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-124-28/+48
| |/ / /
| * | | powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-281-1/+2
| |/ /
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-222-4/+2
* | | drivercore: Add of_match_table to the common device driversGrant Likely2010-05-221-1/+4
* | | arch/powerpc: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-222-2/+2
* | | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-183-13/+9
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-183-14/+14
* | | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-283-2/+5
|/ /
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-2/+0
|\ \
| * | perf: Always build the powerpc perf_arch_fetch_caller_regs versionFrederic Weisbecker2010-04-031-2/+0
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3018-4/+14
|/ /
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-261-0/+28
|\ \
| * | powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras2010-03-181-0/+28
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-03-194-21/+5
|\ \ \
OpenPOWER on IntegriCloud