summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-2/+2
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-7/+0
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-33/+10
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds177-2198/+5861
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller54-422/+5481
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds8-15/+18
2009-06-12Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-6/+6
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+11
2009-06-12trivial: spelling fix in ppc code commentsSankar P1-1/+1
2009-06-12powerpc, perf_counter: Fix performance counter event typesJaswinder Singh Rajput1-6/+6
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann24-10/+4700
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt25-93/+4895
2009-06-12powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt1-2/+4
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-12Merge commit 'jwb/next' into nextBenjamin Herrenschmidt22-220/+234
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-2/+4684
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann2-2/+2
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann2-9/+12
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann3-3/+3
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar3-7/+11
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra6-6/+6
2009-06-11perf_counter: Standardize event namesPeter Zijlstra6-33/+33
2009-06-11perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras8-6/+294
2009-06-11perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras3-1/+322
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+6
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-3/+7
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+11
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+6
2009-06-10Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+11
2009-06-09powerpc: Add support for swiotlb on 32-bitBecky Bruce8-2/+226
2009-06-09powerpc/spufs: Remove unused error pathStephen Rothwell1-2/+0
2009-06-09powerpc: Fix warning when printing a resource_size_tStephen Rothwell1-1/+1
2009-06-09powerpc/xmon: Remove unused variable in xmon.cStephen Rothwell1-1/+1
2009-06-09powerpc/pseries: Fix warnings when printing resource_size_tStephen Rothwell1-2/+2
2009-06-09powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt10-8/+32
2009-06-09powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt3-19/+39
2009-06-09powerpc: Split exception handling out of head_64.SBenjamin Herrenschmidt2-960/+995
2009-06-09powerpc: Introduce CONFIG_PPC_BOOK3SBenjamin Herrenschmidt1-11/+11
2009-06-09powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt6-306/+213
2009-06-09powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt2-1/+3
2009-06-09powerpc/mm: Fix a AB->BA deadlock scenario with nohash MMU context lockBenjamin Herrenschmidt1-3/+4
2009-06-09powerpc/mm: Fix some SMP issues with MMU context handlingBenjamin Herrenschmidt1-4/+8
2009-06-09powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath4-11/+60
2009-06-06Merge branch 'linus' into perfcounters/coreIngo Molnar1-83/+195