summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * watchdog: hpwdt.c: Increase version stringTom Mingarelli2012-12-191-1/+1
| * watchdog: Convert twl4030_wdt to watchdog coreJarkko Nikula2012-12-192-149/+35
| * davinci_wdt: preparation for switch to common clock frameworkKaricheri, Muralidharan2012-12-191-2/+2
| * watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-12-191-9/+2
| * watchdog: ath79_wdt: convert to use module_platform_driverGabor Juhos2012-12-191-11/+2
* | Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-12-2228-433/+473
|\ \
| * | dm stripe: add WRITE SAME supportMike Snitzer2012-12-211-4/+6
| * | dm: remove map_infoMikulas Patocka2012-12-2113-50/+29
| * | dm snapshot: do not use map_contextMikulas Patocka2012-12-211-13/+23
| * | dm thin: dont use map_contextMikulas Patocka2012-12-211-36/+13
| * | dm raid1: dont use map_contextMikulas Patocka2012-12-211-9/+13
| * | dm flakey: dont use map_contextMikulas Patocka2012-12-211-4/+11
| * | dm raid1: rename read_record to bio_recordMikulas Patocka2012-12-211-11/+11
| * | dm: move target request nr to dm_target_ioMikulas Patocka2012-12-213-4/+5
| * | dm snapshot: use per_bio_dataMikulas Patocka2012-12-211-35/+8
| * | dm verity: use per_bio_dataMikulas Patocka2012-12-211-18/+4
| * | dm raid1: use per_bio_dataMikulas Patocka2012-12-211-34/+5
| * | dm: introduce per_bio_dataMikulas Patocka2012-12-213-20/+26
| * | dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer2012-12-213-10/+33
| * | dm linear: add WRITE SAME supportMike Snitzer2012-12-211-1/+2
| * | dm: add WRITE SAME supportMike Snitzer2012-12-211-5/+39
| * | dm: prepare to support WRITE SAMEMike Snitzer2012-12-211-1/+29
| * | dm ioctl: use kmalloc if possibleMikulas Patocka2012-12-211-13/+32
| * | dm ioctl: remove PF_MEMALLOCMikulas Patocka2012-12-211-9/+4
| * | dm persistent data: improve improve space map block alloc failure messageJoe Thornber2012-12-211-1/+1
| * | dm thin: use DMERR_LIMIT for errorsMike Snitzer2012-12-211-10/+15
| * | dm persistent data: use DMERR_LIMIT for errorsMike Snitzer2012-12-213-21/+20
| * | dm block manager: reinstate message when validator failsMike Snitzer2012-12-211-1/+4
| * | dm raid: round region_size to power of twoJonathan Brassow2012-12-211-1/+3
| * | dm thin: cleanup dead codeJoe Thornber2012-12-211-14/+5
| * | dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber2012-12-211-21/+21
| * | dm snapshot: optimize track_chunkMikulas Patocka2012-12-211-3/+2
| * | dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka2012-12-211-1/+1
| * | dm raid1: remove impossible mempool_alloc error testMikulas Patocka2012-12-211-5/+3
| * | dm thin: emit ignore_discard in status when discards disabledMike Snitzer2012-12-211-2/+4
| * | dm persistent data: fix nested btree deletionJoe Thornber2012-12-212-3/+8
| * | dm thin: wake worker when discard is preparedJoe Thornber2012-12-211-4/+7
| * | dm thin: fix race between simultaneous io and discards to same blockJoe Thornber2012-12-211-25/+59
| * | dm thin: replace dm_cell_release_singleton with cell_defer_exceptJoe Thornber2012-12-213-39/+12
| * | dm: disable WRITE SAMEMike Snitzer2012-12-211-0/+2
| * | dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon2012-12-211-0/+8
| * | dm persistent data: rename node to btree_nodeMikulas Patocka2012-12-214-47/+47
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-2221-214/+2233
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'cxgb4', 'ipoib' and 'mlx4' into for-nextRoland Dreier2012-12-208-45/+133
| |\ \ \ \
| | | * | | mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-193-16/+49
| | | * | | mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein2012-12-193-25/+62
| | | * | | mlx4_core: Fix error flow in the flow steering wrapperHadar Hen Zion2012-12-191-1/+1
| | | * | | mlx4_core: Add QPN enforcement for flow steering rules set by VFsHadar Hen Zion2012-12-191-6/+20
| | * | | | IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-192-1/+5
| | |/ / /
| * | | | RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-207-88/+376