aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08[POWERPC] Rip out the existing powerpc msi stubsMichael Ellerman1-27/+0
2007-05-08[POWERPC] Remove use of 4level-fixup.h for ppc32David Gibson2-13/+19
2007-05-08[POWERPC] Add powerpc PCI-E reset API implementationBrian King1-0/+30
2007-05-08Merge branch 'linux-2.6'Paul Mackerras739-16359/+49128
2007-05-08[POWERPC] Holly bootwrapperJosh Boyer2-1/+46
2007-05-08[POWERPC] Holly DTSJosh Boyer1-0/+198
2007-05-08[POWERPC] Holly defconfigJosh Boyer1-0/+1070
2007-05-08[POWERPC] Add support for 750CL Holly boardJosh Boyer4-4/+330
2007-05-08[POWERPC] Generalize tsi108 PCI setupJosh Boyer2-6/+9
2007-05-08[POWERPC] Generalize tsi108 PHY typesJosh Boyer1-2/+5
2007-05-08[POWERPC] Add tsi108_pci.h for common PCI functionsJosh Boyer2-4/+2
2007-05-08[POWERPC] Export pcibios_remove_pci_devicesLinas Vepstas1-0/+1
2007-05-08[POWERPC] Add __init annotations to reserve_mem() and stabs_alloc()Michael Ellerman2-2/+2
2007-05-08[POWERPC] Cope with PCI host bridge I/O window not starting at 0Paul Mackerras1-4/+5
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds14-65/+461
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds9-76/+610
2007-05-07Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds87-2152/+9396
2007-05-07xtensa: strlcpy is smart enoughJean Delvare1-1/+1
2007-05-07v850: generic timekeeping conversionjohn stultz2-75/+4
2007-05-07uml: fix prototypesPaolo 'Blaisorblade' Giarrusso1-3/+7
2007-05-07uml: virtualized time fixJeff Dike1-2/+12
2007-05-07uml: out of tmpfs space error clarificationJeff Dike1-2/+2
2007-05-07uml: only flush areas covered by VMAJeff Dike1-2/+7
2007-05-07uml: more page fault path trimmingJeff Dike10-364/+145
2007-05-07uml: eliminate a piece of debugging codeJeff Dike1-1/+0
2007-05-07uml: speed page fault pathJeff Dike5-6/+72
2007-05-07uml: aIO deadlock avoidanceJeff Dike1-0/+5
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike22-105/+51
2007-05-07uml: remove debugging remnantsJeff Dike1-3/+0
2007-05-07uml: formatting fixes around os_{read_write}_file callersJeff Dike5-120/+89
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike7-10/+10
2007-05-07uml: don't try to handle signals on initial process stackJeff Dike1-3/+11
2007-05-07uml: dump core on panicJeff Dike3-1/+8
2007-05-07uml: fixup allocation in the ubd driverPeter Zijlstra1-1/+1
2007-05-07uml: send pointers instead of structures to I/O threadJeff Dike1-15/+26
2007-05-07uml: batch I/O requestsJeff Dike1-77/+99
2007-05-07uml: convert libc layer to call read and writeJeff Dike9-57/+71
2007-05-07uml: tidy libc codeJeff Dike7-46/+47
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike19-41/+64
2007-05-07uml: remove unused x86_64 codeJeff Dike1-69/+0
2007-05-07uml: speed up page table walkingJeff Dike1-82/+120
2007-05-07uml: dump registers on ptrace or wait failureJeff Dike1-12/+25
2007-05-07uml: drivers get release methodsJeff Dike2-9/+27
2007-05-07uml: delete HOST_FRAME_SIZEJeff Dike2-2/+0
2007-05-07uml: irq locking commentaryJeff Dike1-0/+15
2007-05-07uml: comment early boot lockingJeff Dike1-9/+13
2007-05-07uml: kernel segfaults should dump proper registersJeff Dike6-22/+78
2007-05-07uml: tidy fault codeJeff Dike8-84/+63
2007-05-07uml: kernel_thread shouldn't panicJeff Dike1-2/+0
2007-05-07uml: remove page_size()Jeff Dike10-24/+25