aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-18powerpc: Fix loss of vdso on fork on 32-bitBenjamin Herrenschmidt1-1/+0
2008-08-15kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2-2/+2
2008-08-14powerpc/spufs: reference context while dropping state mutex in schedulerJeremy Kerr1-1/+8
2008-08-13powerpc/spufs: fix npc setting for NOSCHED contextsJeremy Kerr1-7/+8
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell1-3/+0
2008-08-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds24-949/+2598
2008-08-11powerpc: Do not ignore arch/powerpc/includeJunio C Hamano1-1/+0
2008-08-11powerpc/mm: Fix attribute confusion with htab_bolt_mapping()Benjamin Herrenschmidt3-31/+43
2008-08-11powerpc/pci: Don't keep ISA memory hole resources in the treeBenjamin Herrenschmidt1-5/+12
2008-08-11powerpc: Zero fill the return values of rtas argument bufferNathan Fontenot1-2/+3
2008-08-08powerpc: Do not ignore arch/powerpc/includeJunio C Hamano1-1/+0
2008-08-07powerpc/iseries: remove the old viocons driverStephen Rothwell1-10/+1
2008-08-06powerpc/4xx: Update defconfig files for 2.6.27-rc1Josh Boyer16-892/+2510
2008-08-05powerpc: 86xx: mpc8610_hpcd: add watchdog nodeAnton Vorontsov1-0/+5
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz1-1/+0
2008-08-04powerpc/44x: Incorrect NOR offset in Warp DTSSean MacLennan1-1/+1
2008-08-04powerpc/44x: Warp DTS changes for board updatesSean MacLennan1-2/+18
2008-08-04powerpc/4xx: Cleanup Warp for i2c driver changes.Sean MacLennan1-15/+10
2008-08-04powerpc/44x: Adjust warp-nand resource end addressValentine Barshak1-1/+1
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala15-368/+6
2008-08-04powerpc: Force printing of 'total_memory' to unsigned long longTony Breeds1-2/+2
2008-08-04powerpc: Fix compiler warning in arch/powerpc/mm/mem.cTony Breeds1-1/+1
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell264-3/+39505
2008-07-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds43-62/+757
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger1-0/+6
2008-07-30powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3)Nick Piggin3-1/+285
2008-07-30powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regsMichael Neuling1-2/+2
2008-07-30powerpc: Fix ptrace buffer size for VSXMichael Neuling1-4/+2
2008-07-30powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processesMichael Neuling1-0/+2
2008-07-30powerpc: Allow non-hcall return values for lparcfg writesNathan Fontenot1-4/+0
2008-07-30Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt37-51/+466
2008-07-29powerpc/fsl: proliferate simple-bus compatibility to soc nodesKim Phillips31-10/+36
2008-07-28cpm2: Rework baud rate generators configuration to support external clocks.Laurent Pinchart1-30/+4
2008-07-28powerpc: rtc_cmos_setup: assign interrupts only if there is i8259 PICAnton Vorontsov1-6/+17
2008-07-28cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart1-0/+1
2008-07-28powerpc: implement GPIO LIB API on CPM1 Freescale SoC.Jochen Friedrich2-5/+272
2008-07-28cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.Laurent Pinchart3-0/+136
2008-07-28powerpc: Disable 64K hugetlb support when doing 64K SPU mappingsBenjamin Herrenschmidt1-1/+8
2008-07-28powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2-27/+89
2008-07-28powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt1-1/+11
2008-07-28powerpc: Show processor cache information in sysfsNathan Lynch1-0/+309
2008-07-28powerpc: Make core id information available to userspaceNathan Lynch1-0/+23
2008-07-28powerpc: Make core sibling information available to userspaceNathan Lynch1-0/+64
2008-07-28powerpc/vio: More fallout from dma_mapping_error API changeStephen Rothwell1-1/+1
2008-07-28powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell1-2/+6
2008-07-28powerpc: Enable tracehook for the architectureRoland McGrath1-0/+1
2008-07-28powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath3-5/+15
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath3-27/+34
2008-07-28powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath1-1/+7
2008-07-28powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch3-30/+29