summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-01Appease new gas.skrll
2013-09-30Replace macro v_specmountpoint with two functions spec_node_getmountedfs()hannken
2013-09-30Remove VI_INACTPEND. Last consumer was vcount() which got removed 2010-01-08.hannken
2013-09-30Add Plat'Home OpenBlocks AX3.kiyohara
2013-09-30Add configuration Plat'Home OpenBlocks AX3.kiyohara
2013-09-30Move armadaxpreg.h into arm/marvell.kiyohara
2013-09-30Call some armadaxp functions with MARVLL_INTERREG_PBASE.kiyohara
2013-09-30Reorder include opt_mvsoc.h.kiyohara
2013-09-30Change some defines.kiyohara
2013-09-30Remove #ifdef ARMADAXP. It is OK !ARMADAXP.kiyohara
2013-09-30Remove #ifdef ARMADAXP. It is OK !ARMADAXP.kiyohara
2013-09-30Remove #ifdef ARMADAXP. It is OK !ARMADAXP.kiyohara
2013-09-30Add mv78xx0 support. However not test long time.kiyohara
2013-09-30Add ARMADAXP into opt_mvsoc.h.kiyohara
2013-09-30Change argument for some functions.kiyohara
2013-09-30Support ARMADA XP.kiyohara
2013-09-30Support ARMADAXP.kiyohara
2013-09-30Explain what's here.dholland
2013-09-30The script for preparing an import of this nfs code.dholland
2013-09-30Import FreeBSD's "newnfs" nfs client and server code. This containsdholland
2013-09-29Really dump all by calling uhci_dump_qhs and not uhci_dump_qhskrll
2013-09-29PR/48251: usmsc cannot change link addressskrll
2013-09-28Remove unnecessary initialisation of errorskrll
2013-09-28Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABELskrll
2013-09-28Change address/size of CESA Registers.kiyohara
2013-09-28Add ARMADAXP IDs.kiyohara
2013-09-28Add ARMADAXP MV78{13,16,23,26}0.kiyohara
2013-09-27First pass at isoc transfer support - seems to work. More testingskrll
2013-09-27Tidyup dwc2_host_is_b_hnp_enabledskrll
2013-09-27Missed a sc->sc_intr_lock to hsotg->lock change from earlier commit.skrll
2013-09-27Improve a couple of DPRINTFsskrll
2013-09-27Use the hsotg->lock spin lock solelyskrll
2013-09-27Don't call mutex_spin_exit on already released lock.skrll
2013-09-26Get and calculate some clocks from register.kiyohara
2013-09-26Reset variable error to 0 before handle each ioctl cmd. Or returns EPASSTHROUGHkiyohara
2013-09-26Remove the usbd_do_request_async_cb prototype. This was missed from theskrll
2013-09-26Remove usbd_do_request_async. It's callback was calling usbd_free_xferskrll
2013-09-26sess_hash_bucket: convert to murmurhash2, include ports, use random seed.rmind
2013-09-25Avoid using unmaped PCI registers. From Wolfgang Stukenbrock inmartin
2013-09-25Resolve conflictsskrll
2013-09-25Import dwc2 2013-09-25skrll
2013-09-25Fix spurious kassert on interrupted blocking read from /dev/random.riastradh
2013-09-24Work around invalid root PCI bus bus-range (0x00-0xff) by checking thejdc
2013-09-24Remove spdmem entries for indirect configuration on SPARCle. This is nowjdc
2013-09-24If we're running on SPARCle, add spdmem entries on the i2c bus directly,jdc
2013-09-24Add a property "i2c-indirect-config" to allow/disallow i2c indirect config.jdc
2013-09-24Regen for utimensat(2).njoly
2013-09-24Add utimensat(2) for compat linux.njoly
2013-09-23+BUS_DMA_TAG_IS_VALIDpooka
2013-09-23Tab/space cleanup.tsutsui