summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19303-136799/+7969
|\
| * 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
| | |/ / /
| * | | | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-092-3/+3
| |/ / /
| * | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-2/+3
| |\ \ \
| | * | | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell2010-07-291-2/+3
| * | | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-36/+27
| |\ \ \ \
| | * \ \ \ Merge branch 'powerpc.cherry-picks' into timers/clocksourceThomas Gleixner2010-07-2811-363/+80
| | |\ \ \ \
| | | * | | | powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-287-153/+9
| | | * | | | powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-285-237/+99
| | | |/ / /
| | * | | | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-4/+4
| | * | | | powerpc: Cleanup xtime usageJohn Stultz2010-07-271-4/+4
| | * | | | powerpc: Simplify update_vsyscallJohn Stultz2010-07-271-30/+25
| | * | | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+0
| |\ \ \ \
| | * | | | powerpc/pci: Remove owner field from attribute initialization in PCI bridge initGuenter Roeck2010-08-051-1/+0
| * | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-062-1/+13
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2010-07-21134-834/+622
| | |\ \ \ \ \
| | * | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| | * | | | | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-183-2/+3
| | |\ \ \ \ \ \
| | * | | | | | | powerpc: Exclude arch_sd_sibiling_asym_packing() on UPPeter Zijlstra2010-06-091-0/+2
| | * | | | | | | powerpc: Enable asymmetric SMT scheduling on POWER7Michael Neuling2010-06-092-1/+11
| * | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-065-60/+49
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek2010-08-051-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0554-1687/+248
| |\ \ \ \ \ \ \ \
| | * | | | | | | | of/address: Clean up function declarationsGrant Likely2010-08-019-39/+21
| | * | | | | | | | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-302-7/+7
| | * | | | | | | | of: remove of_default_bus_idsJonas Bonn2010-07-243-26/+26
| | * | | | | | | | of: make of_find_device_by_node genericJonas Bonn2010-07-241-16/+0
| | * | | | | | | | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-2417-46/+47
OpenPOWER on IntegriCloud