Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva
2020-06-16rapidio: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych
2016-08-03rapidio: modify for rev.3 specification changesAlexandre Bounine
2016-03-23rapidio: move rio_pw_enable into core codeAlexandre Bounine
2016-03-23rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine
2016-03-23rapidio: move net allocation into core codeAlexandre Bounine
2016-03-23rapidio: rework common RIO device add/delete routinesAlexandre Bounine
2015-05-26rapidio: Fix kerneldoc and commentMasanari Iida
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine
2013-07-04rapidio: change endpoint device name formatAlexandre Bounine
2013-07-04rapidio: update enumerator registration mechanismAlexandre Bounine
2013-07-04rapidio: convert switch drivers to modulesAlexandre Bounine
2013-07-04drivers/rapidio/rio-scan.c: make functions staticWu Fengguang
2013-05-25rapidio: add enumeration/discovery start from user spaceAlexandre Bounine
2013-05-25rapidio: make enumeration/discovery configurableAlexandre Bounine
2012-11-29rapidio: remove use of __devinitBill Pemberton
2012-10-11rapidio: update for destination ID allocationAlexandre Bounine
2012-10-11rapidio: use msleep in discovery waitAlexandre Bounine
2012-10-05rapidio: add destination ID allocation mechanismAlexandre Bounine
2012-10-05rapidio: run discovery as an asynchronous processAlexandre Bounine
2012-10-05rapidio: use device lists handling on per-net basisAlexandre Bounine
2012-10-05rapidio: fix blocking wait for discovery readyAlexandre Bounine
2012-10-05rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine
2011-11-03RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine
2011-11-03drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang
2011-08-26rapidio: fix use of non-compatible registersAlexandre Bounine
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24rapidio: fix potential null deref on failure pathDan Carpenter
2011-01-23rapidio: fix new kernel-doc warningsRandy Dunlap
2011-01-13rapidio: use Component Tag for unified switch identificationAlexandre Bounine
2011-01-13rapidio: add device object linking into discoveryAlexandre Bounine
2011-01-13rapidio: integrate rio_switch into rio_devAlexandre Bounine
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine
2010-10-28rapidio: add handling of redundant routesAlexandre Bounine
2010-10-28rapidio: add device access check into the enumerationAlexandre Bounine
2010-10-28rapidio: add relation links between RIO device structuresAlexandre Bounine
2010-10-28rapidio: use stored ingress port number instead of register readAlexandre Bounine
2010-10-28rapidio: fix RapidIO sysfs hierarchyAlexandre Bounine
2010-05-30rapidio: fix new kernel-doc warningsRandy Dunlap
2010-05-27rapidio: modify initialization of switch operationsAlexandre Bounine
2010-05-27rapidio: add enabling SRIO port RX and TXThomas Moll
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine
2010-05-27rapidio: add switch locking during discoveryAlexandre Bounine
2010-05-27rapidio: add IDT CPS/TSI switchesAlexandre Bounine
2009-06-16rio: warn_unused_result warnings fixYang Li
2009-05-19rapidio: fix section mismatch warningsLi Yang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang