summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-3043-62/+757
|\
| * powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3)Nick Piggin2008-07-303-1/+285
| * powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling2008-07-301-2/+2
| * powerpc: Fix ptrace buffer size for VSXMichael Neuling2008-07-301-4/+2Star
| * powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processesMichael Neuling2008-07-301-0/+2
| * powerpc: Allow non-hcall return values for lparcfg writesNathan Fontenot2008-07-301-4/+0Star
| * Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-07-3037-51/+466
| |\
| | * powerpc/fsl: proliferate simple-bus compatibility to soc nodesKim Phillips2008-07-3031-10/+36
| | * cpm2: Rework baud rate generators configuration to support external clocks.Laurent Pinchart2008-07-281-30/+4Star
| | * powerpc: rtc_cmos_setup: assign interrupts only if there is i8259 PICAnton Vorontsov2008-07-281-6/+17
| | * cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-281-0/+1
| | * powerpc: implement GPIO LIB API on CPM1 Freescale SoC.Jochen Friedrich2008-07-282-5/+272
| | * cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.Laurent Pinchart2008-07-283-0/+136
| | * powerpc: clean up the Book-E HW watchpoint supportKumar Gala2008-07-254-11/+12
* | | cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-301-0/+6
|/ /
* | powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt2008-07-281-1/+8
* | powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2008-07-282-27/+89
* | powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt2008-07-281-1/+11
* | powerpc: Show processor cache information in sysfsNathan Lynch2008-07-281-0/+309
* | powerpc: Make core id information available to userspaceNathan Lynch2008-07-281-0/+23
* | powerpc: Make core sibling information available to userspaceNathan Lynch2008-07-281-0/+64
* | powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell2008-07-281-1/+1
* | powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell2008-07-281-2/+6
* | powerpc: Enable tracehook for the architectureRoland McGrath2008-07-281-0/+1
* | powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-283-5/+15
* | powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-283-27/+34
* | powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath2008-07-281-1/+7
* | powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch2008-07-283-30/+29Star
* | powerpc: register_cpu_online should be __cpuinitNathan Lynch2008-07-281-1/+1
* | powerpc: kill useless SMT code in prom_hold_cpusNathan Lynch2008-07-281-36/+3Star
* | powerpc: Fix vio build warningsNathan Lynch2008-07-281-2/+2
* | powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-284-11/+12
* | powerpc: Removed duplicated include in stacktrace.cHuang Weiyi2008-07-281-1/+0Star
* | KVM: ppc: fix invalidation of large guest pagesHollis Blanchard2008-07-272-3/+4
* | powerpc: use generic show_mem()Johannes Weiner2008-07-261-39/+0Star
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-264-24/+13Star
* | kexec jumpHuang Ying2008-07-261-1/+1
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-3/+3
* | powerpc: Fix boot problem due to AT_BASE_PLATFORM changeNathan Lynch2008-07-261-2/+2
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2526-205/+2118
|\
| * powerpc/pseries: Remove kmalloc call in handling writes to lparcfgNathan Fontenot2008-07-251-16/+12Star
| * powerpc/pseries: Update arch vector to indicate support for CMONathan Fontenot2008-07-251-1/+8
| * powerpc/pseries: Verify CMO memory entitlement updates with virtual I/ONathan Fontenot2008-07-251-0/+10
| * powerpc/pseries: vio bus support for CMORobert Jennings2008-07-251-6/+1027
| * powerpc/pseries: iommu enablement for CMORobert Jennings2008-07-256-19/+63
| * powerpc/pseries: Add CMO paging statisticsBrian King2008-07-251-0/+20
| * powerpc/pseries: Add collaborative memory managerBrian King2008-07-253-0/+492
| * powerpc/pseries: Utilities to set firmware page stateBrian King2008-07-251-0/+10
| * powerpc/pseries: Enable CMO feature during platform setupRobert Jennings2008-07-251-0/+71
| * powerpc/pseries: Split retrieval of processor entitlement data into a helper ...Robert Jennings2008-07-251-35/+46