Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | powerpc/fsl_msi: enable msi allocation in all banks | Li Yang | 2 | -3/+13 |
2010-05-25 | powerpc/fsl_msi: fix the conflict of virt_msir's chip_data | Li Yang | 1 | -6/+27 |
2010-05-25 | powerpc/fsl_msi: Add multiple MSI bank support | Lan Chunhe-B25806 | 1 | -15/+25 |
2010-05-25 | powerpc/kexec: Add support for FSL-BookE | Sebastian Andrzej Siewior | 6 | -1/+74 |
2010-05-24 | powerpc/fsl-booke: Move the entry setup code into a seperate file | Sebastian Andrzej Siewior | 2 | -198/+201 |
2010-05-24 | powerpc/fsl-booke: fix the case where we are not in the first page | Sebastian Andrzej Siewior | 1 | -0/+1 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 214 | -2509/+10018 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 16 | -43/+69 |
2010-05-22 | drivercore: Add of_match_table to the common device drivers | Grant Likely | 1 | -1/+4 |
2010-05-22 | arch/powerpc: Move dma_mask from of_device into pdev_archdata | Grant Likely | 4 | -3/+4 |
2010-05-22 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 1 | -3/+3 |
2010-05-22 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 41 | -712/+4191 |
2010-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 104 | -689/+4091 |
2010-05-21 | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 3 | -4/+15 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -2/+2 |
2010-05-21 | powerpc/85xx: Enable support for ports 3 and 4 on 8548 CDS | Andy Fleming | 1 | -4/+0 |
2010-05-21 | powerpc/fsl-booke: Add hibernation support for FSL BookE processors | Anton Vorontsov | 2 | -2/+199 |
2010-05-21 | powerpc/e500mc: Implement machine check handler. | Scott Wood | 4 | -12/+112 |
2010-05-21 | powerpc: Remove unused 'protect4gb' boot parameter | FUJITA Tomonori | 1 | -12/+0 |
2010-05-21 | powerpc: Build-in e1000e for pseries & ppc64_defconfig | Michael Neuling | 2 | -2/+2 |
2010-05-21 | powerpc/pseries: Make request_ras_irqs() available to other pseries code | Mark Nelson | 4 | -60/+90 |
2010-05-21 | powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinity | Anton Blanchard | 1 | -8/+12 |
2010-05-21 | powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaim | Anton Blanchard | 1 | -0/+10 |
2010-05-21 | powerpc: Use smt_snooze_delay=-1 to always busy loop | Anton Blanchard | 2 | -14/+13 |
2010-05-21 | powerpc: Remove check of ibm,smt-snooze-delay OF property | Anton Blanchard | 1 | -29/+0 |
2010-05-21 | powerpc/kdump: Fix race in kdump shutdown | Michael Neuling | 1 | -0/+27 |
2010-05-21 | powerpc/kexec: Fix race in kexec shutdown | Michael Neuling | 6 | -17/+47 |
2010-05-21 | powerpc/kexec: Speedup kexec hash PTE tear down | Michael Neuling | 1 | -13/+20 |
2010-05-21 | powerpc/pseries: Add hcall to read 4 ptes at a time in real mode | Michael Neuling | 3 | -0/+57 |
2010-05-21 | powerpc: Use more accurate limit for first segment memory allocations | Anton Blanchard | 1 | -4/+13 |
2010-05-21 | powerpc/kdump: Use chip->shutdown to disable IRQs | Anton Blanchard | 1 | -1/+1 |
2010-05-21 | powerpc/kdump: CPUs assume the context of the oopsing CPU | Anton Blanchard | 1 | -1/+5 |
2010-05-21 | powerpc/crashdump: Do not fail on NULL pointer dereferencing | Maxim Uvarov | 1 | -0/+3 |
2010-05-21 | powerpc/eeh: Fix oops when probing in early boot | Anton Blanchard | 1 | -1/+1 |
2010-05-21 | powerpc/pci: Check devices status property when scanning OF tree | Sonny Rao | 1 | -0/+2 |
2010-05-21 | powerpc/vio: Switch VIO Bus PM to use generic helpers | Brian King | 1 | -24/+1 |
2010-05-21 | powerpc: Avoid bad relocations in iSeries code | Paul Mackerras | 1 | -2/+2 |
2010-05-21 | powerpc: Use common cpu_die (fixes SMP+SUSPEND build) | Milton Miller | 5 | -11/+19 |
2010-05-21 | powerpc: Fix string library functions | Andreas Schwab | 1 | -8/+8 |
2010-05-21 | powerpc/rtasd: Don't start event scan if scan rate is zero | Michael Ellerman | 1 | -0/+6 |
2010-05-21 | powerpc,kgdb: Introduce low level trap catching | Jason Wessel | 2 | -4/+9 |
2010-05-21 | kgdb: core changes to support kdb | Jason Wessel | 1 | -0/+5 |
2010-05-21 | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 1 | -0/+1 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2010-05-19 | KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls | Avi Kivity | 2 | -1/+24 |
2010-05-19 | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity | 3 | -3/+4 |
2010-05-19 | KVM: powerpc: use of kzalloc/kfree requires including slab.h | Stephen Rothwell | 1 | -0/+1 |
2010-05-19 | panic: Allow warnings to set different taint flags | Ben Hutchings | 1 | -3/+3 |
2010-05-19 | of: eliminate of_device->node and dev_archdata->{of,prom}_node | Grant Likely | 9 | -36/+14 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 17 | -65/+65 |