summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/perf: Fix sampling enable for PPC970Paul Mackerras2010-09-231-0/+2
| * | | | powerpc/dma: Add optional platform override of dma_set_mask()Benjamin Herrenschmidt2010-09-021-0/+18
| * | | | powerpc: Use is_32bit_task() helper to test 32-bit binaryDenis Kirjanov2010-09-022-4/+4
| * | | | powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab2010-09-022-12/+2
| * | | | powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras2010-09-021-1/+5
| * | | | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-025-150/+150
| * | | | powerpc: Dynamically allocate most lppaca structsPaul Mackerras2010-09-021-2/+68
| * | | | powerpc: Abstract indexing of lppaca structsPaul Mackerras2010-09-021-7/+7
| * | | | powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling2010-09-022-11/+9
| * | | | powerpc: Feature nop out reservation clear when stcx checks addressAnton Blanchard2010-09-021-0/+22
| | |/ / | |/| |
* | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-216-14/+15
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-087-24/+27
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3146-1933/+1285
| |\ \ \ \
| * | | | | memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-055-29/+12
| * | | | | memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-052-2/+20
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-4/+4
|\ \ \ \ \ \
| * | | | | | Fix IRQ flag handling namingDavid Howells2010-10-072-4/+4
| | |_|/ / / | |/| | | |
* | | | | | perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras2010-10-191-1/+1
* | | | | | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-21/+21
* | | | | | Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-081-6/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | powerpc: remove unused variableStephen Rothwell2010-10-051-1/+0
| * | | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-5/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-09-233-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | powerpc: fix double syscall restartsAl Viro2010-09-223-3/+4
| | |_|/ | |/| |
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-153-15/+23
|\ \ \ \ | |/ / /
| * | | powerpc: Don't use kernel stack with translation offMichael Neuling2010-08-311-3/+9
| * | | powerpc/perf_event: Reduce latency of calling perf_event_do_pendingPaul Mackerras2010-08-311-12/+11
| * | | powerpc/kexec: Adds correct calling convention for kexec purgatoryMatthew McClintock2010-08-311-0/+3
| | |/ | |/|
* | | perf: Rework the PMU methodsPeter Zijlstra2010-09-092-78/+134
* | | perf: Per PMU disablePeter Zijlstra2010-09-092-19/+23
* | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-092-2/+9
* | | perf: Register PMU implementationsPeter Zijlstra2010-09-092-40/+43
* | | 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
OpenPOWER on IntegriCloud