index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-31
fib_trie: Add tracking value for suffix length
Alexander Duyck
1
-6
/
+116
2014-12-31
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
1
-9
/
+5
2014-12-31
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
1
-121
/
+115
2014-12-31
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
1
-53
/
+50
2014-12-31
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
1
-83
/
+66
2014-12-31
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
1
-86
/
+89
2014-12-31
fib_trie: Move resize to after inflate/halve
Alexander Duyck
1
-157
/
+154
2014-12-31
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
4
-122
/
+114
2014-12-31
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
1
-27
/
+26
2014-12-31
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
1
-113
/
+81
2014-12-31
fib_trie: Optimize fib_table_insert
Alexander Duyck
1
-125
/
+71
2014-12-31
fib_trie: Optimize fib_find_node
Alexander Duyck
1
-15
/
+21
2014-12-31
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
1
-157
/
+93
2014-12-31
fib_trie: Merge leaf into tnode
Alexander Duyck
1
-182
/
+140
2014-12-31
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
1
-50
/
+40
2014-12-31
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
1
-110
/
+82
2014-12-31
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2
-21
/
+49
2014-12-31
gre: allow live address change
stephen hemminger
1
-0
/
+1
2014-12-31
l2tp : multicast notification to the registered listeners
Bill Hong
2
-10
/
+92
2014-12-31
tun: return proper error code from tun_do_read
Alex Gartrell
1
-1
/
+1
2014-12-31
tun: Fixed unsigned/signed comparison
Alex Gartrell
1
-1
/
+1
2014-12-31
tipc: replace 0 by NULL for pointers
Fabian Frederick
1
-1
/
+1
2014-12-31
Merge branch 'enic-next'
David S. Miller
6
-59
/
+135
2014-12-31
enic: add stats for dma mapping error
Govindarajulu Varadarajan
3
-1
/
+25
2014-12-31
enic: check dma_mapping_error
Govindarajulu Varadarajan
2
-58
/
+106
2014-12-31
enic: make vnic_wq_buf doubly linked
Govindarajulu Varadarajan
2
-0
/
+4
2014-12-31
Merge branch 'fec-next'
David S. Miller
8
-11
/
+191
2014-12-31
ARM: dts: imx6qdl: enable FEC magic-packet feature
Nimrod Andy
2
-0
/
+2
2014-12-31
ARM: imx: add FEC sleep mode callback function
Nimrod Andy
2
-1
/
+90
2014-12-31
net: fec: add Wake-on-LAN support
Nimrod Andy
4
-10
/
+99
2014-12-30
net: gianfar: add missing __iomem annotation
Kevin Hao
2
-2
/
+2
2014-12-30
net: gianfar: mark the local functions static
Kevin Hao
1
-4
/
+5
2014-12-30
virtio-net: don't do header check for dodgy gso packets
Jason Wang
1
-0
/
+2
2014-12-30
arm: sa1100: move irda header to linux/platform_data
Dmitry Eremin-Solenikov
6
-5
/
+5
2014-12-30
net: sxgbe: Use setup_timer
Julia Lawall
1
-6
/
+4
2014-12-30
ksz884x: Use setup_timer
Julia Lawall
1
-3
/
+1
2014-12-30
atl1e: Use setup_timer
Julia Lawall
1
-3
/
+2
2014-12-30
atheros: atlx: Use setup_timer
Julia Lawall
1
-6
/
+4
2014-12-30
Merge branch 'timecounter'
David S. Miller
25
-245
/
+274
2014-12-30
timecounter: keep track of accumulated fractional nanoseconds
Richard Cochran
4
-17
/
+40
2014-12-30
net: cpts: convert to timecounter adjtime.
Richard Cochran
1
-4
/
+1
2014-12-30
net: mlx4: convert to timecounter adjtime.
Richard Cochran
1
-4
/
+1
2014-12-30
net: ixgbe: convert to timecounter adjtime.
Richard Cochran
1
-10
/
+1
2014-12-30
net: igb: convert to timecounter adjtime.
Richard Cochran
1
-6
/
+1
2014-12-30
net: e1000e: convert to timecounter adjtime.
Richard Cochran
1
-4
/
+1
2014-12-30
net: fec: convert to timecounter adjtime.
Richard Cochran
1
-15
/
+1
2014-12-30
net: bnx2x: convert to timecounter adjtime.
Richard Cochran
1
-5
/
+1
2014-12-30
net: xgbe: convert to timecounter adjtime.
Richard Cochran
1
-7
/
+1
2014-12-30
timecounter: provide a helper function to shift the time.
Richard Cochran
1
-0
/
+9
2014-12-30
time: move the timecounter/cyclecounter code into its own file.
Richard Cochran
16
-187
/
+231
[prev]
[next]