summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-1537-232/+755
|\
| *-. Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2009-09-139-153/+455
| |\ \
| | | * HID: fix memory leak on error patch in debug codeJulia Lawall2009-08-081-0/+1
| | | * HID: fix memory leak on error path in debug codeJiri Kosina2009-06-261-1/+3
| | | * HID: fix debugfs build with !CONFIG_DEBUG_FSJiri Kosina2009-06-261-6/+6
| | | * HID: use debugfs for events/reports dumpingJiri Kosina2009-06-124-49/+276
| | | * HID: use debugfs for report dumping descriptorJiri Kosina2009-06-128-122/+195
| | * | HID: completely remove apple mightymouse from blacklistJan Scholz2009-08-261-1/+0
| | * | HID: fix overrun in quirks initializationRoel Kluin2009-08-081-1/+1
| * | | HID: support larger reports than 64 bytes in hiddevJiri Kosina2009-08-201-1/+1
| * | | HID: local function should be staticH Hartley Sweeten2009-08-181-1/+2
| * | | HID: ignore Philips IEEE802.15.4 RF DongleHenning Glawe2009-08-082-0/+4
| * | | HID: ignore all recent SoundGraph iMON devicesJarod Wilson2009-08-082-10/+7
| * | | HID: Drop NULL test on list_entry resultJulia Lawall2009-07-231-5/+0
| * | | HID: driver for Twinhan USB 6253:0100 remote controlBruno Premont2009-07-235-0/+159
| * | | HID: adding __init/__exit macros to module init/exit functionsPeter Huewe2009-07-2324-48/+48
| * | | HID: add rumble support for Thrustmaster Dual Trigger 3-in-1Ruben Aos Garralda2009-07-233-4/+10
| * | | HID: ntrig tool separation and pen usagesRafi Rubin2009-07-231-4/+29
| * | | HID: Avoid double spin_lock_init on usbhid->lockSergey Senozhatsky2009-07-231-1/+0
| * | | HID: add force feedback support for Logitech WingMan Formula Force GPJiri Kosina2009-07-235-0/+6
| * | | HID: Support new variants of Samsung USB IR receiver (0419:0001)Robert Schedel2009-07-231-5/+34
| |/ /
* | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-1542-284/+729
|\ \ \
| * | | block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-146-67/+37
| * | | Make DISCARD_BARRIER and DISCARD_NOBARRIER writes instead of readsDavid Woodhouse2009-09-141-2/+2
| * | | block: don't assume device has a request list backing in nr_requests storeJens Axboe2009-09-141-1/+6
| * | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-143-2/+22
| * | | cfq: choose a new next_req when a request is dispatchedJeff Moyer2009-09-141-0/+1
| * | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-146-19/+42
| * | | aoe: end barrier bios with EOPNOTSUPPEd Cashin2009-09-141-0/+3
| * | | block: trace bio queueing trial only when it occursMinchan Kim2009-09-111-2/+2
| * | | block: enable rq CPU completion affinity by defaultJens Axboe2009-09-111-1/+2
| * | | cfq: fix the log message after dispatched a requestShan Wei2009-09-111-1/+1
| * | | block: use printk_onceMarcin Slusarz2009-09-113-20/+8
| * | | cciss: memory leak in cciss_init_one()Eric Dumazet2009-09-111-2/+2
| * | | splice: update mtime and atime on filesMiklos Szeredi2009-09-111-2/+6
| * | | block: make blk_iopoll_prep_sched() follow normal 0/1 return conventionJens Axboe2009-09-111-2/+9
| * | | cfq-iosched: get rid of must_alloc flagJens Axboe2009-09-111-5/+1
| * | | block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe2009-09-111-1/+1
| * | | block: fix comment in blk-iopoll.cJens Axboe2009-09-111-3/+6
| * | | block: adjust default budget for blk-iopollJens Axboe2009-09-111-1/+3
| * | | block: fix long lines in block/blk-iopoll.cJens Axboe2009-09-111-12/+14
| * | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-115-2/+272
| * | | block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-112-2/+11
| * | | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-1117-60/+54
| * | | block: make bio_rw_flagged() return a boolJens Axboe2009-09-111-1/+4
| * | | Send uevents for write_protect changesHannes Reinecke2009-09-111-2/+16
| * | | cfq-iosched: no need to keep track of busy_rt_queuesVivek Goyal2009-09-111-23/+0
| * | | cfq-iosched: drain device queue before switching to a sync queueJens Axboe2009-09-111-13/+25
| * | | scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-113-21/+4
| * | | block: implement mixed merge of different failfast requestsTejun Heo2009-09-114-5/+161