summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * hvc_console: Escape magic sysrq keyHendrik Brueckner2008-12-211-2/+5
| | * powerpc: Pass a valid token to rtas_call() in phyp-dump codeTony Breeds2008-12-211-0/+2
| | * powerpc: Protect against NULL pointer deref in phyp-dump codeTony Breeds2008-12-211-0/+3
| | * powerpc: Rename struct vm_region to avoid conflict with NOMMUDavid Howells2008-12-211-12/+12
| | * powerpc: Convert sysfs cache code to of_find_next_cache_node()Nathan Lynch2008-12-211-6/+1
| | * powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()Nathan Lynch2008-12-211-7/+4
| | * powerpc: Add of_find_next_cache_node()Nathan Lynch2008-12-212-0/+34
| | * of/gpio: Implement of_gpio_count()Anton Vorontsov2008-12-212-0/+40
| | * of: of_parse_phandles_with_args() learns to differentiate 'hole' cellsAnton Vorontsov2008-12-211-6/+16
| | * of: Minor simplification for the of_parse_phandles_with_args()Anton Vorontsov2008-12-211-7/+4
| | * Merge branch 'linux-2.6' into nextPaul Mackerras2008-12-1857-301/+387
| | |\
| | * \ Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po...Paul Mackerras2008-12-174-105/+230
| | |\ \
| | | * | powerpc/4xx: Add L2 cache node to AMCC Canyonlands dts fileStefan Roese2008-12-111-0/+11
| | | * | powerpc/4xx: Add support for ISA holes on 4xx PCI/X/EBenjamin Herrenschmidt2008-12-043-99/+213
| | | * | powerpc/44x: update ppc44x_defconfigStephen Rothwell2008-12-041-3/+3
| | | * | powerpc/kvm: update KVM config options in ppc44x_defconfigHollis Blanchard2008-12-041-3/+3
| | * | | rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-162-6/+6
| | * | | powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-165-37/+29
| | * | | powerpc/mm: Remove flush_HPTE()Benjamin Herrenschmidt2008-12-162-18/+5
| | * | | powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.cBenjamin Herrenschmidt2008-12-163-1/+1
| | * | | powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementationsBenjamin Herrenschmidt2008-12-161-0/+5
| | * | | powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUGBenjamin Herrenschmidt2008-12-161-1/+10
| | * | | powerpc: Remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2008-12-161-7/+0
| | * | | powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2008-12-1614-18/+42
| | * | | powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch2008-12-163-3/+39
| | * | | powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_indexNathan Lynch2008-12-161-1/+1
| | * | | powerpc: Move smp_hw_index to 32-bit codeNathan Lynch2008-12-162-1/+2
| | * | | powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-166-15/+2
| | * | | powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warningBecky Bruce2008-12-161-6/+35
| | * | | powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-164-36/+37
| | * | | powerpc/ps3: Quiet dmesg outputGeoff Levand2008-12-161-1/+1
| | * | | powerpc: Fix typo in pgtable-ppc64.hGeoff Levand2008-12-161-1/+1
| | * | | powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix2008-12-161-0/+1
| | * | | Merge branch 'merge' into nextPaul Mackerras2008-12-16197-2383/+3707
| | |\ \ \
| | * | | | powerpc/85xx: Fix compile issues with mpc8572ds.dtsKumar Gala2008-12-151-8/+8
| | * | | | powerpc: Fix bogus cache flushing on all 40x and BookE processors v2Benjamin Herrenschmidt2008-12-151-7/+8
| | | |/ / | | |/| |
| | * | | powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DSHaiying Wang2008-12-032-0/+717
| | * | | powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DSHaiying Wang2008-12-031-1/+10
| | * | | powerpc/85xx: Add localbus node in mpc8572ds dts fileHaiying Wang2008-12-031-0/+113
| | * | | powerpc/86xx: Basic GPIO support for GE Fanuc SBC610Martyn Welch2008-12-034-1/+153
| | * | | powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.cAnton Vorontsov2008-12-032-3/+4
| | * | | powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dtsMartyn Welch2008-12-032-2/+11
| | * | | powerpc/85xx: Fix compile warnings in mpc85xx_mds.cKumar Gala2008-12-031-2/+4
| | * | | powerpc/85xx: Add support for SMP initializationKumar Gala2008-12-033-0/+176
| | * | | powerpc/85xx: minor head_fsl_booke.S cleanupKumar Gala2008-12-031-2/+2
| | * | | powerpc: Better setup of boot page TLB entryTrent Piepho2008-12-032-9/+15
| | * | | powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu2008-12-036-20/+813
| | * | | powerpc/math-emu: Remove redundant 'ret'Liu Yu2008-12-0318-52/+34
| | * | | powerpc/math-emu: Adopt new version of _FP_CHOOSENANLiu Yu2008-12-031-9/+17
| | * | | powerpc/math-emu: Fix single float point division bugLiu Yu2008-12-031-1/+1
OpenPOWER on IntegriCloud