summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'pr_fmt()' format modifier to pr_xyz macros.Martin Schwidefsky2008-11-151-19/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-11-151-4/+6
|\
| * 9p: restrict RDMA usageRandy Dunlap2008-11-141-4/+6
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-11-151-82/+149
|\ \
| * | V4L/DVB (9624): CVE-2008-5033: fix OOPS on tvaudio when controlling bass/trebleMauro Carvalho Chehab2008-11-141-8/+7
| * | V4L/DVB (9623): tvaudio: Improve debug msg by printing something more humanMauro Carvalho Chehab2008-11-141-1/+5
| * | V4L/DVB (9622): tvaudio: Improve comments and remove a unneeded prototypeMauro Carvalho Chehab2008-11-141-12/+7
| * | V4L/DVB (9621): Avoid writing outside shadow.bytes[] arrayMauro Carvalho Chehab2008-11-141-3/+27
| * | V4L/DVB (9620): tvaudio: use a direct reference for chip descriptionMauro Carvalho Chehab2008-11-141-8/+9
| * | V4L/DVB (9619): tvaudio: update initial commentsMauro Carvalho Chehab2008-11-141-1/+5
| * | V4L/DVB (9618): tvaudio: add additional logic to avoid OOPSMauro Carvalho Chehab2008-11-141-8/+37
| * | V4L/DVB (9617): tvtime: remove generic_checkmode callbackMauro Carvalho Chehab2008-11-141-36/+35
| * | V4L/DVB (9616): tvaudio: cleanup - group all callbacks togetherMauro Carvalho Chehab2008-11-141-7/+18
| * | V4L/DVB (9615): tvaudio: instead of using a magic number, use ARRAY_SIZEMauro Carvalho Chehab2008-11-141-3/+3
| * | V4L/DVB (9613): tvaudio: fix a memory leakMauro Carvalho Chehab2008-11-141-0/+1
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-11-1510-20/+47
|\ \ \
| * | | [S390] fix s390x_newunameMartin Schwidefsky2008-11-141-1/+1
| * | | [S390] dasd: log sense for fatal errorsStefan Haberland2008-11-141-0/+5
| * | | [S390] cpu topology: fix lockingHeiko Carstens2008-11-141-4/+7
| * | | [S390] cio: Fix refcount after moving devices.Cornelia Huck2008-11-141-0/+4
| * | | [S390] ftrace: fix kernel stack backchain walkingHeiko Carstens2008-11-142-11/+18
| * | | [S390] ftrace: disable tracing on idle pswHeiko Carstens2008-11-141-0/+3
| * | | [S390] lockdep: fix compile bugHeiko Carstens2008-11-141-0/+2
| * | | [S390] kvm_s390: Fix oops in virtio device detection with "mem="Christian Borntraeger2008-11-141-2/+2
| * | | [S390] sclp: emit error message if assign storage failsHeiko Carstens2008-11-141-0/+3
| * | | [S390] Fix range for add_active_range() in setup_memory()Gerald Schaefer2008-11-141-2/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-11-1517-99/+67
|\ \ \
| * | | [SCSI] dpt_i2o: fix transferred data length for scsi_set_resid()Miquel van Smoorenburg2008-11-151-2/+2
| * | | [SCSI] scsi_error regression: Fix idempotent command handlingMike Christie2008-11-051-2/+3
| * | | [SCSI] zfcp: Fix hexdump data in s390dbf tracesChristof Schmitt2008-11-052-32/+18
| * | | [SCSI] zfcp: fix erp timeout cleanup for port open requestsMartin Petermann2008-11-051-0/+1
| * | | [SCSI] zfcp: Wait for port scan to complete when setting adapter onlineChristof Schmitt2008-11-051-1/+3
| * | | [SCSI] zfcp: Fix cast warningChristof Schmitt2008-11-051-1/+2
| * | | [SCSI] zfcp: Fix request list handling in error pathChristof Schmitt2008-11-051-11/+6
| * | | [SCSI] zfcp: fix mempool usage for status_read requestsChristof Schmitt2008-11-051-0/+1
| * | | [SCSI] zfcp: fix req_list_locking.Heiko Carstens2008-11-051-2/+3
| * | | [SCSI] zfcp: Dont clear reference from SCSI device to unitChristof Schmitt2008-11-051-8/+4
| * | | [SCSI] qla2xxx: Update version number to 8.02.01-k9.Andrew Vasquez2008-11-051-1/+1
| * | | [SCSI] qla2xxx: Return a FAILED status when abort mailbox-command fails.Michael Reed2008-11-051-0/+1
| * | | [SCSI] qla2xxx: Do not honour max_vports from firmware for 2G ISPs and below.Shyam Sundar2008-11-052-2/+2
| * | | [SCSI] qla2xxx: Use pci_disable_rom() to manipulate PCI config space.Andrew Vasquez2008-11-051-20/+4
| * | | [SCSI] qla2xxx: Correct Atmel flash-part handling.Lalit Chandivade2008-11-052-13/+7
| * | | [SCSI] megaraid: fix mega_internal_command oopsFUJITA Tomonori2008-11-052-4/+9
* | | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-152-19/+0
* | | | mm: remove unevictable's show_page_pathKOSAKI Motohiro2008-11-151-35/+0
* | | | misc: C2port needs <linux/sched.h>Geert Uytterhoeven2008-11-151-0/+1
* | | | m68k: Fix off-by-one in m68k_setup_user_interrupt()Geert Uytterhoeven2008-11-151-1/+1
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-11-151-2/+11
|\ \ \ \
| * | | | libata: improve phantom device detectionTejun Heo2008-11-141-2/+11
| | |/ / | |/| |
* | | | Move "exit_robust_list" into mm_release()Linus Torvalds2008-11-152-9/+11