summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds760-25216/+62651
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-291/+615
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+22
2016-07-26xgene: Fix build warning with ACPI disabled.David S. Miller1-2/+1
2016-07-26be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli1-4/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-292/+240
2016-07-26Merge tag 'for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds14-239/+682
2016-07-26Merge tag 'regulator-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds29-187/+971
2016-07-26Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds3-8/+40
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds35-161/+1576
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds387-10962/+22925
2016-07-26Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...Linus Torvalds2-2/+18
2016-07-26Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+1
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds41-450/+2581
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds36-1056/+831
2016-07-26Merge tag 'platform-drivers-x86-v4.8-1' of git://git.infradead.org/users/dvha...Linus Torvalds16-211/+717
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds26-1810/+4395
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-1/+1
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins1-0/+24
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-4/+9
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2-3/+2
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka1-2/+2
2016-07-26zram: use __GFP_MOVABLE for memory allocationMinchan Kim1-2/+4
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-6/+48
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky1-4/+4
2016-07-26zram: add more compression algorithmsSergey Senozhatsky1-0/+9
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky8-174/+2
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky3-33/+49
2016-07-26zram: switch to crypto compress APISergey Senozhatsky4-52/+69
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky3-8/+8
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov1-0/+1
2016-07-26memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab1-11/+17
2016-07-26fbmon: remove unused function argumentArnd Bergmann1-1/+0
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds91-1018/+10872
2016-07-26net/mlx5_core/health: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-5/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds77-436/+518
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds16-85/+212
2016-07-26macsec: ensure rx_sa is set when validation is disabledBeniamino Galvani1-1/+2
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds64-1083/+5370
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds17-109/+235
2016-07-26xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross1-1/+1
2016-07-25drivers: net: xgene: ethtool: Use phy_ethtool_gset and ssetIyappan Subramanian1-3/+19
2016-07-25drivers: net: xgene: Use exported functionsIyappan Subramanian1-88/+9
2016-07-25drivers: net: xgene: Enable MDIO driverIyappan Subramanian3-6/+7
2016-07-25drivers: net: xgene: Add backward compatibilityIyappan Subramanian5-53/+100
2016-07-25drivers: net: phy: xgene: Add MDIO driverIyappan Subramanian4-0/+627
2016-07-25drivers: net: xgene: Fix module unload crash - clkrst sequenceIyappan Subramanian4-18/+86
2016-07-25drivers: net: xgene: Fix module unload crash - change sw sequenceIyappan Subramanian2-49/+73
2016-07-25drivers: net: xgene: Fix module unload crash - hw resource cleanupIyappan Subramanian6-29/+149
2016-07-25drivers: net: xgene: Separate set_speed from mac_initIyappan Subramanian7-33/+151