aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard1-1/+15
2008-12-23powerpc/32: Wire up the trampoline code for kdumpDale Farnsworth3-1/+16
2008-12-23powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth5-14/+15
2008-12-23powerpc/32: Allow __ioremap on RAM addresses for kdump kernelAnton Vorontsov1-0/+2
2008-12-23powerpc/32: Setup OF properties for kdumpDale Farnsworth2-52/+40
2008-12-23powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()Anton Vorontsov2-10/+7
2008-12-23powerpc: Prepare xmon_save_regs for use with kdumpAnton Vorontsov5-5/+12
2008-12-23powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov7-43/+0
2008-12-23powerpc: Make default kexec/crash_kernel ops implicitAnton Vorontsov1-12/+9
2008-12-23powerpc: Setup OF properties for ppc32 kexecDale Farnsworth2-19/+39
2008-12-23powerpc/pseries: Fix cpu hotplugSebastien Dugue1-1/+1
2008-12-23powerpc: Fix KVM build on ppc440Paul Mackerras1-0/+1
2008-12-22powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill5-16/+175
2008-12-22powerpc/cell: fix build breakage with CONFIG_SPUFS disabledArnd Bergmann1-2/+2
2008-12-21powerpc/mpc5200: fix error paths in PSC UART probe functionWolfram Sang1-8/+15
2008-12-21powerpc/mpc5200: add rts/cts handling in PSC UART driverWolfram Sang2-5/+47
2008-12-21powerpc/mpc5200: Make PSC UART driver update serial errors countersRené Bürgel1-2/+8
2008-12-21powerpc/mpc5200: Remove obsolete code from mpc5200 MDIO driverWolfram Sang1-4/+1
2008-12-21powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driverTim Yamin3-78/+488
2008-12-21powerpc/mpc5200: Disable bestcomm prefetching when ATA DMA enabledGrant Likely3-5/+21
2008-12-21powerpc/mpc5200: Bestcomm fixes to ATA supportTim Yamin2-3/+3
2008-12-21powerpc/mpc5200: Bugfix on handling variable sized buffer descriptorsGrant Likely1-19/+42
2008-12-21powerpc/mpc5200: Make internal 5200 PIC the default interrupt controllerGrant Likely1-0/+2
2008-12-21powerpc/mpc5200: Document and tidy irq driverGrant Likely5-122/+189
2008-12-21powerpc: Fix missing 'blr' in _tlbia()Benjamin Herrenschmidt1-0/+1
2008-12-21powerpc/bootwrapper: Use the child-bus #address-cells to decide which range entry to useScott Wood1-1/+1
2008-12-21powerpc: Const-qualify Device Node Argument to DCR Resource Extent APIGrant Erickson2-4/+5
2008-12-21powerpc/44x: 44x TLB doesn't need "Guarded" set for all pagesBenjamin Herrenschmidt1-1/+11
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt9-77/+68
2008-12-21powerpc/mm: Runtime allocation of mmu context maps for nohash CPUsBenjamin Herrenschmidt3-54/+116
2008-12-21powerpc/44x: No need to mask MSR:CE, ME or DE in _tlbil_va on 440Benjamin Herrenschmidt1-9/+10
2008-12-21powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt7-249/+292
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt10-57/+281
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt16-60/+268
2008-12-21powerpc/mm: Rework context management for CPUs with no hash tableBenjamin Herrenschmidt6-54/+234
2008-12-21powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt13-321/+337
2008-12-21powerpc/4xx: Extended DCR support v2Benjamin Herrenschmidt4-17/+65
2008-12-21powerpc: Add reboot notifier to Collaborative Memory ManagerBrian King1-1/+28
2008-12-21powerpc: Disable Collaborative Memory Manager for kdumpBrian King1-1/+1
2008-12-21powerpc/iseries: viodasd needs to depend on CONFIG_BLOCKStephen Rothwell1-0/+1
2008-12-21hvc_console: Escape magic sysrq keyHendrik Brueckner1-2/+5
2008-12-21powerpc: Pass a valid token to rtas_call() in phyp-dump codeTony Breeds1-0/+2
2008-12-21powerpc: Protect against NULL pointer deref in phyp-dump codeTony Breeds1-0/+3
2008-12-21powerpc: Rename struct vm_region to avoid conflict with NOMMUDavid Howells1-12/+12
2008-12-21powerpc: Convert sysfs cache code to of_find_next_cache_node()Nathan Lynch1-6/+1
2008-12-21powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()Nathan Lynch1-7/+4
2008-12-21powerpc: Add of_find_next_cache_node()Nathan Lynch2-0/+34
2008-12-21of/gpio: Implement of_gpio_count()Anton Vorontsov2-0/+40
2008-12-21of: of_parse_phandles_with_args() learns to differentiate 'hole' cellsAnton Vorontsov1-6/+16
2008-12-21of: Minor simplification for the of_parse_phandles_with_args()Anton Vorontsov1-7/+4