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
2015-11-25
atp870u: Reduce log spam on module load/unload
Ondrej Zary
1
-6
/
+1
2015-11-25
atp870u: Introduce atp_set_host_id
Ondrej Zary
1
-39
/
+18
2015-11-25
atp870u: Fix incorrect writeb_io access to register 0x3a
Ondrej Zary
1
-4
/
+4
2015-11-25
atp870u: Replace port 0x80 delay by udelay
Ondrej Zary
1
-9
/
+9
2015-11-25
atp870u: Convert remaining in[bwl] and out[bwl] to wrappers
Ondrej Zary
1
-104
/
+118
2015-11-25
atp870u: Rename is885() to atp_is()
Ondrej Zary
1
-6
/
+6
2015-11-25
atp870u: Remove is870()
Ondrej Zary
1
-426
/
+1
2015-11-25
atp870u: Move 870-specific code out of is870()
Ondrej Zary
1
-3
/
+2
2015-11-25
atp870u: Add remaining 870 support to is885()
Ondrej Zary
1
-14
/
+31
2015-11-25
atp870u: Add wide_chip parameter to is870() and is885()
Ondrej Zary
1
-21
/
+25
2015-11-25
atp870u: Remove is880()
Ondrej Zary
1
-571
/
+1
2015-11-25
atp870u: Move chip-specific lines out of is880() and is885()
Ondrej Zary
1
-14
/
+10
2015-11-25
atp870u: Add channel parameter to is870() and is880()
Ondrej Zary
1
-342
/
+342
2015-11-25
atp870u: Unify code format in is870(), is880() and is885()
Ondrej Zary
1
-69
/
+101
2015-11-25
atp870u: Convert is885() to use wrappers
Ondrej Zary
1
-179
/
+179
2015-11-25
atp870u: Convert is880() to use wrappers
Ondrej Zary
1
-176
/
+176
2015-11-25
atp870u: Convert is870() to use wrappers
Ondrej Zary
1
-138
/
+138
2015-11-25
atp870u: Introduce HW access wrappers
Ondrej Zary
1
-220
/
+252
2015-11-25
atp870u: Remove ugly gotos #5
Ondrej Zary
1
-72
/
+62
2015-11-25
atp870u: Remove ugly gotos #4
Ondrej Zary
1
-17
/
+15
2015-11-25
atp870u: Remove ugly gotos #3
Ondrej Zary
1
-12
/
+6
2015-11-25
atp870u: Remove ugly gotos #2
Ondrej Zary
1
-38
/
+30
2015-11-25
atp870u: Remove ugly gotos
Ondrej Zary
1
-54
/
+30
2015-11-25
atp870u: Untangle tmpcip #2
Ondrej Zary
1
-16
/
+9
2015-11-25
atp870u: Untangle tmpcip
Ondrej Zary
1
-41
/
+23
2015-11-25
atp870u: Untangle tmport #8
Ondrej Zary
1
-301
/
+177
2015-11-25
atp870u: Untangle tmport #7
Ondrej Zary
1
-11
/
+5
2015-11-25
atp870u: Untangle tmport #6
Ondrej Zary
1
-87
/
+49
2015-11-25
atp870u: Untangle tmport #5
Ondrej Zary
1
-297
/
+173
2015-11-25
atp870u: Untangle tmport #4
Ondrej Zary
1
-232
/
+138
2015-11-25
atp870u: Untangle tmport #3
Ondrej Zary
1
-69
/
+49
2015-11-25
atp870u: Untangle tmport #2
Ondrej Zary
1
-47
/
+32
2015-11-25
atp870u: Untangle tmport
Ondrej Zary
1
-115
/
+71
2015-11-25
atp870u: Remove tmport1
Ondrej Zary
1
-4
/
+3
2015-11-25
atp870u: Remove workport
Ondrej Zary
1
-31
/
+28
2015-11-20
SCSI: initio: remove duplicate module device table
Arnd Bergmann
1
-16
/
+0
2015-11-18
qla2xxx: Remove unavailable firmware files
Himanshu Madhani
2
-6
/
+0
2015-11-18
st: Remove obsolete scsi_tape.max_pfn
Geert Uytterhoeven
1
-2
/
+0
2015-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
84
-3650
/
+1036
2015-11-17
MAINTAINERS: Update Mellanox's Eth NIC driver entries
Or Gerlitz
1
-1
/
+9
2015-11-17
net/core: revert "net: fix __netdev_update_features return.." and add comment
Nikolay Aleksandrov
1
-1
/
+4
2015-11-17
af_unix: take receive queue lock while appending new skb
Hannes Frederic Sowa
1
-1
/
+4
2015-11-17
rtnetlink: fix frame size warning in rtnl_fill_ifinfo
Hannes Frederic Sowa
1
-122
/
+152
2015-11-17
net: use skb_clone to avoid alloc_pages failure.
Martin Zhang
1
-1
/
+1
2015-11-17
packet: Use PAGE_ALIGNED macro
Tobias Klauser
1
-1
/
+1
2015-11-17
packet: Don't check frames_per_block against negative values
Tobias Klauser
1
-2
/
+2
2015-11-17
net: phy: Use interrupts when available in NOLINK state
Andrew Lunn
1
-0
/
+3
2015-11-17
phy: marvell: Add support for 88E1540 PHY
Andrew Lunn
2
-0
/
+17
2015-11-17
arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS
Yang Shi
1
-5
/
+39
2015-11-17
macvlan: fix leak in macvlan_handle_frame
Sabrina Dubroca
1
-0
/
+2
[next]