aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-05KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell1-1/+1
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt3-6/+6
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-07-08powerpc: Fix spin_event_timeout() to be robust over context switchesGrant Likely1-0/+2
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-06-26Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt1-2/+0
2009-06-26powerpc/mm: Fix potential access to freed pages when using hugetlbfsBenjamin Herrenschmidt1-1/+2
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt1-0/+3
2009-06-26powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt1-1/+1
2009-06-26powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt1-10/+10
2009-06-26powerpc/mm: Make k(un)map_atomic out of lineBenjamin Herrenschmidt1-53/+4
2009-06-26powerpc: Swiotlb breaks pseriesMichael Ellerman1-6/+18
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-0/+2
2009-06-23powerpc/cpm1: Remove IMAP_ADDRKumar Gala1-2/+0
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-23/+35
2009-06-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds6-9/+48
2009-06-18perf_counter: powerpc: Change how processor-specific back-ends get selectedPaul Mackerras1-2/+3
2009-06-18perf_counter: powerpc: Use unsigned long for register and constraint valuesPaul Mackerras1-17/+18
2009-06-18perf_counter: powerpc: Enable use of software counters on 32-bit powerpcPaul Mackerras2-3/+12
2009-06-18Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2-6/+6
2009-06-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-7/+0
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-17Merge branch 'linus' into perfcounters/coreIngo Molnar30-104/+355
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2-6/+6
2009-06-16Merge branch 'akpm'Linus Torvalds1-7/+0
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-7/+0
2009-06-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-0/+2
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds8-13/+117
2009-06-16powerpc: Add memory clobber to mtspr()Benjamin Herrenschmidt1-1/+2
2009-06-16powerpc: Introduce macro spin_event_timeout()Timur Tabi1-0/+36
2009-06-15powerpc/fsl: Increase the number of possible localbus banksmware@internode.on.net1-2/+2
2009-06-15powerpc/fsl-booke: Enable L1 cache on e500v1/e500v2/e500mc CPUsNate Case1-0/+2
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds21-84/+236
2009-06-15perf_counter: Make set_perf_counter_pending() declaration commonPaul Mackerras2-1/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller18-22/+198
2009-06-15ps3: Replace direct file operations by callbackGeert Uytterhoeven1-0/+7
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven1-2/+2
2009-06-15ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devicesGeert Uytterhoeven1-2/+2
2009-06-15powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras1-0/+3
2009-06-15powerpc: Add compiler memory barrier to mtmsr macroPaul Mackerras2-5/+4
2009-06-15powerpc: Wire up sys_rt_tgsigqueueinfoStephen Rothwell2-1/+3
2009-06-15ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven1-0/+8
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2-3/+78
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven1-0/+10
2009-06-15Merge commit 'origin/master' into nextBenjamin Herrenschmidt9-15/+29
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds8-15/+18
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+11
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann6-1/+139
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-1/+139