summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge tag 'drm-fixes-for-v4.12-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-06-2414-80/+145
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2017-06-22' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-06-231-18/+20
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm: Fix GETCONNECTOR regressionDaniel Vetter2017-06-211-18/+20
| * | | | | | | | | | Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-06-215-2/+18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher2017-06-201-0/+7
| | * | | | | | | | | | drm/radeon: add a PX quirk for another K53TK variantAlex Deucher2017-06-201-0/+4
| | * | | | | | | | | | drm/amdgpu: adjust default display clockAlex Deucher2017-06-201-0/+4
| | * | | | | | | | | | drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher2017-06-201-2/+2
| | * | | | | | | | | | drm/amdgpu: add Polaris12 DIDJunshan Fang2017-06-191-0/+1
| * | | | | | | | | | | Merge tag 'drm-intel-fixes-2017-06-20' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-06-218-60/+107
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan2017-06-191-2/+0
| | * | | | | | | | | | drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä2017-06-191-4/+5
| | * | | | | | | | | | drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä2017-06-191-9/+12
| | * | | | | | | | | | drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson2017-06-191-1/+14
| | * | | | | | | | | | drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson2017-06-191-21/+29
| | * | | | | | | | | | drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-06-195-24/+48
* | | | | | | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-241-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-201-6/+6
* | | | | | | | | | | | | Merge tag 'for-4.12/dm-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-243-6/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dm io: fix duplicate bio completion due to missing ref countMike Snitzer2017-06-211-2/+2
| * | | | | | | | | | | | | dm integrity: fix to not disable/enable interrupts from interrupt contextMike Snitzer2017-06-211-2/+5
| * | | | | | | | | | | | | Revert "dm mirror: use all available legs on multiple failures"Mike Snitzer2017-06-151-2/+19
| * | | | | | | | | | | | | dm integrity: reject mappings too large for deviceOndrej Mosnáček2017-06-121-0/+5
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-2410-35/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fs/exec.c: account for argv/envp pointersKees Cook2017-06-241-4/+24
| * | | | | | | | | | | | | | ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2017-06-242-10/+17
| * | | | | | | | | | | | | | slub: make sysfs file removal asynchronousTejun Heo2017-06-242-14/+27
| * | | | | | | | | | | | | | lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-241-3/+3
| * | | | | | | | | | | | | | fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara2017-06-241-0/+1
| * | | | | | | | | | | | | | autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown2017-06-241-1/+1
| * | | | | | | | | | | | | | mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel2017-06-241-2/+13
| * | | | | | | | | | | | | | mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes2017-06-241-1/+0
* | | | | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-232-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | scsi: qedi: Remove WARN_ON from clear task context.Manish Rangankar2017-06-201-3/+1
| * | | | | | | | | | | | | | | scsi: qedi: Remove WARN_ON for untracked cleanup.Manish Rangankar2017-06-201-1/+0
* | | | | | | | | | | | | | | | Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-06-231-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | xfs: don't allow bmap on rt filesDarrick J. Wong2017-06-221-2/+5
* | | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-06-225-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet2017-06-211-1/+3
| * | | | | | | | | | | | | | | | cifs: remove redundant return in cifs_creation_time_getColin Ian King2017-06-211-2/+0
| * | | | | | | | | | | | | | | | CIFS: Improve readdir verbosityPavel Shilovsky2017-06-212-4/+9
| * | | | | | | | | | | | | | | | CIFS: check if pages is null rather than bv for a failed allocationColin Ian King2017-06-211-1/+1
| * | | | | | | | | | | | | | | | CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter2017-06-211-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-06-228-60/+163
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-223-30/+34
| * | | | | | | | | | | | | | | | Merge tag 'kvm-s390-master-4.12-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-06-221-9/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens2017-06-221-9/+6
| * | | | | | | | | | | | | | | | | KVM: MIPS: Fix maybe-uninitialized build failureJames Cowgill2017-06-201-1/+5
| * | | | | | | | | | | | | | | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-06-203-20/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1Paul Mackerras2017-06-161-0/+8