aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-09staging: 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
2016-06-10Merge branch 'msm-fixes-4.7-rc3' of git://people.freedesktop.org/~robclark/li...Dave Airlie6-1/+21
2016-06-09Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'Rafael J. Wysocki3-4/+13
2016-06-09Merge branch 'acpi-ec'Rafael J. Wysocki3-9/+24
2016-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds26-110/+148
2016-06-09Merge tag 'arc-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds35-415/+30
2016-06-09mm/fadvise.c: do not discard partial pages with POSIX_FADV_DONTNEEDOleg Drokin1-0/+11
2016-06-09mm: introduce dedicated WQ_MEM_RECLAIM workqueue to do lru_add_drain_allWang Sheng-Hui1-1/+19
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou1-0/+1
2016-06-09mm: thp: broken page count after commit aa88b68c3b1dGerald Schaefer1-1/+4
2016-06-09revert "mm: memcontrol: fix possible css ref leak on oom"Andrew Morton1-1/+1
2016-06-09kasan: change memory hot-add error messages to info messagesShuah Khan1-2/+2
2016-06-09mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz1-2/+40
2016-06-09i2c: mux: reg: Provide of_match_tableLukasz Gemborowski1-0/+1
2016-06-09i2c: mux: refer to i2c-mux.txtSimon Horman5-11/+12
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn1-2/+7
2016-06-09i2c: octeon: Avoid printk after too long SMBUS messageJan Glauber1-5/+1
2016-06-09i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LENJan Glauber1-2/+9
2016-06-09i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg1-3/+96
2016-06-09drivers: of: add definition of early_init_dt_alloc_reserved_memory_archBen Dooks1-0/+7
2016-06-09drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan1-2/+13
2016-06-09Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2-4/+23
2016-06-09Merge branch 'mlxsw-fixes'David S. Miller2-91/+117
2016-06-09mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2-43/+26
2016-06-09mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel1-52/+95
2016-06-09ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper1-2/+2
2016-06-09ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon3-1/+2
2016-06-09Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-13/+22
2016-06-09drm/amd/powerplay: delete useless code as pptable changed in vbios.Rex Zhu1-21/+0
2016-06-09drm/amd/powerplay: fix bug visit array out of boundsRex Zhu2-2/+2
2016-06-09drm/amdgpu: fix smu ucode memleak (v2)Monk Liu3-0/+5
2016-06-09drm/amdgpu: add release firmware for cgsMonk Liu2-0/+18
2016-06-09drm/amdgpu: fix tonga smu_fini mem leakMonk Liu1-0/+5
2016-06-09drm/amdgpu: fix fiji smu fini mem leakMonk Liu1-0/+4
2016-06-09drm/amdgpu: fix cik sdma ucode memleakMonk Liu1-0/+11
2016-06-09drm/amdgpu: fix sdma24 ucode mem leakMonk Liu1-0/+10
2016-06-09drm/amdgpu: fix sdma3 ucode mem leakMonk Liu1-0/+10
2016-06-09drm/amdgpu: fix uvd fini mem leakMonk Liu1-9/+10
2016-06-09drm/amdgpu: fix gfx 7 ucode mem leakMonk Liu1-0/+17
2016-06-09drm/amdgpu: fix gfx8 ucode mem leakMonk Liu1-1/+21
2016-06-09drm/amdgpu: fix missing free wb for cond_execMonk Liu1-0/+1
2016-06-09drm/amdgpu: fix memleak in pptable_initMonk Liu2-30/+32
2016-06-09drm/amdgpu: fix mem leak in atombiosMonk Liu1-1/+3
2016-06-09drm/amdgpu: fix mem leak in pplib/hwmgrMonk Liu1-0/+7
2016-06-09drm/amdgpu: fix mem leak in smumgrMonk Liu1-0/+1
2016-06-09drm/amdgpu: add pipeline sync while vmid switch in same ctxChunming Zhou3-6/+13
2016-06-09drm/amdgpu: vBIOS post only call when mem_size zeroMonk Liu1-2/+1
2016-06-09drm/amdgpu: modify sdma start sequenceMonk Liu3-8/+24
2016-06-09drm/amdgpu: init more register for sdmaMonk Liu3-0/+6
2016-06-09drm/amdgpu: clear SA bo when createdMonk Liu1-0/+1
2016-06-09drm/amdgpu: fix fw leak in non-powerplay dpm codeAlex Deucher4-0/+18
2016-06-09drm/amdgpu: fix pplib finish bugMonk Liu3-10/+5
2016-06-09drm/amdgpu: impl late_fini for amdgpu_pp_ipMonk Liu1-0/+17
2016-06-09drm/amdgpu: add late_fini for ip_funcsMonk Liu1-0/+1
2016-06-09drm/admgpu/powerplay/polaris: fix powertune table uploadRex Zhu1-1/+1
2016-06-09drm/amdgpu/iceland: Set SC_PA_RASTER_CONFIG according to different RB enabledKen Wang1-1/+5
2016-06-09ARM: imx6ul: Fix Micrel PHY maskFabio Estevam1-1/+1
2016-06-09wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti1-2/+23
2016-06-09cfg80211: remove get/set antenna and tx power warningsJohannes Berg1-2/+0
2016-06-09ARM: OMAP2+: Select OMAP_INTERCONNECT for SOC_AM43XXDave Gerlach1-0/+1
2016-06-09ARM: dts: DRA74x: fix DSS PLL2 addressesTomi Valkeinen1-2/+2
2016-06-09ARM: OMAP2: Enable Errata 430973 for OMAP3Nishanth Menon1-0/+1
2016-06-09ALSA: hda - Add PCI ID for KabylakeVinod Koul1-1/+10
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal1-2/+4
2016-06-08ip6gre: Allow live link address changeShweta Choudaha1-0/+3
2016-06-08Merge branch 'cls_u32-hwoffload-fixes'David S. Miller1-19/+26
2016-06-08net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski1-18/+19
2016-06-08net: cls_u32: catch all hardware offload errorsJakub Kicinski1-1/+7
2016-06-09Merge tag 'drm-vc4-fixes-2016-06-06' of github.com:anholt/linux into drm-fixesDave Airlie4-21/+45
2016-06-09drm/omap: fix unused variable warning in dsi & hdmiTomi Valkeinen2-2/+0
2016-06-09Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie18-68/+122
2016-06-08drm/fsl-dcu: use flat regmap cacheStefan Agner1-1/+2
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason6-18/+115
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason15-340/+454
2016-06-08platform/x86: Drop duplicate dependencies on X86Jean Delvare1-6/+4
2016-06-08thinkpad_acpi: Add support for HKEY version 0x200Dennis Wassenberg1-24/+63
2016-06-08ideapad_laptop: Add an event for mic mute hotkeyAlex Hung1-0/+2
2016-06-08ARM: dts: socfpga: Add missing PHY phandleMarek Vasut1-0/+1
2016-06-08sfc: report supported link speeds on SFP connectionsBert Kenward1-3/+4
2016-06-08net_sched: add missing paddattr descriptionEric Dumazet1-0/+2
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-08l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault1-1/+1
2016-06-08xen-blkfront: fix resume issues after a migrationBob Liu1-12/+8
2016-06-08xen-blkfront: don't call talk_to_blkback when already connected to blkbackBob Liu1-1/+14
2016-06-08futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman1-3/+11
2016-06-08cxgb4: Add device id of T540-BT adapterHariprasad Shenai1-0/+1
2016-06-08nbd: pass the nbd pointer for flags debugfsJosef Bacik1-1/+1
2016-06-08objtool, drm/vmwgfx: Fix "duplicate frame pointer save" warningJosh Poimboeuf1-1/+3
2016-06-08drivers: of: Fix of_pci.h header guardRobin Murphy1-1/+1
2016-06-08dt-bindings: Add vendor prefix for TechNexionFabio Estevam1-0/+1
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf1-5/+21
2016-06-08sched/debug: Fix /proc/sched_debug regressionJosh Poimboeuf2-11/+7
2016-06-08perf/core: Remove a redundant checkAlexander Shishkin1-4/+2
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2-36/+77
2016-06-08gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks1-2/+2
2016-06-08x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov1-2/+2
2016-06-08gpio: select ANON_INODESLinus Walleij1-0/+1
2016-06-08regulator: qcom_smd: add regulator ops for pm8941 lnldoSrinivas Kandagatla1-1/+12
2016-06-08regulator: qcom_smd: add list_voltage callbackSrinivas Kandagatla1-0/+1
2016-06-08x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen1-0/+68
2016-06-08leds: handle suspend/resume in heartbeat triggerLinus Walleij1-0/+31
2016-06-08leds: core: Fix brightness setting upon hardware blinking enabledTony Makkiel3-16/+20
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-06-08gpio: include <linux/io-mapping.h> in gpiolib-ofLinus Walleij1-0/+1
2016-06-08gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado1-2/+2
2016-06-08gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado1-1/+1
2016-06-08gpio: zynq: initialize clock even without CONFIG_PMHelmut Grohne1-0/+7
2016-06-08gpio: 104-dio-48e: Fix control port offset computation off-by-one errorWilliam Breathitt Gray1-2/+2
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks1-0/+1
2016-06-08bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita1-0/+2
2016-06-07Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman23-100/+230
2016-06-07usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla1-0/+9
2016-06-07usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross1-2/+12
2016-06-07MAINTAINERS: Add file patterns for usb device tree bindingsGeert Uytterhoeven1-0/+1
2016-06-07usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding1-3/+13
2016-06-07usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2016-06-07USB: mos7720: delete parportSudip Mukherjee1-0/+1
2016-06-07USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio1-1/+2
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V1-1/+5
2016-06-08powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V1-4/+4
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-52/+24
2016-06-07hwmon: (lm90) use proper type for update_intervalWolfram Sang1-1/+1
2016-06-07hwmon: (ina2xx) Document compatible for INA231Krzysztof Kozlowski1-0/+1
2016-06-07hwmon: (fam15h_power) Disable preemption when reading registersBorislav Petkov1-6/+2
2016-06-07coredump: fix dumping through pipesMateusz Guzik5-4/+7
2016-06-07fix a regression in atomic_open()Al Viro1-3/+7
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-08cpufreq: intel_pstate: Fix ->set_policy() interface for no_turboSrinivas Pandruvada1-2/+5
2016-06-08cpufreq: intel_pstate: Fix code ordering in intel_pstate_set_policy()Srinivas Pandruvada1-1/+4
2016-06-08of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang1-1/+1
2016-06-08powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman1-1/+1
2016-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-7/+9
2016-06-07tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann5-10/+27
2016-06-07act_police: fix a crash during removalWANG Cong1-22/+11
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1
2016-06-07Merge branch 'u32-hwoffload-fixes'David S. Miller1-11/+12
2016-06-07net: cls_u32: be more strict about skip-sw flagJakub Kicinski1-10/+11
2016-06-07net: cls_u32: fix error code for invalid flagsJakub Kicinski1-1/+1
2016-06-07gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__Colin Ian King1-1/+1
2016-06-07Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-8/+10
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-07Merge branch 'bnxt_en-fixes'David S. Miller1-21/+25
2016-06-07bnxt_en: Simplify VLAN receive logic.Michael Chan1-20/+9
2016-06-07bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan1-0/+14
2016-06-07bnxt_en: Fix tx push race condition.Michael Chan1-1/+2
2016-06-07x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin1-0/+3
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang1-3/+1
2016-06-07Merge branch 'rds-packet-assembly-fixes'David S. Miller7-19/+95
2016-06-07RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan5-8/+27
2016-06-07RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2-0/+2
2016-06-07RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan3-12/+67
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet1-6/+18
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann1-2/+2
2016-06-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+4
2016-06-07block: missing bio_put following submit_bio_waitShaun Tancheff1-3/+9
2016-06-07IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-06-07IB/mlx5: Fix alternate path codeAchiad Shochat1-5/+9
2016-06-07IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich2-10/+10
2016-06-07IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-06-07IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Check BlueFlame HCA supportNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Fix returned values of query QPNoa Osherovich1-5/+9
2016-06-07IB/mlx5: Limit query HCA clockNoa Osherovich1-1/+8
2016-06-07IB/mlx5: Fix FW version diaplay in sysfsEran Ben Elisha1-1/+1
2016-06-07IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich1-4/+1
2016-06-07IB/mlx5: Set flow steering capability bitMaor Gottlieb1-0/+3
2016-06-07IB/core: Make all casts in ib_device_cap_flags enum consistentMax Gurtovoy1-2/+2
2016-06-07IB/core: Fix bit curruption in ib_device_cap_flags structureMax Gurtovoy1-1/+1
2016-06-07IB/core: Initialize sysfs attributes before sysfs create groupMark Bloch1-0/+3
2016-06-07IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch3-11/+11
2016-06-07IB/core: Fix removal of default GID cache entryAviv Heller1-2/+8
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit4-0/+14
2016-06-07IB/core: Fix query port failure in RoCEEli Cohen1-0/+3
2016-06-07IB/core: fix error unwind in sysfs hw counters codeDoug Ledford1-3/+4
2016-06-07IB/core: Fix array length allocationDoug Ledford1-2/+5
2016-06-07ALSA: hda/realtek: Add T560 docking unit fixupTorsten Hilbrich1-0/+1
2016-06-07ARM: dts: exynos: Fix port nodes names for Exynos5420 Peach Pit boardJavier Martinez Canillas1-3/+10
2016-06-07ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow boardJavier Martinez Canillas1-3/+10
2016-06-07dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese1-4/+6
2016-06-06mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-06-06mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman1-1/+3
2016-06-06net_sched: keep backlog updated with qlenWANG Cong2-1/+6
2016-06-07ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT ECLv Zheng3-9/+24
2016-06-06IB/hfi1: Suppress sparse warningsBart Van Assche2-15/+2
2016-06-06IB/hfi1: Use bit 0 instead of bit 1Bart Van Assche1-1/+1
2016-06-06IB/hfi1: Fix indentationBart Van Assche1-3/+3
2016-06-06IB/rdmavt: Annotate rvt_reset_qp()Bart Van Assche1-0/+6
2016-06-06IB/mad: Fix indentationBart Van Assche1-3/+3
2016-06-06RDMA/core: Fix indentationBart Van Assche1-1/+1
2016-06-06IB/srp: Fix srp_map_sg_dma()Bart Van Assche1-2/+1
2016-06-06IB/srp: Always initialize use_fast_reg and use_fmrBart Van Assche1-3/+1
2016-06-06IB/mlx4: Fix device managed flow steering support testBart Van Assche1-2/+2
2016-06-06IB/usnic: Remove unused DMA attributesKrzysztof Kozlowski1-5/+0
2016-06-06IB/core: fix null pointer deref and mem leak in error handlingColin Ian King1-3/+4
2016-06-06IB/core: fix an error code in ib_core_init()Dan Carpenter1-1/+2
2016-06-06IB/hfi1: Avoid large frame size warningLeon Romanovsky1-17/+14