1. 317f5ef cxl: Add support for using the kernel API with a real PHB by Ian Munsie · 8 years ago
  2. e4f5fc0 cxl: Do not create vPHB if there are no AFU configuration records by Ian Munsie · 8 years ago
  3. a19bd79 cxl: Allow a default context to be associated with an external pci_dev by Ian Munsie · 8 years ago
  4. 62ccf2d cxl: Move cxl_afu_get / cxl_afu_put to base by Ian Munsie · 8 years ago
  5. 48b3adf cxl: Enable bus mastering for devices using CAPP DMA mode by Ian Munsie · 8 years ago
  6. 4e56f85 cxl: Add cxl_slot_is_supported API by Ian Munsie · 8 years ago
  7. fc9f75e cxl: Use for_each_compatible_node() macro by Wei Yongjun · 8 years ago
  8. 3b3dcd6 cxl: Ignore CAPI adapters misplaced in switched slots by Philippe Bergheaud · 8 years ago
  9. e00878b cxl: make base more explicitly non-modular by Paul Gortmaker · 8 years ago
  10. 6e0c50f cxl: Refine slice error debug messages by Philippe Bergheaud · 8 years ago
  11. f5c9df9 cxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts by Ian Munsie · 8 years ago
  12. 2a4f667 cxl: Workaround XSL bug that does not clear the RA bit after a reset by Ian Munsie · 8 years ago
  13. 5e7823c cxl: Fix bug where AFU disable operation had no effect by Ian Munsie · 8 years ago
  14. 2224b67 cxl: Fix allocating a minimum of 2 pages for the SPA by Ian Munsie · 8 years ago
  15. 49e9c99 cxl: Fix allowing bogus AFU descriptors with 0 maximum processes by Ian Munsie · 8 years ago
  16. c479e3f lkdtm: use struct arrays instead of enums by Kees Cook · 8 years ago
  17. f2c6edc lkdtm: move jprobe entry points to start of source by Kees Cook · 8 years ago
  18. d87c978 lkdtm: reorganize module paramaters by Kees Cook · 8 years ago
  19. 38f95fe lkdtm: rename globals for clarity by Kees Cook · 8 years ago
  20. 76a10e2 lkdtm: rename "count" to "crash_count" by Kees Cook · 8 years ago
  21. 329d416 lkdtm: remove intentional off-by-one array access by Kees Cook · 8 years ago
  22. 00f496c lkdtm: split remaining logic bug tests to separate file by Kees Cook · 8 years ago
  23. ffc514f lkdtm: split heap corruption tests to separate file by Kees Cook · 8 years ago
  24. 0d9eb29 lkdtm: split memory permissions tests to separate file by Kees Cook · 8 years ago
  25. a3dff71 lkdtm: split usercopy tests to separate file by Kees Cook · 8 years ago
  26. 0edca7b lkdtm: drop "alloc_size" parameter by Kees Cook · 8 years ago
  27. 6c35214 lkdtm: add usercopy test for blocking kernel text by Kees Cook · 8 years ago
  28. ad42de8 cxl: Add set and get private data to context struct by Michael Neuling · 8 years ago
  29. b810253 cxl: Add mechanism for delivering AFU driver specific events by Philippe Bergheaud · 8 years ago
  30. 194c858 Merge 4.7-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  31. f03774b GenWQE: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 8 years ago
  32. a430739 cxl: Make vPHB device node match adapter's by Frederic Barrat · 8 years ago
  33. b385c9e cxl: Add support for CAPP DMA mode by Ian Munsie · 8 years ago
  34. 6d38261 cxl: Abstract the differences between the PSL and XSL by Frederic Barrat · 8 years ago
  35. 292841b cxl: Update process element after allocating interrupts by Ian Munsie · 8 years ago
  36. 64417a3 cxl: static-ify variables to fix sparse warnings by Andrew Donnellan · 8 years ago
  37. 69f1804 mei: don't use wake_up_interruptible for wr_ctrl by Alexander Usyskin · 8 years ago
  38. c0ff901 mei: drop wr_msg from the mei_dev structure by Alexander Usyskin · 8 years ago
  39. b548452 lkdtm: split atomic test into over and underflow by Kees Cook · 8 years ago
  40. aa981a6 lkdtm: add usercopy tests by Kees Cook · 8 years ago
  41. 9a49a52 lkdtm: add function for testing .rodata section by Kees Cook · 9 years ago
  42. 426f3a5 lkdtm: clean up after rename by Kees Cook · 8 years ago
  43. 9e197e2 lkdtm: split build into multiple source files by Kees Cook · 9 years ago
  44. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  45. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  46. 78975f2 Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  47. bc231d9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. 266eab8 cxl: Check periodically the coherent platform function's state by Christophe Lombard · 8 years ago
  49. 7a0d85d cxl: Add kernel API to allow a context to operate with relocate disabled by Ian Munsie · 8 years ago
  50. 3c206fa cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQs by Ian Munsie · 8 years ago
  51. 0e5b5ba cxl: Remove duplicate #defines by Ian Munsie · 8 years ago
  52. 895a798 cxl: Handle num_of_processes larger than can fit in the SPA by Ian Munsie · 8 years ago
  53. 725d012 Merge 4.6-rc7 into char-misc-testing by Greg Kroah-Hartman · 8 years ago
  54. 32cf95d Merge tag 'char-misc-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  55. 40bfb8e x86/platform/UV: Remove Obsolete GRU MMR address translation by Dimitri Sivanich · 8 years ago
  56. bc46b45 mei: bus: call mei_cl_read_start under device lock by Alexander Usyskin · 8 years ago
  57. 8d02646 ti-st: Fix complete_all() wrong usage by Daniel Wagner · 8 years ago
  58. 66b58ed ARM: qcom: silence an uninitialized variable warning by Dan Carpenter · 8 years ago
  59. dd69a18 eeprom: 93xx46: Fix SPI device leak by Mark Brown · 8 years ago
  60. 96b2a45 eeprom: at25: Fix SPI device leak by Mark Brown · 8 years ago
  61. a8ab316 nvmem: 93xx46: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  62. 01973a0 eeprom: at25: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  63. cf0361a eeprom: at24: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  64. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 8 years ago
  65. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 8 years ago
  66. d449d69 misc: sram: fix check of devm_ioremap*() return value by Vladimir Zapolskiy · 9 years ago
  67. 7ff4bdd mei: fix waiting for wr_ctrl for corner cases. by Alexander Usyskin · 8 years ago
  68. 4a8eaa9 mei: don't clean control queues on notify request timeout by Alexander Usyskin · 8 years ago
  69. 9d04ee1 mei: amthif: discard not read messages by Alexander Usyskin · 8 years ago
  70. 6a8d648 mei: fix NULL dereferencing during FW initiated disconnection by Alexander Usyskin · 8 years ago
  71. cc25aa9 mei: drop global me_client_index by Alexander Usyskin · 8 years ago
  72. b9c7954 mei: do not pin module if cldrv->probe() failed by Alexey Khoroshilov · 8 years ago
  73. fee2687 misc: mic: Remove return statements from void functions by Amitoj Kaur Chawla · 9 years ago
  74. 05c4569 misc: mic: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  75. 9c88345 misc: mic: Fix randconfig build error by Sudeep Dutt · 8 years ago
  76. 1b46bac Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  77. 82dc4af misc: mic: Fix for double fetch security bug in VOP driver by Ashutosh Dixit · 8 years ago
  78. 9bf292b misc: mic: Fix for double fetch security bug in VOP driver by Ashutosh Dixit · 8 years ago
  79. 2bc79ff cxl: Poll for outstanding IRQs when detaching a context by Michael Neuling · 8 years ago
  80. d6776bb cxl: Keep IRQ mappings on context teardown by Michael Neuling · 8 years ago
  81. 3b1dbfa cxl: Fix DAR check & use REGION_ID instead of opencoding by Aneesh Kumar K.V · 8 years ago
  82. 4aec6ec cxl: Increase timeout for detection of AFU mmio hang by Frederic Barrat · 8 years ago
  83. e009a7e cxl: Allow initialization on timebase sync failures by Frederic Barrat · 9 years ago
  84. 7553c7e Merge 4.6-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  85. 1d98d0e eeprom: at24: replace msleep() with usleep_range() by Bartosz Golaszewski · 8 years ago
  86. 5057e8e eeprom: at24: remove a reduntant if by Bartosz Golaszewski · 8 years ago
  87. 1050e68 cxl: Delete an unnecessary check before the function call "kfree" by Markus Elfring · 9 years ago
  88. aa14138 cxl: Configure the PSL for two CAPI ports on POWER8NVL by Philippe Bergheaud · 9 years ago
  89. d88e397 cxl: Remove dead code by Frederic Barrat · 9 years ago
  90. 3d085c7 lkdtm: do not leak free page on kmalloc failure by Kees Cook · 8 years ago
  91. d2e1008 lkdtm: fix memory leak of base by Sudip Mukherjee · 8 years ago
  92. 50fbd97 lkdtm: fix memory leak of val by Sudip Mukherjee · 8 years ago
  93. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  94. 423de92 mei: bus: use scnprintf in *_show by Rasmus Villemoes · 9 years ago
  95. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  97. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  98. 021f163 Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  99. 9dffdb3 Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  100. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago