1. d1518a1 drm/amdgpu/gmc: move vram type fetching into sw_init by Alex Deucher · 8 years ago
  2. 354edd8 drm/amdgpu: Set vblank_disable_allowed = true by Michel Dänzer · 8 years ago
  3. 978ccad drm/radeon: Set vblank_disable_allowed = true by Michel Dänzer · 8 years ago
  4. e0c7716 drm/amd/powerplay: Need to change boot to performance state in resume. by Rex Zhu · 8 years ago
  5. bbe6aa9 drm/amd/powerplay: add new Fiji function for not setting same ps. by Rex Zhu · 8 years ago
  6. 5349ece drm/amdgpu: check dpm state before pm system fs initialized. by Rex Zhu · 8 years ago
  7. 4cd05a7 drm/amd/powerplay: notify amdgpu whether dpm is enabled or not. by Rex Zhu · 8 years ago
  8. 1587f6e drm/amdgpu: Not support disable dpm in powerplay. by Rex Zhu · 8 years ago
  9. 4c90080 drm/amdgpu: add an cgs interface to notify amdgpu the dpm state. by Rex Zhu · 8 years ago
  10. f9e9c08 drm/amd/powerplay: fix segment fault issue in multi-display case. by Rex Zhu · 8 years ago
  11. 72b9ff0 drm/udl: Use unlocked gem unreferencing by Daniel Vetter · 8 years ago
  12. 7779c5e drm/dp: move hw_mutex up the call stack by Rob Clark · 9 years ago
  13. 5456248 Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 8 years ago
  14. 90516d8 Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 8 years ago
  15. 2f4fcb3 Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  16. c05c2ec Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  17. e9dcfaf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. ca45720 Merge tag 'gpio-v4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  19. c5bce40 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  20. 910cd32 parisc: Fix and enable seccomp filter support by Helge Deller · 8 years ago
  21. 4f4acc9 parisc: Fix SIGSYS signals in compat case by Helge Deller · 8 years ago
  22. 7500c38 fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()" by Al Viro · 8 years ago
  23. 1e6d88c Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 8 years ago
  24. 8fe8892 nios2: Replace fdt_translate_address with of_flat_dt_translate_address by Guenter Roeck · 8 years ago
  25. 62f444e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  26. 07c0db7 Merge tag 'dlm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
  27. 8b8c877 Merge tag 'hwmon-for-linus-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  28. 8d8ee18 gpio: xgene: Prevent NULL pointer dereference by Axel Lin · 8 years ago
  29. fd975a7 gpio: menz127: Drop lock field from struct men_z127_gpio by Axel Lin · 9 years ago
  30. 82c7d82 dlm: config: Fix ENOMEM failures in make_cluster() by Andrew Price · 8 years ago
  31. fc0c202 x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() by Dan Williams · 9 years ago
  32. 1993b17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 8 years ago
  33. d4dc3b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  34. ec3c073 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 8 years ago
  35. 104ece9 drm/amdgpu: Don't move pinned BOs by Michel Dänzer · 8 years ago
  36. e1a575a drm/radeon: Don't move pinned BOs by Michel Dänzer · 8 years ago
  37. 0e5585d drm/radeon: add a dpm quirk for all R7 370 parts by Alex Deucher · 8 years ago
  38. a64663d drm/radeon: add another R7 370 quirk by Alex Deucher · 8 years ago
  39. 06b898e drm/rockchip: dw_hdmi: Don't call platform_set_drvdata() by Douglas Anderson · 9 years ago
  40. 328b51c drm/rockchip: vop: Fix vop crtc cleanup by Douglas Anderson · 9 years ago
  41. 948cf42 drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path by Douglas Anderson · 9 years ago
  42. 3ed6c64 drm/rockchip: vop: Disable planes when disabling CRTC by Tomeu Vizoso · 8 years ago
  43. eac5ad8 drm/rockchip: vop: Don't reject empty modesets by Tomeu Vizoso · 8 years ago
  44. f135046 drm/rockchip: cancel pending vblanks on close by John Keeping · 8 years ago
  45. 92915da drm/rockchip: vop: fix crtc size in plane check by John Keeping · 9 years ago
  46. 3c2e226 hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiated by Guenter Roeck · 8 years ago
  47. f55532a Linux 4.6-rc1 by Linus Torvalds · 8 years ago
  48. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  49. 698f415 Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  50. b4cec5f Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  51. 895a106 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  52. 02fc59a f2fs/crypto: fix xts_tweak initialization by Linus Torvalds · 8 years ago
  53. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 8 years ago
  54. 4599649 orangefs: fix orangefs_superblock locking by Al Viro · 8 years ago
  55. 6d4c1a3 orangefs: fix do_readv_writev() handling of error halfway through by Al Viro · 9 years ago
  56. 524b1d3 orangefs: have ->kill_sb() evict the VFS side of things first by Al Viro · 9 years ago
  57. 177f8fc orangefs: sanitize ->llseek() by Al Viro · 9 years ago
  58. 7df240d771 orangefs-bufmap.h: trim unused junk by Al Viro · 9 years ago
  59. b8a99a8 orangefs: saner calling conventions for getting a slot by Al Viro · 9 years ago
  60. bf6bf60 orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer by Al Viro · 9 years ago
  61. 9f5e2f7 orangefs: get rid of readdir_handle_s by Al Viro · 9 years ago
  62. 606c61a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  63. 15dbc13 Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  64. dad44de Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  65. c155c74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  66. 0fda278 thp: fix typo in khugepaged_scan_pmd() by Kirill A. Shutemov · 8 years ago
  67. 0ba1d91 MAINTAINERS: fill entries for KASAN by Andrey Ryabinin · 8 years ago
  68. e7080a4 mm/filemap: generic_file_read_iter(): check for zero reads unconditionally by Nicolai Stange · 8 years ago
  69. 9dcadd3 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 8 years ago
  70. cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 8 years ago
  71. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  72. 505f5dc mm, kasan: add GFP flags to KASAN API by Alexander Potapenko · 8 years ago
  73. 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 8 years ago
  74. e6e8379 kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right() by Alexander Potapenko · 8 years ago
  75. aaf4fb7 include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() by Tetsuo Handa · 8 years ago
  76. d9dddbf mm/page_alloc: prevent merging between isolated and other pageblocks by Vlastimil Babka · 8 years ago
  77. f419a08f drivers/memstick/host/r592.c: avoid gcc-6 warning by Arnd Bergmann · 8 years ago
  78. 102c259 ocfs2: extend enough credits for freeing one truncate record while replaying truncate records by Xue jiufei · 8 years ago
  79. 1721598 ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et by Xue jiufei · 8 years ago
  80. e5054c9 ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert by xuejiufei · 8 years ago
  81. 584dca3 ocfs2: solve a problem of crossing the boundary in updating backups by jiangyiwen · 8 years ago
  82. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  83. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 8 years ago
  84. ac7cf24 ocfs2/dlm: fix race between convert and recovery by Joseph Qi · 8 years ago
  85. 2888868 ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write() by Ryan Ding · 8 years ago
  86. ce17082 ocfs2: fix disk file size and memory file size mismatch by Ryan Ding · 8 years ago
  87. a86a72a ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write by Ryan Ding · 8 years ago
  88. e63890f ocfs2: fix ip_unaligned_aio deadlock with dio work queue by Ryan Ding · 8 years ago
  89. f1f973f ocfs2: code clean up for direct io by Ryan Ding · 8 years ago
  90. c15471f ocfs2: fix sparse file & data ordering issue in direct io by Ryan Ding · 8 years ago
  91. 4506cfb ocfs2: record UNWRITTEN extents when populate write desc by Ryan Ding · 8 years ago
  92. 2de6a3c ocfs2: return the physical address in ocfs2_write_cluster by Ryan Ding · 8 years ago
  93. 46e6255 ocfs2: do not change i_size in write_end for direct io by Ryan Ding · 8 years ago
  94. 65c4db8 ocfs2: test target page before change it by Ryan Ding · 8 years ago
  95. b46637d ocfs2: use c_new to indicate newly allocated extents by Ryan Ding · 8 years ago
  96. c1ad1e3 ocfs2: add ocfs2_write_type_t type to identify the caller of write by Ryan Ding · 8 years ago
  97. 9e13f1f ocfs2: o2hb: fix double free bug by Junxiao Bi · 8 years ago
  98. b8b4ead drivers/input: eliminate INPUT_COMPAT_TEST macro by Andrew Morton · 8 years ago
  99. bb29902 oom, oom_reaper: protect oom_reaper_list using simpler way by Tetsuo Handa · 8 years ago
  100. e267960 oom: make oom_reaper freezable by Michal Hocko · 8 years ago