1. e30aee9 Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  2. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  3. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. fda4ae1 misc: panel: Abstract temporary backlight handling by Geert Uytterhoeven · 7 years ago
  5. 204a4f6 misc: panel: Add lcd_home() helper by Geert Uytterhoeven · 7 years ago
  6. 3f77b43 misc: panel: Remove always-true check from panel_detach() by Geert Uytterhoeven · 7 years ago
  7. 9db3cf1 misc: panel: Move all suboptions into a big if section by Geert Uytterhoeven · 7 years ago
  8. 731fcec misc: panel: Remove reference to misc device support by Geert Uytterhoeven · 7 years ago
  9. e28fa71 misc: panel: Remove unused LCD_FLAG_S and LCD_FLAG_ID by Geert Uytterhoeven · 7 years ago
  10. 30f468b misc: panel: Remove PANEL_VERSION by Geert Uytterhoeven · 7 years ago
  11. 84a1ed0 misc: panel: Fix LCD_FLAG_F/LCD_FLAG_N exchange by Geert Uytterhoeven · 7 years ago
  12. cb97fbb mei: remove support for broken parallel read by Alexander Usyskin · 7 years ago
  13. ff86b30 lkdtm: Convert to refcount_t testing by Kees Cook · 7 years ago
  14. 39d4087 cxl: Fix build when CONFIG_DEBUG_FS=n by Andrew Donnellan · 7 years ago
  15. 47f60a0 mei: me: generate an interrupt if the hw indicates reset. by Alexander Usyskin · 7 years ago
  16. 9c7daa6 mei: me: add a wrapper to set host generated data interrupt by Alexander Usyskin · 7 years ago
  17. e1ef962 misc: fix typo on Kconfig by Miguel Bernal Marin · 7 years ago
  18. 3bb434c vmw_vmci: switch to pci_irq_alloc_vectors by Christoph Hellwig · 7 years ago
  19. f8a0960 mei: simplify error handling via devres function. by Tomas Winkler · 8 years ago
  20. f046192 mei: revamp io list cleanup function. by Tomas Winkler · 8 years ago
  21. 962ff7b mei: replace callback structures used as list head by list_head by Alexander Usyskin · 8 years ago
  22. 9ecdbc5 mei: amthif: allow the read completion after close by Tomas Winkler · 8 years ago
  23. 6537ae2 mei: amthif: clean command queue upon disconnection by Tomas Winkler · 8 years ago
  24. 6c0d670 mei: abort waiting for notification on unsupported HW by Alexander Usyskin · 8 years ago
  25. 7c47d2c mei: return error on notification request to a disconnected client by Alexander Usyskin · 8 years ago
  26. 57080e8 mei: bus: unregister callbacks upon me client disable call by Alexander Usyskin · 8 years ago
  27. 5d88246 mei: bus: prevent hardware module unload if device on bus is active by Alexander Usyskin · 8 years ago
  28. 9ecb839 mei: bus: cancel and disable callback after release call by Alexander Usyskin · 8 years ago
  29. f2d6976 eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc by Wei Yongjun · 8 years ago
  30. aed74b1 eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmalloc by Serge Semin · 8 years ago
  31. 37afff0 misc: sram: Integrate protect-exec reserved sram area type by Dave Gerlach · 8 years ago
  32. 728bbe7 misc: sram: Introduce support code for protect-exec sram type by Dave Gerlach · 8 years ago
  33. cdd1737 misc: sram: Split sram data structures into local header by Dave Gerlach · 8 years ago
  34. 9ba6057 lkdtm: Fix Oops when unloading the module by Juerg Haefliger · 8 years ago
  35. 8ade603 eeprom: fix platform_no_drv_owner.cocci warnings by Julia Lawall · 8 years ago
  36. acf50ec eeprom: fix memory leak on buf when failed allocation of csraddr_str by Colin Ian King · 8 years ago
  37. 14a3ae3 cxl: Prevent read/write to AFU config space while AFU not configured by Andrew Donnellan · 8 years ago
  38. d7b1946 cxl: Force psl data-cache flush during device shutdown by Vaibhav Jain · 8 years ago
  39. 0e17166 cxl: Drop unused header asm/pnv-pci.h by Greg Kurz · 8 years ago
  40. 669c256 mei: make mei_cl_set_disconnected static by Alexander Usyskin · 8 years ago
  41. 29fe7d5 mei: make mei_io_list_flush static by Alexander Usyskin · 8 years ago
  42. 7a11a1d lkdtm: hide stack overflow warning for corrupt-stack test by Arnd Bergmann · 8 years ago
  43. cfad642 eeprom: Add IDT 89HPESx EEPROM/CSR driver by Serge Semin · 8 years ago
  44. 39461ff Merge 4.10-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  45. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  46. e1873a4 genwqe: drop .link_reset() by Cao jin · 8 years ago
  47. 7ee7f45 mei: bus: enable OS version only for SPT and newer by Alexander Usyskin · 8 years ago
  48. 816c931 misc: mic: double free on ioctl error path by Dan Carpenter · 8 years ago
  49. ddc5c9a misc: set error code when devm_kstrdup fails by Pan Bian · 8 years ago
  50. e09ee85 mei: move write cb to completion on credentials failures by Alexander Usyskin · 8 years ago
  51. 5026c9c mei: bus: fix mei_cldev_enable KDoc by Alexander Usyskin · 8 years ago
  52. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  53. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  54. 991688bf Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  55. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  56. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  57. a9042de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  58. ecbf128 misc: ibmasm: fix typo in error message by Colin Ian King · 8 years ago
  59. b78b499 Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  60. 718c0dd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 076802d mei: bus: enable non-blocking RX by Alexander Usyskin · 8 years ago
  62. a2eb0fc mei: fix the back to back interrupt handling by Alexander Usyskin · 8 years ago
  63. 4a8efd4 mei: synchronize irq before initiating a reset. by Tomas Winkler · 8 years ago
  64. 2aa488a misc: sram: remove useless #ifdef by Arnd Bergmann · 8 years ago
  65. 9ff2007 mei: me: add lewisburg device ids by Tomas Winkler · 8 years ago
  66. d5f8e16 mei: request async autosuspend at the end of enumeration by Alexander Usyskin · 8 years ago
  67. 7184bc2 cxl: drop duplicate header sched.h by Geliang Tang · 8 years ago
  68. 3382a62 cxl: Fix coccinelle warnings by Andrew Donnellan · 8 years ago
  69. af91a81 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  70. 555b2b5 Merge tag 'at91-ab-4.10-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/drivers by Olof Johansson · 8 years ago
  71. bdecf76 cxl: Fix coredump generation when cxl_get_fd() is used by Frederic Barrat · 8 years ago
  72. abf051b cxl: Do adapter fence check before handling afu interrupt by Vaibhav Jain · 8 years ago
  73. bb81733 cxl: Fix error handling in _cxl_pci_associate_default_context() by Christophe Jaillet · 8 years ago
  74. 28e323e cxl: Fix error handling in _cxl_cx4_setup_msi_irqs() by Christophe Jaillet · 8 years ago
  75. 5cd4f5c cxl: Fix memory allocation failure test by Christophe Jaillet · 8 years ago
  76. 7c7a607 mei: bus: split RX and async notification callbacks by Alexander Usyskin · 8 years ago
  77. c110cdb mei: bus: make a client pointer always available by Alexander Usyskin · 8 years ago
  78. bd47b52 mei: introduce host client uninitialized state by Alexander Usyskin · 8 years ago
  79. c55d240 lkdtm: Prevent the compiler from optimising lkdtm_CORRUPT_STACK() by Michael Ellerman · 8 years ago
  80. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 967b274 mei: fix parameter rename KDoc by Alexander Usyskin · 8 years ago
  82. 4b9960d mei: constify buffer in the write functions calls by Tomas Winkler · 8 years ago
  83. 17ba8a0 mei: consolidate repeating code in mei_cl_irq_read_msg by Tomas Winkler · 8 years ago
  84. b7d91c9 Merge 4.9-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  85. 7279b23 mei: send OS type to the FW by Alexander Usyskin · 8 years ago
  86. fcd3585 lkdtm: Do not use flush_icache_range() on user addresses by Catalin Marinas · 8 years ago
  87. e0cb6b2 mei: enable to set the internal flag for client write by Alexander Usyskin · 8 years ago
  88. 2ae2e28 misc: sram: add Atmel securam support by Alexandre Belloni · 8 years ago
  89. 6819d10 lkdtm: Add tests for struct list corruption by Kees Cook · 8 years ago
  90. 582ab27 mei: bus: fix received data size check in NFC fixup by Alexander Usyskin · 8 years ago
  91. d882039 mei: bus: demote error to debug level upon disconnect by Alexander Usyskin · 8 years ago
  92. 88d1bec mei: show the HBM protocol versions in the device attributes by Alexander Usyskin · 8 years ago
  93. d3f4564 genwqe: use pci_irq_allocate_vectors by Christoph Hellwig · 8 years ago
  94. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. d4608a8 Merge 4.9-rc3 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  96. 2a29003 Merge tag 'char-misc-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  97. 6fcc8ce Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  98. eb94cd6 VMCI: Doorbell create and destroy fixes by Jorgen Hansen · 8 years ago
  99. a7a7aee GenWQE: Fix bad page access during abort of resource allocation by Gerald Schaefer · 8 years ago
  100. 1e4edb3 mei: bus: remove rx callback context by Tomas Winkler · 8 years ago