aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13rhashtable: add a note for grow and shrink decision functionsYing Xue1-0/+4
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue1-0/+5
2015-01-08rhashtable: avoid unnecessary wakeup for worker queueYing Xue1-1/+1
2015-01-08rhashtable: involve rhashtable_lookup_insert routineYing Xue1-0/+1
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+3
2015-01-06ethtool: Extend ethtool plugin module eeprom API to phylibEd Swierk1-0/+9
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds1-1/+1
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-15/+1
2015-01-04list_nulls: fix missing headerYing Xue1-0/+3
2015-01-04rhashtable: fix missing headerYing Xue1-0/+1
2015-01-03rhashtable: Supports for nulls markerThomas Graf2-11/+49
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf1-11/+26
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf3-0/+11
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf1-2/+0
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf1-57/+116
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf1-4/+1
2015-01-02timecounter: provide a macro to initialize the cyclecounter mask field.Richard Cochran1-1/+4
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-0/+4
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy1-0/+1
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-20/+2
2014-12-30arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov1-0/+20
2014-12-30timecounter: keep track of accumulated fractional nanosecondsRichard Cochran1-7/+12
2014-12-30timecounter: provide a helper function to shift the time.Richard Cochran1-0/+9
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran4-103/+126
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-11/+13
2014-12-29Merge tag 'pm+acpi-3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+8
2014-12-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-4/+4
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-7/+6
2014-12-29Merge branches 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki1-0/+8
2014-12-29Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-3/+0
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg1-2/+2
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+11
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+4
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs1-0/+4
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang Rui2-4/+4
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-0/+74
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds2-7/+5
2014-12-20Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-12/+5
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-1/+1
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-15/+1
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+63
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2014-12-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-2/+149
2014-12-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar1-0/+1
2014-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-101/+32