summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-03-21USB: io_ti: fix get_icount for two port adaptersJohan Hovold
2013-03-21USB: garmin_gps: fix memory leak on disconnectJohan Hovold
2013-03-21USB: cdc-acm: fix device unregistrationJohan Hovold
2013-03-21usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov
2013-03-21[media] m5mols: Fix bug in stream on handlerAndrzej Hajda
2013-03-21[media] s5p-fimc: Do not attempt to disable not enabled media pipelineSylwester Nawrocki
2013-03-21[media] s5p-mfc: Fix encoder control 15 issueArun Kumar K
2013-03-21[media] s5p-mfc: Fix frame skip bugArun Kumar K
2013-03-21[media] s5p-fimc: send valid m2m ctx to fimc_m2m_job_finishShaik Ameer Basha
2013-03-21[media] exynos-gsc: send valid m2m ctx to gsc_m2m_job_finishShaik Ameer Basha
2013-03-21[media] fimc-lite: Fix the variable type to avoid possible crashShaik Ameer Basha
2013-03-21[media] fimc-lite: Initialize 'step' field in fimc_lite_ctrl structureShaik Ameer Basha
2013-03-21regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren
2013-03-21pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud
2013-03-21pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro
2013-03-21Merge tag 'imx-fixes-3.9-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann
2013-03-21Merge tag 'mxs-fixes-3.9-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann
2013-03-21net: fix *_DIAG_MAX constantsAndrey Vagin
2013-03-21ALSA: hda - Fix DAC assignment for independent HPTakashi Iwai
2013-03-21Merge branch 'mlx4'David S. Miller
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun
2013-03-21Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2013-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2013-03-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-03-21Merge tag 'dm-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-03-21efivars: Handle duplicate names from get_next_variable()Matt Fleming
2013-03-21efivars: explicitly calculate length of VariableNameMatt Fleming
2013-03-21efivars: Add module parameter to disable use as a pstore backendSeth Forshee
2013-03-21efivars: Allow disabling use as a pstore backendSeth Forshee
2013-03-21s390/3270: fix minor_start issueMartin Schwidefsky
2013-03-21s390/uaccess: fix clear_user_pt()Heiko Carstens
2013-03-21s390/scm_blk: fix error return code in scm_blk_init()Wei Yongjun
2013-03-21s390/scm_block: fix printk format stringSebastian Ott
2013-03-21drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens
2013-03-21perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian
2013-03-21perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo