| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] m68k: consolidate initcall sections | Geert Uytterhoeven | 2006-10-29 | 2 | -14/+2 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2006-10-28 | 6 | -21/+30 |
|\ |
|
| * | [S390] uaccess error handling. | Heiko Carstens | 2006-10-27 | 4 | -20/+28 |
| * | [S390] Initialize interval value to 0. | Gerald Schaefer | 2006-10-27 | 1 | -0/+1 |
| * | [S390] sys_getcpu compat wrapper. | Paul Mundt | 2006-10-27 | 1 | -1/+1 |
* | | [PATCH] visws build fix | Andrey Panin | 2006-10-28 | 1 | -4/+3 |
* | | [PATCH] fix efi_memory_present_wrapper() | bibo,mao | 2006-10-28 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-10-27 | 5 | -14/+14 |
|\ \ |
|
| * | | [SPARC]: Fix bus_id[] string overflow. | David S. Miller | 2006-10-27 | 5 | -14/+14 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-10-27 | 4 | -3/+128 |
|\ \ |
|
| * | | PCI: x86-64: mmconfig missing printk levels | Dave Jones | 2006-10-27 | 1 | -2/+3 |
| * | | PCI: fix pci_fixup_video as it blows up on sparc64 | Eiichiro Oiwa | 2006-10-27 | 3 | -1/+125 |
| |/ |
|
* | | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 2006-10-27 | 21 | -147/+21 |
|/ |
|
* | [SPARC64]: Fix memory corruption in pci_4u_free_consistent(). | David S. Miller | 2006-10-25 | 1 | -1/+1 |
* | [SPARC64]: Fix central/FHC bus handling on Ex000 systems. | David S. Miller | 2006-10-25 | 3 | -24/+43 |
* | [PATCH] AVR32: Update defconfig | Haavard Skinnemoen | 2006-10-25 | 1 | -94/+159 |
* | [PATCH] AVR32: Use __raw MMIO access for internal peripherals | Haavard Skinnemoen | 2006-10-25 | 4 | -8/+14 |
* | [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] | Haavard Skinnemoen | 2006-10-25 | 4 | -0/+109 |
* | [PATCH] AVR32: Don't try to iounmap P2 segment addresses | Haavard Skinnemoen | 2006-10-25 | 1 | -0/+2 |
* | [PATCH] AVR32: Silence some compile warnings | Haavard Skinnemoen | 2006-10-25 | 4 | -5/+5 |
* | [PATCH] AVR32: Minor Makefile cleanup | Haavard Skinnemoen | 2006-10-25 | 2 | -11/+14 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-10-25 | 2 | -19/+50 |
|\ |
|
| * | [PATCH] x86-64: Only look at per_cpu data for online cpus. | Eric W. Biederman | 2006-10-25 | 2 | -6/+43 |
| * | [PATCH] x86-64: Simplify the vector allocator. | Eric W. Biederman | 2006-10-25 | 1 | -13/+7 |
* | | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po... | Linus Torvalds | 2006-10-25 | 31 | -390/+312 |
|\ \ |
|
| * | | [POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processors | Olof Johansson | 2006-10-26 | 1 | -0/+2 |
| * | | [POWERPC] Fix CHRP platforms with only 8259 | Benjamin Herrenschmidt | 2006-10-25 | 2 | -1/+8 |
| * | | [POWERPC] IPIC: Fix spinlock recursion in set_irq_handler | Scott Wood | 2006-10-25 | 1 | -2/+2 |
| * | | [POWERPC] Fix the UCC rx/tx clock of QE | Liu Dave-r63238 | 2006-10-25 | 1 | -0/+2 |
| * | | [POWERPC] cell: update defconfig | Arnd Bergmann | 2006-10-25 | 1 | -6/+13 |
| * | | [POWERPC] spufs: fix another off-by-one bug in spufs_mbox_read | Arnd Bergmann | 2006-10-25 | 1 | -1/+1 |
| * | | [POWERPC] spufs: fix signal2 file to report signal2 | Dwayne Grant Mcconnell | 2006-10-25 | 1 | -1/+1 |
| * | | [POWERPC] Fix device_is_compatible() const warning | Benjamin Herrenschmidt | 2006-10-25 | 1 | -3/+5 |
| * | | [POWERPC] Cell timebase bug workaround | Benjamin Herrenschmidt | 2006-10-25 | 1 | -2/+4 |
| * | | [POWERPC] Support feature fixups in modules | Benjamin Herrenschmidt | 2006-10-25 | 2 | -19/+69 |
| * | | [POWERPC] Support feature fixups in vdso's | Benjamin Herrenschmidt | 2006-10-25 | 7 | -10/+74 |
| * | | [POWERPC] Consolidate feature fixup code | Benjamin Herrenschmidt | 2006-10-25 | 9 | -298/+99 |
| * | | [POWERPC] Fix hang in start_ldr if _end or _edata is unaligned | Olaf Hering | 2006-10-25 | 1 | -3/+3 |
| * | | [POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.c | Timur Tabi | 2006-10-23 | 2 | -2/+2 |
| * | | [POWERPC] Don't require execute perms on wrapper when building zImage.initrd | Mark A. Greer | 2006-10-23 | 1 | -1/+1 |
| * | | [POWERPC] Add 970GX cputable entry | Jake Moilanen | 2006-10-23 | 2 | -1/+16 |
| * | | [POWERPC] Fix build breakage with CONFIG_PPC32 | Srinivasa Ds | 2006-10-23 | 1 | -1/+2 |
| * | | [POWERPC] Fix compiler warning message on get_property call | Zang Roy-r61911 | 2006-10-23 | 1 | -2/+2 |
| * | | [POWERPC] Simplify stolen time calculation | Stephen Rothwell | 2006-10-23 | 1 | -47/+16 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-10-25 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | [ARM] Comment out missing configuration symbols | Russell King | 2006-10-24 | 1 | -2/+2 |
| * | | | [ARM] Fix breakage in 7281c248f797723f66244b7ecef204620f664648 | Russell King | 2006-10-24 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | [PATCH] uml: mconsole fixes | Al Viro | 2006-10-24 | 3 | -6/+19 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2006-10-23 | 6 | -6/+6 |
|\ \ |
|
| * | | [WATCHDOG] Atmel AT91RM9200 rename. | Andrew Victor | 2006-10-13 | 6 | -6/+6 |