summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-15sparc64 (and others): fix tty_ioctl.c buildTony Breeds1-0/+14
2007-09-15Merge git://git.linux-xtensa.org/kernel/xtensa-feedLinus Torvalds36-704/+1515
2007-09-15Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo...Linus Torvalds3-51/+88
2007-09-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+2
2007-09-15Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds7-7/+68
2007-09-15KVM: MMU: Fix rare oops on guest context switchAvi Kivity2-5/+10
2007-09-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds9-33/+42
2007-09-15Correctly close old nfsd/lockd sockets.Neil Brown1-1/+1
2007-09-15Fix kernel buuild with (CONFIG_COMPAT && ! CONFIG_BLOCK)aherrman@arcor.de1-0/+3
2007-09-15shared tag queue barrier commentNick Piggin1-0/+10
2007-09-14[MIPS] 20Kc: Disable use of WAIT instruction.Ralf Baechle1-1/+8
2007-09-14[MIPS] Workaround for 4Kc machine check exceptionMaciej W. Rozycki1-1/+25
2007-09-14[MIPS] Malta: Fix off by one bug in interrupt handler.Ralf Baechle1-1/+1
2007-09-14[MIPS] No ide_default_io_base() if PCI IDE was not foundAtsushi Nemoto1-0/+31
2007-09-14[MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.cYoichi Yuasa1-0/+1
2007-09-14[MIPS] N32 needs to use compat_sys_futimesatJohannes Dickgreber1-1/+1
2007-09-14[MIPS] rtlx: Fix build error.Ralf Baechle1-2/+0
2007-09-14[MIPS] rtlx: fix int vs. long bug.Ralf Baechle1-1/+1
2007-09-14V4L/DVB (6220a): fix build error for et61x251 driverLinus Torvalds1-2/+3
2007-09-14V4L/DVB (6188): Avoid a NULL pointer dereference during mpeg_open()Steven Toth1-1/+1
2007-09-14V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time...Robert P. J. Day1-13/+10
2007-09-14V4L/DVB (6148): Fix a warning at saa7191_probeMauro Carvalho Chehab1-2/+2
2007-09-14V4L/DVB (6147): Pwc: Fix a broken debug messageJean Delvare1-1/+1
2007-09-14V4L/DVB (6144): Fix mux setup for composite sound on AverTV 307Stas Sergeev1-6/+6
2007-09-14V4L/DVB (6095): ivtv: fix VIDIOC_G_ENC_INDEX flag handlingHans Verkuil3-8/+19
2007-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-29/+17
2007-09-13Fix race with shared tag queue mapsJens Axboe1-6/+7
2007-09-13Fix this Paul Simon song's nameJean Delvare1-1/+1
2007-09-13radeonfb: fix chip definition for Radeon Xpress 200M 0x5975aherrman@arcor.de2-8/+7
2007-09-13radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60.aherrman@arcor.de1-1/+2
2007-09-13[ARM] 4567/1: Fix 'Oops - undefined instruction' when CONFIG_VFP=y on non VFP...Tzachi Perelstein1-0/+1
2007-09-13[ARM] realview: disable second GIC on RevB MPCore platformsRussell King1-1/+1
2007-09-13Revert "usb-storage: implement autosuspend"Greg Kroah-Hartman2-29/+11
2007-09-13USB: disable autosuspend by default for non-hubsAlan Stern1-0/+6
2007-09-12Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds8-5/+10
2007-09-12lguest: Fix guest crash when CONFIG_X86_USE_3DNOW=yRusty Russell1-3/+4
2007-09-12[POWERPC] Move serial_dev_init to device_initcall()Olof Johansson1-1/+1
2007-09-12i386: Fix leak of ../kernel from top levelAndi Kleen2-2/+2
2007-09-12x86_64: Prevent doing anything from cache_remove_dev() when info setup failed.Andi Kleen1-1/+3
2007-09-12x86_64: Add missing mask operation to vdsoAndi Kleen1-2/+3
2007-09-12Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds1-0/+1
2007-09-12Define termios_1 functions for powerpc, s390, avr32 and frvPaul Mackerras1-0/+2
2007-09-12[POWERPC] Enable GENERIC_ISA_DMA if FSL_ULI1575 to fix compile issueKumar Gala1-0/+1
2007-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+4
2007-09-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+12
2007-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-3/+17
2007-09-12[BLUETOOTH]: Fix non-COMPAT build of hci_sock.cDavid S. Miller1-3/+4
2007-09-12Blackfin arch: fix some bugs in lib/string.h functions found by our string te...Mike Frysinger1-49/+80
2007-09-12[SPARC64]: Fix booting on V100 systems.David S. Miller1-1/+12
2007-09-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-41/+50