1. 0990822 VFIO: platform: reset: AMD xgbe reset module by Eric Auger · 9 years ago
  2. daac3bb vfio: platform: reset: calxedaxgmac: fix ioaddr leak by Eric Auger · 9 years ago
  3. 705e60b vfio: platform: add dev_info on device reset by Eric Auger · 9 years ago
  4. e9e0506 vfio: platform: use list of registered reset function by Eric Auger · 9 years ago
  5. 0628c4d vfio: platform: add compat in vfio_platform_device by Eric Auger · 9 years ago
  6. 680742f vfio: platform: reset: calxedaxgmac: add reset function registration by Eric Auger · 9 years ago
  7. 5886465 vfio: platform: introduce module_vfio_reset_handler macro by Eric Auger · 9 years ago
  8. e086497 vfio: platform: add capability to register a reset function by Eric Auger · 9 years ago
  9. 32a2d71 vfio: platform: introduce vfio-platform-base module by Eric Auger · 9 years ago
  10. 1b4bb2e vfio/platform: store mapped memory in region, instead of an on-stack copy by James Morse · 9 years ago
  11. 4644321 vfio/type1: handle case where IOMMU does not support PAGE_SIZE size by Eric Auger · 9 years ago
  12. 1276ece VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQ by Eric Auger · 9 years ago
  13. 4e1a635 vfio/pci: Use kernel VPD access functions by Alex Williamson · 9 years ago
  14. 5f096b1 vfio: Whitelist PCI bridges by Alex Williamson · 9 years ago
  15. 32b8819 Linux 4.3-rc7 by Linus Torvalds · 9 years ago
  16. 01815536 Merge tag 'usb-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  17. dd5ae68 Merge tag 'tty-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  18. 4ee8019 Merge tag 'staging-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  19. 410694e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  20. 35df017 Merge tag 'dm-4.3-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  21. ea1ee5f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  22. ef594c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  23. 37902bc Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  24. 3201ac4 dm cache: the CLEAN_SHUTDOWN flag was not being set by Joe Thornber · 9 years ago
  25. 4dcb8b5 dm btree: fix leak of bufio-backed block in btree_split_beneath error path by Mike Snitzer · 9 years ago
  26. 2871c69 dm btree remove: fix a bug when rebalancing nodes after removal by Joe Thornber · 9 years ago
  27. 6d69bb53 rbd: prevent kernel stack blow up on rbd map by Ilya Dryomov · 9 years ago
  28. 1f2c665 rbd: don't leak parent_spec in rbd_dev_probe_parent() by Ilya Dryomov · 9 years ago
  29. 0386729 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. df55793 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 9f30931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  32. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  33. a2c01ed Merge tag 'powerpc-4.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  34. d0ddf98 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  35. 2c44f4f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  36. 8a990fb Merge tag 'trace-fixes-v4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  37. 0122835 Merge tag 'sound-4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  38. 45d80f1 Merge tag 'media/v4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  39. a67b20d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  40. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  41. bb38700 fault-inject: fix inverted interval/probability values in printk by Florian Westphal · 9 years ago
  42. 3f181b4 lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y by Andrey Ryabinin · 9 years ago
  43. 296291c mm: make sendfile(2) killable by Jan Kara · 9 years ago
  44. 47aee4d thp: use is_zero_pfn() only after pte_present() check by Minchan Kim · 9 years ago
  45. b8fa0ef mailmap: update Javier Martinez Canillas' email by Javier Martinez Canillas · 9 years ago
  46. 41192a2 MAINTAINERS: add Sergey as zsmalloc reviewer by Sergey Senozhatsky · 9 years ago
  47. 67a2e213 mm: cma: fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 9 years ago
  48. 5211613 kmod: don't run async usermode helper as a child of kworker thread by Oleg Nesterov · 9 years ago
  49. b9b6e4a Merge tag 'asoc-fix-v4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 9 years ago
  50. f69eccc Merge remote-tracking branches 'asoc/fix/rt298', 'asoc/fix/sx', 'asoc/fix/wm8904' and 'asoc/fix/wm8962' into asoc-linus by Mark Brown · 9 years ago
  51. ab5cf7d Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus by Mark Brown · 9 years ago
  52. 56ea37d [media] m88ds3103: use own reg update_bits() implementation by Antti Palosaari · 9 years ago
  53. d18ca5b [media] rtl28xxu: fix control message flaws by Antti Palosaari · 9 years ago
  54. 17f3882 [media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependency by Jacek Anaszewski · 9 years ago
  55. 9d2b064 [media] netup_unidvb: fix potential crash when spi is NULL by Abylay Ospan · 9 years ago
  56. 47810b4 [media] si2168: Bounds check firmware by Laura Abbott · 9 years ago
  57. a828d72 [media] si2157: Bounds check firmware by Laura Abbott · 9 years ago
  58. 54bec39 [media] ir-hix5hd2: drop the use of IRQF_NO_SUSPEND by Sudeep Holla · 9 years ago
  59. 51a3ac5 [media] c8sectpfe: fix return of garbage by Sudip Mukherjee · 9 years ago
  60. bf44722 [media] c8sectpfe: fix ininitialized error return on firmware load failure by Colin Ian King · 9 years ago
  61. a9c4e5c [media] lnbh25: Fix lnbh25_attach() function return type by Javier Martinez Canillas · 9 years ago
  62. ebdd4b7 [media] horus3a: Fix horus3a_attach() function parameters by Javier Martinez Canillas · 9 years ago
  63. 4eb0f7a ASoC: wm8962: mark cache_dirty flag after software reset in pm_resume by Jiada Wang · 9 years ago
  64. 0f89abf btrfs: fix possible leak in btrfs_ioctl_balance() by Christian Engelmayer · 9 years ago
  65. c50f13f Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  66. c2a7558 Merge tag 'drm-intel-fixes-2015-10-16' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  67. 8832317 powerpc/rtas: Validate rtas.entry before calling enter_rtas() by Vasant Hegde · 9 years ago
  68. 37363bc Merge branch 'linux-4.3' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 9 years ago
  69. 2a6c521 drm/nouveau/gem: return only valid domain when there's only one by Ilia Mirkin · 9 years ago
  70. 30730c7 drm: fix mutex leak in drm_dp_get_mst_branch_device by Adam Richter · 9 years ago
  71. 8a70dd26 Merge tag 'for-linus-20151021' of git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  72. 7f67786 Merge tag 'mmc-v4.3-rc5' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  73. 0ca81a2 IB/cm: Fix rb-tree duplicate free and use-after-free by Doron Tsur · 9 years ago
  74. ad355e3 Merge tag 'kvm-arm-for-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  75. 55f4129 Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 9 years ago
  76. 0690f4f Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 9 years ago
  77. 6701ef0 Merge tag 'omap-for-v4.3/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 9 years ago
  78. e27c5b9 writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy() by Tejun Heo · 9 years ago
  79. f8f2dc4 ASoC: rt298: fix wrong setting of gpio2_en by Bard Liao · 9 years ago
  80. 53c656c powerpc/powernv: Handle irq_happened flag correctly in off-line loop by Paul Mackerras · 9 years ago
  81. 2331631 powerpc: Revert "Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8" by Paul Mackerras · 9 years ago
  82. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  83. 0f6925f btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size by Qu Wenruo · 9 years ago
  84. 1904be1 tracing: Do not allow stack_tracer to record stack in NMI by Steven Rostedt (Red Hat) · 9 years ago
  85. ab3964a IB/cma: Use inner P_Key to determine netdev by Haggai Eran · 9 years ago
  86. 0174b38 IB/ucma: check workqueue allocation before usage by Sasha Levin · 9 years ago
  87. b3b51f9 IB/cma: Potential NULL dereference in cma_id_from_event by Haggai Eran · 9 years ago
  88. 3909642 IB/core: Fix use after free of ifa by Matan Barak · 9 years ago
  89. 0d99749 arm/arm64: KVM: Fix disabled distributor operation by Christoffer Dall · 9 years ago
  90. 544c572 arm/arm64: KVM: Clear map->active on pend/active clear by Christoffer Dall · 9 years ago
  91. cff9211 arm/arm64: KVM: Fix arch timer behavior for disabled interrupts by Christoffer Dall · 9 years ago
  92. 4a5d69b KVM: arm: use GIC support unconditionally by Arnd Bergmann · 9 years ago
  93. 399ea0f KVM: arm/arm64: Fix memory leak if timer initialization fails by Pavel Fedin · 9 years ago
  94. 437f996 KVM: arm/arm64: Do not inject spurious interrupts by Pavel Fedin · 9 years ago
  95. a2d7629 tracing: Have stack tracer force RCU to be watching by Steven Rostedt (Red Hat) · 9 years ago
  96. 97aff2c ASoC: wm8904: Correct number of EQ registers by Charles Keepax · 9 years ago
  97. d289619 ALSA: hda - Fix deadlock at error in building PCM by Takashi Iwai · 9 years ago
  98. f7d27c3 x86/mm, kasan: Silence KASAN warnings in get_wchan() by Andrey Ryabinin · 9 years ago
  99. d976441 compiler, atomics, kasan: Provide READ_ONCE_NOCHECK() by Andrey Ryabinin · 9 years ago
  100. 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago