summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-23mfd: dt-bindings: Provide human readable define for Clocksource modeLee Jones1-0/+1
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf1-0/+2
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-141/+249
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin2-0/+2
2015-07-23kvm: introduce vcpu_debug = kvm_debug + vcpu contextAndrey Smetanin1-0/+3
2015-07-23drivers: usb: fsl: Modify phy clk valid bit checkingNikhil Badola1-0/+1
2015-07-23drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macroNikhil Badola1-0/+1
2015-07-23drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola1-0/+1
2015-07-23drivers:usb:fsl: Replace macros with enumerated typeNikhil Badola1-6/+10
2015-07-23rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2-23/+44
2015-07-23rcu: Create a synchronize_rcu_mult()Paul E. McKenney2-4/+34
2015-07-23rcu: Use WRITE_ONCE in RCU_INIT_POINTERPeter Zijlstra1-1/+1
2015-07-23rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2-0/+12
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+18
2015-07-23NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust1-2/+5
2015-07-23NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-1/+1
2015-07-22ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki1-4/+1
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline2-0/+2
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu1-0/+2
2015-07-22genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSIJiang Liu1-20/+50
2015-07-22genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu1-7/+4
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu3-2/+5
2015-07-22PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu1-0/+7
2015-07-22drm: gc now dead mode_group codeDaniel Vetter2-27/+0
2015-07-22drm: Amend connector list locking rulesDaniel Vetter1-1/+9
2015-07-22drm: Check locking in drm_for_each_fbDaniel Vetter1-1/+5
2015-07-22drm: Check locking in drm_for_each_connectorDaniel Vetter1-1/+11
2015-07-22drm: Add modeset object iteratorsDaniel Vetter1-0/+15
2015-07-22drm: Simplify drm_for_each_legacy_plane argumentsDaniel Vetter1-2/+2
2015-07-22cpufeature: correctly annotate the module init functionHendrik Brueckner1-3/+4
2015-07-22net: track success and failure of TCP PMTU probingRick Jones1-0/+2
2015-07-22ARM: shmobile: r8a7791: Add Audio CTU support on DTSIKuninori Morimoto1-0/+2
2015-07-22ARM: shmobile: r8a7790: Add Audio CTU support on DTSIKuninori Morimoto1-0/+2
2015-07-22net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+2
2015-07-22PM / sleep: Allow devices without runtime PM to do direct-completeAlan Stern1-6/+0
2015-07-21PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-0/+2
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf2-20/+5
2015-07-21vxlan: Factor out device configurationThomas Graf1-0/+59
2015-07-21fib: Add fib rule match on tunnel idThomas Graf3-1/+13
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf4-2/+33
2015-07-21route: Extend flow representation with tunnel keyThomas Graf1-0/+8
2015-07-21vxlan: Flow based tunnelingThomas Graf5-1/+38
2015-07-21dst: Metadata destinationsThomas Graf2-1/+37
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2-1/+64
2015-07-21mpls: ip tunnel supportRoopa Prabhu3-0/+63
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+12
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu1-0/+3
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2-1/+5
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu3-0/+153