summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-03-034-5/+8
|\
| * ext4: don't call jbd2_journal_force_commit_nested without journalEric Sandeen2009-02-262-2/+4
| * ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2Theodore Ts'o2009-02-281-2/+4
| * ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Theodore Ts'o2009-02-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-03-0314-180/+371
|\ \
| * | [SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu2009-02-221-2/+2
| * | [SCSI] fix ABORTED_COMMAND looping forever problemJames Bottomley2009-02-221-3/+2
| * | [SCSI] sd: revive sd_index_lockTejun Heo2009-02-221-0/+7
| * | [SCSI] cxgb3i: update the driver version to 1.0.1Karen Xie2009-02-221-2/+2
| * | [SCSI] cxgb3i: Fix spelling errors in documentationKaren Xie2009-02-221-6/+5
| * | [SCSI] cxgb3i: added missing include in cxgb3i_ddp.hKaren Xie2009-02-221-0/+2
| * | [SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGSKaren Xie2009-02-226-112/+205
| * | [SCSI] cxgb3i: added per-task data to track transmit progressKaren Xie2009-02-222-2/+24
| * | [SCSI] cxgb3i: transmit work-request fixesKaren Xie2009-02-222-53/+121
| * | [SCSI] hptiop: Add new PCI device IDHighPoint Linux Team2009-02-221-0/+1
* | | x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-038-28/+14
* | | x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-02-285-28/+37
|\ \ \
| * | | Staging: w35und: fix usb_control_msg() error handling in wb35_probe()Pekka Enberg2009-02-271-6/+10
| * | | Staging: w35und: fix registration with wlan stackPavel Machek2009-02-271-1/+3
| * | | Staging: panel: fix oops on panel_cleanup_moduleCostantino Leandro2009-02-271-11/+12
| * | | Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211.leandro Costantino2009-02-272-10/+11
| * | | Staging: rtl8187se: fix Kconfig dependenciesRandy Dunlap2009-02-271-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-02-2819-75/+176
|\ \ \ \
| * | | | USB: musb: fix srp sysfs entry deletionVikram Pandita2009-02-271-2/+2
| * | | | USB: musb: resume suspended root hub on disconnectAnand Gadiyar2009-02-271-0/+1
| * | | | USB: musb: use right poll limit for low speed devicesSergei Shtylyov2009-02-271-8/+10
| * | | | USB: musb: be careful with 64K+ transfer lengths, host sideSergei Shtylyov2009-02-271-7/+7
| * | | | USB: musb: fix data toggle saving with shared FIFOSergei Shtylyov2009-02-271-6/+1
| * | | | USB: musb: host endpoint_disable() oops fixesSergei Shtylyov2009-02-271-10/+26
| * | | | USB: musb: fix urb_dequeue() methodSergei Shtylyov2009-02-271-3/+12
| * | | | USB: musb: fix musb_host_tx() for shared endpoint FIFODmitry Krivoschekov2009-02-271-1/+2
| * | | | USB: musb: be careful with 64K+ transfer lengths (gadget side)Felipe Balbi2009-02-271-2/+2
| * | | | usb: musb: make Davinci *work* in mainlineDavid Brownell2009-02-275-18/+17
| * | | | USB: usb_get_string should check the descriptor typeAlan Stern2009-02-271-3/+8
| * | | | USB: gadget: fix build error in omap_apollon_2420_defconfigDavid Brownell2009-02-271-0/+1
| * | | | USB: g_file_storage: automatically disable stalls under AtmelAlan Stern2009-02-271-1/+5
| * | | | USB: usb-storage: add IGNORE_RESIDUE flag for Genesys Logic adaptersAlan Stern2009-02-271-2/+2
| * | | | USB: Quirk for Hummingbird huc56s / Conexant ACM modemAdam Richter2009-02-271-0/+7
| * | | | USB: serial: add support for second revision of Ericsson F3507G WWAN cardPatrik Kullman2009-02-271-2/+4
| * | | | USB: cdc-acm: add usb id for motomagx phonesDmitriy Taychenachev2009-02-271-0/+2
| * | | | USB: option: add BenQ 3g modem informationJesse Sung2009-02-271-0/+5
| * | | | usb: gadget: obex: select correct ep descriptorsFelipe Balbi2009-02-271-2/+2
| * | | | USB: EHCI: slow down ITD reuseKarsten Wiese2009-02-274-8/+57
| * | | | USB: fsl_usb2_udc: fix potential queue head corruptionLi Yang2009-02-271-0/+3
| |/ / /
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-02-2812-104/+119
|\ \ \ \
| * | | | Revert "MIPS: Print irq handler description"Ralf Baechle2009-02-271-1/+0
| * | | | MIPS: CVE-2009-0029: Enable syscall wrappers.Ralf Baechle2009-02-2710-98/+110
| * | | | MIPS: Alchemy: In plat_time_init() t reaches -1, tested: 0Roel Kluin2009-02-271-3/+3
| * | | | MIPS: Only allow Cavium OCTEON to be configured for boards that support itDavid Daney2009-02-271-2/+6
| |/ / /