summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Staging: comedi: ni_65xx.c: fix output inversion problem.Ian Abbott2009-10-091-0/+6
| * | | | Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.Ian Abbott2009-10-091-3/+3
| * | | | Staging: comedi: s526: fixes for pulse generatorIan Abbott2009-10-091-31/+19
| * | | | Staging: comedi: s526: Take account of arch's byte order.Ian Abbott2009-10-091-0/+17
| * | | | Staging: comedi: s526: Get rid of global variable 'cmReg'.Ian Abbott2009-10-091-2/+5
| * | | | Staging: comedi: s526: Fix number of channels on DIO subdeviceIan Abbott2009-10-091-15/+20
| * | | | Staging: comedi: cb_pcidio: fix "section mismatch" errorIan Abbott2009-10-091-2/+6
| * | | | Staging: comedi: jr3_pci: Initialize transf variable fully in jr3_pci_poll_su...Ian Abbott2009-10-091-12/+6
| * | | | Staging: comedi: Corrected type of a printk argument in resize_async_buffer().Ian Abbott2009-10-091-1/+1
| * | | | Staging: p9auth: a few fixesSerge E. Hallyn2009-10-091-6/+8
| * | | | Staging: rtl8192e: Add #include <linux/vmalloc.h>Jeff Mahoney2009-10-091-0/+1
| * | | | Staging: iio: Don't build on s390Jeff Mahoney2009-10-091-0/+1
| * | | | Staging: winbond: implement prepare_multicast and fix API usageJeff Mahoney2009-10-091-2/+9
| * | | | Staging: w35und: Fix ->beacon_int breakagePekka Enberg2009-10-091-16/+17
| * | | | Staging: remove cowloop driverGreg Kroah-Hartman2009-10-097-2939/+0
| * | | | Staging: remove agnx driverGreg Kroah-Hartman2009-10-0917-5211/+0
| * | | | Staging: comedi: serial2002: fix include build issueGreg Kroah-Hartman2009-10-091-0/+1
| |/ / /
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-114-58/+292
|\ \ \ \
| * | | | hwmon: (s3c-hwmon) Disable build for S3C64xxMark Brown2009-10-091-1/+1
| * | | | MAINTAINERS: Fix Riku Voipio's addressJean Delvare2009-10-091-1/+1
| * | | | hwmon: (asus_atk0110) Enable the ECLuca Tettamanti2009-10-091-1/+184
| * | | | hwmon: (asus_atk0110) Refactor the codeLuca Tettamanti2009-10-091-56/+102
| * | | | hwmon: (sht15) Fix spurious section mismatch warningRakib Mullick2009-10-091-1/+6
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-10-1114-157/+447
|\ \ \ \
| * | | | Btrfs: fix file clone ioctl for bookend extentsChris Mason2009-10-091-2/+4
| * | | | Btrfs: fix uninit compiler warning in cow_file_range_nocowChris Mason2009-10-091-0/+1
| * | | | Btrfs: constify dentry_operationsAlexey Dobriyan2009-10-092-2/+2
| * | | | Btrfs: optimize back reference update during btrfs_drop_snapshotYan, Zheng2009-10-091-29/+53
| * | | | Btrfs: remove negative dentry when deleting subvolumneYan, Zheng2009-10-092-5/+8
| * | | | Btrfs: optimize fsync for the single writer caseJosef Bacik2009-10-082-1/+13
| * | | | Btrfs: async delalloc flushing under space pressureJosef Bacik2009-10-083-11/+88
| * | | | Btrfs: release delalloc reservations on extent item insertionJosef Bacik2009-10-088-37/+107
| * | | | Btrfs: delay clearing EXTENT_DELALLOC for compressed extentsChris Mason2009-10-081-2/+4
| * | | | Btrfs: cleanup extent_clear_unlock_delalloc flagsChris Mason2009-10-083-37/+51
| * | | | Btrfs: fix possible softlockup in the allocatorJosef Bacik2009-10-061-6/+17
| * | | | Btrfs: fix deadlock on async thread startupChris Mason2009-10-055-32/+106
* | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11145-1/+145
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-11259-666/+58442
|\ \ \ \ \
| * | | | | [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue createAnirban Chakraborty2009-10-021-2/+4
| * | | | | [SCSI] st: fix possible memory use after free after MTSETBLK ioctlDavid Jeffery2009-10-021-3/+0
| * | | | | [SCSI] be2iscsi: Moving to pci_pools v3Jayamohan Kallickal2009-10-023-65/+51
| * | | | | [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-028-9/+19
| * | | | | [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driverJayamohan Kallickal2009-10-0214-0/+7126
| * | | | | [SCSI] zfcp: Fix hang when offlining device with offline chpidChristof Schmitt2009-10-022-5/+5
| * | | | | [SCSI] zfcp: Fix lockdep warning when offlining device with offline chpidChristof Schmitt2009-10-022-1/+4
| * | | | | [SCSI] zfcp: Fix oops during shutdown of offline deviceChristof Schmitt2009-10-021-4/+4
| * | | | | [SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocationChristof Schmitt2009-10-024-31/+38
| * | | | | [SCSI] zfcp: correctly initialize unchained requestsChristof Schmitt2009-10-021-4/+18
| * | | | | [SCSI] mpt2sas: Bump version 02.100.03.00Kashyap, Desai2009-10-021-3/+3
| * | | | | [SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHY...Kashyap, Desai2009-10-021-5/+6
OpenPOWER on IntegriCloud