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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-18
NFC: nfcmrvl_usb: use interface as phy device
Johan Hovold
1
-3
/
+1
2017-06-18
NFC: nfcmrvl_uart: fix device-node leak during probe
Johan Hovold
1
-0
/
+3
2017-06-18
NFC: nfcmrvl: fix firmware-management initialisation
Johan Hovold
1
-7
/
+9
2017-06-18
NFC: nfcmrvl: use nfc-device for firmware download
Johan Hovold
1
-2
/
+5
2017-06-18
NFC: nfcmrvl: do not use device-managed resources
Johan Hovold
1
-8
/
+11
2017-06-18
NFC: nfcmrvl_uart: add missing tty-device sanity check
Johan Hovold
1
-4
/
+4
2017-06-18
NFC: fix broken device allocation
Johan Hovold
2
-15
/
+19
2017-06-18
NFC: trf7970a: Clean up coding style issues
Mark Greer
1
-144
/
+147
2017-06-18
NFC: trf7970a: Convert to descriptor based GPIO interface
Mark Greer
2
-37
/
+26
2017-06-18
NFC: trf7970a: Enable pins are active high not active low
Mark Greer
1
-2
/
+2
2017-06-18
NFC: trf7970a: Remove support for 'vin-voltage-override' DT property
Mark Greer
2
-12
/
+1
2017-06-18
NFC: trf7970a: Remove useless comment
Mark Greer
1
-1
/
+1
2017-06-18
NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified
Mark Greer
1
-3
/
+3
2017-06-18
NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()
Mark Greer
1
-1
/
+1
2017-06-18
NFC: trf7970a: Don't de-assert EN2 unless it was asserted
Mark Greer
1
-2
/
+4
2017-06-18
MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer
Mark Greer
1
-0
/
+8
2017-06-17
net: dsa: Fix legacy probing
Florian Fainelli
1
-11
/
+8
2017-06-17
tls: update Kconfig
Dave Watson
1
-2
/
+5
2017-06-17
Merge branch 'net-remove-dst-garbage-collector-logic'
David S. Miller
17
-466
/
+218
2017-06-17
net: add debug atomic_inc_not_zero() in dst_hold()
Wei Wang
1
-1
/
+1
2017-06-17
net: reorder all the dst flags
Wei Wang
1
-5
/
+5
2017-06-17
net: remove DST_NOCACHE flag
Wei Wang
8
-25
/
+17
2017-06-17
net: remove DST_NOGC flag
Wei Wang
6
-19
/
+9
2017-06-17
net: remove dst gc related code
Wei Wang
3
-235
/
+0
2017-06-17
decnet: take dst->__refcnt when struct dn_route is created
Wei Wang
1
-17
/
+19
2017-06-17
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
3
-36
/
+32
2017-06-17
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
3
-49
/
+1
2017-06-17
ipv6: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-45
/
+19
2017-06-17
ipv6: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-17
ipv6: call dst_dev_put() properly
Wei Wang
1
-0
/
+2
2017-06-17
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
3
-21
/
+50
2017-06-17
ipv4: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-16
/
+5
2017-06-17
ipv4: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-17
ipv4: call dst_dev_put() properly
Wei Wang
2
-0
/
+6
2017-06-17
ipv4: take dst->__refcnt when caching dst in fib
Wei Wang
2
-4
/
+20
2017-06-17
net: introduce a new function dst_dev_put()
Wei Wang
2
-0
/
+25
2017-06-17
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
2
-3
/
+22
2017-06-17
net: use loopback dev when generating blackhole route
Wei Wang
2
-5
/
+6
2017-06-17
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
Wei Wang
2
-16
/
+14
2017-06-17
ipv6: remove unnecessary dst_hold() in ip6_fragment()
Wei Wang
1
-4
/
+0
2017-06-16
Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
28
-124
/
+227
2017-06-16
net: dsa: add cross-chip multicast support
Vivien Didelot
1
-10
/
+20
2017-06-16
ibmvnic: driver initialization for kdump/kexec
Nathan Fontenot
1
-5
/
+19
2017-06-16
decnet: always not take dst->__refcnt when inserting dst into hash table
Wei Wang
1
-10
/
+4
2017-06-16
Merge branch 'rds-tcp-misc-bug-fixes'
David S. Miller
7
-37
/
+43
2017-06-16
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
Sowmini Varadhan
1
-1
/
+18
2017-06-16
rds: tcp: various endian-ness fixes
Sowmini Varadhan
6
-13
/
+21
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
4
-23
/
+4
2017-06-16
Merge branch 'dsa-loop-Driver-updates'
David S. Miller
1
-12
/
+82
2017-06-16
net: dsa: loop: Implement ethtool statistics
Florian Fainelli
1
-2
/
+77
[next]