aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Deconstify struct pmuPeter Zijlstra2010-09-092-5/+5
* Merge branch 'linus' into perf/coreIngo Molnar2010-08-2513-71/+96
|\
| * powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscallsAndreas Schwab2010-08-241-0/+8
| * powerpc/pci: Fix checking for child bridges in PCI code.Grant Likely2010-08-241-1/+2
| * powerpc: Initialise paca->kstack before early_setup_secondaryMatt Evans2010-08-241-3/+3
| * powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard2010-08-241-1/+2
| * powerpc: Inline ppc64_runlatch_offAnton Blanchard2010-08-241-8/+6
| * powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot2010-08-241-27/+36
| * 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/kdump: Stop all other CPUs before running crash handlersAnton Blanchard2010-08-241-11/+13
| * powerpc: Use is_32bit_task() helper to test 32 bit binaryDenis Kirjanov2010-08-241-3/+3
| * Merge remote branch 'jwb/merge' into mergeBenjamin Herrenschmidt2010-08-244-12/+18
| |\
| | * 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
| * | Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
* | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-1936-1802/+1153
|\| |
| * | Mark arguments to certain syscalls as being constDavid Howells2010-08-132-2/+2
| |/
| * powerpc: fix i8042 module build errorGrant Likely2010-08-061-0/+2
| * Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-33/+27
| |\
| | * Merge branch 'powerpc.cherry-picks' into timers/clocksourceThomas Gleixner2010-07-285-345/+72
| | |\
| | | * powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-282-135/+3
| | | * powerpc: Rework VDSO gettimeofday to prevent time going backwardsPaul Mackerras2010-07-284-237/+97
| | * | 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
| | |/
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-0/+11
| |\ \
| | * \ Merge branch 'linus' into sched/coreIngo Molnar2010-07-2123-143/+111
| | |\ \
| | * | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| | * | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-181-0/+1
| | |\ \ \
| | * | | | powerpc: Exclude arch_sd_sibiling_asym_packing() on UPPeter Zijlstra2010-06-091-0/+2
| | * | | | powerpc: Enable asymmetric SMT scheduling on POWER7Michael Neuling2010-06-091-0/+9
| * | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-063-60/+36
| |\ \ \ \ \
| * \ \ \ \ \ 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-0510-1290/+11
| |\ \ \ \ \ \ \
| | * | | | | | | of/address: Clean up function declarationsGrant Likely2010-08-012-0/+2
| | * | | | | | | of: remove of_default_bus_idsJonas Bonn2010-07-241-24/+0
| | * | | | | | | 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-242-8/+8
| | * | | | | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+1
| | * | | | | | | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-243-27/+0
| | * | | | | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2423-143/+111
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-181-19/+0
| | * | | | | | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-052-85/+1
| | * | | | | | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-130/+1
| | * | | | | | | of/device: merge of_device_ueventGrant Likely2010-07-051-49/+0
| | * | | | | | | of/address: Merge all of the bus translation codeGrant Likely2010-07-051-515/+0