Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-05-09 | 28 | -714/+1219 | |
|\ \ \ \ \ | ||||||
| * | | | | | [POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32 | David Gibson | 2007-05-09 | 3 | -4/+4 | |
| * | | | | | [POWERPC] EEH: log all PCI-X and PCI-E AER registers | Linas Vepstas | 2007-05-09 | 1 | -2/+46 | |
| * | | | | | [POWERPC] EEH: capture and log pci state on error | Linas Vepstas | 2007-05-09 | 1 | -2/+41 | |
| * | | | | | [POWERPC] EEH: Split up long error msg | Linas Vepstas | 2007-05-09 | 1 | -3/+5 | |
| * | | | | | [POWERPC] EEH: log error only after driver notification. | Linas Vepstas | 2007-05-09 | 1 | -1/+5 | |
| * | | | | | [POWERPC] fsl_soc: Make mac_addr const in fs_enet_of_init(). | Scott Wood | 2007-05-09 | 1 | -1/+1 | |
| * | | | | | [POWERPC] Don't use SLAB/SLUB for PTE pages | Hugh Dickins | 2007-05-09 | 2 | -24/+6 | |
| * | | | | | [POWERPC] Spufs support for 64K LS mappings on 4K kernels | Benjamin Herrenschmidt | 2007-05-09 | 6 | -36/+274 | |
| * | | | | | [POWERPC] Add ability to 4K kernel to hash in 64K pages | Benjamin Herrenschmidt | 2007-05-09 | 4 | -16/+46 | |
| * | | | | | [POWERPC] Introduce address space "slices" | Benjamin Herrenschmidt | 2007-05-09 | 10 | -586/+719 | |
| * | | | | | [POWERPC] Small fixes & cleanups in segment page size demotion | Benjamin Herrenschmidt | 2007-05-09 | 1 | -41/+46 | |
| * | | | | | [POWERPC] iSeries: Make HVC_ISERIES the default | Stephen Rothwell | 2007-05-09 | 1 | -1/+3 | |
| * | | | | | [POWERPC] iSeries: suppress build warning in lparmap.c | Stephen Rothwell | 2007-05-09 | 1 | -1/+2 | |
| * | | | | | [POWERPC] Mark pages that don't exist as nosave | Johannes Berg | 2007-05-09 | 1 | -0/+25 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-05-09 | 34 | -40/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix file specification in comments | Uwe Kleine-König | 2007-05-09 | 17 | -17/+17 | |
| * | | | | | | misc doc and kconfig typos | Matt LaPlante | 2007-05-09 | 2 | -2/+2 | |
| * | | | | | | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 4 | -5/+5 | |
| * | | | | | | Kconfig: A couple of grammatical fixes in arch/i386/Kconfig | Robert P. J. Day | 2007-05-09 | 1 | -2/+2 | |
| * | | | | | | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 2007-05-09 | 2 | -2/+2 | |
| * | | | | | | Fix trivial typos in Kconfig* files | David Sterba | 2007-05-09 | 8 | -12/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 | Linus Torvalds | 2007-05-09 | 6 | -8/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [AVR32] Wire up sys_utimensat | Haavard Skinnemoen | 2007-05-09 | 1 | -0/+1 | |
| * | | | | | | [AVR32] Fix section mismatch .taglist -> .init.text | Haavard Skinnemoen | 2007-05-09 | 1 | -1/+1 | |
| * | | | | | | [AVR32] Implement dma_{alloc,free}_writecombine() | Haavard Skinnemoen | 2007-05-09 | 1 | -4/+8 | |
| * | | | | | | AVR32: Spinlock initializer cleanup | Thomas Gleixner | 2007-05-09 | 2 | -2/+2 | |
| * | | | | | | [AVR32] Use correct config symbol when setting cpuflags | Haavard Skinnemoen | 2007-05-09 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | i386: cpu/transmeta.c: fix definition of USER686 | H. Peter Anvin | 2007-05-09 | 1 | -2/+4 | |
* | | | | | | i386: voyager: use __maybe_unused | David Rientjes | 2007-05-09 | 1 | -2/+2 | |
* | | | | | | i386 pci: use __maybe_unused | David Rientjes | 2007-05-09 | 1 | -1/+1 | |
* | | | | | | rename thread_info to stack | Roman Zippel | 2007-05-09 | 11 | -13/+13 | |
* | | | | | | wrap access to thread_info | Roman Zippel | 2007-05-09 | 7 | -9/+9 | |
* | | | | | | microcode: use suspend-related CPU hotplug notifications | Rafael J. Wysocki | 2007-05-09 | 1 | -26/+36 | |
* | | | | | | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 2007-05-09 | 16 | -1/+33 | |
* | | | | | | Use the APIC to determine the hardware processor id - i386 | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -2/+0 | |
* | | | | | | Remove hardcoding of hard_smp_processor_id on UP systems | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -0/+1 | |
* | | | | | | uml: turn build warnings into comments | Miklos Szeredi | 2007-05-09 | 3 | -5/+8 | |
* | | | | | | uml: mark a tt-only function | Jeff Dike | 2007-05-09 | 1 | -0/+2 | |
* | | | | | | uml: turn on SCSI support | Peter Zijlstra | 2007-05-09 | 2 | -73/+1 | |
* | | | | | | FRV: Replace pgd management via slabs through quicklists | Christoph Lameter | 2007-05-09 | 3 | -14/+18 | |
|/ / / / / | ||||||
* | | | | | FRV: Miscellaneous fixes | David Howells | 2007-05-08 | 3 | -2/+13 | |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-05-08 | 16 | -751/+716 | |
|\ \ \ \ \ | ||||||
| * | | | | | [SPARC64]: Optimize fault kprobe handling just like powerpc. | David S. Miller | 2007-05-08 | 2 | -41/+15 | |
| * | | | | | [SPARC]: Wire up utimensat syscall. | David S. Miller | 2007-05-08 | 3 | -1/+6 | |
| * | | | | | [SPARC64]: Fix request_irq() ignored result warnings in PCI controller code. | David S. Miller | 2007-05-08 | 3 | -46/+104 | |
| * | | | | | [SPARC64]: Kill asm-sparc64/pbm.h | David S. Miller | 2007-05-08 | 10 | -9/+124 | |
| * | | | | | [SPARC64]: Removal of trivial pci_controller_info uses. | David S. Miller | 2007-05-08 | 3 | -67/+58 | |
| * | | | | | [SPARC64]: Move index info pci_pbm_info. | David S. Miller | 2007-05-08 | 8 | -154/+136 | |
| * | | | | | [SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info. | David S. Miller | 2007-05-08 | 2 | -124/+116 |