1. d16abd3 nvmem: sunxi: trivial: fix code style by Caesar Wang · 8 years ago
  2. 313a72f nvmem: core: return error for non word aligned access by Srinivas Kandagatla · 9 years ago
  3. 4c7e4fe nvmem: mediatek: Add Mediatek EFUSE driver by Andrew-CT Chen · 9 years ago
  4. b3c9f95d dt-bindings: add document of mediatek efuse driver by Andrew-CT Chen · 9 years ago
  5. f02f8ae nvmem: NXP LPC18xx EEPROM memory NVMEM driver by Ariel D'Alessandro · 9 years ago
  6. 4020d07 DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation by Ariel D'Alessandro · 9 years ago
  7. 47679cd misc: c2port: use kobj_to_dev() by Geliang Tang · 8 years ago
  8. 85016ff misc: cxl: use kobj_to_dev() by Geliang Tang · 8 years ago
  9. 092462c misc: eeprom: use kobj_to_dev() by Geliang Tang · 8 years ago
  10. 8c99d8e misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_client by Geliang Tang · 8 years ago
  11. 50e6315 misc/bmp085: Enable building as a module by Ben Hutchings · 8 years ago
  12. 47312a4 drivers/misc: make arm-charlcd.c explicitly non-modular by Paul Gortmaker · 8 years ago
  13. 46fd8c3 misc: pch_phub: allow build on MIPS platforms by Paul Burton · 9 years ago
  14. c7f340f misc: st_core: remove unreachable code by Sudip Mukherjee · 9 years ago
  15. 9d403a9 scripts: fix typo in ver_linux by Matthias Lange · 8 years ago
  16. 5fb4379 misc: mic: use common error path by Sudip Mukherjee · 9 years ago
  17. fbaa72d misc: mic: return error directly by Sudip Mukherjee · 9 years ago
  18. ba1b5c4 misc: mic: return error properly by Sudip Mukherjee · 9 years ago
  19. d897d7e misc: mic: remove unneeded debug message by Sudip Mukherjee · 9 years ago
  20. e6c0eff mic_virtio: fix a timeout loop by Dan Carpenter · 8 years ago
  21. f38e87e misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED state by Ashutosh Dixit · 9 years ago
  22. 3f04088 intel_th: pci: Add Broxton SOC support by Alexander Shishkin · 8 years ago
  23. 6396b91 intel_th: pci: Add Apollo Lake SOC support by Alexander Shishkin · 8 years ago
  24. f08b182 stm class: Prevent user-controllable allocations by Alexander Shishkin · 8 years ago
  25. 7b3bb0e stm class: Fix an off-by-one in master array allocation by Chunyan Zhang · 8 years ago
  26. c74f7e8 stm class: Fix link list locking by Alexander Shishkin · 8 years ago
  27. 4c127fd stm class: Fix locking in unbinding policy path by Alexander Shishkin · 8 years ago
  28. 042d446 stm class: Select CONFIG_SRCU by Arnd Bergmann · 8 years ago
  29. 8d04393 intel_th: INTEL_TH should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  30. 4a2e2b1 stm class: Hide STM-specific options if STM is disabled by Geert Uytterhoeven · 8 years ago
  31. 52210c8 coresight: implementing 'cpu_id()' API by Mathieu Poirier · 8 years ago
  32. b15f0fb coresight: removing bind/unbind options from sysfs by Mathieu Poirier · 8 years ago
  33. ad725ae coresight: remove csdev's link from topology by Mathieu Poirier · 8 years ago
  34. f2dfab3 coresight: release reference taken by 'bus_find_device()' by Mathieu Poirier · 8 years ago
  35. fae5415 coresight: coresight_unregister() function cleanup by Mathieu Poirier · 8 years ago
  36. a9ddc71 coresight: fixing lockdep error by Mathieu Poirier · 8 years ago
  37. ff87422 coresight: fixing indentation problem by Mathieu Poirier · 8 years ago
  38. f42a0fd VMCI: Use 32bit atomics for queue headers on X86_32 by Jorgen Hansen · 9 years ago
  39. fe760e4 Drivers: hv: vmbus: Give control over how the ring access is serialized by K. Y. Srinivasan · 8 years ago
  40. 3eba9a7 Drivers: hv: vmbus: Eliminate the spin lock on the read path by K. Y. Srinivasan · 8 years ago
  41. 85d9aa7 Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister() by Dexuan Cui · 8 years ago
  42. 499e840 Drivers: hv: vmbus: add a per-channel rescind callback by Dexuan Cui · 8 years ago
  43. 8981da3 Drivers: hv: vmbus: add a hvsock flag in struct hv_driver by Dexuan Cui · 8 years ago
  44. 5c23a1a Drivers: hv: vmbus: define a new VMBus message type for hvsock by Dexuan Cui · 8 years ago
  45. 5f363bc Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling by Dexuan Cui · 8 years ago
  46. e8d6ca0 Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock) by Dexuan Cui · 8 years ago
  47. 3c75354 Drivers: hv: vmbus: add a helper function to set a channel's pending send size by Dexuan Cui · 8 years ago
  48. 3ccb4fd Drivers: hv: vmbus: don't manipulate with clocksources on crash by Vitaly Kuznetsov · 8 years ago
  49. 4157191 Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload() by Vitaly Kuznetsov · 8 years ago
  50. 79fd8e7 Drivers: hv: vmbus: avoid infinite loop in init_vp_index() by Vitaly Kuznetsov · 8 years ago
  51. 50fe6dd tools/hv: Use include/uapi with __EXPORTED_HEADERS__ by Kamal Mostafa · 8 years ago
  52. 7047f17 Drivers: hv: vmbus: Add vendor and device atttributes by K. Y. Srinivasan · 8 years ago
  53. 1b807e1 Drivers: hv: vmbus: Cleanup vmbus_set_event() by K. Y. Srinivasan · 8 years ago
  54. 5fae054 goldfish: locking bugs in goldfish_pipe_read_write() by Dan Carpenter · 8 years ago
  55. d40a094 misc: mic: fix incorrect use of error codes in SCIF DMA driver by Eric Biggers · 8 years ago
  56. 0d0ce9c misc: mic/scif: use list_next_entry instead of list_entry_next by Geliang Tang · 9 years ago
  57. 7b64dbf misc: mic/scif: fix wrap around tests by Dan Carpenter · 9 years ago
  58. 269ad6e staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_base" by Christian Colic · 9 years ago
  59. 2ce601b staging: goldfish: (coding style) Add spaces around the "+" to conform to checkpatch by Christian Colic · 9 years ago
  60. b0e302b staging: goldfish: use div64_s64 instead of do_div by Arnd Bergmann · 8 years ago
  61. 025fb79 mei: split amthif client init from end of clients enumeration by Alexander Usyskin · 8 years ago
  62. 27f476e mei: hbm: send immediate reply flag in enum request by Alexander Usyskin · 8 years ago
  63. a816a00 mei: bus: run rescan on me_clients list change by Alexander Usyskin · 8 years ago
  64. 7851e00 mei: drop reserved host client ids by Alexander Usyskin · 8 years ago
  65. 6938c19 mei: hbm: warn about fw-initiated disconnect by Alexander Usyskin · 8 years ago
  66. f4e0624 mei: fixed address clients for the new platforms by Alexander Usyskin · 8 years ago
  67. 06ee536 mei: fill file pointer in read cb for fixed address client by Alexander Usyskin · 8 years ago
  68. 603c53e mei: discard replies from unconnected fixed address clients by Alexander Usyskin · 8 years ago
  69. a4307fe mei: clean write queues and wake waiters on disconnect by Alexander Usyskin · 8 years ago
  70. 0faf6a3 mei: wake blocked write on link reset by Alexander Usyskin · 8 years ago
  71. e8466b3 mei: drop superfluous closing bracket from write traces by Alexander Usyskin · 8 years ago
  72. 15c13df mei: bus: check if the device is enabled before data transfer by Alexander Usyskin · 8 years ago
  73. 850f894 mei: bus: fix notification event delivery by Tomas Winkler · 8 years ago
  74. a1f9ae2 mei: bus: fix RX event scheduling by Tomas Winkler · 8 years ago
  75. b74d883 mei: amthif: interrupt reader on link reset by Alexander Usyskin · 8 years ago
  76. 4bddf56 mei: amthif: use rx_wait queue also for amthif client by Alexander Usyskin · 8 years ago
  77. 77b007b mei: amthif: drop parameter validation from mei_amthif_write by Tomas Winkler · 8 years ago
  78. 9abd8b3 mei: amthif: replace amthif_rd_complete_list with rd_completed by Tomas Winkler · 8 years ago
  79. 5cf8b2a mei: amthif: allow only one request at a time by Alexander Usyskin · 8 years ago
  80. 62e8e6a mei: rename variable names 'file_object' to fp by Tomas Winkler · 8 years ago
  81. f23e2cc mei: constify struct file pointer by Tomas Winkler · 8 years ago
  82. d0df8df mei: amthif: don't drop read packets on timeout by Alexander Usyskin · 8 years ago
  83. 5ba0bf4 mei: amthif: don't copy from an empty buffer by Alexander Usyskin · 8 years ago
  84. 1f7e489 mei: call stop on failed char device register by Alexander Usyskin · 8 years ago
  85. f862b6b mei: fix possible integer overflow issue by Tomas Winkler · 8 years ago
  86. 439a74b mei: debugfs: allow hbm features list dump in earlier stages by Alexander Usyskin · 8 years ago
  87. 26900254 mei: debugfs: adjust active clients print buffer by Alexander Usyskin · 8 years ago
  88. a96c548 mei: trace pci configuration space io by Tomas Winkler · 8 years ago
  89. 3a20a5c watchdog: mei_wdt: re-register device on event by Tomas Winkler · 8 years ago
  90. ad1cd72 watchdog: mei_wdt: add activation debugfs entry by Tomas Winkler · 8 years ago
  91. 7a23f80 watchdog: mei_wdt: register wd device only if required by Tomas Winkler · 8 years ago
  92. e97cdb3 mei: bus: whitelist the watchdog client by Tomas Winkler · 8 years ago
  93. c9cf20e watchdog: mei_wdt: add status debugfs entry by Tomas Winkler · 8 years ago
  94. 222818c watchdog: mei_wdt: implement MEI iAMT watchdog driver by Tomas Winkler · 8 years ago
  95. fdd9b86 mei: wd: drop the watchdog code from the core mei driver by Alexander Usyskin · 8 years ago
  96. b86d1bd mei: drop nfc leftovers from the mei driver by Tomas Winkler · 8 years ago
  97. 8b2458f mei: always copy the read buffer if data is ready by Alexander Usyskin · 8 years ago
  98. 13cf988 mei: prevent queuing new flow control credit. by Alexander Usyskin · 8 years ago
  99. 2bcfdc2 mei: bus: remove redundant uuid string in debug messages by Tomas Winkler · 8 years ago
  100. 3e2fbc7 Staging: goldfish: goldfish_nand: Add DMA Support using dmam_alloc_coherent by Shraddha Barke · 8 years ago