summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
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-06Merge branch 'linus' into perfcounters/coreIngo Molnar1-83/+195
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-3/+3
2009-06-04perf_counter: powerpc: Use new identifier names in powerpc-specific codePaul Mackerras1-1/+1
2009-06-03net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang1-0/+2
2009-06-03perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errorsPaul Mackerras1-2/+14
2009-06-03perf_counter: powerpc: Fix event alternative code generation on POWER5/5+Paul Mackerras2-4/+4
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra1-19/+19
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra1-6/+6
2009-06-02powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt1-83/+195
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar85-1852/+4373
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar18-311/+556
2009-05-27powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt6-83/+54
2009-05-27powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt5-12/+37
2009-05-27powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt3-1/+1
2009-05-27Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"Benjamin Herrenschmidt2-57/+271
2009-05-26perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras1-5/+43
2009-05-26powerpc/mm: Fix broken MMU PID stealing on !SMPHideo Saito1-3/+3
2009-05-24ASoC: Add a few more mpc5200 PSC definesJon Smirl1-0/+11
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22powerpc/maple: Add a quirk to disable MSI for IPR on BiminiMichael Ellerman1-0/+14
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller143-18239/+4793
2009-05-18perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras1-2/+1
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar99-12707/+3854