aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clear the knote list before destroying it.Hans Petter Selasky2014-02-271-0/+2
* Pass proper pointer to bus_dmamem_free() in mps_iocfacts_free().Alexander Motin2014-02-271-2/+2
* Add driver for Inter-Integrated Circuit (I2C).Ruslan Bukin2014-02-273-2/+501
* Add missing call to "knlist_destroy()".Hans Petter Selasky2014-02-271-15/+11
* Add support for kqfilter to USB character devices.Hans Petter Selasky2014-02-271-2/+171
* Don't complain about missing prototypes to ease bootstrap issues.Warner Losh2014-02-271-0/+1
* Style(9) nit: Use tab here.Warner Losh2014-02-271-1/+1
* Fix callchain capture for hwpmc(4). While here, some style(9) fixes, too.Justin Hibbits2014-02-271-4/+24
* Fix the struct reg mappings for i386 and amd64, which differ between illumosMark Johnston2014-02-271-0/+51
* Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-278-5080/+4
* linprocfs: add support for /sys/kernel/random/uuidEitan Adler2014-02-271-0/+22
* Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore2014-02-2610-71/+25
* Minor tweaks to the imx GPT timer...Ian Lepore2014-02-261-6/+6
* Change the MK_ZFS != "no" case slightly to avoid a namePeter Grehan2014-02-261-5/+3
* Fix make depend.Li-Wen Hsu2014-02-261-1/+1
* Add LED setup support for the AR8327.Adrian Chadd2014-02-261-0/+67
* Add in the SGMII configuration code. The DB120 doesn't use it, so IAdrian Chadd2014-02-261-2/+55
* Add the DB120 specific hints for the AR8327.Adrian Chadd2014-02-261-24/+26
* Undo the DB120 hard-coded values in the AR8327 code and fetch it fromAdrian Chadd2014-02-261-23/+210
* Revert r262466, as it does not compile on PowerPC.Mark Johnston2014-02-261-5/+1
* Queue pending exceptions in the 'struct vcpu' instead of directly updating theNeel Natu2014-02-267-174/+141
* Fix comment introduced in r262480: it's 1920x1200, not 1980x1200.Julio Merino2014-02-251-1/+1
* Slightly better revision of teaching userboot how to respect MK_CDDLSean Bruno2014-02-251-4/+4
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-2512-41/+8
* Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFSSean Bruno2014-02-251-0/+2
* - Pin configuration is a complete iomux register now and includesRuslan Bukin2014-02-256-89/+196
* Invalidate the SCU cache tag ram on all 4 cores, not just 1-3. I misreadIan Lepore2014-02-251-7/+11
* Increase maximum number of columns to support 1980x1200 displays.Julio Merino2014-02-251-2/+2
* Don't generate devd rules for WSP device ID's found in the ATP driver yet.Hans Petter Selasky2014-02-251-1/+2
* Updates for WSP driver:Hans Petter Selasky2014-02-251-8/+17
* Make sure a for loop in fire_alloc_msix() terminates, by making the loopDimitry Andric2014-02-251-1/+1
* In sys/sparc64/sparc64/spitfire.c, prevent signed shift overflow byDimitry Andric2014-02-251-1/+1
* Make all 8 syscall arguments available to syscall probes in the same wayMark Johnston2014-02-251-1/+5
* Add a flag to run's device list which uses a standard scsi eject.Kevin Lo2014-02-252-3/+11
* Add support for Quartz Module.Ruslan Bukin2014-02-242-0/+91
* Fix compiler warning.Hans Petter Selasky2014-02-241-5/+0
* Build FICL support into little-endian 64-bit MIPS boot-loader fragments;Robert Watson2014-02-241-1/+1
* Build 64-bit ELF support into little-endian 64-bit MIPS boot-loaderRobert Watson2014-02-241-1/+1
* Enable the second and the third I2C controllers on Beaglebone-black.Luiz Otavio O Souza2014-02-242-0/+26
* Update ATP driver:Hans Petter Selasky2014-02-241-10/+29
* Add in port0/port6 configuration as part of the platform data code path.Adrian Chadd2014-02-242-45/+59
* Add the AR8327 bits to the DB120 config file.Adrian Chadd2014-02-241-8/+34
* Link the AR8327 to the build.Adrian Chadd2014-02-241-0/+3
* Add initial AR8327 support.Adrian Chadd2014-02-243-0/+565
* Methodize the arswitch VLAN routines.Adrian Chadd2014-02-243-18/+35
* * Ensure enough ports/phys are available for both the AR8327 and previousAdrian Chadd2014-02-241-3/+16
* Add the bits needed to run SMP on imx6.Ian Lepore2014-02-243-0/+170
* Invalidate caches immediately upon entry to init_secondary(). Also setIan Lepore2014-02-241-2/+4
* Track and expose the latest statistics from the firmware.Adrian Chadd2014-02-243-0/+68
* Reserve a bit for statistics debugging. I'll hopefully use it soon.Adrian Chadd2014-02-241-0/+1