index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Lines
2016-08-30
mei: add file pointer to the host client structure
Alexander Usyskin
-10
/
+10
2016-08-30
mei: move read cb to complete queue if not connected
Alexander Usyskin
-0
/
+1
2016-08-30
mei: fix return value on disconnection
Tomas Winkler
-3
/
+3
2016-08-30
mei: drop read complete queue emptiness check
Alexander Usyskin
-2
/
+4
2016-08-30
mei: hbm: add missing argument in the kdoc
Tomas Winkler
-0
/
+1
2016-08-30
mei: recover after errors in runtime pm flow
Alexander Usyskin
-0
/
+19
2016-08-30
mei: drop mei_io_cb_alloc_buf
Alexander Usyskin
-28
/
+6
2016-08-30
mei: amthif: use mei_cl_alloc_cb for allocating cbs
Alexander Usyskin
-13
/
+3
2016-08-30
mei: amthif: drop mei_amthif_send_cmd
Alexander Usyskin
-36
/
+16
2016-08-30
mei: amthif: enable poll for async events
Alexander Usyskin
-5
/
+5
2016-08-30
mei: amthif: drop iamthif_current_cb
Alexander Usyskin
-10
/
+0
2016-08-30
mei: amthif: fix request cancel
Alexander Usyskin
-75
/
+38
2016-08-30
mei: amthif: drop READ_COMPLETE state
Alexander Usyskin
-28
/
+13
2016-08-30
mei: me: disable driver on SPT SPS firmware
Tomas Winkler
-4
/
+10
2016-08-22
eeprom: at24: check if the chip is functional in probe()
Bartosz Golaszewski
-2
/
+13
2016-08-22
cxl: use pcibios_free_controller_deferred() when removing vPHBs
Andrew Donnellan
-1
/
+9
2016-08-15
misc: delete bh1780 driver
Linus Walleij
-270
/
+0
2016-08-12
Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-9
/
+12
2016-08-10
cxl: Set psl_fir_cntl to production environment value
Frederic Barrat
-3
/
+6
2016-08-09
cxl: Fix sparse warnings
Andrew Donnellan
-2
/
+2
2016-08-09
cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests
Andrew Donnellan
-4
/
+4
2016-08-08
Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Linus Torvalds
-2
/
+3
2016-08-06
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-0
/
+4
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
-10
/
+10
2016-08-02
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-11
/
+7
2016-08-02
vhost: split out vringh Kconfig
Michael S. Tsirkin
-1
/
+1
2016-08-02
vop: pull in vhost Kconfig
Michael S. Tsirkin
-0
/
+4
2016-08-01
lkdtm: Fix targets for objcopy usage
Kees Cook
-1
/
+2
2016-08-01
lkdtm: fix false positive warning from -Wmaybe-uninitialized
Kees Cook
-1
/
+1
2016-08-01
Merge branch 'pci/msi-affinity' into next
Bjorn Helgaas
-1
/
+1
2016-07-30
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-186
/
+1177
2016-07-27
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
-155
/
+343
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-1
/
+1
2016-07-19
cxl: fix potential NULL dereference in free_adapter()
Andrew Donnellan
-7
/
+9
2016-07-19
cxl: remove dead Kconfig options
Andrew Donnellan
-10
/
+0
2016-07-18
eeprom: at24: tweak the loop_until_timeout() macro
Bartosz Golaszewski
-4
/
+4
2016-07-17
drivers: misc: ti-st: Use int instead of fuzzy char for callback status
Geert Uytterhoeven
-1
/
+1
2016-07-17
eeprom: at24: add support for at24mac series
Bartosz Golaszewski
-0
/
+42
2016-07-17
eeprom: at24: support reading the serial number for 24csxx
Bartosz Golaszewski
-2
/
+78
2016-07-17
eeprom: at24: split at24_eeprom_write() into specialized functions
Bartosz Golaszewski
-43
/
+91
2016-07-17
eeprom: at24: split at24_eeprom_read() into specialized functions
Bartosz Golaszewski
-54
/
+71
2016-07-17
eeprom: at24: hide the read/write loop behind a macro
Bartosz Golaszewski
-22
/
+20
2016-07-17
eeprom: at24: call read/write functions via function pointers
Bartosz Golaszewski
-2
/
+9
2016-07-17
eeprom: at24: coding style fixes
Bartosz Golaszewski
-5
/
+5
2016-07-17
eeprom: at24: move at24_read() below at24_eeprom_write()
Bartosz Golaszewski
-32
/
+32
2016-07-17
eeprom: at24: improve the device_id table readability
Bartosz Golaszewski
-14
/
+14
2016-07-15
lkdtm: silence warnings about function declarations
Kees Cook
-25
/
+10
2016-07-15
lkdtm: hide unused functions
Arnd Bergmann
-30
/
+36
2016-07-14
cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards
Andrew Donnellan
-18
/
+226
2016-07-14
cxl: Workaround PE=0 hardware limitation in Mellanox CX4
Ian Munsie
-1
/
+4
[prev]
[next]