1. 41e80dca iommu/vt-d: Remove segment from struct device_domain_info() by David Woodhouse · 11 years ago
  2. 67ccac4 iommu/vt-d: Store PCI segment number in struct intel_iommu by David Woodhouse · 11 years ago
  3. 7c7faa1 iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() by David Woodhouse · 11 years ago
  4. 8bbc441 iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info() by David Woodhouse · 11 years ago
  5. 5a8f40e iommu/vt-d: Always store iommu in device_domain_info by David Woodhouse · 11 years ago
  6. e2f8c5f iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path by David Woodhouse · 11 years ago
  7. 0ac7266 iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info() by David Woodhouse · 11 years ago
  8. b718cd3 iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race by David Woodhouse · 11 years ago
  9. 64ae892 iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb() by David Woodhouse · 11 years ago
  10. 0bcb3e2 iommu/vt-d: Use struct device in device_domain_info, not struct pci_dev by David Woodhouse · 11 years ago
  11. 1525a29 iommu/vt-d: Make dmar_insert_dev_info() take struct device instead of struct pci_dev by David Woodhouse · 11 years ago
  12. 3d89194 iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev by David Woodhouse · 11 years ago
  13. ed40356 iommu/vt-d: Add ACPI devices into dmaru->devices[] array by David Woodhouse · 11 years ago
  14. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 11 years ago
  15. 07cb52f iommu/vt-d: Allocate space for ACPI devices by David Woodhouse · 11 years ago
  16. e625b4a iommu/vt-d: Parse ANDD records by David Woodhouse · 11 years ago
  17. d050196 iommu/vt-d: Be less pessimistic about domain coherency where possible by David Woodhouse · 11 years ago
  18. 214e39a iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains by David Woodhouse · 11 years ago
  19. ea8ea46 iommu/vt-d: Clean up and fix page table clear/free behaviour by David Woodhouse · 11 years ago
  20. 5cf0a76 iommu/vt-d: Clean up size handling for intel_iommu_unmap() by David Woodhouse · 11 years ago
  21. 75f0556 iommu/vt-d: Update IOMMU state when memory hotplug happens by Jiang Liu · 11 years ago
  22. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 11 years ago
  23. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 11 years ago
  24. 0e24261 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 11 years ago
  25. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 11 years ago
  26. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 11 years ago
  27. b5f82dd iommu/vt-d: Fix error in detect ATS capability by Jiang Liu · 11 years ago
  28. a4eaa86 iommu/vt-d: Check for NULL pointer when freeing IOMMU data structure by Jiang Liu · 11 years ago
  29. 9ebd682 iommu/vt-d: Fix incorrect iommu_count for si_domain by Jiang Liu · 11 years ago
  30. 92d03cc iommu/vt-d: Reduce duplicated code to handle virtual machine domains by Jiang Liu · 11 years ago
  31. e85bb5d iommu/vt-d: Free resources if failed to create domain for PCIe endpoint by Jiang Liu · 11 years ago
  32. 745f258 iommu/vt-d: Simplify function get_domain_for_dev() by Jiang Liu · 11 years ago
  33. b94e411 iommu/vt-d: Move private structures and variables into intel-iommu.c by Jiang Liu · 11 years ago
  34. bb3a6b7 iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse by Jiang Liu · 11 years ago
  35. 7e7dfab iommu/vt-d: Avoid caching stale domain_device_info when hot-removing PCI device by Jiang Liu · 11 years ago
  36. 816997d iommu/vt-d: Avoid caching stale domain_device_info and fix memory leak by Jiang Liu · 11 years ago
  37. 989d51f iommu/vt-d: Avoid double free of g_iommus on error recovery path by Jiang Liu · 11 years ago
  38. c59224d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  39. 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
  40. 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
  41. d668ca1c Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  42. 9f4a9b8 Merge iio fixes into staging-linus by Greg Kroah-Hartman · 11 years ago
  43. 6950e23 drm/vmwgfx: avoid null pointer dereference at failure paths by Alexey Khoroshilov · 11 years ago
  44. a34417f drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date. by Thomas Hellstrom · 11 years ago
  45. ae20456 drm/vmwgfx: Remove some unused surface formats by Thomas Hellstrom · 11 years ago
  46. 702256e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  47. 3750c14 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. e0d849f dm cache: fix truncation bug when mapping I/O to >2TB fast device by Heinz Mauelshagen · 11 years ago
  54. 6c09ea4 Merge branches 'pm-cpufreq', 'pm-hibernate' and 'acpi-processor' by Rafael J. Wysocki · 11 years ago
  55. 3803c8e drm/radeon: enable speaker allocation setup on dce3.2 by Alex Deucher · 11 years ago
  56. 832eafa drm/radeon: change audio enable logic by Alex Deucher · 11 years ago
  57. d7eb0a0 drm/radeon: fix audio disable on dce6+ by Alex Deucher · 11 years ago
  58. d965441 drm/radeon: free uvd ring on unload by Jerome Glisse · 11 years ago
  59. 9ef4e1d drm/radeon: disable pll sharing for DP on DCE4.1 by Alex Deucher · 11 years ago
  60. 5e386b5 drm/radeon: fix missing bo reservation by Christian König · 11 years ago
  61. 9f050c7 drm/radeon: print the supported atpx function mask by Alex Deucher · 11 years ago
  62. 86c7654 Merge tag 'metag-fixes-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  63. 3ebd3da Merge tag 'pwm/for-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 11 years ago
  64. bb7d43b14 Merge tag 'upstream-3.14-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  65. 7d48935 dm thin: allow metadata space larger than supported to go unused by Mike Snitzer · 11 years ago
  66. a1227f3 usb: ehci: fix deadlock when threadirqs option is used by Stanislaw Gruszka · 11 years ago
  67. 6dbd46c USB: ftdi_sio: add Cressi Leonardo PID by Joerg Dorchain · 11 years ago
  68. f3ca416 ACPI / processor: Rework processor throttling with work_on_cpu() by Lan Tianyu · 11 years ago
  69. 0b7d25c pwm: lp3943: Fix potential memory leak during request by Christian Engelmayer · 11 years ago
  70. a1989b3 dm mpath: fix stalls when handling invalid ioctls by Hannes Reinecke · 11 years ago
  71. f8d5b9e PM / hibernate: Fix restore hang in freeze_processes() by Sebastian Capella · 11 years ago
  72. e66c176 intel_pstate: Change busy calculation to use fixed point math. by Dirk Brandewie · 11 years ago
  73. d2a0476 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  74. 0141288 drivers/fmc/fmc-write-eeprom.c: fix decimal permissions by Joe Perches · 11 years ago
  75. ff3a2b7 drivers/iommu/omap-iommu-debug.c: fix decimal permissions by Joe Perches · 11 years ago
  76. f229006 irq-metag*: stop set_affinity vectoring to offline cpus by James Hogan · 11 years ago
  77. 6dba6ec Merge tag 'dmaengine-fixes-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 11 years ago
  78. e4cc60c Merge tag 'for-linus-20140225' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  79. da87ca4 ioat: fix tasklet tear down by Dan Williams · 11 years ago
  80. 75135da i7300_edac: Fix device reference count by Jean Delvare · 11 years ago
  81. c0f5eee i7core_edac: Fix PCI device reference count by Jean Delvare · 11 years ago
  82. 260ea9c staging: r8188eu: Add new device ID by Manu Gupta · 11 years ago
  83. 7fe412d vhost/scsi: Check LUN structure byte 0 is set to 1, per spec by Venkatesh Srinivas · 11 years ago
  84. 760dbe1 staging:iio:adc:MXS:LRADC: fix touchscreen statemachine by Juergen Beisert · 11 years ago
  85. 58e868b Merge 3.14-rc4 into char-misc-linus by Greg Kroah-Hartman · 11 years ago
  86. 6f58c78 qla2xxx: Fix kernel panic on selective retransmission request by Dr. Greg Wettstein · 11 years ago
  87. 1acacc0 dm thin: fix the error path for the thin device constructor by Mike Snitzer · 11 years ago
  88. 335d08b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  89. 24c8525 Merge tag 'regulator-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  90. fc272ec Target/sbc: Don't use sg as iterator in sbc_verify_read by Sagi Grimberg · 11 years ago
  91. 94387aa target: Add DIF sense codes in transport_generic_request_failure by Nicholas Bellinger · 11 years ago
  92. 10762e8 target/sbc: Fix sbc_dif_copy_prot addr offset bug by Nicholas Bellinger · 11 years ago
  93. bb38eef mtd: nand: omap: fix ecclayout->oobfree->length by Pekon Gupta · 11 years ago
  94. aa6092f mtd: nand: omap: fix ecclayout->oobfree->offset by Pekon Gupta · 11 years ago
  95. eae39cb mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver by Pekon Gupta · 11 years ago
  96. 5fe37fc Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. f9b0808 Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  98. e0f13bd Merge tag 'tty-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  99. b9c2b05 Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  100. 7834904 Merge tag 'char-misc-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago