index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
most
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
staging: most: hdm_usb: Driver registration with module_driver macro
Alex Briskin
1
-19
/
+1
2017-08-18
staging: most: hdm-dim2: fix error return code in dim2_probe()
Gustavo A. R. Silva
1
-4
/
+4
2017-08-18
staging: most: hdm-dim2: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-18
staging: most: usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-4
/
+4
2017-06-24
staging: most: net: hold used net device
Andrey Shvetsov
1
-23
/
+55
2017-06-24
staging: most: net: protect consistency of the state
Andrey Shvetsov
1
-22
/
+42
2017-06-24
staging: most: net: make net device lifetime obvious
Andrey Shvetsov
1
-22
/
+25
2017-06-24
staging: most: net: remove redundant traces
Andrey Shvetsov
1
-6
/
+0
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-4
/
+4
2017-05-15
staging: most: dim2: replace function parameter with the expression
Andrey Shvetsov
1
-7
/
+8
2017-05-15
staging: most: dim2: enable flow control for isoc channels
Andrey Shvetsov
2
-0
/
+3
2017-05-15
staging: most: allocate private net_dev_context with the alloc_netdev
Andrey Shvetsov
1
-61
/
+20
2017-05-15
staging: most: net: remove redundant cleanup code
Andrey Shvetsov
1
-18
/
+1
2017-05-15
staging: most: use unsafe version of list traversing
Andrey Shvetsov
1
-2
/
+2
2017-05-15
staging: most: remove dependency on networking-aim
Andrey Shvetsov
7
-37
/
+42
2017-05-15
staging: most: i2c: remove empty callback request_netinfo
Andrey Shvetsov
1
-7
/
+0
2017-05-15
staging: most: check availability of the callback request_netinfo
Andrey Shvetsov
1
-1
/
+2
2017-05-15
staging: most: net: add carrier information
Andrey Shvetsov
1
-0
/
+6
2017-05-15
staging: most: net: use dormant state
Andrey Shvetsov
1
-25
/
+6
2017-05-15
staging: most: net: remove useless variable channels_opened
Andrey Shvetsov
1
-13
/
+4
2017-05-08
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-05-05
Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-125
/
+102
2017-04-25
staging: most: aim-sound style fixess
Dhananjay Balan
1
-1
/
+1
2017-04-11
docs-rst: fix usb cross-references
Mauro Carvalho Chehab
1
-1
/
+1
2017-04-08
staging: most: usb: pass correct register table
Christian Gromm
1
-1
/
+1
2017-04-08
staging: most: usb: fix size overflow
Andrey Shvetsov
1
-7
/
+3
2017-04-08
staging: most: usb: fix calculation of the extra_len
Andrey Shvetsov
1
-18
/
+9
2017-04-08
staging: most: destroy cdev when channel gets disconnected
Andrey Shvetsov
1
-6
/
+10
2017-04-08
staging: most: consolidate attributes for list of links
Andrey Shvetsov
1
-11
/
+8
2017-04-08
staging: most: core: separate property showing links
Andrey Shvetsov
1
-4
/
+8
2017-04-08
staging: most: core: consolidate channel attributes
Andrey Shvetsov
1
-33
/
+28
2017-04-08
staging: most: core: make use of __ATTR_* macros
Christian Gromm
1
-13
/
+6
2017-04-08
staging: most: core: fix function names
Christian Gromm
1
-36
/
+32
2017-04-08
staging: most: fix comment of the function remove_link_store
Andrey Shvetsov
1
-1
/
+1
2017-04-08
staging: most: fix comment of the function add_link_store
Andrey Shvetsov
1
-1
/
+1
2017-03-06
staging: most: Using macro DIV_ROUND_UP
simran singhal
1
-3
/
+4
2017-02-09
staging: most: dim2_hdm octal permissions fix
stephen knipe
1
-2
/
+2
2017-02-05
staging:most/hdm-i2c: Replace symbolic permissions with octal permissions
Zhengyi Shen
1
-1
/
+1
2017-01-27
staging: most: hdm-usb: fix symbolic permissions warning
Sebastian Haas
1
-3
/
+3
2017-01-16
staging: most: hdm-usb: Fix mismatch between types used in sizeof operator
Eric Salem
1
-2
/
+2
2017-01-05
staging: most: change dma_buf variable to __le16
Ramiro Oliveira
1
-1
/
+1
2016-11-29
staging: most: Eliminate usage of symbolic permissions
Jason Litzinger
1
-10
/
+8
2016-10-30
staging: most: hdm-usb: add comment
Christian Gromm
1
-0
/
+14
2016-10-27
staging: most: hdm-usb: introduce synchronization function
Andrey Shvetsov
1
-14
/
+14
2016-10-27
staging: most: hdm-usb: do h/w specific synchronization at configuration time
Andrey Shvetsov
1
-8
/
+9
2016-10-27
staging: most: aim-networking: keep channels closed if ndo_open fails
Andrey Shvetsov
1
-17
/
+21
2016-10-16
staging: most: hdm-usb: fix mbo buffer leak
Andrey Shvetsov
1
-60
/
+25
2016-10-16
staging: most: hdm-dim2: remove tracing of mac address
Andrey Shvetsov
1
-4
/
+1
2016-10-16
staging: most: hdm-usb: remove filtering of networking state
Andrey Shvetsov
1
-72
/
+32
[next]