summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix oops on some machines due to incorrect pr_debug()Benjamin Herrenschmidt2009-02-021-3/+2Star
* powerpc/pseries: Correct VIO bus accounting problem in CMO env.Robert Jennings2009-01-281-3/+4
* powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling2009-01-161-0/+5
* powerpc/e500mc: Doorbells need to be taken w/exceptions disabledKumar Gala2009-01-141-1/+1
* powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt2009-01-131-0/+9
* powerpc/cacheinfo: Rename cache_dir per-cpu variableNathan Lynch2009-01-131-5/+5
* powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-131-3/+3
* powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-134-16/+16
* powerpc/kexec: Check crash_base for relocatable kernelMilton Miller2009-01-131-0/+25
* powerpc: Make dummy section a valid note headerMilton Miller2009-01-131-1/+3
* Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-132-5/+8
|\
| * powerpc/fsl-booke: Remove num_tlbcam_entriesTrent Piepho2009-01-071-4/+0Star
| * powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2009-01-072-1/+8
* | powerpc: Export cacheable_memzero as its now used in a driverKumar Gala2009-01-081-0/+1
* | powerpc: Use correct type in prom_init.cIngo Molnar2009-01-081-1/+1
* | powerpc: Remove unnecessary castsStephen Rothwell2009-01-081-7/+7
* | powerpc: Fix pciconfig_iobase system call on PCI-Express powermacPaul Mackerras2009-01-081-2/+7
* | powerpc: Rewrite sysfs processor cache info codeNathan Lynch2009-01-084-297/+850
* | powerpc/pci: Reserve legacy regions on PCIBenjamin Herrenschmidt2009-01-081-1/+70
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-081-6/+1Star
|\ \
| * | PCI: powerpc: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-071-6/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-071-3/+4
|/ /
* | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-032-7/+12
|\ \
| * | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-312-3/+11
| * | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-5/+2Star
* | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-023-6/+2Star
|\ \ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-181-2/+2
| |\ \ \
| * \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-171-0/+3
| |\ \ \ \
| * \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-137-83/+459
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-122-0/+4
| | |\ \ \ \ \
| * | | | | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
| * | | | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
| * | | | | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-4/+0Star
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-021-6/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-0/+11
| * | | | | | KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-311-6/+0Star
| * | | | | | KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-311-5/+9
| * | | | | | KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard2008-12-311-1/+1
| | |_|_|_|/ | |/| | | |
* / | | | | take init_fs to saner placeAl Viro2009-01-011-1/+0Star
|/ / / / /
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-2940-898/+1216
|\ \ \ \ \
| * | | | | powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok2008-12-283-15/+24
| * | | | | powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard2008-12-281-1/+15
| * | | | | powerpc/32: Wire up the trampoline code for kdumpDale Farnsworth2008-12-231-0/+2
| * | | | | powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth2008-12-231-5/+6
| * | | | | powerpc/32: Setup OF properties for kdumpDale Farnsworth2008-12-232-52/+40Star
| * | | | | powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()Anton Vorontsov2008-12-231-1/+1
| * | | | | powerpc: Prepare xmon_save_regs for use with kdumpAnton Vorontsov2008-12-232-0/+78
| * | | | | powerpc: Make default kexec/crash_kernel ops implicitAnton Vorontsov2008-12-231-12/+9Star