summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] visws build fixAndrey Panin2006-10-281-4/+3Star
* [PATCH] fix efi_memory_present_wrapper()bibo,mao2006-10-281-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-285-14/+14
|\
| * [SPARC]: Fix bus_id[] string overflow.David S. Miller2006-10-275-14/+14
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-10-284-3/+128
|\ \
| * | PCI: x86-64: mmconfig missing printk levelsDave Jones2006-10-271-2/+3
| * | PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2006-10-273-1/+125
| |/
* / [PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton2006-10-2821-147/+21Star
|/
* [SPARC64]: Fix memory corruption in pci_4u_free_consistent().David S. Miller2006-10-261-1/+1
* [SPARC64]: Fix central/FHC bus handling on Ex000 systems.David S. Miller2006-10-263-24/+43
* [PATCH] AVR32: Update defconfigHaavard Skinnemoen2006-10-261-94/+159
* [PATCH] AVR32: Use __raw MMIO access for internal peripheralsHaavard Skinnemoen2006-10-264-8/+14
* [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl]Haavard Skinnemoen2006-10-264-0/+109
* [PATCH] AVR32: Don't try to iounmap P2 segment addressesHaavard Skinnemoen2006-10-261-0/+2
* [PATCH] AVR32: Silence some compile warningsHaavard Skinnemoen2006-10-264-5/+5
* [PATCH] AVR32: Minor Makefile cleanupHaavard Skinnemoen2006-10-262-11/+14
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-10-262-19/+50
|\
| * [PATCH] x86-64: Only look at per_cpu data for online cpus.Eric W. Biederman2006-10-252-6/+43
| * [PATCH] x86-64: Simplify the vector allocator.Eric W. Biederman2006-10-251-13/+7Star
* | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2006-10-2631-390/+312Star
|\ \
| * | [POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processorsOlof Johansson2006-10-261-0/+2
| * | [POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt2006-10-252-1/+8
| * | [POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood2006-10-251-2/+2
| * | [POWERPC] Fix the UCC rx/tx clock of QELiu Dave-r632382006-10-251-0/+2
| * | [POWERPC] cell: update defconfigArnd Bergmann2006-10-251-6/+13
| * | [POWERPC] spufs: fix another off-by-one bug in spufs_mbox_readArnd Bergmann2006-10-251-1/+1
| * | [POWERPC] spufs: fix signal2 file to report signal2Dwayne Grant Mcconnell2006-10-251-1/+1
| * | [POWERPC] Fix device_is_compatible() const warningBenjamin Herrenschmidt2006-10-251-3/+5
| * | [POWERPC] Cell timebase bug workaroundBenjamin Herrenschmidt2006-10-251-2/+4
| * | [POWERPC] Support feature fixups in modulesBenjamin Herrenschmidt2006-10-252-19/+69
| * | [POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt2006-10-257-10/+74
| * | [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-259-298/+99Star
| * | [POWERPC] Fix hang in start_ldr if _end or _edata is unalignedOlaf Hering2006-10-251-3/+3
| * | [POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.cTimur Tabi2006-10-232-2/+2
| * | [POWERPC] Don't require execute perms on wrapper when building zImage.initrdMark A. Greer2006-10-231-1/+1
| * | [POWERPC] Add 970GX cputable entryJake Moilanen2006-10-232-1/+16
| * | [POWERPC] Fix build breakage with CONFIG_PPC32Srinivasa Ds2006-10-231-1/+2
| * | [POWERPC] Fix compiler warning message on get_property callZang Roy-r619112006-10-231-2/+2
| * | [POWERPC] Simplify stolen time calculationStephen Rothwell2006-10-231-47/+16Star
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-262-4/+4
|\ \ \
| * | | [ARM] Comment out missing configuration symbolsRussell King2006-10-241-2/+2
| * | | [ARM] Fix breakage in 7281c248f797723f66244b7ecef204620f664648Russell King2006-10-241-2/+2
| | |/ | |/|
* / | [PATCH] uml: mconsole fixesAl Viro2006-10-253-6/+19
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-10-246-6/+6
|\ \
| * | [WATCHDOG] Atmel AT91RM9200 rename.Andrew Victor2006-10-136-6/+6
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-10-2326-298/+268Star
|\ \ \ | |_|/ |/| |
| * | sh: Convert INTC2 to IRQ table registration.Paul Mundt2006-10-203-140/+114Star
| * | sh: Updates for irq-flow-type naming changes.Paul Mundt2006-10-194-8/+10
| * | sh: Fix exception_handling_table alignment.Paul Mundt2006-10-193-24/+37
| * | sh: Cleanup board header directories.Paul Mundt2006-10-1917-67/+34Star