summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-30drm/exynos: fimc: Clock control is unused if !PMThierry Reding1-18/+18
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding1-0/+2
2015-09-30drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim1-5/+7
2015-09-30drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim1-3/+0
2015-09-30drm/exynos: Remove useless EXPORT_SYMBOL_GPLsDaniel Kurtz2-9/+0
2015-09-30drm/exynos: cleanup line feed in exynos_drm_gem_get_ioctlJoonyoung Shim1-1/+2
2015-09-30drm/exynos: cleanup function calling written twiceJoonyoung Shim1-33/+23
2015-09-30drm/exynos: staticize exynos_drm_gem_init()Joonyoung Shim2-6/+1
2015-09-30drm/exynos: remove unnecessary NULL assignmentJoonyoung Shim1-3/+0
2015-09-30drm/exynos: fix missed calling of drm_prime_gem_destroy()Joonyoung Shim2-4/+7
2015-09-30drm/exynos: fix layering violation of addressJoonyoung Shim1-1/+2
2015-09-30x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin1-0/+2
2015-09-30Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fixIngo Molnar434-2576/+4956
2015-09-30dmaengine: sun4i: fix unsafe list iterationEmilio López1-3/+3
2015-09-30x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov1-5/+7
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29testptp: Silence compiler warnings on ppc64Thomas Huth1-0/+1
2015-09-29net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-29dsa: mv88e6xxx: Enable forwarding for unknown to the CPU portAndrew Lunn1-0/+2
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar2-5/+6
2015-09-29Input: psmouse - fix data race in __ps2_commandDmitry Vyukov1-8/+14
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein1-2/+1
2015-09-29bna: fix error handlingAndrzej Hajda1-6/+7
2015-09-29Merge branch 'af_unix_MSG_PEEK'David S. Miller2-2/+19
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-09-29drm/amdgpu: Restore LCD backlight level on resumeAlex Deucher1-2/+1
2015-09-29drm/radeon: Restore LCD backlight level on resume (>= R5xx)Michel Dänzer1-4/+4
2015-09-29drm/amdgpu: signedness bug in amdgpu_cs_parser_init()Dan Carpenter1-1/+2
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita2-4/+7
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita3-19/+52
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita1-3/+4
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita1-5/+3
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita4-12/+27
2015-09-29blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita1-1/+8
2015-09-29clocksource/drivers/keystone: Fix bad NO_IRQ usageDaniel Lezcano1-1/+1
2015-09-29clocksource/drivers/rockchip: Fix bad NO_IRQ usageDaniel Lezcano1-1/+1
2015-09-29UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-09-29UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik1-44/+22
2015-09-29mmc: sunxi: Fix clk-delay settingsHans de Goede1-14/+39
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-09-29Merge tag 'keys-fixes-20150925' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris5-30/+82
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko1-9/+11
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens1-2/+9
2015-09-28net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov1-3/+3
2015-09-28Merge branch 'sctp-accept-deadlock'David S. Miller1-20/+24