summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Merge tag 'drm-fixes-for-v4.7-rc5' of git://people.freedesktop.org/~airlied/l...Linus Torvalds40-256/+598
2016-06-24Merge tag 'pci-v4.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-06-24drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst1-1/+26
2016-06-24Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie20-157/+461
2016-06-24Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie6-16/+10
2016-06-24Merge tag 'drm-atmel-hlcdc-fixes/for-4.7-rc5' of github.com:bbrezillon/linux-...Dave Airlie2-4/+8
2016-06-24Merge tag 'sunxi-drm-fixes-for-4.7' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie6-46/+88
2016-06-24Merge tag 'drm-intel-fixes-2016-06-22' of git://anongit.freedesktop.org/drm-i...Dave Airlie4-31/+3
2016-06-24Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+2
2016-06-24drm/nouveau: fix for disabled fbdev emulationDmitrii Tcvetkov1-1/+2
2016-06-24PM / devfreq: Send the DEVFREQ_POSTCHANGE notification when target() is failedChanwoo Choi1-1/+4
2016-06-24cpufreq: pcc-cpufreq: Fix doorbell.access_widthMike Galbraith1-1/+1
2016-06-23x86: avoid avoid passing around 'thread_info' in stack dumping codeLinus Torvalds4-23/+17
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds4-12/+12
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2-6/+4
2016-06-23btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang1-1/+2
2016-06-23Btrfs: fix error handling in map_private_extent_bufferLiu Bo2-2/+11
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1
2016-06-23Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford27-82/+161
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche2-2/+2
2016-06-23i40iw: Enable level-1 PBL for fast memory registrationShiraz Saleem2-0/+6
2016-06-23i40iw: Return correct max_fast_reg_page_list_lenFaisal Latif2-0/+2
2016-06-23i40iw: Correct status check on i40iw_get_pbleFaisal Latif1-1/+1
2016-06-23i40iw: Correct CQ armingShiraz Saleem1-3/+6
2016-06-23IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn2-2/+6
2016-06-23IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qpAshutosh Dixit1-6/+0
2016-06-23IB/hfi1: Fix deadlock with txreq allocation slow pathMike Marciniszyn2-3/+2
2016-06-23IB/mlx4: Prevent cross page boundary allocationChuck Lever2-18/+18
2016-06-23IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-06-23IB/mlx4: Verify port number in flow steering create flowYishai Hadas1-0/+3
2016-06-23IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-06-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-06-23IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh1-1/+1
2016-06-23IB/mlx5: Fix post send fence logicEli Cohen2-3/+5
2016-06-23IB/uverbs: Initialize ib_qp_init_attr with zerosMaor Gottlieb1-1/+1
2016-06-23IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen1-6/+10
2016-06-23IB/core: Fix RoCE v1 multicast join logic issueAlex Vesker1-4/+4
2016-06-23IB/core: Fix no default GIDs when netdevice reregistersTalat Batheesh1-1/+3
2016-06-23x86/xen: avoid m2p lookup when setting early page table entriesDavid Vrabel1-41/+31
2016-06-23hwmon: (dell-smm) Cache fan_type() calls and change fan detectionPali Rohár1-5/+20
2016-06-23Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/d...Rafael J. Wysocki2-15/+10
2016-06-23xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-06-23x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()Juergen Gross1-1/+1
2016-06-23xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall1-15/+13
2016-06-23Btrfs: don't do nocow check unless we have toJosef Bacik1-22/+22
2016-06-23btrfs: fix deadlock in delayed_ref_async_startChris Mason1-9/+11
2016-06-23Btrfs: track transid for delayed ref flushingJosef Bacik4-5/+16
2016-06-23powerpc/bpf/jit: Disable classic BPF JIT on ppc64leNaveen N. Rao1-1/+1
2016-06-23powerpc: Fix faults caused by radix patching of SLB miss handlerMichael Ellerman1-3/+4
2016-06-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24