summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Add Book3s definitionsAlexander Graf2009-11-051-0/+39
* Pass PVR in sregsAlexander Graf2009-11-051-0/+2
* Move dirty logging code to sub-archAlexander Graf2009-11-052-5/+5
* powerpc/8xx: Fix build breakage with sparse irq changesBenjamin Herrenschmidt2009-10-301-1/+1
* powerpc: pasemi_defconfig updateOlof Johansson2009-10-301-167/+461
* powerpc: Enable sparse irq_descs on powerpcMichael Ellerman2009-10-305-13/+49
* powerpc: Rearrange and fix show_interrupts() for sparse irq_descsMichael Ellerman2009-10-301-27/+37
* powerpc: Make virq_debug_show() cope with sparse irq_descsMichael Ellerman2009-10-301-1/+4
* powerpc/nvram_64: Mark init code __initThomas Gleixner2009-10-301-7/+7
* powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()Thomas Gleixner2009-10-301-0/+3
* powerpc/nvram_64: Remove unused codeThomas Gleixner2009-10-302-26/+0Star
* powerpc: Fix potential compile error irqs_disabled_flagsMichael Neuling2009-10-301-5/+0Star
* powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal ...David Gibson2009-10-306-61/+45Star
* powerpc/mm: Split hash MMU specific hugepage code into a new fileDavid Gibson2009-10-304-167/+176
* powerpc/mm: Cleanup initialization of hugepages on powerpcDavid Gibson2009-10-303-77/+63Star
* powerpc/mm: Allow more flexible layouts for hugepage pagetablesDavid Gibson2009-10-3010-410/+313Star
* powerpc/mm: Cleanup management of kmem_caches for pagetablesDavid Gibson2009-10-307-122/+125
* powerpc/mm: Make hpte_need_flush() correctly mask for multiple page sizesDavid Gibson2009-10-302-10/+4Star
* powerpc: Add kdump support to Collaborative Memory ManagerBrian King2009-10-302-11/+20
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-3025-60/+62
* powerpc/pseries: Use irq_has_action() in eeh_disable_irq()Michael Ellerman2009-10-301-17/+1Star
* powerpc: Make NR_IRQS a CONFIG optionMichael Ellerman2009-10-302-2/+12
* powerpc/chrp: Use the same RTAS daemon as pSeriesBenjamin Herrenschmidt2009-10-307-65/+44Star
* powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkBenjamin Herrenschmidt2009-10-306-62/+66
* powerpc: Make it possible to select hibernation on all PowerPCsAnton Vorontsov2009-10-301-11/+0Star
* powerpc/ps3: Use pr_devel() in ps3/mm.cMichael Ellerman2009-10-301-1/+1
* powerpc: Cleanup Kconfig selection of hugetlbfs supportBenjamin Herrenschmidt2009-10-301-0/+4
* Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-10-291-1/+2
|\
| * xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge2009-10-281-1/+2
* | Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-10-299-17/+65
|\ \
| * | sh: Fix hugetlbfs dependencies for SH-3 && MMU configurations.Paul Mundt2009-10-262-1/+6
| * | sh: Document uImage.bin target in archhelp.Paul Mundt2009-10-261-0/+1
| * | sh: add uImage.bin targetMagnus Damm2009-10-262-2/+6
| * | sh: rsk7203 CONFIG_MTD=n fixMagnus Damm2009-10-262-13/+14
| * | sh: Check for return_to_handler when unwinding the stackMatt Fleming2009-10-261-0/+22
| * | sh: Build fix: define more __movmem* symbolsLubomir Rintel2009-10-261-0/+14
| * | sh: __irq_entry annotate do_IRQ().Paul Mundt2009-10-261-1/+2
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-10-2930-439/+3477
|\ \
| * \ Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-10-2719-364/+1188
| |\ \
| | * | powerpc/5200: Update defconfigsGrant Likely2009-10-156-346/+569
| | * | powerpc/boot/dts: drop obsolete 'fsl5200-clocking'Wolfram Sang2009-10-1510-17/+0Star
| | * | mpc5200: support for the MAN mpc5200 based board mucmc52Heiko Schocher2009-10-153-1/+334
| | * | mpc5200: support for the MAN mpc5200 based board uc101Heiko Schocher2009-10-152-0/+285
| * | | powerpc/ppc64: Use preempt_schedule_irq instead of preempt_scheduleBenjamin Herrenschmidt2009-10-271-20/+21
| * | | powerpc: Fix compile errors found by new ppc64e_defconfigKumar Gala2009-10-273-2/+3
| * | | powerpc: Add a Book-3E 64-bit defconfigKumar Gala2009-10-271-0/+2199
| * | | powerpc/booke: Fix xmon single step on PowerPC Book-EJosh Boyer2009-10-271-1/+19
| * | | powerpc: Align vDSO base addressAndreas Schwab2009-10-271-1/+10
| * | | powerpc: Fix segment mapping in vdso32Andreas Schwab2009-10-271-2/+2
| * | | powerpc/iseries: Remove compiler version dependent hackStephen Rothwell2009-10-272-42/+25Star