summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clk: rockchip: add clock-id for rk3036 emac pll source clockXing Zheng1-0/+1
2016-03-17clk: rockchip: add node-id for rk3036 emac hclkXing Zheng1-0/+1
2016-03-17Merge tag 'drm/panel/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra...Dave Airlie2-0/+34
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-97/+94
2016-03-17Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-55/+90
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo1-0/+3
2016-03-16Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust45-1571/+1643
2016-03-16watchdog: Add support for minimum time between heartbeatsGuenter Roeck1-0/+3
2016-03-16watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck1-0/+10
2016-03-16watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck1-8/+20
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-178/+386
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2-3/+7
2016-03-16iwcm: common code for port mapperFaisal Latif2-3/+7
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford8-23/+118
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+140
2016-03-16mfd: imx6sx: Add PCIe register definitions for iomuxc gprChristoph Fritz1-0/+5
2016-03-16mfd: tps65090: Set regmap config reg counts properlyMaciej S. Szmigiero1-0/+5
2016-03-16mfd: syscon: Return ENOTSUPP instead of ENOSYS when disabledPhilipp Zabel1-4/+4
2016-03-16mfd: as3711: Set regmap config reg counts properlyMaciej S. Szmigiero1-1/+2
2016-03-16mfd: rc5t583: Set regmap config reg counts properlyMaciej S. Szmigiero1-2/+3
2016-03-16mfd: mt6397: Add MT6323 support to MT6397 driverJohn Crispin2-0/+444
2016-03-16mfd: mt6397: int_con and int_status may vary in locationJohn Crispin1-0/+2
2016-03-16mfd: cros_ec: Small kerneldoc fixTomeu Vizoso1-1/+1
2016-03-16mfd: tps65086: Add driver for the TPS65086 PMICAndrew F. Davis1-0/+117
2016-03-16Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds1-2/+6
2016-03-16Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2-3/+4
2016-03-16Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2016-03-16Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds4-2/+36
2016-03-16Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-49/+58
2016-03-16Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2-0/+146
2016-03-16Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+520
2016-03-16clk: renesas: Rename header file renesas.hSimon Horman1-2/+2
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie4-1/+68
2016-03-16autofs4: fix string.h include in auto_dev-ioctl.hIan Kent1-5/+0
2016-03-16autofs4: fix some white space errorsIan Kent2-2/+2
2016-03-16autofs4: coding style fixesIan Kent4-30/+15
2016-03-16mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim3-6/+5
2016-03-16mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-5/+7
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner3-23/+20
2016-03-16mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2-11/+2
2016-03-16mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2-13/+56
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-5/+11
2016-03-16memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2-1/+6
2016-03-16mm/page_poisoning.c: allow for zero poisoningLaura Abbott2-0/+6
2016-03-16mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott1-0/+9
2016-03-16mm, debug: move bad flags printing to bad_page()Vlastimil Babka1-2/+1
2016-03-16mm, page_owner: dump page owner info from dump_page()Vlastimil Babka1-0/+9
2016-03-16mm, page_owner: track and print last migrate reasonVlastimil Babka3-1/+15
2016-03-16mm, page_owner: copy page owner info during migrationVlastimil Babka1-1/+9
2016-03-16mm, page_owner: convert page_owner_inited to static keyVlastimil Babka1-12/+10