summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix i8042 module build errorGrant Likely2010-08-071-0/+2
* powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt2010-08-073-0/+108
* 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/+27Star
|\ \
| * \ Merge branch 'powerpc.cherry-picks' into timers/clocksourceThomas Gleixner2010-07-2811-363/+80Star
| |\ \
| | * | powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-287-153/+9Star
| | * | powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-285-237/+99Star
| | |/
| * | 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/+25Star
| * | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-1/+0Star
|\ \
| * | powerpc/pci: Remove owner field from attribute initialization in PCI bridge initGuenter Roeck2010-08-051-1/+0Star
* | | 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/+622Star
| |\ \ \
| * | | | 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/+49Star
|\ \ \ \ \ \
| * | | | | | perf, powerpc: fsl_emb: Restore setting perf_sample_data.periodScott Wood2010-08-031-0/+1
| * | | | | | perf, powerpc: Convert the FSL driver to use local64_tPeter Zijlstra2010-08-031-14/+14
| * | | | | | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-029-71/+95
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-07-2160-317/+488
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-2878-517/+134Star
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1839-292/+3728
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-092-26/+12Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-082-26/+12Star
| * | | | | | | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-17/+17
| * | | | | | | | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
| * | | | | | | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-3/+4
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-061-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-0654-1687/+248Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | of/address: Clean up function declarationsGrant Likely2010-08-019-39/+21Star
| * | | | | | | | | | 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/+0Star
| * | | | | | | | | | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-2417-46/+47
| * | | | | | | | | | of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-1/+1
| * | | | | | | | | | of: remove asm/of_device.hGrant Likely2010-07-241-3/+0Star
| * | | | | | | | | | of: remove asm/of_platform.hGrant Likely2010-07-242-16/+2Star
| * | | | | | | | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+1Star
| * | | | | | | | | | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-246-35/+3Star
| * | | | | | | | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-24131-831/+581Star
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-192-21/+0Star
| * | | | | | | | | | proc: unify PROC_DEVICETREE configAndres Salomon2010-07-061-8/+0Star
| * | | | | | | | | | of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely2010-07-061-4/+0Star
| * | | | | | | | | | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-061-3/+0Star