summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-03-26phy: exynos5-usbdrd: Add to support for Exynos5433 SoCJaewon Kim1-0/+3
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-4/+5
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-2/+3
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-5/+7
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-4/+10
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+105
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-2/+4
2015-03-25iommu/vt-d: Add new extended capabilities from v2.3 VT-d specificationDavid Woodhouse1-0/+14
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue1-0/+3
2015-03-25iommu/vt-d: kill bogus ecap_niotlb_iunits()David Woodhouse1-3/+1
2015-03-25device: Add dev_of_node() accessorBenjamin Herrenschmidt1-0/+7
2015-03-25tracing: %pF is only for function pointersScott Wood5-13/+13
2015-03-25sysfs: Document struct attribute_groupGuenter Roeck1-0/+15
2015-03-25ACPI: fix acpi_os_ioremap for arm64Mark Salter1-0/+4
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy1-2/+2
2015-03-25misc: Add attribute groupsTakashi Iwai1-0/+2
2015-03-25Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman26-25/+107
2015-03-25ARM: OMAP2+: PRCM: add support for static clock memmap indicesTero Kristo1-0/+1
2015-03-25Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into f...Rob Herring1-0/+18
2015-03-25fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2-0/+23
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-4/+4
2015-03-25tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-16/+13
2015-03-25Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2015-03-25Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+4
2015-03-25Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+61
2015-03-25Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman4-1/+15
2015-03-25Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman6-106/+140
2015-03-25rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-2/+3
2015-03-25rhashtable: Disable automatic shrinking by defaultThomas Graf1-2/+5
2015-03-25rhashtable: Mark internal/private inline functions as suchThomas Graf1-0/+2
2015-03-25rhashtable: Use 'unsigned int' consistentlyThomas Graf1-7/+7
2015-03-25rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf1-1/+1
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar3-1/+4
2015-03-24libata: remove ATA_FLAG_LOWTAGTejun Heo1-1/+0
2015-03-24wlcore: remove wl12xx_platform_dataEliad Peller1-25/+0
2015-03-24wl12xx: use frequency instead of enumerations for pdata clocksLuciano Coelho1-24/+3
2015-03-24net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa1-2/+0
2015-03-24drm: Remove unused DRM_MODE_OBJECT_BRIDGEThierry Reding1-1/+0
2015-03-24ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano1-0/+2
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+12
2015-03-24rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu1-0/+2
2015-03-24ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-0/+2
2015-03-24ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-0/+1
2015-03-24ipv6: collapse state_lock and lockHannes Frederic Sowa1-2/+1
2015-03-24ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa1-0/+1
2015-03-24ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa1-0/+1
2015-03-24ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2-0/+5
2015-03-24rhashtable: Add immediate rehash during insertionHerbert Xu1-5/+37
2015-03-24rhashtable: Add multiple rehash supportHerbert Xu1-12/+14
2015-03-24rhashtable: Allow hashfn to be unsetHerbert Xu1-6/+27