aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov2-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds122-0/+97112
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-15/+19
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds9-92/+20
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-63/+118
2015-09-03IB/hfi1: Add CSRs for CONFIG_SDMA_VERBOSITYJubin John2-2/+5
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-09-03STAGING: Octeon: Use common helpers for determining interface and portJanne Huttunen1-11/+11
2015-09-03STAGING: Octeon: Support CN68XX style WQEJanne Huttunen2-31/+46
2015-09-03STAGING: Octeon: Increase output command buffersJanne Huttunen1-1/+1
2015-09-03STAGING: Octeon: Set SSO group mask properly on CN68XXAaro Koskinen1-4/+17
2015-09-03STAGING: Octeon: Properly enable/disable SSO WQE interruptsAaro Koskinen2-16/+43
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-59/+4
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2015-08-31Merge tag 'usb-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-32/+44
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds482-21497/+18704
2015-08-30IB/hfi1: Support ib_alloc_mr verbMike Marciniszyn3-3/+11
2015-08-28ipath,qib: Expose max_sge_rd correctlySteve Wise1-0/+1
2015-08-28staging/hfi1: replace indent spaces with tabsJeff Becker1-5/+5
2015-08-28IB/hfi1: add driver filesMike Marciniszyn58-0/+57454
2015-08-28RDMA/amso1100: Deprecate the amso1100 driver and move to stagingSteve Wise26-0/+9116
2015-08-28IB/ipath: Deprecate ipath driver and move to staging.Dennis Dalessandro40-0/+30501
2015-08-28Staging: Add staging/rdma directory and update MAINTAINERSDoug Ledford4-0/+29
2015-08-18staging/lustre/o2iblnd: remove references to ib_reg_phsy_mr()Oleg Drokin4-325/+19
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar3-3/+5
2015-08-17staging: wilc1000: fix build warning with setup_timer()Greg Kroah-Hartman1-1/+2
2015-08-17staging: wilc1000: remove DECLARE_WILC_BUFFER()Raphaël Beamonte1-6/+3
2015-08-17staging: wilc1000: remove void function return statements that are not usefulRaphaël Beamonte5-13/+1
2015-08-17staging: wilc1000: coreconfigurator.c: fix kmalloc error checkChaehyun Lim1-4/+14
2015-08-17staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOCChaehyun Lim1-5/+6
2015-08-17staging: wilc1000: remove unused codes of gps8ConfigPacketChaehyun Lim1-15/+0
2015-08-17staging: wilc1000: remove unnecessary void pointer castChaehyun Lim4-55/+55
2015-08-17staging: wilc1000: remove WILC_NEW and WILC_NEW_EXChaehyun Lim1-15/+0
2015-08-17staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim1-1/+1
2015-08-17staging: wilc1000: Process WARN, INFO options of debug levels from userChandra S Gorentla1-16/+8
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman3-95/+61
2015-08-17staging: wilc1000: delete wilc_osconfig.hGreg Kroah-Hartman2-10/+0
2015-08-17staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman3-52/+0
2015-08-17staging: wilc1000: delete wilc_timer.hGreg Kroah-Hartman2-53/+0
2015-08-17staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman5-48/+25
2015-08-17scatterlist: use sg_phys()Dan Williams1-2/+2
2015-08-14staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman3-44/+17
2015-08-14staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman4-39/+10
2015-08-14staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman5-43/+12
2015-08-14staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman5-67/+45
2015-08-14staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman7-20/+16
2015-08-14staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman6-47/+6