summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König
2016-08-19drm/amdgpu: fix timeout value check in amd_sched_job_recoveryChristian König
2016-08-19drm/amdgpu: fix sdma_v2_4_ring_test_ibChristian König
2016-08-19drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König
2016-08-19drm/radeon: fix radeon_move_blit on 32bit systemsChristian König
2016-08-18drm/radeon: only apply the SS fractional workaround to RS[78]80Christian König
2016-08-18Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2016-08-16drm/amdgpu: Change GART offset to 64-bitFelix Kuehling
2016-08-15Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza...Dave Airlie
2016-08-12Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2016-08-12Merge tag 'drm-amdkfd-fixes-2016-08-09' of git://people.freedesktop.org/~gabb...Dave Airlie
2016-08-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-11mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab
2016-08-11mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven
2016-08-11kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko
2016-08-11mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov
2016-08-11mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang
2016-08-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-08-11Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds
2016-08-11Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconf...Arnd Bergmann
2016-08-11drm/mediatek: add ARM_SMCCC dependencyArnd Bergmann
2016-08-11drm/mediatek: add CONFIG_OF dependencyArnd Bergmann
2016-08-11drm/mediatek: add COMMON_CLK dependencyArnd Bergmann
2016-08-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-10mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson
2016-08-10rmap: fix compound check logic in page_remove_file_rmapSteve Capper
2016-08-10mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()Kirill A. Shutemov
2016-08-10mm/page_alloc.c: recalculate some of node threshold when on/offline memoryJoonsoo Kim
2016-08-10mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changesJoonsoo Kim
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann
2016-08-10revert "ARM: keystone: dts: add psci command definition"Andrew Morton
2016-08-10rapidio: dereferencing an error pointerDan Carpenter
2016-08-10arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selectedSudeep Holla
2016-08-10arm64: Kconfig: select ALPINE_MSI only if PCI is selectedSudeep Holla
2016-08-10ARM: dts: realview: Fix PBX-A9 cache descriptionRobin Murphy
2016-08-10ARM: tegra: fix erroneous address in dtsRalf Ramsauer
2016-08-10ARM: dts: add syscon compatible string for AP sysconLinus Walleij
2016-08-10ARM: dts: add syscon compatible string for CP sysconLinus Walleij
2016-08-10ARM: oxnas: select reset controller frameworkArnd Bergmann
2016-08-10ARM: hide mach-*/ include for ARM_SINGLE_ARMV7MArnd Bergmann
2016-08-10ARM: don't include removed directoriesArnd Bergmann
2016-08-10arm: oabi compat: add missing access checksDave Weinstein
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-10Merge tag 'metag-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-08-10get_maintainer: Don't check if STDIN exists in a VCS repositoryJoe Perches
2016-08-10drm/amdgpu: Fix memory trashing if UVD ring test failsJay Cornwall
2016-08-09drm/amdgpu: fix vm init error pathChunming Zhou