summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-24iwlwifi: update copyrightJohannes Berg61-91/+91
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach4-20/+61
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg7-24/+136
2013-01-16iwlwifi: simplify scheduler memory clearingJohannes Berg1-15/+7
2013-01-16iwlwifi: allow to zero SRAMEmmanuel Grumbach2-2/+4
2013-01-16iwlwifi: don't enable all interrupts on resumingJohannes Berg1-3/+0
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg2-4/+4
2013-01-03iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach6-43/+51
2013-01-03iwlwifi: fix spelling and value in LED registers.Eytan Lifshitz2-3/+3
2013-01-03iwlwifi: move some PCIe calls to better placesJohannes Berg2-6/+5
2013-01-03iwlwifi: request IRQ only onceJohannes Berg2-41/+25
2013-01-03iwlwifi: don't treat a bool as an error codeEmmanuel Grumbach1-2/+2
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach9-98/+109
2013-01-03iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach8-108/+115
2013-01-03iwlwifi: use __packedJohannes Berg1-4/+4
2013-01-03iwlwifi: let the op_mode run a FW while in RFKILLEmmanuel Grumbach3-6/+8
2013-01-03iwlwifi: don't verify fw after downloadEmmanuel Grumbach1-94/+0
2013-01-03iwlwifi: clean up code in AGGEmmanuel Grumbach1-11/+10
2013-01-03iwlwifi: make the BC table layout configurableEmmanuel Grumbach4-1/+10
2012-12-22Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds17-444/+725
2012-12-22Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds28-433/+473
2012-12-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds21-214/+2233
2012-12-22dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-22dm: remove map_infoMikulas Patocka13-50/+29
2012-12-22dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-22dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-22dm raid1: dont use map_contextMikulas Patocka1-9/+13
2012-12-22dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-12-22dm raid1: rename read_record to bio_recordMikulas Patocka1-11/+11
2012-12-22dm: move target request nr to dm_target_ioMikulas Patocka3-4/+5
2012-12-22dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-22dm verity: use per_bio_dataMikulas Patocka1-18/+4
2012-12-22dm raid1: use per_bio_dataMikulas Patocka1-34/+5
2012-12-22dm: introduce per_bio_dataMikulas Patocka3-20/+26
2012-12-22dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer3-10/+33
2012-12-22dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-12-22dm: add WRITE SAME supportMike Snitzer1-5/+39
2012-12-22dm: prepare to support WRITE SAMEMike Snitzer1-1/+29
2012-12-22dm ioctl: use kmalloc if possibleMikulas Patocka1-13/+32
2012-12-22dm ioctl: remove PF_MEMALLOCMikulas Patocka1-9/+4
2012-12-22dm persistent data: improve improve space map block alloc failure messageJoe Thornber1-1/+1
2012-12-22dm thin: use DMERR_LIMIT for errorsMike Snitzer1-10/+15
2012-12-22dm persistent data: use DMERR_LIMIT for errorsMike Snitzer3-21/+20
2012-12-22dm block manager: reinstate message when validator failsMike Snitzer1-1/+4
2012-12-22dm raid: round region_size to power of twoJonathan Brassow1-1/+3
2012-12-22dm thin: cleanup dead codeJoe Thornber1-14/+5
2012-12-22dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber1-21/+21
2012-12-22dm snapshot: optimize track_chunkMikulas Patocka1-3/+2
2012-12-22dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka1-1/+1
2012-12-22dm raid1: remove impossible mempool_alloc error testMikulas Patocka1-5/+3