1. 94c4554 KEYS: Fix race between key destruction and finding a keyring by name by David Howells · 9 years ago
  2. ced255c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  3. 4401555 Merge tag 'devicetree-fixes-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  4. a13f18f Documentation: arm: Fix typo in the idle-states bindings examples by Lorenzo Pieralisi · 9 years ago
  5. e7ae65c gpio: mention in DT binding doc that <name>-gpio is deprecated by Javier Martinez Canillas · 9 years ago
  6. cc8b8fa Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  7. bfbaa60 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  8. fd03420 Merge tag 'drm-intel-fixes-2015-09-24' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  9. d5fc4f5 Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  10. bbad822 Merge tag 'regulator-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  11. 5146c8e Merge tag 'dm-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  12. 0a3579e Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 9 years ago
  13. 30c6466 drm: Allow also control clients to check the drm version by Thomas Hellstrom · 9 years ago
  14. f3b8c0c drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty() by Christian Engelmayer · 9 years ago
  15. 49558b4 drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind() by Christian Engelmayer · 9 years ago
  16. e4b35f9 Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  17. 14d11b8 drm/layerscape: fix handling fsl_dcu_drm_plane_index result by Andrzej Hajda · 9 years ago
  18. 728f866 drm/mgag200: Fix driver_load error handling by Archit Taneja · 9 years ago
  19. aec9e12 drm/mgag200: Fix error handling paths in fbdev driver by Archit Taneja · 9 years ago
  20. 69e5d3f drm/qxl: only report first monitor as connected if we have no state by Dave Airlie · 9 years ago
  21. e786547 drm/radeon: add quirk for MSI R7 370 by Maxim Sheviakov · 9 years ago
  22. 4c7fbc3 drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks by Alex Deucher · 9 years ago
  23. 6adaed5 drm/radeon: Sprinkle drm_modeset_lock_all to appease locking checks by Daniel Vetter · 9 years ago
  24. 5c3422b drm/amdgpu: sync ce and me with SWITCH_BUFFER(2) by monk.liu · 9 years ago
  25. 54ef0b5 drm/amdgpu: integer overflow in amdgpu_mode_dumb_create() by Dan Carpenter · 9 years ago
  26. 0913eab drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl() by Dan Carpenter · 9 years ago
  27. 0d2edd3 drm/amdgpu: integer overflow in amdgpu_info_ioctl() by Dan Carpenter · 9 years ago
  28. 1d26347 drm/amdgpu: unwind properly in amdgpu_cs_parser_init() by Dan Carpenter · 9 years ago
  29. 5a6adfa drm/amdgpu: Fix max_vblank_count value for current display engines by Alex Deucher · 9 years ago
  30. 71affda drm/amdgpu: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  31. 1f44521 drm/amdgpu: fix UVD suspend and resume for VI APU by Leo Liu · 9 years ago
  32. 2bd188d drm/amdgpu: fix the UVD suspend sequence order by Leo Liu · 9 years ago
  33. 5146419 drm/amdgpu: make UVD handle checking more strict by Leo Liu · 9 years ago
  34. 1ee4478 drm/amdgpu: Disable UVD PG by Leo Liu · 9 years ago
  35. 4f839a2 drm/amdgpu: more scheduler cleanups v2 by Christian König · 9 years ago
  36. 5ec92a7 drm/amdgpu: cleanup fence queue init v2 by Christian König · 9 years ago
  37. 9b398fa drm/amdgpu: rename fence->scheduler to sched v2 by Christian König · 9 years ago
  38. 0f75aee drm/amdgpu: cleanup entity init by Christian König · 9 years ago
  39. a6db8a3 drm/amdgpu: refine the scheduler job type conversion by Junwei Zhang · 9 years ago
  40. 4c7eb91 drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job by Junwei Zhang · 9 years ago
  41. bf60efd drm/amdgpu: use only one reservation object for each VM v2 by Christian König · 9 years ago
  42. a5b7505 drm/amdgpu: validate duplicates in the CS as well by Christian König · 9 years ago
  43. 72d7668 drm/amdgpu: export reservation_object from dmabuf to ttm (v2) by Christian König · 9 years ago
  44. b7d698d drm/amdgpu: fix overflow on 32bit systems by Christian König · 9 years ago
  45. 1886d1a drm/amdgpu: remove process_job callback from the scheduler by Christian König · 9 years ago
  46. 258f3f9 drm/amdgpu: move scheduler fence callback into fence v2 by Christian König · 9 years ago
  47. 27439fc drm/amdgpu: signal scheduler fence when hw submission fails v3 by Christian König · 9 years ago
  48. 353da3c drm/amdgpu: add tracepoint for scheduler (v2) by Chunming Zhou · 9 years ago
  49. 20a85ff drm/amdgpu: use write confirm for vm_flush() by Christian König · 9 years ago
  50. 22c01cc drm/amdgpu: execution barrier after fence v2 by Anatoli Antonovitch · 9 years ago
  51. 3daea9e3d drm/amdgpu: add option to disable semaphores by Christian König · 9 years ago
  52. cd67d22 drm/i915/bios: handle MIPI Sequence Block v3+ gracefully by Jani Nikula · 9 years ago
  53. 721a09f drm/i915: Add primary plane to mask if it's visible by Maarten Lankhorst · 9 years ago
  54. 41b578f drm/i915: workaround bad DSL readout v3 by Jesse Barnes · 9 years ago
  55. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  56. 7a07b50 membarrier: clean up selftest by Mathieu Desnoyers · 9 years ago
  57. d5028f9 vmscan: fix sane_reclaim helper for legacy memcg by Vladimir Davydov · 9 years ago
  58. d046b77 lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hint by Sowmini Varadhan · 9 years ago
  59. 769a808 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  60. 3aaa76e mm: migrate: hugetlb: putback destination hugepage to active list by Naoya Horiguchi · 9 years ago
  61. 8a04446 mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified by Kirill A. Shutemov · 9 years ago
  62. 09f7298 userfaultfd: register uapi generic syscall (aarch64) by Dr. David Alan Gilbert · 9 years ago
  63. 5dd01be userfaultfd: selftest: don't error out if pthread_mutex_t isn't identical by Andrea Arcangeli · 9 years ago
  64. a5932bf userfaultfd: selftest: return an error if BOUNCE_VERIFY fails by Andrea Arcangeli · 9 years ago
  65. 1f5fee2 userfaultfd: selftest: avoid my_bcmp false positives with powerpc by Andrea Arcangeli · 9 years ago
  66. 56ed8f1 userfaultfd: selftest: only warn if __NR_userfaultfd is undefined by Michael Ellerman · 9 years ago
  67. 67f6a02 userfaultfd: selftest: headers fixup by Andrea Arcangeli · 9 years ago
  68. d0a8711 userfaultfd: selftests: vm: pick up sanitized kernel headers by Thierry Reding · 9 years ago
  69. ac5be6b userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key" by Andrea Arcangeli · 9 years ago
  70. 711e020 Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linus by Mark Brown · 9 years ago
  71. 5132361 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 9 years ago
  72. b0b4855 spi: xtensa-xtfpga: fix register endianness by Max Filippov · 9 years ago
  73. bcee19f Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  74. 16651fc Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', 'regulator/fix/pbias', 'regulator/fix/tpx65218' and 'regulator/fix/vexpress' into regulator-linus by Mark Brown · 9 years ago
  75. 4e2e986 Merge remote-tracking branch 'regulator/fix/core' into regulator-linus by Mark Brown · 9 years ago
  76. ac2fc4b Merge tag 'renesas-sh-drivers-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 9 years ago
  77. 90a835f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  78. 95d0be6 drm/i915: fix kernel-doc warnings in intel_audio.c by Geliang Tang · 9 years ago
  79. b7f76ea security: fix typo in security_task_prctl by Jann Horn · 9 years ago
  80. 1f93e4a Linux 4.3-rc2 by Linus Torvalds · 9 years ago
  81. 97584d1 thermal: power_allocator: exit early if there are no cooling devices by Javi Merino · 9 years ago
  82. 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  83. 30ec568 Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  84. 009884f Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  85. d590b2d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  86. e6827ba Merge tag 'led-fixes-for-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 9 years ago
  87. dc847d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  88. 2673ee5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  89. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  90. 590dca3 fs-writeback: unplug before cond_resched in writeback_sb_inodes by Chris Mason · 9 years ago
  91. c9e97b3 spi: meson: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  92. 7209fee regulator: vexpress: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  93. 2f9481e regulator: gpio: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  94. d702ffd regulator: anatop: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  95. ae4f976 mm: fix type cast in __pfn_to_phys() by Tyler Baker · 9 years ago
  96. 0f40314 Merge branch 'acpi-bus' by Rafael J. Wysocki · 9 years ago
  97. 7dc1d36 Merge branches 'pm-cpufreq' and 'pm-devfreq' by Rafael J. Wysocki · 9 years ago
  98. 00ade1f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  99. 3ae8394 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  100. e116a64 IB/hfi: Properly set permissions for user device files by Ira Weiny · 9 years ago