aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17rpmsg: fix dependency on initialization orderFederico Fuga1-1/+1
2012-07-17regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan3-23/+23
2012-07-17regulator: palmas: Fix calcuating selector in palmas_map_voltage_smpsAxel Lin1-3/+14
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov1-2/+3
2012-07-17ipvs: fix oops on NAT reply in br_nf contextLin Ming1-1/+1
2012-07-17ixgbevf: Fix panic when loading driverAlexander Duyck1-0/+3
2012-07-17sh: pfc: pinctrl legacy group support.Paul Mundt1-10/+16
2012-07-17sh: pfc: Ignore pinmux GPIOs with invalid enum IDs.Paul Mundt1-0/+4
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-17sh: pfc: Export pinctrl binding init symbol.Paul Mundt1-0/+1
2012-07-16MAINTAINERS: reflect actual changes in IEEE 802.15.4 maintainershipDmitry Eremin-Solenikov1-1/+2
2012-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2-10/+35
2012-07-17sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt1-0/+3
2012-07-16caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-16ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K1-12/+0
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-1/+29
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu1-12/+14
2012-07-16target: Check number of unmap descriptors against our limitRoland Dreier1-0/+5
2012-07-16target: Fix possible integer underflow in UNMAP emulationRoland Dreier1-10/+10
2012-07-16target: Fix reading of data length fields for UNMAP commandsRoland Dreier1-3/+3
2012-07-16target: Add range checking to UNMAP emulationRoland Dreier1-0/+12
2012-07-16target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2-0/+11
2012-07-16target: Make unnecessarily global se_dev_align_max_sectors() staticRoland Dreier1-1/+1
2012-07-16target: Remove se_session.sess_wait_listRoland Dreier4-15/+12
2012-07-16qla2xxx: Remove racy, now-redundant check of sess_tearing_downRoland Dreier1-13/+3
2012-07-16target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier1-5/+19
2012-07-16sbp-target: Consolidate duplicated error path code in sbp_handle_command()Roland Dreier1-16/+12
2012-07-16target: Un-export target_get_sess_cmd()Roland Dreier2-4/+3
2012-07-16qla2xxx: Get rid of redundant qla_tgt_sess.tearing_downRoland Dreier3-3/+1
2012-07-16target: Make core_disable_device_list_for_node use pre-refactoring lock orderingNicholas Bellinger1-7/+2
2012-07-16target: refactor core_update_device_list_for_node()Andy Grover3-77/+103
2012-07-16target: Eliminate else using boolean logicAndy Grover1-4/+2
2012-07-16target: Misc retval cleanupsAndy Grover2-11/+16
2012-07-16target: Remove hba param from core_dev_add_lunAndy Grover3-6/+3
2012-07-16target: Remove unneeded double parenthesesAndy Grover4-8/+8
2012-07-16target: replace the processing thread with a TMR work queueChristoph Hellwig4-223/+19
2012-07-16target: remove transport_generic_handle_cdb_mapChristoph Hellwig5-66/+1
2012-07-16target: simply fabric driver queue full processingChristoph Hellwig1-7/+6
2012-07-16target: remove transport_generic_handle_dataChristoph Hellwig3-41/+0
2012-07-16tcm_fc: Offload WRITE I/O backend submission to tpg workqueueChristoph Hellwig1-2/+11
2012-07-16tcm_qla2xxx: Offload WRITE I/O backend submission to tcm_qla2xxx wqChristoph Hellwig2-29/+19
2012-07-16srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig1-5/+10
2012-07-16iscsit: use target_execute_cmd for WRITEsChristoph Hellwig3-5/+8
2012-07-16target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig1-48/+26
2012-07-16target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig1-0/+6
2012-07-16target: remove transport_generic_process_writeChristoph Hellwig5-18/+8