summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Fixes a case where doing a sysctl would leave locks heldrrs2007-06-062-1/+13
* Add more IDs for the uftdi driver. Slight tweaks to patch by me.imp2007-06-052-1/+17
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* Move a warning under bootverbose as no machines that trigger it have endedjhb2007-06-052-2/+2
* Fix a problem with not-preemptive kernels caming from mis-merging ofattilio2007-06-051-47/+0
* MFp4: When querying the operating condition of SD cards (using theimp2007-06-051-1/+1
* Use pmap_change_attr() to setup a write combine attribute for ourgallatin2007-06-051-1/+14
* Restore non-SMP build.kib2007-06-051-1/+2
* Remove GIANT_REQUIRED for upcoming changes in FireWire stack.simokawa2007-06-051-4/+0
* MFi386: revision 1.656nyan2007-06-051-1/+7
* Add the machine-specific definitions for configuring the new physicalalc2007-06-052-1/+44
* Satisfy witness during shutdownscottl2007-06-051-0/+2
* - Better fix for previous error; use DEVOLATILE on the td_lock pointerjeff2007-06-052-2/+2
* - Pass &sched_lock as the third argument to cpu_switch() as this willjeff2007-06-052-2/+2
* - Define TDQ_ID() for the !SMP case.jeff2007-06-051-1/+2
* - Added a new Ethernet media type (2500BaseSX) to support BCM5708 controllersdavidch2007-06-051-0/+4
* - Add a new argument to cpu_switch. This is a pointer to a mutex thatjeff2007-06-051-14/+27
* - Expose td_lock to assembly so it may be used in cpu_switch().jeff2007-06-051-0/+1
* - Remove sched_core.c. The maintainer has lost interest in pursuing thisjeff2007-06-054-1809/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-0550-318/+373
* Commit 13/14 of sched_lock decomposition.jeff2007-06-041-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-0411-20/+19
* Commit 11/14 of sched_lock decomposition.jeff2007-06-042-60/+0
* Commit 10/14 of sched_lock decomposition.jeff2007-06-045-76/+16
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+11
* Commit 9/14 of sched_lock decomposition.jeff2007-06-041-57/+117
* Commit 8/14 of sched_lock decomposition.jeff2007-06-041-33/+52
* Commit 7/14 of sched_lock decomposition.jeff2007-06-041-58/+82
* Commit 6/14 of sched_lock decomposition.jeff2007-06-041-30/+14
* Commit 5/14 of sched_lock decomposition.jeff2007-06-041-35/+33
* Commit 4/14 of sched_lock decomposition.jeff2007-06-042-129/+163
* Commit 3/14 of sched_lock decomposition.jeff2007-06-044-192/+305
* Commit 2/14 of sched_lock decomposition.jeff2007-06-043-115/+106
* Commit 1/14 of sched_lock decomposition.jeff2007-06-047-164/+460
* Do proper "locking" for missing vmmeters part.attilio2007-06-0410-34/+44
* Rework the PCPU_* (MD) interface:attilio2007-06-0424-48/+99
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-0440-77/+77
* Add a function for exporting 64 bit types.dwmalone2007-06-042-0/+26
* Revert to the previous version where the return value of uart_getenv()marcel2007-06-041-1/+2
* Add in a couple of things:ambrisko2007-06-042-19/+33
* No need to update link queue stats when round-robin algorithm enabled.mav2007-06-041-9/+10
* Reimplement traverse() helper function:pjd2007-06-046-40/+46
* Now that tone & delay times are correct (independent of hz), adjustbrian2007-06-041-2/+2
* Speaker durations are specified in 1/100ths of a second according tobrian2007-06-041-15/+19
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+15
* Track an update in the MPI headers that was missed earlier.scottl2007-06-041-1/+1
* cleanup about the reassembly structures and routine:jinmei2007-06-042-25/+16
* o Implemented Rx/Tx checksum offload. The simple checksum logic inyongari2007-06-043-224/+420
* Migrate from setting a CARD_OK flag in a shared word, to setting itsimp2007-06-043-32/+21
OpenPOWER on IntegriCloud