summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: delete unused PTE_* definesKyle McMartin2014-09-191-7/+0
* drm/ast: AST2000 cannot be detected correctlyY.C. Chen2014-09-121-1/+1
* drm/ast: open key before detect chipsY.C. Chen2014-09-121-0/+1
* Merge branch 'msm-fixes-3.17-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie2014-09-113-25/+38
|\
| * drm/msm: don't crash if no msm.vram paramRob Clark2014-09-111-1/+1
| * drm/msm/hdmi: fix build break on non-CCF platformsRob Clark2014-09-111-2/+13
| * drm/msm: Change nested function to static functionMark Charlebois2014-09-111-22/+24
|/
* Merge tag 'drm-intel-fixes-2014-09-10' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-09-117-221/+300
|\
| * drm/i915: Wait for vblank before enabling the TV encoderVille Syrjälä2014-09-081-0/+4
| * drm/i915: Evict CS TLBs between batchesChris Wilson2014-09-082-31/+47
| * drm/i915: Fix irq enable tracking in driver loadDaniel Vetter2014-09-081-2/+7
| * drm/i915: Fix EIO/wedged handling in gem fault handlerDaniel Vetter2014-09-081-4/+7
| * drm/i915: Prevent recursive deadlock on releasing a busy userptrChris Wilson2014-09-082-184/+235
* | Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-09-114-15/+31
|\ \
| * | drm/radeon/dpm: set the thermal type properly for special configsAlex Deucher2014-09-091-7/+19
| * | drm/radeon: reduce memory footprint for debuggingAndy Shevchenko2014-09-091-5/+2
| * | drm/radeon: add connector quirk for fujitsu boardAlex Deucher2014-09-081-0/+7
| * | drm/radeon: fix semaphore value initChristian König2014-09-081-1/+1
| * | drm/radeon: only use me/pfp sync on evergreen+Alex Deucher2014-09-081-2/+2
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-09-105-231/+187
|\ \ \
| * | | udf: saner calling conventions for udf_new_inode()Al Viro2014-09-043-43/+27
| * | | udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-042-1/+13
| * | | udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-041-69/+29
| * | | udf: Set i_generation fieldJan Kara2014-09-042-0/+2
| * | | udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
| * | | udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-044-95/+96
| * | | udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
| * | | udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5
| * | | udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* | | | Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-09-1012-50/+58
|\ \ \ \
| * | | | Clarify Kconfig help text for CIFS and SMB2/SMB3Steve French2014-08-261-12/+23
| * | | | CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-08-255-9/+4
| * | | | CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-08-251-2/+2
| * | | | CIFS: Fix directory rename errorPavel Shilovsky2014-08-221-1/+4
| * | | | cifs: No need to send SIGKILL to demux_thread during umountNamjae Jeon2014-08-221-19/+0
| * | | | cifs: Allow directIO read/write during cache=strictNamjae Jeon2014-08-222-0/+16
| * | | | cifs: remove unneeded check of null checking in if conditionNamjae Jeon2014-08-211-2/+1
| * | | | cifs: fix a possible use of uninit variable in SMB2_sess_setupNamjae Jeon2014-08-211-1/+1
| * | | | cifs: fix memory leak when password is supplied multiple timesNamjae Jeon2014-08-211-0/+2
| * | | | cifs: fix a possible null pointer deref in decode_ascii_ssetupNamjae Jeon2014-08-211-3/+4
| * | | | Trivial whitespace fixSteve French2014-08-211-1/+1
* | | | | Merge tag 'microblaze-3.17-rc5' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-09-094-6/+7
|\ \ \ \ \
| * | | | | microblaze: Fix number of syscallsMichal Simek2014-09-091-1/+1
| * | | | | microblaze: Rename Advance setup to Kernel featuresMichal Simek2014-09-091-1/+1
| * | | | | microblaze: Add mm/Kconfig to advance menuMichal Simek2014-09-091-2/+2
| * | | | | arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang2014-09-091-2/+2
| * | | | | arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang2014-09-091-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-09-092-0/+4
|\ \ \ \ \
| * | | | | ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2014-09-032-0/+4
* | | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-09-092-4/+14
|\ \ \ \ \ \