summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Input: synaptics - ensure we reset the device on resumeAndy Whitcroft2009-02-281-5/+4
| * | | | | | | | | | | Input: usbtouchscreen - fix eGalax HID ignoringDaniel Ritz2009-02-281-0/+1
| * | | | | | | | | | | Input: ambakmi - fix timeout handling in amba_kmi_write()Roel Kluin2009-02-011-1/+1
| * | | | | | | | | | | Input: pxa930_trkball - fix write timeout handlingRoel Kluin2009-02-011-1/+1
| * | | | | | | | | | | Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-295-7/+8
| * | | | | | | | | | | Input: bf54x-keys - fix debounce time validationRoel Kluin2009-01-291-2/+2
| * | | | | | | | | | | Input: spitzkbd - mark probe function as __devinitUwe Kleine-König2009-01-131-4/+4
| * | | | | | | | | | | Input: omap-keypad - mark probe function as __devinitUwe Kleine-König2009-01-131-4/+4
| * | | | | | | | | | | Input: corgi_ts - mark probe function as __devinitUwe Kleine-König2009-01-121-4/+5
| * | | | | | | | | | | Input: corgikbd - mark probe function as __devinitUwe Kleine-König2009-01-121-4/+4
| * | | | | | | | | | | Input: uvc - the button on the camera is KEY_CAMERABastien Nocera2009-01-101-4/+6
| * | | | | | | | | | | Input: psmouse - make MOUSE_PS2_LIFEBOOK depend on X86Jean Delvare2009-01-101-1/+1
| * | | | | | | | | | | Input: atkbd - make forced_release_keys[] staticDaniel Mierswa2009-01-101-2/+2
| * | | | | | | | | | | Input: usbtouchscreen - allow reporting calibrated dataDan Streetman2009-01-101-2/+17
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-03-024-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-0214-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-211-3/+2
| * | | | | | | | | | | | | [SCSI] sd: revive sd_index_lockTejun Heo2009-02-211-0/+7
| * | | | | | | | | | | | | [SCSI] cxgb3i: update the driver version to 1.0.1Karen Xie2009-02-211-2/+2
| * | | | | | | | | | | | | [SCSI] cxgb3i: Fix spelling errors in documentationKaren Xie2009-02-211-6/+5
| * | | | | | | | | | | | | [SCSI] cxgb3i: added missing include in cxgb3i_ddp.hKaren Xie2009-02-211-0/+2
| * | | | | | | | | | | | | [SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGSKaren Xie2009-02-216-112/+205
| * | | | | | | | | | | | | [SCSI] cxgb3i: added per-task data to track transmit progressKaren Xie2009-02-212-2/+24
| * | | | | | | | | | | | | [SCSI] cxgb3i: transmit work-request fixesKaren Xie2009-02-212-53/+121
| * | | | | | | | | | | | | [SCSI] hptiop: Add new PCI device IDHighPoint Linux Team2009-02-211-0/+1
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-028-28/+14
* | | | | | | | | | | | | x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-021-1/+1
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-02-275-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-2719-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
OpenPOWER on IntegriCloud