summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-31326-136981/+8199
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-3/+2
| |\
| | * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-3/+2
| * | powerpc: Fix config dependency problem with MPIC_U3_HT_IRQSAndreas Schwab2010-08-241-2/+1
| * | powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab2010-08-243-1/+15
| * | powerpc/pci: Fix checking for child bridges in PCI code.Grant Likely2010-08-241-1/+2
| * | powerpc: Fix typo in uImage targetAnatolij Gustschin2010-08-241-1/+1
| * | powerpc: Initialise paca->kstack before early_setup_secondaryMatt Evans2010-08-241-3/+3
| * | powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard2010-08-244-7/+8
| * | powerpc: Inline ppc64_runlatch_offAnton Blanchard2010-08-242-9/+14
| * | powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot2010-08-242-31/+43
| * | powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart2010-08-241-2/+4
| * | powerpc: Silence __cpu_up() under normal operationSigned-off-by: Darren Hart2010-08-241-2/+2
| * | powerpc: Re-enable preemption before cpu_die()Signed-off-by: Darren Hart2010-08-241-1/+1
| * | powerpc/pci: Drop unnecessary null testJulia Lawall2010-08-241-2/+1
| * | powerpc/powermac: Drop unnecessary null testJulia Lawall2010-08-241-1/+1
| * | powerpc/powermac: Drop unnecessary of_node_putJulia Lawall2010-08-242-3/+0
| * | powerpc/kdump: Stop all other CPUs before running crash handlersAnton Blanchard2010-08-241-11/+13
| * | powerpc/mm: Fix vsid_scrample typoAnton Blanchard2010-08-241-1/+1
| * | powerpc: Use is_32bit_task() helper to test 32 bit binaryDenis Kirjanov2010-08-241-3/+3
| * | powerpc: Export memstart_addr and kernstart_addr on ppc64Sonny Rao2010-08-241-0/+2
| * | powerpc: Make rwsem use "long" typeBenjamin Herrenschmidt2010-08-241-27/+37
| * | Merge remote branch 'jwb/merge' into mergeBenjamin Herrenschmidt2010-08-246-12/+27
| |\ \
| | * | powerpc/47x: Add an isync before the tlbivax instructionDave Kleikamp2010-08-231-0/+1
| | * | powerpc/4xx: Index interrupt stacks by physical cpuDave Kleikamp2010-08-232-11/+14
| | * | powerpc/47x: Remove redundant line from cputable.cDave Kleikamp2010-08-231-1/+0
| | * | powerpc/47x: Make sure mcsr is cleared before enabling machine check interruptsDave Kleikamp2010-08-231-0/+4
| | * | powerpc/4xx: Device tree update for the 460ex DWC SATARupjyoti Sarmah2010-08-231-0/+8
| * | | Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
| | |/ | |/|
| * | archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-27/+26
| * | Mark arguments to certain syscalls as being constDavid Howells2010-08-132-2/+2
| * | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-3/+3
| |\ \
| | * | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-3/+3
| * | | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-5/+0
| * | | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-15/+0
| * | | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-111-1/+1
| * | | dts: add ESDHC weird voltage bits workaroundRoy Zang2010-08-111-0/+1
| * | | dts: add sdhci,auto-cmd12 field for p4080 device treeRoy Zang2010-08-111-0/+1
| * | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-3/+0
| |\ \ \
| | * | | remove needless ISA_DMA_THRESHOLDFUJITA Tomonori2010-08-071-3/+0
| * | | | tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-102-0/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-6/+6
| |\ \ \ \
| | * | | | spufs conversion to ->evict_inode()Al Viro2010-08-091-5/+3
| | * | | | remove inode_setattrChristoph Hellwig2010-08-091-1/+3
| | |/ / /
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-08-09106-134605/+260
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | powerpc: fix build with make 3.82Sam Ravnborg2010-08-091-4/+12
| | * | | Merge remote branch 'gcl/next' into nextBenjamin Herrenschmidt2010-08-094-0/+110
| | |\ \ \
| | | * | | powerpc: fix i8042 module build errorGrant Likely2010-08-061-0/+2
| | | * | | powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt2010-08-063-0/+108
| | * | | | powerpc: Trim defconfigsBenjamin Herrenschmidt2010-08-09101-134601/+138
| | |/ / /