aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-33/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds39-243/+531
2008-04-20PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas1-33/+1
2008-04-20[POWERPC] Define copy_siginfo_from_user32Roland McGrath1-3/+16
2008-04-20[POWERPC] Add compat handler for PTRACE_GETSIGINFOAndreas Schwab2-0/+29
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox3-3/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-8/+0
2008-04-18[POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt5-22/+63
2008-04-18[POWERPC] Stacktrace support for lockdepChristoph Hellwig2-0/+48
2008-04-18[POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt3-24/+12
2008-04-18[POWERPC] Fix device-tree locking vs. interruptsBenjamin Herrenschmidt1-11/+17
2008-04-18ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz1-8/+0
2008-04-17Generic semaphore implementationMatthew Wilcox3-137/+1
2008-04-17[POWERPC] Make Book-E debug handling SMP safeKumar Gala1-9/+21
2008-04-17[POWERPC] Rework Book-E debug exception handlingKumar Gala3-17/+30
2008-04-17[POWERPC] pseries/phyp dump: Reserve a variable amount of space at bootManish Ahuja1-2/+33
2008-04-17[POWERPC] Update linker script to properly set physical addressesKumar Gala1-24/+23
2008-04-17[POWERPC] Clean up some linker and symbol usageKumar Gala3-5/+3
2008-04-17[POWERPC] 85xx: Cleanup TLB initializationKumar Gala1-7/+27
2008-04-17[POWERPC] Efika: Really, don't pretend to be CHRPDavid Woodhouse1-0/+8
2008-04-17[POWERPC] Fixup softirq preempt countBenjamin Herrenschmidt1-1/+14
2008-04-17[POWERPC] Initialize paca->current earlierBenjamin Herrenschmidt2-4/+1
2008-04-15[POWERPC] iSeries: Make iseries_reg_save private to iSeriesStephen Rothwell1-25/+8
2008-04-15[POWERPC] iSeries: Use alternate paca structure for bootingStephen Rothwell1-0/+6
2008-04-14[POWERPC] Fix handling of unrecoverable SLB miss interruptsPaul Mackerras1-1/+17
2008-04-14Merge branch 'linux-2.6'Paul Mackerras4-13/+13
2008-04-07[POWERPC] Convert pci and eeh code to of_device_is_availableNathan Lynch1-17/+2
2008-04-07[POWERPC] Add hand-coded assembly strcmpSteven Rostedt1-0/+1
2008-04-07[POWERPC] Replace logical-AND by bit-AND in pci_process_ISA_OF_ranges()Roel Kluin1-2/+2
2008-04-03[POWERPC] Fix rtas_flash procfs interfaceMaxim Shchetynin1-1/+1
2008-04-03[POWERPC] Fix iSeries hard irq enabling regressionBenjamin Herrenschmidt2-7/+7
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison8-27/+27
2008-04-01[POWERPC] Add kernel parameter to set l3cr for MPC745xRobert Brose1-0/+12
2008-04-01[POWERPC] move_device_tree() should be __initGeert Uytterhoeven1-1/+1
2008-03-28[POWERPC] Fix missed hardware breakpoints across multiple threadsMichael Ellerman1-5/+5
2008-03-26[POWERPC] 4xx: Add AMCC 460EX/460GT support to cputable.c & cpu_setup_44x.SStefan Roese2-2/+31
2008-03-26Merge branch 'linux-2.6'Paul Mackerras2-2/+14
2008-03-26[POWERPC] pseries: phyp dump: Disable phyp-dump through boot-varManish Ahuja1-0/+5
2008-03-26[POWERPC] pseries: phyp dump: Reserve and release memoryManish Ahuja1-0/+52
2008-03-26[POWERPC] powerpc32: Remove asm-offsets ptrace cruftRoland McGrath1-4/+0
2008-03-26[POWERPC] Don't touch PT_DTRACE in execRoland McGrath2-10/+0
2008-03-26[POWERPC] Really export empty_zero_pageStephen Rothwell1-1/+1
2008-03-26[POWERPC] Add 'model: ...' line to common show_cpuinfo()Marian Balakowicz1-0/+9
2008-03-20[POWERPC] Fix PMU + soft interrupt disable bugAnton Blanchard1-0/+6
2008-03-20[POWERPC] user_regset PTRACE_SETREGS regression fixRoland McGrath1-2/+8
2008-03-13Merge branch 'linux-2.6'Paul Mackerras4-2/+54
2008-03-13[POWERPC] Export empty_zero_pageTheodore Ts'o1-0/+1
2008-03-13[POWERPC] Fix bogus test for unassigned PCI resourcesBenjamin Herrenschmidt1-1/+7
2008-03-13[POWERPC] Add __ucmpdi2 for 64-bit comparisons in 32-bit kernelsPaul Mackerras2-0/+17
2008-03-07[POWERPC] 8xx: fix swapVitaly Bordug1-1/+29