summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2016-06-10much milder d_walk() raceAl Viro4-9/+55
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds93-460/+828
2016-06-10Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-6/+81
2016-06-10Merge tag 'drm-fixes-for-v4.7-rc3' of git://people.freedesktop.org/~airlied/l...Linus Torvalds62-185/+439
2016-06-10Merge tag 'acpi-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-9/+24
2016-06-10Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-4/+13
2016-06-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-7/+78
2016-06-10x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang1-1/+1
2016-06-10pwm: sysfs: Get return value from pwm_apply_state()Ryo Kodama1-1/+1
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris2-1/+5
2016-06-10x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski1-10/+10
2016-06-10iwlwifi: mvm: fix a few firmware capability checksJohannes Berg1-4/+4
2016-06-10iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker1-0/+8
2016-06-10iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()Luca Coelho1-1/+3
2016-06-10iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach1-1/+7
2016-06-10iwlwifi: mvm: increase scan timeout to 20 secondsLuca Coelho1-1/+1
2016-06-10clk: sunxi: display: Add per-clock flagsMaxime Ripard1-1/+4
2016-06-10clk: sunxi: tcon-ch1: Do not return a negative error in get_parentMaxime Ripard1-3/+0
2016-06-10KVM: s390: Add stats for PEI eventsAlexander Yarygin3-0/+4
2016-06-10KVM: s390: ignore IBC if zeroDavid Hildenbrand1-1/+1
2016-06-10drm/i915: Extract physical display dimensions from VBTVille Syrjälä5-4/+18
2016-06-10drm/i915: Check VBT for port presence in addition to the strap on VLV/CHVVille Syrjälä4-9/+64
2016-06-10drm/i915: Only ignore eDP ports that are connectedChris Wilson3-18/+17
2016-06-10drm/i915: Silence "unexpected child device config size" for VBT on 845gChris Wilson1-1/+1
2016-06-10vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare2-3/+3
2016-06-10packet: compat support for sock_fprogWillem de Bruijn3-2/+41
2016-06-10stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks1-1/+1
2016-06-10drm/i915: Fix NULL pointer deference when out of PLLs in IVBAnder Conselvan de Oliveira1-0/+3
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V6-7/+73
2016-06-10powerpc/mm/radix: Update to tlb functions ric argumentAneesh Kumar K.V1-21/+22
2016-06-10Merge branch 'mlx5-fixes'David S. Miller10-52/+128
2016-06-10net/mlx5e: Fix blue flame quota logicEli Cohen1-1/+2
2016-06-10net/mlx5e: Use ndo_stop explicitly at shutdown flowEran Ben Elisha1-4/+1
2016-06-10net/mlx5: E-Switch, always set mc_promisc for allmulti vportsMohamad Haj Yahia1-0/+1
2016-06-10net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich4-4/+68
2016-06-10net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia1-4/+1
2016-06-10net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz1-17/+17
2016-06-10net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz1-3/+3
2016-06-10net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb1-13/+15
2016-06-10net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb2-1/+15
2016-06-10net/mlx5: Fix root flow table updateMaor Gottlieb1-1/+1
2016-06-10net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein2-3/+2
2016-06-10net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny1-1/+1
2016-06-10net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny1-0/+1
2016-06-10powerpc/nohash: Fix build break with 64K pagesMichael Ellerman1-1/+1
2016-06-10Merge branch 'fixes-for-v4.7-rc3' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie1-1/+2
2016-06-10drm/amdgpu: fix warning with powerplay disabled.Dave Airlie1-1/+1
2016-06-10staging: lustre: lnet: Don't access NULL NI on failure pathDoug Oucharek1-3/+4
2016-06-10Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie31-92/+249