summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt2009-12-091-1/+1
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0918-117/+40
|\
| * Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-081-23/+0
| |\
| | * of: merge of_find_all_nodes() implementationsGrant Likely2009-10-151-23/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-082-55/+1
| |\ \
| | * | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
| | * | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-171-1/+14
| | |\ \
| | * | | sysctl powerpc: Remove dead binary sysctl supportEric W. Biederman2009-11-121-2/+0
| | * | | sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman2009-11-061-52/+0
| * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-0613-37/+37
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. | | | Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar2009-11-1513-37/+37
| | |\ \| | | | | | |_|/ / | | |/| | |
| | | * | | powerpc: perf_event: Cleanup output by adding symbolsAnton Blanchard2009-10-281-0/+3
| | | * | | powerpc: perf_event: Hide iseries_check_pending_irqsAnton Blanchard2009-10-281-2/+2
| | | * | | powerpc: Export powerpc_debugfs_rootAnton Blanchard2009-10-281-0/+1
| | | * | | powerpc: tracing: Add powerpc tracepoints for timer entry and exitAnton Blanchard2009-10-281-0/+6
| | | * | | powerpc: tracing: Add powerpc tracepoints for interrupt entry and exitAnton Blanchard2009-10-281-0/+6
| | | * | | powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATEDAnton Blanchard2009-10-282-15/+15
| | | * | | powerpc: perf_event: Enable SDAR in continous sample modeAnton Blanchard2009-10-285-19/+3
| | | * | | powerpc: perf_event: Log invalid data addresses as all 1sAnton Blanchard2009-10-281-1/+1
| | | | |/ | | | |/|
| * | / | swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-102-2/+2
| |/ / /
* | | | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-1/+1
* | | | powerpc/8xx: DTLB Miss cleanupJoakim Tjernlund2009-12-091-6/+11
* | | | powerpc/8xx: Remove DIRTY pte handling in DTLB Error.Joakim Tjernlund2009-12-091-96/+0
* | | | powerpc/8xx: Start using dcbX instructions in various copy routinesJoakim Tjernlund2009-12-091-18/+0
* | | | powerpc/8xx: Restore _PAGE_WRITETHRUJoakim Tjernlund2009-12-091-0/+8
* | | | powerpc/8xx: Add missing Guarded setting in DTLB Error.Joakim Tjernlund2009-12-091-3/+10
* | | | powerpc/8xx: Fixup DAR from buggy dcbX instructions.Joakim Tjernlund2009-12-091-4/+143
* | | | powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.Joakim Tjernlund2009-12-091-1/+14
* | | | powerpc/8xx: Update TLB asm so it behaves as linux mm expects.Joakim Tjernlund2009-12-091-48/+51
* | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-091-2/+2
|\ \ \ \
| * | | | powerpc: tiny memcpy_(to|from)io optimisationAlbrecht Dreß2009-11-051-2/+2
| | |_|/ | |/| |
* | | | powerpc: stop_this_cpu: remove the cpu from the online map.Valentine Barshak2009-12-091-0/+3
* | | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+19
* | | | powerpc: Kill unused swiotlb variableFUJITA Tomonori2009-11-241-1/+0
* | | | powerpc: do not export pci_alloc/free_consistentStephen Rothwell2009-11-241-2/+0
* | | | powerpc: kill the obsolete code under is_global_init()Benjamin Herrenschmidt2009-11-241-22/+0
* | | | powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-3/+3
* | | | powerpc: Use unlocked ioctl in nvram_64Thomas Gleixner2009-11-241-7/+7
* | | | powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2009-11-202-25/+0
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-121-1/+14
|\ \ \ \ | | |/ / | |/| |
| * | | powerpc: Avoid giving out RTC dates below EPOCHBenjamin Herrenschmidt2009-11-051-1/+14
| |/ /
* | | Export new PACA constants in asm-offsetsAlexander Graf2009-11-051-0/+5
* | | Export symbols for KVM moduleAlexander Graf2009-11-051-0/+1
* | | Add Book3s_64 offsets to asm-offsets.cAlexander Graf2009-11-051-0/+13
* | | Make head_64.S aware of KVM real mode codeAlexander Graf2009-11-052-0/+15
* | | powerpc: Enable sparse irq_descs on powerpcMichael Ellerman2009-10-303-13/+33
* | | powerpc: Rearrange and fix show_interrupts() for sparse irq_descsMichael Ellerman2009-10-301-27/+37
* | | powerpc: Make virq_debug_show() cope with sparse irq_descsMichael Ellerman2009-10-301-1/+4
* | | powerpc/nvram_64: Mark init code __initThomas Gleixner2009-10-301-7/+7
* | | powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()Thomas Gleixner2009-10-301-0/+3