aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2006-12-1114-420/+341
|\
| * [AVR32] Add missing #include <linux/param.h> to delay.cHaavard Skinnemoen2006-12-081-0/+1
| * [AVR32] Pass dev parameter to dma_cache_sync()Haavard Skinnemoen2006-12-081-6/+6
| * [AVR32] Implement intc_get_pending()Haavard Skinnemoen2006-12-081-0/+4
| * [AVR32] Don't include <asm/delay.h>Haavard Skinnemoen2006-12-082-2/+1
| * [AVR32] Put the chip in "stop" mode when halting the systemHaavard Skinnemoen2006-12-081-0/+7
| * [AVR32] Set flow handler for external interruptsHaavard Skinnemoen2006-12-081-2/+20
| * [AVR32] Remove unused fileHaavard Skinnemoen2006-12-081-289/+0
| * [AVR32] Remove mii_phy_addr and eth_addr from eth_platform_dataHaavard Skinnemoen2006-12-082-11/+57
| * [AVR32] Move ethernet tag parsing to board-specific codeHaavard Skinnemoen2006-12-082-32/+23
| * [AVR32] Add macb1 platform_deviceHaavard Skinnemoen2006-12-081-0/+38
| * [AVR32] Portmux API updateHaavard Skinnemoen2006-12-084-88/+194
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-12-1156-631/+1884
|\ \
| * | [POWERPC] Generic BUG for powerpcJeremy Fitzhardinge2006-12-118-134/+69
| * | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2006-12-1112-47/+64
| |\ \
| | * | [PPC] Fix compile failure do to introduction of PHY_POLLKumar Gala2006-12-101-0/+1
| | * | Merge branch '85xx' into for_paulusKumar Gala2006-12-105-38/+42
| | |\ \
| | | * | [POWERPC] Only export __mtdcr/__mfdcr if CONFIG_PPC_DCR is setKumar Gala2006-12-105-38/+42
| | * | | [POWERPC] Fix 440SPe CPU table entryKumar Gala2006-12-081-2/+1
| | * | | Merge branch '83xx' into for_paulusKumar Gala2006-12-085-4/+19
| | |\ \ \
| | | * | | [POWERPC] Add support for FP emulation for the e300c2 coreKim Phillips2006-12-085-4/+19
| | | |/ /
| | * / / [POWERPC] of_device_register: propagate device_create_file return codeKumar Gala2006-12-081-3/+1
| | |/ /
| * | | [POWERPC] Remove old dcr.SBenjamin Herrenschmidt2006-12-111-39/+0
| * | | [POWERPC] Fix SPU coredump code for max_fdset removalPaul Mackerras2006-12-111-1/+1
| * | | [POWERPC] Fix irq routing on some 32-bit PowerMacsBenjamin Herrenschmidt2006-12-111-45/+53
| * | | [POWERPC] ps3: Add vuart supportGeoff Levand2006-12-115-0/+1072
| * | | [POWERPC] Support ibm,dynamic-reconfiguration-memory nodesPaul Mackerras2006-12-113-1/+121
| * | | [POWERPC] dont allow pSeries_probe to succeed without initialising MMUAnton Blanchard2006-12-091-5/+5
| * | | [POWERPC] micro optimise pSeries_probeAnton Blanchard2006-12-091-2/+2
| * | | [POWERPC] Add SPURR SPR to sysfsAnton Blanchard2006-12-092-0/+9
| * | | [POWERPC] Add DSCR SPR to sysfsAnton Blanchard2006-12-093-2/+13
| * | | [POWERPC] Fix mmap of PCI resource with hack for XBenjamin Herrenschmidt2006-12-085-39/+101
| * | | [POWERPC] iSeries: head_64.o needs to depend on lparmap.sStephen Rothwell2006-12-081-0/+1
| * | | [POWERPC] cbe_thermal: Fix initialization of sysfs attribute_groupChristian Krafft2006-12-081-0/+2
| * | | [POWERPC] Remove QE header files from lite5200.cTimur Tabi2006-12-081-2/+0
| * | | [POWERPC] of_platform_make_bus_id(): make `magic' intGeert Uytterhoeven2006-12-081-1/+1
| * | | [POWERPC] maple: Use RTAS for reboot and haltNathan Lynch2006-12-081-0/+12
| * | | [POWERPC] Add rtas_service_present() helperNathan Lynch2006-12-082-0/+7
| * | | [POWERPC] maple: Select PPC_RTASNathan Lynch2006-12-081-0/+1
| * | | [POWERPC] maple: Match "pcie" name for CPC945Nathan Lynch2006-12-081-1/+1
| * | | [POWERPC] qe_ic: Do a sync when masking interruptsScott Wood2006-12-081-30/+10
| * | | [POWERPC] EEH recovery tweaksLinas Vepstas2006-12-082-3/+11
| * | | [POWERPC] Delete unused irq functions on powerpcMatthew Wilcox2006-12-081-19/+0
| * | | [POWERPC] Define pci_unmap_addr() et al. when CONFIG_NOT_COHERENT_CACHE=yRoland Dreier2006-12-082-11/+45
| * | | [POWERPC] powerpc: fix build error in rom.cGeoff Levand2006-12-081-0/+1
| * | | [POWERPC] cell: Fix spu_info.h header exportArnd Bergmann2006-12-081-1/+1
| * | | [POWERPC] Cleanup pass over platforms/pseries/hotplug-cpu.cMichael Ellerman2006-12-081-14/+15
| * | | [POWERPC] Only enable cpu hotplug via RTAS if the required firmware support i...Michael Ellerman2006-12-081-6/+11
| * | | [POWERPC] Move the rest of the hotplug cpu code into platforms/pseries/hotplu...Michael Ellerman2006-12-082-202/+199
| * | | [POWERPC] Move pSeries_mach_cpu_die() into platforms/pseries/hotplug-cpu.cMichael Ellerman2006-12-083-20/+16