Age | Commit message (Expand) | Author | Files | Lines |
2011-05-19 | powerpc/spider-pic: Get pic from chip_data instead of irq_map | Milton Miller | 1 | -6/+7 |
2011-05-19 | powerpc: Remove irq_host_ops->remap hook | Milton Miller | 3 | -16/+0 |
2011-05-19 | powerpc/psurge: Create a irq_host for secondary cpus | Milton Miller | 3 | -13/+46 |
2011-05-19 | powerpc/mpc62xx_pic: Fix get_irq handling of NO_IRQ | Milton Miller | 1 | -1/+3 |
2011-05-19 | powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE | Milton Miller | 1 | -3/+3 |
2011-05-19 | powerpc/fsl_msi: Use chip_data not handler_data | Milton Miller | 1 | -3/+3 |
2011-05-19 | powerpc/fsl_msi: Don't abuse platform_data for driver_data | Milton Miller | 1 | -2/+2 |
2011-05-19 | powerpc: Remove i8259 irq_host_ops->unmap | Milton Miller | 1 | -13/+0 |
2011-05-19 | powerpc: Remove trival irq_host_ops.unmap | Milton Miller | 4 | -28/+0 |
2011-05-19 | powerpc: Return early if irq_host lookup type is wrong | Milton Miller | 1 | -5/+7 |
2011-05-19 | powerpc: Radix trees are available before init_IRQ | Milton Miller | 1 | -74/+4 |
2011-05-19 | powerpc/xics: Cleanup xics_host_map and ipi | Milton Miller | 1 | -5/+5 |
2011-05-19 | powerpc: Use bytes instead of bitops in smp ipi multiplexing | Milton Miller | 1 | -13/+18 |
2011-05-19 | powerpc: Add kconfig for muxed smp ipi support | Milton Miller | 9 | -7/+32 |
2011-05-19 | powerpc: Consolidate ipi message mux and demux | Milton Miller | 17 | -176/+126 |
2011-05-19 | powerpc: Move smp_ops_t from machdep.h to smp.h | Milton Miller | 2 | -21/+15 |
2011-05-19 | powerpc: Remove stubbed beat smp support | Milton Miller | 5 | -131/+0 |
2011-05-19 | powerpc: Remove alloc_maybe_bootmem for zalloc version | Milton Miller | 4 | -15/+4 |
2011-05-19 | powerpc: Remove powermac/pic.h | Milton Miller | 1 | -11/+0 |
2011-05-19 | powerpc/mpic: Simplify ipi cpu mask handling | Milton Miller | 1 | -13/+11 |
2011-05-19 | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF | Milton Miller | 12 | -163/+21 |
2011-05-19 | powerpc: Remove call sites of MSG_ALL_BUT_SELF | Milton Miller | 4 | -9/+16 |
2011-05-19 | powerpc/mpic: Break cpumask abstraction earlier | Milton Miller | 1 | -7/+3 |
2011-05-19 | powerpc/mpic: Limit NR_CPUS loop to 32 bit | Milton Miller | 1 | -1/+1 |
2011-05-19 | powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating it | Milton Miller | 1 | -1/+1 |
2011-05-19 | powerpc: Use nr_cpu_ids in initial paca allocation | Milton Miller | 2 | -11/+11 |
2011-05-19 | powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_present | Milton Miller | 1 | -6/+6 |
2011-05-19 | powerpc/iseries: Cleanup and fix secondary startup | Milton Miller | 1 | -24/+35 |
2011-05-19 | powerpc/kdump64: Don't reference freed memory as pacas | Milton Miller | 1 | -1/+1 |
2011-05-19 | powerpc: Don't search for paca in freed memory | Milton Miller | 1 | -5/+8 |
2011-05-19 | powerpc/kexec: Fix memory corruption from unallocated slaves | Milton Miller | 1 | -5/+8 |
2011-05-19 | powerpc/pseries: Print corrupt r3 in FWNMI code | Anton Blanchard | 1 | -1/+1 |
2011-05-19 | pseries/iommu: Restore iommu table pointer when restoring iommu ops | Nishanth Aravamudan | 1 | -2/+3 |
2011-05-19 | powerpc: Remove ioremap_flags | Anton Blanchard | 7 | -19/+17 |
2011-05-19 | powerpc: Add ioremap_wc | Anton Blanchard | 3 | -0/+24 |
2011-05-19 | powerpc: Improve scheduling of system call entry instructions | Anton Blanchard | 1 | -4/+4 |
2011-05-19 | powerpc: Remove static branch hint in giveup_altivec | Anton Blanchard | 1 | -1/+1 |
2011-05-19 | powerpc: Simplify 4k/64k copy_page logic | Anton Blanchard | 3 | -25/+6 |
2011-05-19 | powerpc/pseries: Enable iSCSI support for a number of cards | Anton Blanchard | 1 | -0/+6 |
2011-05-19 | powerpc/pseries: Enable Emulex and Qlogic 10Gbit cards | Anton Blanchard | 1 | -0/+2 |
2011-05-19 | powerpc/mm: Fix compiler warning in pgtable-ppc64.h [-Wunused-but-set-variable] | Stratos Psomadakis | 1 | -7/+6 |
2011-05-19 | powerpc: Ensure dtl buffers do not cross 4k boundary | Nishanth Aravamudan | 3 | -18/+35 |
2011-05-19 | powerpc: Fix kexec with dynamic dma windows | Nishanth Aravamudan | 1 | -9/+14 |
2011-05-19 | powerpc: Use the deterministic mode of ar | Michal Marek | 1 | -1/+1 |
2011-05-19 | powerpc: Remove unused config in the Makefile | Justin Mattock | 1 | -1/+0 |
2011-05-19 | powerpc: Call gzip with -n | Michal Marek | 1 | -3/+3 |
2011-05-19 | powerpc/4xx: Fix regression in SMP on 476 | kerstin jonsson | 1 | -2/+2 |
2011-05-19 | powerpc/kexec: Fix build failure on 32-bit SMP | Ben Hutchings | 1 | -29/+30 |
2011-05-19 | powerpc/smp: Make start_secondary_resume available to all CPU variants | Benjamin Herrenschmidt | 2 | -9/+11 |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 2 | -4/+10 |