summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Try to be more precise in identifying the various nForce networking adapters.obrien2006-10-161-14/+14
* - Inverted EAPD quirk for ASUS A8Jc.ariff2006-10-161-17/+17
* Remove some debugging code that accidentally crept in.scottl2006-10-161-3/+1
* - Add a command validator for use in debugging.scottl2006-10-165-53/+425
* MFi386: revision 1.567 (add linux_aio.c).nyan2006-10-161-0/+1
* Overhaul the transmit and dma paths:scottl2006-10-152-219/+121
* Add a newline to the printf().hrs2006-10-152-2/+2
* Fix compile (use the right variable name).netchild2006-10-151-1/+1
* regen (linux AIO stuff)netchild2006-10-156-16/+94
* MFP4 (with some minor changes):netchild2006-10-1511-19/+1476
* MFP4 (106538 + 106541):netchild2006-10-154-0/+22
* Revert my previous commit, I mismerged this to the wrong place.netchild2006-10-152-2/+0
* MFP4 (106541): Fix the clone05 test in the LTP.netchild2006-10-152-0/+2
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.netchild2006-10-152-2/+14
* MFP4 (107868 - 107870):netchild2006-10-153-3/+5
* Wrap debug printfs into SEQ_DEBUG() to avoid kernel messages clutterariff2006-10-151-19/+19
* Fix the wraparound of memsize >=2GB.tanimura2006-10-152-4/+6
* Long ago, revision 1.22 of vm/vm_pager.h introduced a bug. Specifically,alc2006-10-141-3/+1
* Change vnode_pager_addr() such that on returning it distinguishes betweenalc2006-10-141-19/+24
* Prevent IOC_IN with zero size argument (this is only supportedru2006-10-141-1/+2
* Close a race condition where num can be larger than tmp, giving the usertrhodes2006-10-141-1/+1
* Don't do null Setattr RPCs for VA_MARK_ATIME. When we added thebde2006-10-141-2/+2
* Simplify the arguments to bce_tx_encap.scottl2006-10-141-17/+14
* More small whitespace cleanupsscottl2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they arescottl2006-10-142-7/+3
* Define an empty C_DIALECT in case of "icc", just in case.ru2006-10-131-0/+1
* - Remove include links only when .depend is also removed, so thatru2006-10-132-4/+10
* Ignore the uart device.jb2006-10-131-0/+1
* Remove a nmdm comment which ru@ thinks was no longer required.jb2006-10-131-1/+0
* sun4v uses the sparc64 version of this file.jb2006-10-131-292/+0
* Wait for thread count to reach zero in destroy_devl() even when no purgetegge2006-10-131-0/+6
* Replace a rarely used "depuration" with "debugging".ru2006-10-133-3/+3
* Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE optionglebius2006-10-131-0/+1
* Move the 2 additional #includes down into the #ifndef DEV_ATPIC section.jhb2006-10-131-2/+2
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toume2006-10-131-0/+1
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Attempt to fix the sun4v tinderbox build (which unhelpfully doesn'tjb2006-10-131-7/+12
* Fix result of some mechanical change that I did some time ago, whenglebius2006-10-131-2/+2
* Remove one of the duplicate 'device nmdm' lines.jb2006-10-131-1/+0
* Fix console and update to new api.kmacy2006-10-131-25/+23
* Fix some whitespacescottl2006-10-131-95/+95
* Attempt to fix the GENERIC kernel build which has been failing onjb2006-10-131-0/+2
* ipmi_polled_enqueue_request() is already called with the lock held, justjhb2006-10-121-2/+2
* - Fix support for ASUS U5F laptop. This laptop (and possibly others)ariff2006-10-121-3/+23
* Fix nodevice atpic compile.jhb2006-10-122-1/+8
* This won't be needed. There is already userland infrastructure for fpu emulationkmacy2006-10-121-191/+0
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...kmacy2006-10-122-0/+11
* sun4v requires TSBs (translation storage buffers) to be contiguous and bekmacy2006-10-121-4/+6
* Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014ariff2006-10-121-16/+44
* Remove redundant casts. The casts inside the macros should beimp2006-10-121-4/+4
OpenPOWER on IntegriCloud