summaryrefslogtreecommitdiff
path: root/drivers/idle
ModeNameSize
-rw-r--r--Kconfig400logplain
-rw-r--r--Makefile84logplain
-rw-r--r--intel_idle.c37430logplain
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue1-14/+8 2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue1-10/+10 2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue1-6/+6 2014-04-22tipc: purge tipc_net_lock lockYing Xue1-34/+6 2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-16/+33 2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue1-6/+10 2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-4/+0 2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy1-3/+1 2014-02-19tipc: failed transmissions should return errorErik Hugne1-8/+6 2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7 2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-91/+93 2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3 2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65 2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy1-9/+22 2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40 2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11 2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7 2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4 2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47 2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32 2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue1-43/+24 2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue1-2/+2 2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue1-0/+9 2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue1-0/+12 2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy1-7/+9 2014-02-13tipc: fix message corruption bug for deferred packetsErik Hugne1-0/+7 2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1 2014-01-07tipc: make link start event synchronousJon Paul Maloy1-11/+5 2014-01-07tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy1-9/+1 2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-28/+42 2014-01-07tipc: correctly unlink packets from deferred packet queueErik Hugne1-0/+1 2014-01-04tipc: make local function staticstephen hemminger1-1/+1 2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue1-4/+7 2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue1-50/+8 2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-39/+16