summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-12Linux 2.6.32.71v2.6.32.71linux-2.6.32.yWilly Tarreau1-1/+1
2016-03-12iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2016-03-12RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise1-2/+2
2016-03-12ALSA: seq: Fix race at timer setup and closeTakashi Iwai1-0/+2
2016-03-12ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai1-1/+1
2016-03-12ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov1-1/+0
2016-03-12ALSA: timer: Fix race at concurrent readsTakashi Iwai1-18/+14
2016-03-12ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-03-12ALSA: timer: Fix race among timer ioctlsTakashi Iwai1-13/+19
2016-03-12ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-03-12ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-03-12ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-03-12ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-03-12ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai3-31/+88
2016-03-12ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai1-2/+28
2016-03-12ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67
2016-03-12ALSA: pcm: Fix potential deadlock in OSS emulationTakashi Iwai1-6/+15
2016-03-12ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer checkTakashi Iwai1-1/+1
2016-03-12ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-03-12ALSA: seq: Degrade the error message for too many opensTakashi Iwai1-1/+1
2016-03-12ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2016-03-12ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai1-0/+2
2016-03-12ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat1-4/+5
2016-03-12ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat1-4/+9
2016-03-12ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai1-1/+2
2016-03-12ALSA: timer: Harden slave timer list handlingTakashi Iwai1-4/+14
2016-03-12ALSA: dummy: Disable switching timer backend via sysfsTakashi Iwai1-1/+1
2016-03-12ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-03-12udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-03-12udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-03-12udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-03-12udf: Promote some debugging messages to udf_errorJoe Perches3-9/+18
2016-03-12ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+1
2016-03-12scsi_dh_rdac: always retry MODE SELECT on command lock violationHannes Reinecke1-1/+3
2016-03-12saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab1-1/+4
2016-03-12tda1004x: only update the frontend properties if lockedMauro Carvalho Chehab1-0/+9
2016-03-12SCSI: fix crashes in sd and sr runtime PMAlan Stern1-2/+5
2016-03-12rfkill: fix rfkill_fop_read wait_event usageJohannes Berg1-12/+4
2016-03-12libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-03-12PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-5/+1
2016-03-12af_unix: fix struct pid memory leakEric Dumazet1-0/+1
2016-03-12pipe: Fix buffer offset after partially failed readBen Hutchings1-1/+4
2016-03-12readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2-29/+34
2016-03-12vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14
2016-03-12l2tp: fix another panic in pppol2tpWilly Tarreau1-1/+2
2016-03-12locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-12sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2016-03-12x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming1-2/+2
2016-03-12x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-03-12x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2-5/+54