summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Input: fm801-gp - handle errors from pci_enable_device()Jeff Garzik2006-10-121-7/+15
| * | | Input: gameport core - handle errors returned by device_bind_driver()Dmitry Torokhov2006-10-121-2/+16
| * | | Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov2006-10-121-2/+14
| * | | Lockdep: fix compile error in drivers/input/serio/serio.cAndrew Morton2006-10-111-0/+2
| * | | Input: serio - add lockdep annotationsJiri Kosina2006-10-113-2/+8
| * | | Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-117-14/+23
| * | | Input: atkbd - supress "too many keys" error messageDmitry Torokhov2006-10-111-13/+41
| * | | Input: i8042 - supress ACK/NAKs when blinking during panicDmitry Torokhov2006-10-111-2/+11
| * | | Input: add missing exports to fix modular buildDmitry Torokhov2006-10-112-0/+2
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-10-1715-30/+75
|\ \ \ \
| * | | | [POWERPC] Check for offline nodes in pci NUMA codeAnton Blanchard2006-10-161-2/+8
| * | | | [POWERPC] Better check in show_instructionsAnton Blanchard2006-10-161-8/+2
| * | | | [POWERPC] POWER6 has 6 PMCsAnton Blanchard2006-10-161-1/+1
| * | | | [POWERPC] Never panic when taking altivec exceptions from userspaceAnton Blanchard2006-10-161-2/+1
| * | | | [POWERPC] Fix IO Window Updates on P2P bridges.Randy Vinson2006-10-161-6/+6
| * | | | [POWERPC] Add Makefile entry for MPC832x_mds supportLi Yang2006-10-161-1/+2
| * | | | [POWERPC] Fix MPC8360EMDS PB board supportLi Yang2006-10-163-0/+33
| * | | | [POWERPC] ppc: Add missing calls to set_irq_regsKumar Gala2006-10-161-0/+4
| * | | | [POWERPC] Off-by-one in /arch/ppc/platforms/mpc8*Eric Sesterhenn2006-10-163-6/+6
| * | | | [POWERPC] Add DOS partition table support to mpc834x_itx_defconfigTimur Tabi2006-10-161-1/+1
| * | | | [POWERPC] spufs: fix support for read/write on cntlNoguchi, Masato2006-10-161-0/+1
| * | | | [POWERPC] Don't crash on cell with 2 BEs when !CONFIG_NUMABenjamin Herrenschmidt2006-10-161-4/+11
* | | | | [PATCH] ISDN: check for userspace copy faultsJeff Garzik2006-10-175-11/+20
* | | | | [PATCH] ISDN: fix drivers, by handling errors thrown by ->readstat()Jeff Garzik2006-10-171-3/+6
* | | | | [PATCH] drivers/isdn/isdnloop: save_flags()/cli(), restore_flags() replaced a...Amol Lad2006-10-172-40/+31
* | | | | [PATCH] drivers/isdn/hysdn: save_flags()/cli(), restore_flags() replaced appr...Amol Lad2006-10-174-33/+27
* | | | | [PATCH] Convert cpu hotplug notifiers to use raw_notifier instead of blocking...Neil Brown2006-10-171-9/+15
* | | | | [PATCH] rt-mutex: fixup rt-mutex debug codePeter Zijlstra2006-10-171-2/+2
* | | | | [PATCH] Add entry.S labels to tag fileAneesh Kumar K.V2006-10-171-1/+2
* | | | | [PATCH] kbuild: allow multi-word $M in Makefile.modpostGreg Banks2006-10-171-1/+1
* | | | | [PATCH] epca: prevent panic on tty_register_driver() failureAkinobu Mita2006-10-171-9/+23
* | | | | [PATCH] rd: memory leak on rd_init() failureAkinobu Mita2006-10-171-6/+6
* | | | | [PATCH] lockdep: annotate i386 apmPeter Zijlstra2006-10-171-10/+27
* | | | | [PATCH] rtc: fix printk of 64-bit res on 32-bit platformJeff Garzik2006-10-171-2/+2
* | | | | [PATCH] fs/partitions/check: add sysfs error handlingJeff Garzik2006-10-171-8/+42
* | | | | [PATCH] I2O: handle a few sysfs errorsJeff Garzik2006-10-172-5/+24
* | | | | [PATCH] drivers/led: handle sysfs errorsJeff Garzik2006-10-172-7/+35
* | | | | [PATCH] Fix IO error reporting on fsync()Jan Kara2006-10-172-2/+11
* | | | | [PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown2006-10-179-26/+41
* | | | | [PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to failNeilBrown2006-10-171-1/+10
* | | | | [PATCH] knfsd: nfsd4: Fix error handling in nfsd's callback clientJ. Bruce Fields2006-10-171-2/+2
* | | | | [PATCH] knfsd: nfsd4: fix open permission checkingJ. Bruce Fields2006-10-171-1/+3
* | | | | [PATCH] knfsd: nfsd4: fix owner-override on openJ. Bruce Fields2006-10-171-7/+5
* | | | | [PATCH] fuse: fix dereferencing dentry parentMiklos Szeredi2006-10-171-1/+4
* | | | | [PATCH] fuse: fix handling of moved directoryMiklos Szeredi2006-10-173-27/+51
* | | | | [PATCH] fuse: fix spurious BUGMiklos Szeredi2006-10-171-3/+0
* | | | | [PATCH] fuse: locking fix for nlookupMiklos Szeredi2006-10-172-0/+4
* | | | | [PATCH] document i_size_write locking rulesMiklos Szeredi2006-10-171-1/+5
* | | | | [PATCH] fuse: fix hang on SMPMiklos Szeredi2006-10-173-13/+34
* | | | | [PATCH] sx: fix user-visible typo (devic)Alexey Dobriyan2006-10-171-1/+1