aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-31/+109
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2015-01-14netdevice: Add missing parentheses in macroBenjamin Poirier1-1/+1
2015-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+8
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-2/+13
2015-01-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-6/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-8/+8
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger1-6/+6
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operationsB Viswanath1-2/+2
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-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter1-0/+1
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+23
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-9/+53
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+2
2015-01-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+11
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2-5/+23
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-08vfs: renumber FMODE_NONOTIFY and add to uniqueness checkDavid Drysdale1-1/+1
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner1-1/+0
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-0/+10
2015-01-08Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov1-2/+2
2015-01-08blk-mq: Allow requests to never expireKeith Busch1-0/+2
2015-01-08blk-mq: Add helper to abort requeued requestsJens Axboe1-0/+1
2015-01-08blk-mq: Let drivers cancel requeue_workKeith Busch1-0/+1
2015-01-08blk-mq: Export if requests were startedKeith Busch1-0/+1
2015-01-07blk-mq: get rid of ->cmd_size in the hardware queueJens Axboe1-2/+1
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+3
2015-01-06Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'Rafael J. Wysocki9-47/+35
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-05ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo1-2/+2
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