summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-03ALSA: ua101, usx2y: fix broken MIDI outputClemens Ladisch1-2/+6
2012-12-03drm/radeon: add new SI pci idAlex Deucher1-0/+1
2012-12-03SCSI: isci: copy fis 0x34 response into proper bufferMaciej Patelczyk1-1/+1
2012-12-03mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-12-03mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-12-03rtlwifi: rtl8192cu: Add new USB IDAlbert Pool1-0/+1
2012-12-03x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky1-0/+4
2012-12-03x86, efi: Fix processor-specific memcpy() build errorMatt Fleming1-0/+2
2012-12-03x86-32: Fix invalid stack address while in softirqRobert Richter2-11/+32
2012-12-03rtlwifi: rtl8192se: Fix gcc 4.7.x warningLarry Finger1-0/+3
2012-12-03scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski1-2/+2
2012-12-03mvsas: remove unused variable in mvs_task_exec()Dan Carpenter1-1/+0
2012-12-03drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-12-03ALSA: snd-usb-caiaq: initialize card pointerDaniel Mack1-1/+1
2012-12-03Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-12-03NVMe: Fix uninitialized iod compiler warningKeith Busch1-1/+1
2012-12-03UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-11-26Linux 3.4.20v3.4.20Greg Kroah-Hartman1-1/+1
2012-11-26libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-11-26Revert "serial: omap: fix software flow control"Felipe Balbi2-8/+8
2012-11-26ACPI video: Ignore errors after _DOD evaluation.Igor Murzov1-4/+7
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-11-26libceph: check for invalid mappingSage Weil4-18/+40
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-11-26libceph: avoid NULL kref_put when osd reset races with alloc_msgSage Weil1-1/+2
2012-11-26rbd: reset BACKOFF if unable to re-queueAlex Elder1-1/+2
2012-11-26libceph: only kunmap kmapped pagesAlex Elder1-4/+1
2012-11-26libceph: avoid truncation due to racing bannersJim Schutt1-2/+9
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil4-6/+51
2012-11-26libceph: fix crypto key null deref, memory leakSylvain Munaut2-1/+3
2012-11-26libceph: recheck con state after allocating incoming messageSage Weil1-1/+8
2012-11-26libceph: change ceph_con_in_msg_alloc convention to be less weirdSage Weil1-25/+31
2012-11-26libceph: avoid dropping con mutex before faultSage Weil1-3/+1
2012-11-26libceph: verify state after retaking con lock after dispatchSage Weil1-1/+2
2012-11-26libceph: revoke mon_client messages on session restartSage Weil1-0/+4
2012-11-26libceph: fix handling of immediate socket connect failureSage Weil1-7/+19
2012-11-26libceph: clear all flags on con_closeSage Weil1-0/+2
2012-11-26libceph: clean up con flagsSage Weil2-36/+36
2012-11-26libceph: replace connection state bits with statesSage Weil2-74/+68
2012-11-26libceph: drop unnecessary CLOSED check in socket state change callbackSage Weil1-3/+0
2012-11-26libceph: close socket directly from ceph_con_close()Sage Weil1-7/+1
2012-11-26libceph: drop gratuitous socket close calls in con_workSage Weil1-4/+4
2012-11-26libceph: move ceph_con_send() closed check under the con mutexSage Weil1-9/+7
2012-11-26libceph: move msgr clear_standby under con mutex protectionSage Weil1-3/+4
2012-11-26libceph: fix fault locking; close socket on lossy faultSage Weil1-7/+7
2012-11-26libceph: reset connection retry on successfully negotiationSage Weil1-0/+2
2012-11-26libceph: protect ceph_con_open() with mutexSage Weil1-0/+2
2012-11-26libceph: (re)initialize bio_iter on start of message receiveSage Weil1-5/+6
2012-11-26libceph: resubmit linger ops when pg mapping changesSage Weil1-5/+21
2012-11-26libceph: fix mutex coverage for ceph_con_closeSage Weil1-1/+7