summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-241-7/+11
| * | | | | | | Merge tag 'drm-intel-fixes-2015-07-09' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-07-104-14/+37
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä2015-07-091-3/+1
| | * | | | | | | drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson2015-07-091-1/+11
| | * | | | | | | drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter2015-07-081-1/+1
| | * | | | | | | drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter2015-07-081-0/+3
| | * | | | | | | drm/i915: Restore all GGTT VMAs on resumeTvrtko Ursulin2015-07-081-7/+16
| | * | | | | | | drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak2015-07-061-2/+5
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'drm-amdkfd-fixes-2015-07-09' of git://people.freedesktop.org/~gabb...Dave Airlie2015-07-101-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | drm/amdkfd: validate pdd where it acquired firstManinder Singh2015-07-091-2/+7
| | |/ / / / / /
| * | | | | | | Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-07-1016-672/+871
| |\ \ \ \ \ \ \
| | * | | | | | | drm/radeon: disable vce init on cayman (v2)Alex Deucher2015-07-091-11/+14
| | * | | | | | | drm/amdgpu: fix timeout calculationChristian König2015-07-091-1/+1
| | * | | | | | | drm/radeon: check if BO_VA is set before adding it to the invalidation listChristian König2015-07-091-5/+5
| | * | | | | | | drm/radeon: allways add the VM clear duplicateChristian König2015-07-091-18/+16
| | * | | | | | | Revert "Revert "drm/radeon: dont switch vt on suspend""Alex Deucher2015-07-091-0/+1
| | * | | | | | | drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()Michel Dänzer2015-07-091-30/+19
| | * | | | | | | drm/radeon: unpin cursor BOs on suspend and pin them again on resume (v2)Grigori Goronzy2015-07-091-1/+33
| | * | | | | | | drm/radeon: Clean up reference counting and pinning of the cursor BOsMichel Dänzer2015-07-092-48/+37
| | * | | | | | | drm/radeon: fix underflow in r600_cp_dispatch_texture()Dan Carpenter2015-07-081-1/+1
| | * | | | | | | drm/radeon: default to 2048 MB GART size on SI+Grigori Goronzy2015-07-081-13/+19
| | * | | | | | | drm/radeon: fix HDP flushingGrigori Goronzy2015-07-081-0/+1
| | * | | | | | | drm/radeon: use RCU query for GEM_BUSY syscallGrigori Goronzy2015-07-081-3/+8
| | * | | | | | | drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner2015-07-083-24/+42
| | * | | | | | | drm/radeon: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner2015-07-084-531/+688
* | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2015-07-112-1/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-07-112-1/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | selinux: fix mprotect PROT_EXEC regression caused by mm changeStephen Smalley2015-07-101-1/+2
| | * | | | | | | | | selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore2015-07-091-0/+6
* | | | | | | | | | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-1113-124/+641
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang2015-07-011-1/+1
| * | | | | | | | | | | Btrfs: fix warning of bytes_may_useLiu Bo2015-07-012-3/+15
| * | | | | | | | | | | Btrfs: fix hang when failing to submit bio of directIOLiu Bo2015-07-011-3/+0
| * | | | | | | | | | | Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana2015-07-011-2/+3
| * | | | | | | | | | | Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2015-07-012-18/+52
| * | | | | | | | | | | btrfs: don't update mtime/ctime on deduped inodesMark Fasheh2015-07-011-10/+14
| * | | | | | | | | | | btrfs: allow dedupe of same inodeMark Fasheh2015-07-011-16/+60
| * | | | | | | | | | | btrfs: fix deadlock with extent-same and readpageMark Fasheh2015-07-011-31/+117
| * | | | | | | | | | | btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh2015-07-011-1/+2
| * | | | | | | | | | | Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-011-0/+108
| * | | | | | | | | | | Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2015-06-301-0/+104
| * | | | | | | | | | | Btrfs: fix fsync data loss after append writeFilipe Manana2015-06-301-5/+9
| * | | | | | | | | | | Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana2015-06-301-0/+29
| * | | | | | | | | | | Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-06-301-4/+11
| * | | | | | | | | | | Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-06-301-1/+1
| * | | | | | | | | | | Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-304-6/+58
| * | | | | | | | | | | btrfs: add error handling for scrub_workers_get()Zhao Lei2015-06-301-19/+20
| * | | | | | | | | | | btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei2015-06-301-1/+1
| * | | | | | | | | | | btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng2015-06-301-8/+41
* | | | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-07-1123-19/+1373
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud