summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Workaround for 4Kc machine check exceptionMaciej W. Rozycki2007-09-141-1/+25
* [MIPS] Malta: Fix off by one bug in interrupt handler.Ralf Baechle2007-09-141-1/+1
* [MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.cYoichi Yuasa2007-09-141-0/+1
* [MIPS] N32 needs to use compat_sys_futimesatJohannes Dickgreber2007-09-141-1/+1
* [MIPS] rtlx: Fix build error.Ralf Baechle2007-09-141-2/+0
* [MIPS] rtlx: fix int vs. long bug.Ralf Baechle2007-09-141-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-09-128-5/+10
|\
| * [POWERPC] Move serial_dev_init to device_initcall()Olof Johansson2007-09-131-1/+1
| * [POWERPC] Enable GENERIC_ISA_DMA if FSL_ULI1575 to fix compile issueKumar Gala2007-09-121-0/+1
| * [POWERPC] cpm2: Fix off-by-one error in setbrg().Scott Wood2007-09-101-1/+1
| * [PPC] 8xx: Fix r3 trashing due to 8MB TLB page instantiationJochen Friedrich2007-09-101-2/+0
| * [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala2007-09-104-1/+7
* | i386: Fix leak of ../kernel from top levelAndi Kleen2007-09-122-2/+2
* | x86_64: Prevent doing anything from cache_remove_dev() when info setup failed.Andi Kleen2007-09-121-1/+3
* | x86_64: Add missing mask operation to vdsoAndi Kleen2007-09-121-2/+3
* | [SPARC64]: Fix booting on V100 systems.David S. Miller2007-09-121-1/+12
* | revert "highmem: catch illegal nesting"Andrew Morton2007-09-111-4/+3
* | m68k(nommu): add missing syscallsGeert Uytterhoeven2007-09-112-0/+20
* | H8/300: Fix misnamed "CONFIG_BLKDEV_RESERVE_ADDRESS" Kconfig variableRobert P. J. Day2007-09-111-1/+1
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-113-5/+8
|\ \
| * | [MIPS] Fix aliasing bug in copy_user_highpage.Ralf Baechle2007-09-111-1/+4
| * | [MIPS] IP22: fix wrong argument orderThomas Bogendoerfer2007-09-111-2/+2
| * | [MIPS] IP22: Fix wrong check for second HPCThomas Bogendoerfer2007-09-111-2/+2
| * | [MIPS] Ocelot: remove remaining bitsYoichi Yuasa2007-09-111-14/+0
| * | [MIPS] TLB: Fix instruction bitmasksThiemo Seufer2007-09-111-2/+2
| * | [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-111-1/+1
| * | [MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.Ralf Baechle2007-09-111-1/+0
| * | [MIPS] Kconfig: whitespace cleanup.Ralf Baechle2007-09-111-4/+4
| * | [MIPS] PCI: Set need_domain_info if controller domain index is non-zero.Ralf Baechle2007-09-111-0/+1
| * | [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-111-4/+4
| * | [MIPS] i8259: Add disable method.Kyungmin Park2007-09-111-0/+1
| |/
* | PCI: irq and pci_ids patch for Intel TolapaiJason Gaston2007-09-111-0/+1
* | PCI: Remove __devinit from pcibios_get_irq_routing_tableRalf Baechle2007-09-111-1/+1
* | i386: fix a hang on stuck nmi watchdogDaniel Walker2007-09-101-1/+1
* | x86_64: Remove CLFLUSH in text_poke()Andi Kleen2007-09-101-4/+2
* | i386: Fix perfctr watchdog on core duoStephane Eranian2007-09-101-6/+22
* | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-103-3/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-107-26/+13
|\ \
| * | [MIPS] Ocelot: remove remaining bitsYoichi Yuasa2007-09-101-14/+0
| * | [MIPS] TLB: Fix instruction bitmasksThiemo Seufer2007-09-101-2/+2
| * | [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-101-1/+1
| * | [MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.Ralf Baechle2007-09-101-1/+0
| * | [MIPS] Kconfig: whitespace cleanup.Ralf Baechle2007-09-101-4/+4
| * | [MIPS] PCI: Set need_domain_info if controller domain index is non-zero.Ralf Baechle2007-09-101-0/+1
| * | [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-101-4/+4
| * | [MIPS] i8259: Add disable method.Kyungmin Park2007-09-101-0/+1
| |/
* | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2007-09-1053-3209/+2418
|\ \
| * | m32r: Rename STI/CLI macrosHirokazu Takata2007-09-061-8/+8
| * | m32r: build fix of entry.SHirokazu Takata2007-09-061-2/+2
| * | m32r: Separate syscall table from entry.SHirokazu Takata2007-09-032-287/+290