summaryrefslogtreecommitdiffstats
path: root/fs/omfs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-23tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-23tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-23tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-23tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-23tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-21stmmac: remove stmmac_configFlorian Fainelli1-22/+0
2014-04-21net: sxgbe: remove sxgbe_configFlorian Fainelli1-35/+0
2014-04-21net: cpmac: remove cpmac_configFlorian Fainelli1-14/+0
2014-04-21net: ethoc: remove ethoc_configFlorian Fainelli1-6/+0
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang4-34/+504
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan3-23/+22
2014-04-216lowpan: include net/net_namespace.h on 6lowpan namepsace headerLuis R. Rodriguez1-0/+1
2014-04-216lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-216lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez2-16/+45
2014-04-21sctp: add support for busy polling to sctp protocolNeil Horman2-0/+9
2014-04-21net: sxgbe: make local functions staticJingoo Han1-8/+7
2014-04-21macvlan: Move broadcasts into a work queueHerbert Xu1-23/+93
2014-04-21net: Add __dev_forward_skbHerbert Xu2-18/+25
2014-04-21tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-04-21net: phy: at803x: use genphy_config_init()Daniel Mack1-33/+3
2014-04-21net: phy: export genphy_config_init()Daniel Mack2-1/+3
2014-04-19thp: close race between split and zap huge pagesKirill A. Shutemov1-3/+10
2014-04-19mm: fix new kernel-doc warning in filemap.cRandy Dunlap1-1/+0
2014-04-19mm: fix CONFIG_DEBUG_VM_RB descriptionDavidlohr Bueso1-2/+1
2014-04-19mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman1-8/+23
2014-04-19mips: export flush_icache_rangeKees Cook1-2/+2
2014-04-19mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi1-0/+1
2014-04-19wait: explain the shadowing and type inconsistenciesPeter Zijlstra1-1/+13
2014-04-19Shiraz has movedViresh Kumar11-13/+14
2014-04-19Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...Tang Chen1-3/+2
2014-04-19powerpc/mm: fix ".__node_distance" undefinedMike Qiu1-0/+1
2014-04-19kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-19init/Kconfig: move the trusted keyring config option to general setupPeter Foley1-12/+12
2014-04-19vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-04-19net: sctp: cache auth_enable per endpointVlad Yasevich7-60/+92
2014-04-19tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera1-1/+3
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-04-18ARC: Delete stale barrier.hVineet Gupta1-37/+0
2014-04-18of: add empty of_find_node_by_path() for !OFAlexander Shiyan1-0/+5
2014-04-18perf/x86/intel: Use rdmsrl_safe() when initializing RAPL PMUVenkatesh Srinivas1-3/+9
2014-04-18drm: bochs: drop unused struct fieldsGerd Hoffmann2-3/+0
2014-04-18drm: bochs: add power management supportGerd Hoffmann2-0/+45
2014-04-18drm: cirrus: add power management supportGerd Hoffmann2-0/+45
2014-04-18drm: Split out drm_probe_helper.c from drm_crtc_helper.cDaniel Vetter5-372/+437
2014-04-18drm/plane-helper: Don't fake-implement primary plane disablingDaniel Vetter1-28/+5
2014-04-18drm/ast: fix value check in cbr_scan2Dave Airlie1-1/+1
2014-04-18drm/nouveau/bios: fix a bit shift error introduced by 457e77bSergei Antonov1-1/+1
2014-04-17ipmi: boolify some thingsCorey Minyard3-40/+38