1. 5ae0566 iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors by Jiang Liu · 11 years ago
  2. 9f05d3f iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges by David Woodhouse · 11 years ago
  3. adeb259 iommu/vt-d: fix memory leakage caused by commit ea8ea46 by Jiang Liu · 11 years ago
  4. 7713ec0 iommu/vt-d: Fix error handling in ANDD processing by David Woodhouse · 11 years ago
  5. 14d4056 iommu/vt-d: returning free pointer in get_domain_for_dev() by Dan Carpenter · 11 years ago
  6. 63b4262 iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present by David Woodhouse · 11 years ago
  7. 11f1a77 iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() by Joerg Roedel · 11 years ago
  8. cf04eee iommu/vt-d: Include ACPI devices in iommu=pt by David Woodhouse · 11 years ago
  9. 66077ed iommu/vt-d: Finally enable translation for non-PCI devices by David Woodhouse · 11 years ago
  10. 46333e3 iommu/vt-d: Remove to_pci_dev() in intel_map_page() by David Woodhouse · 11 years ago
  11. 7207d8f iommu/vt-d: Remove pdev from intel_iommu_attach_device() by David Woodhouse · 11 years ago
  12. ecb509e iommu/vt-d: Remove pdev from iommu_no_mapping() by David Woodhouse · 11 years ago
  13. 5913c9b iommu/vt-d: Make domain_add_dev_info() take struct device by David Woodhouse · 11 years ago
  14. bf9c9ed iommu/vt-d: Make domain_remove_one_dev_info() take struct device by David Woodhouse · 11 years ago
  15. 5040a91 iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm by David Woodhouse · 11 years ago
  16. 207e359 iommu/vt-d: Remove some pointless to_pci_dev() calls by David Woodhouse · 11 years ago
  17. d4b709f iommu/vt-d: Make get_valid_domain_for_dev() take struct device by David Woodhouse · 11 years ago
  18. 3bdb259 iommu/vt-d: Make iommu_should_identity_map() take struct device by David Woodhouse · 11 years ago
  19. 0b9d975 iommu/vt-d: Handle RMRRs for non-PCI devices by David Woodhouse · 11 years ago
  20. 146922e iommu/vt-d: Make get_domain_for_dev() take struct device by David Woodhouse · 11 years ago
  21. e1f167f iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device by David Woodhouse · 11 years ago
  22. 156baca iommu/vt-d: Make device_to_iommu() cope with non-PCI devices by David Woodhouse · 11 years ago
  23. 9b22662 iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev by David Woodhouse · 11 years ago
  24. 41e80dca iommu/vt-d: Remove segment from struct device_domain_info() by David Woodhouse · 11 years ago
  25. 67ccac4 iommu/vt-d: Store PCI segment number in struct intel_iommu by David Woodhouse · 11 years ago
  26. 7c7faa1 iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() by David Woodhouse · 11 years ago
  27. 8bbc441 iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info() by David Woodhouse · 11 years ago
  28. 5a8f40e iommu/vt-d: Always store iommu in device_domain_info by David Woodhouse · 11 years ago
  29. e2f8c5f iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path by David Woodhouse · 11 years ago
  30. 0ac7266 iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info() by David Woodhouse · 11 years ago
  31. b718cd3 iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race by David Woodhouse · 11 years ago
  32. 64ae892 iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb() by David Woodhouse · 11 years ago
  33. 0bcb3e2 iommu/vt-d: Use struct device in device_domain_info, not struct pci_dev by David Woodhouse · 11 years ago
  34. 1525a29 iommu/vt-d: Make dmar_insert_dev_info() take struct device instead of struct pci_dev by David Woodhouse · 11 years ago
  35. 3d89194 iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev by David Woodhouse · 11 years ago
  36. ed40356 iommu/vt-d: Add ACPI devices into dmaru->devices[] array by David Woodhouse · 11 years ago
  37. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 11 years ago
  38. 07cb52f iommu/vt-d: Allocate space for ACPI devices by David Woodhouse · 11 years ago
  39. e625b4a iommu/vt-d: Parse ANDD records by David Woodhouse · 11 years ago
  40. 86a54dc iommu/vt-d: Add ACPI namespace device reporting structures by David Woodhouse · 11 years ago
  41. d050196 iommu/vt-d: Be less pessimistic about domain coherency where possible by David Woodhouse · 11 years ago
  42. 214e39a iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains by David Woodhouse · 11 years ago
  43. ea8ea46 iommu/vt-d: Clean up and fix page table clear/free behaviour by David Woodhouse · 11 years ago
  44. 5cf0a76 iommu/vt-d: Clean up size handling for intel_iommu_unmap() by David Woodhouse · 11 years ago
  45. 75f0556 iommu/vt-d: Update IOMMU state when memory hotplug happens by Jiang Liu · 11 years ago
  46. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 11 years ago
  47. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 11 years ago
  48. 0e24261 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 11 years ago
  49. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 11 years ago
  50. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 11 years ago
  51. b5f82dd iommu/vt-d: Fix error in detect ATS capability by Jiang Liu · 11 years ago
  52. a4eaa86 iommu/vt-d: Check for NULL pointer when freeing IOMMU data structure by Jiang Liu · 11 years ago
  53. 9ebd682 iommu/vt-d: Fix incorrect iommu_count for si_domain by Jiang Liu · 11 years ago
  54. 92d03cc iommu/vt-d: Reduce duplicated code to handle virtual machine domains by Jiang Liu · 11 years ago
  55. e85bb5d iommu/vt-d: Free resources if failed to create domain for PCIe endpoint by Jiang Liu · 11 years ago
  56. 745f258 iommu/vt-d: Simplify function get_domain_for_dev() by Jiang Liu · 11 years ago
  57. b94e411 iommu/vt-d: Move private structures and variables into intel-iommu.c by Jiang Liu · 11 years ago
  58. bb3a6b7 iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse by Jiang Liu · 11 years ago
  59. 7e7dfab iommu/vt-d: Avoid caching stale domain_device_info when hot-removing PCI device by Jiang Liu · 11 years ago
  60. 816997d iommu/vt-d: Avoid caching stale domain_device_info and fix memory leak by Jiang Liu · 11 years ago
  61. 989d51f iommu/vt-d: Avoid double free of g_iommus on error recovery path by Jiang Liu · 11 years ago
  62. 0414855 Linux 3.14-rc5 by Linus Torvalds · 11 years ago
  63. c59224d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  64. a53c8ce Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  65. 3751c97 Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  66. 9ff7aeb Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  67. d668ca1c Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  68. 9f4a9b8 Merge iio fixes into staging-linus by Greg Kroah-Hartman · 11 years ago
  69. 3154da3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 49e893b Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  71. 6950e23 drm/vmwgfx: avoid null pointer dereference at failure paths by Alexey Khoroshilov · 11 years ago
  72. a34417f drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date. by Thomas Hellstrom · 11 years ago
  73. ae20456 drm/vmwgfx: Remove some unused surface formats by Thomas Hellstrom · 11 years ago
  74. 55de1ed Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. 702256e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  76. 3750c14 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  77. 751a03c Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  78. af76815 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  79. d3dae4a Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  80. 8427def MAINTAINERS: add maintainer entry for Armada DRM driver by Russell King · 11 years ago
  81. ebb7c19 Merge tag 'dm-3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  82. 7aa4835 Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  83. 04b5225 Merge tag 'edac_fixes_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  84. d8efcf3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  85. 78d9e93 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  86. f94def7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  87. b57fc9e arm64: Fix !CONFIG_SMP kernel build by Catalin Marinas · 11 years ago
  88. 84fe682 arm64: mm: Add double logical invert to pte accessors by Steve Capper · 11 years ago
  89. e0d849f dm cache: fix truncation bug when mapping I/O to >2TB fast device by Heinz Mauelshagen · 11 years ago
  90. b39c2a5 perf tools: Fix strict alias issue for find_first_bit by Jiri Olsa · 11 years ago
  91. e0cf957 powerpc/powernv: Fix indirect XSCOM unmangling by Benjamin Herrenschmidt · 11 years ago
  92. 2f3f38e powerpc/powernv: Fix opal_xscom_{read,write} prototype by Benjamin Herrenschmidt · 11 years ago
  93. af87d2f powerpc/powernv: Refactor PHB diag-data dump by Gavin Shan · 11 years ago
  94. 9471660 powerpc/powernv: Dump PHB diag-data immediately by Gavin Shan · 11 years ago
  95. 573ebfa powerpc: Increase stack redzone for 64-bit userspace to 512 bytes by Paul Mackerras · 11 years ago
  96. a95fc58 powerpc/ftrace: bugfix for test_24bit_addr by Liu Ping Fan · 11 years ago
  97. f5295bd powerpc/crashdump : Fix page frame number check in copy_oldmem_page by Laurent Dufour · 11 years ago
  98. 41dd03a powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctly by Tony Breeds · 11 years ago
  99. 6c09ea4 Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor' by Rafael J. Wysocki · 11 years ago
  100. 1b385cb kvm, vmx: Really fix lazy FPU on nested guest by Paolo Bonzini · 11 years ago