summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-19NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe1-0/+142
2017-11-19NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe1-0/+360
2017-11-19NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe8-0/+101
2017-11-19NTB: Add check and comment for link up to mw_count() and mw_get_align()Logan Gunthorpe1-2/+6
2017-11-19NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe3-22/+22
2017-11-19NTB: switchtec: Add link event notifier callbackLogan Gunthorpe2-0/+55
2017-11-19NTB: switchtec: Add NTB hardware register definitionsLogan Gunthorpe1-0/+84
2017-11-19NTB: switchtec: Export class symbol for use in upper layer driverLogan Gunthorpe2-1/+5
2017-11-19NTB: switchtec: Move structure definitions into a common headerLogan Gunthorpe3-259/+281
2017-11-19ntb: update maintainer list for Intel NTB driverDave Jiang1-3/+2
2017-11-18clean up x86 platform driver default valuesLinus Torvalds1-11/+0
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds18-173/+225
2017-11-18Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-pla...Linus Torvalds42-552/+2613
2017-11-18platform/x86: silead_dmi: Add silead, home-button property to some tabletsHans de Goede1-0/+4
2017-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds41-18/+1702
2017-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-228/+395
2017-11-18Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds1-1/+1
2017-11-18Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds8-39/+533
2017-11-18Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds4-16/+52
2017-11-18Merge tag 'hwmon-for-linus-v4.15-take2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-39/+20
2017-11-18Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds185-979/+7230
2017-11-18Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-219/+457
2017-11-18Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds21-258/+296
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-2/+1
2017-11-18ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario1-2/+1
2017-11-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail1-49/+55
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2-11/+21
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King1-6/+6
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen1-2/+2
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds115-952/+1892
2017-11-18EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap1-91/+93
2017-11-18include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang1-3/+0
2017-11-18arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-6/+0
2017-11-18arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang1-2/+0
2017-11-18arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-1/+0
2017-11-18arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-7/+0
2017-11-18drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann1-0/+2
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov5-0/+202
2017-11-18sysvipc: make get_maxid O(1) againDavidlohr Bueso3-33/+32
2017-11-18sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso1-5/+5
2017-11-18sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2-0/+2
2017-11-18sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso3-20/+47
2017-11-18initramfs: use time64_t timestampsArnd Bergmann1-5/+5
2017-11-18drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2-35/+32
2017-11-18kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2-0/+31
2017-11-18kcov: update documentationVictor Chibotaru1-4/+95
2017-11-18Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru3-2/+18
2017-11-18kcov: support comparison operands collectionVictor Chibotaru3-39/+211