aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-20[ARM] Fix jornada720 build errorsRussell King1-6/+0
2007-02-20[ARM] Fix iop13xx build errorRussell King1-0/+1
2007-02-20[ARM] Fix build error caused by move of apmRussell King1-1/+1
2007-02-20[ARM] 4223/1: ixdp2351 : Fix for a define errorOzzy1-1/+1
2007-02-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds10-33/+532
2007-02-20[MIPS] Cobalt: Fix UART I/O typeYoichi Yuasa1-7/+7
2007-02-20[MIPS] Fixup copy_from_user_inatomicRalf Baechle3-3/+486
2007-02-20[MIPS] Fix struct sigcontext for N32 userlandAtsushi Nemoto1-17/+16
2007-02-20[MIPS] Make some __setup functions staticAtsushi Nemoto2-3/+3
2007-02-20[MIPS] Declare highstart_pfn, highend_pfn only if CONFIG_HIGHMEM=yRalf Baechle1-2/+2
2007-02-20[MIPS] Allow selection of KGDB only on platforms where it's supported.Ralf Baechle2-1/+18
2007-02-19[PATCH] Fix a free-wrong-pointer bug in nfs/acl server.Greg Banks1-5/+12
2007-02-19[PATCH] tick management: make broadcast dependent on local APICThomas Gleixner1-0/+1
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton7-7/+14
2007-02-19[PATCH] fs/stack.c: Copy i_nlink after all other attributes are copiedErez Zadok1-5/+9
2007-02-19[PATCH] NOHZ: Produce debug output instead of a BUG()Thomas Gleixner1-1/+3
2007-02-19[PATCH] NOHZ: Fix RCU handlingIngo Molnar1-4/+4
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2007-02-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds87-2110/+7920
2007-02-19Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds21-137/+769
2007-02-19Merge git://git.infradead.org/mtd-2.6Linus Torvalds37-468/+1048
2007-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds11-13/+89
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds17-106/+481
2007-02-19Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds21-104/+124
2007-02-19Merge branch 'audit.b37' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds6-76/+257
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds90-314/+304
2007-02-19Merge branch 'kill-jffs' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6Linus Torvalds12-6859/+0
2007-02-19Merge branch 'acpi' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds7-1/+751
2007-02-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds57-447/+706
2007-02-19Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds320-5749/+16182
2007-02-19Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds6-1/+80
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds69-1461/+2523
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds57-1018/+1523
2007-02-19Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds44-478/+1889
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds11-29/+144
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds18-77/+343
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds44-170/+532
2007-02-18[MIPS] Update defconfigsRalf Baechle47-1450/+5656
2007-02-18[MIPS] Support for several more SNI RM models.Thomas Bogendoerfer17-395/+1874
2007-02-18[MIPS] Include <asm/bugs> to for declaration of check_bugs32.Ralf Baechle1-0/+1
2007-02-18[MIPS] Add external declaration of pagetable_init() to pgalloc.hAtsushi Nemoto5-3/+5
2007-02-18[MIPS] Make kernel_thread_helper() staticAtsushi Nemoto1-1/+1
2007-02-18[MIPS] Make __declare_dbe_table static and avoid it getting optimized awayRalf Baechle1-7/+3
2007-02-18[MIPS] Use MIPS R2 instructions for bitops.Ralf Baechle1-1/+51
2007-02-18[MIPS] signals: Share even more code.Ralf Baechle7-164/+35
2007-02-18[MIPS] Fix CONFIG_MIPS32_N32=y CONFIG_MIPS32_O32=n buildRalf Baechle1-2/+2
2007-02-18[MIPS] Iomap implementation.Ralf Baechle6-81/+287
2007-02-18[MIPS] <asm/compat-signal.h> needs to include <asm/uaccess.h>.Ralf Baechle1-0/+2
2007-02-18[MIPS] IP27: Fix warning.Ralf Baechle1-1/+1
2007-02-18[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.Atsushi Nemoto2-5/+2