| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | powerpc/kvm: update KVM config options in ppc44x_defconfig | Hollis Blanchard | 2008-12-04 | 1 | -3/+3 |
| * | | | powerpc: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-16 | 5 | -37/+29 |
| * | | | powerpc/mm: Remove flush_HPTE() | Benjamin Herrenschmidt | 2008-12-16 | 2 | -18/+5 |
| * | | | powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c | Benjamin Herrenschmidt | 2008-12-16 | 3 | -1/+1 |
| * | | | powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementations | Benjamin Herrenschmidt | 2008-12-16 | 1 | -0/+5 |
| * | | | powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUG | Benjamin Herrenschmidt | 2008-12-16 | 1 | -1/+10 |
| * | | | powerpc: Remove dead BIO_VMERGE_BOUNDARY definition | FUJITA Tomonori | 2008-12-16 | 1 | -7/+0 |
| * | | | powerpc: Introduce ppc_pci_flags accessors | Josh Boyer | 2008-12-16 | 14 | -18/+42 |
| * | | | powerpc/pseries: Check for GIQ indicator before calling set-indicator | Nathan Lynch | 2008-12-16 | 3 | -3/+39 |
| * | | | powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index | Nathan Lynch | 2008-12-16 | 1 | -1/+1 |
| * | | | powerpc: Move smp_hw_index to 32-bit code | Nathan Lynch | 2008-12-16 | 2 | -1/+2 |
| * | | | powerpc: Remove `have_of' global variable | Anton Vorontsov | 2008-12-16 | 5 | -13/+1 |
| * | | | powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warning | Becky Bruce | 2008-12-16 | 1 | -6/+35 |
| * | | | powerpc/ps3: Add sub-match id modalias support | Geert Uytterhoeven | 2008-12-16 | 3 | -33/+34 |
| * | | | powerpc/ps3: Quiet dmesg output | Geoff Levand | 2008-12-16 | 1 | -1/+1 |
| * | | | powerpc: Fix typo in pgtable-ppc64.h | Geoff Levand | 2008-12-16 | 1 | -1/+1 |
| * | | | powerpc/chrp: Add missing of_node_put in pci.c | Nicolas Palix | 2008-12-16 | 1 | -0/+1 |
| * | | | Merge branch 'merge' into next | Paul Mackerras | 2008-12-16 | 60 | -1496/+2414 |
| |\ \ \ |
|
| * | | | | powerpc/85xx: Fix compile issues with mpc8572ds.dts | Kumar Gala | 2008-12-15 | 1 | -8/+8 |
| * | | | | powerpc: Fix bogus cache flushing on all 40x and BookE processors v2 | Benjamin Herrenschmidt | 2008-12-15 | 1 | -7/+8 |
| | |/ /
| |/| | |
|
| * | | | powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DS | Haiying Wang | 2008-12-03 | 2 | -0/+717 |
| * | | | powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DS | Haiying Wang | 2008-12-03 | 1 | -1/+10 |
| * | | | powerpc/85xx: Add localbus node in mpc8572ds dts file | Haiying Wang | 2008-12-03 | 1 | -0/+113 |
| * | | | powerpc/86xx: Basic GPIO support for GE Fanuc SBC610 | Martyn Welch | 2008-12-03 | 4 | -1/+153 |
| * | | | powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c | Anton Vorontsov | 2008-12-03 | 2 | -3/+4 |
| * | | | powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dts | Martyn Welch | 2008-12-03 | 2 | -2/+11 |
| * | | | powerpc/85xx: Fix compile warnings in mpc85xx_mds.c | Kumar Gala | 2008-12-03 | 1 | -2/+4 |
| * | | | powerpc/85xx: Add support for SMP initialization | Kumar Gala | 2008-12-03 | 3 | -0/+176 |
| * | | | powerpc/85xx: minor head_fsl_booke.S cleanup | Kumar Gala | 2008-12-03 | 1 | -2/+2 |
| * | | | powerpc: Better setup of boot page TLB entry | Trent Piepho | 2008-12-03 | 2 | -9/+15 |
| * | | | powerpc: Add SPE/EFP math emulation for E500v1/v2 processors. | Liu Yu | 2008-12-03 | 6 | -20/+813 |
| * | | | powerpc/math-emu: Remove redundant 'ret' | Liu Yu | 2008-12-03 | 18 | -52/+34 |
| * | | | powerpc/math-emu: Adopt new version of _FP_CHOOSENAN | Liu Yu | 2008-12-03 | 1 | -9/+17 |
| * | | | powerpc/math-emu: Fix single float point division bug | Liu Yu | 2008-12-03 | 1 | -1/+1 |
| * | | | powerpc: Remove unncessary SPE related compiler flag | Kumar Gala | 2008-12-03 | 1 | -1/+0 |
| * | | | powerpc and sparc: Introduce dev_archdata node accessors | Anton Vorontsov | 2008-12-03 | 2 | -0/+24 |
| * | | | powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq() | Sebastien Dugue | 2008-12-03 | 1 | -0/+1 |
| * | | | powerpc: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 2008-12-03 | 1 | -2/+0 |
| * | | | powerpc: Add sync_*_for_* to dma_ops | Becky Bruce | 2008-12-03 | 3 | -31/+92 |
| * | | | powerpc: Allow the max stack trace depth to be configured | Johannes Berg | 2008-12-03 | 2 | -1/+10 |
| * | | | powerpc: Use RCU based pte freeing mechanism for all powerpc | Kumar Gala | 2008-12-03 | 8 | -175/+167 |
| * | | | powerpc: Add a local_flush_tlb_page to handle kmap_atomic invalidates | Kumar Gala | 2008-12-03 | 2 | -2/+16 |
| * | | | powerpc: hash_page_sync should only be used on SMP & STD_MMU_32 | Kumar Gala | 2008-12-03 | 1 | -3/+3 |
| * | | | powerpc: Fix ppc32 mm_struct CPU tracking in SMP | Benjamin Herrenschmidt | 2008-12-03 | 1 | -0/+3 |
| * | | | powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs() | Kumar Gala | 2008-12-03 | 1 | -0/+2 |
| * | | | Merge branch 'merge' | Paul Mackerras | 2008-12-03 | 159 | -1715/+4355 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'linux-2.6' into next | Paul Mackerras | 2008-11-19 | 64 | -321/+682 |
| |\ \ \ \ |
|
| * | | | | | powerpc/mpic: Use new smp_request_message_ipi | Milton Miller | 2008-11-19 | 1 | -28/+4 |
| * | | | | | powerpc: Provide a separate handler for each IPI action | Milton Miller | 2008-11-19 | 2 | -0/+66 |
| * | | | | | powerpc: Correct page-in counter for CMM with 64k pages | Robert Jennings | 2008-11-19 | 1 | -1/+1 |