summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Spell _KERNEL correctly so that UP kernels are actually optimized again.jhb2004-11-121-1/+1
* - Use the SMP style ops for atomic_load/store() in userland so thatjhb2004-11-121-2/+1
* - Place the gcc memory barrier hint in the right place in the 80386 versionjhb2004-11-111-8/+9
* pbio has moved to dev/pbioimp2004-11-111-463/+0
* cosmetic changes.nyan2004-11-101-6/+1
* Zero the tag when it's allocated. Also fix a printf format problem. Thisscottl2004-11-091-2/+3
* First pass at replacing the single global bounce pool with sub-pools that arescottl2004-11-091-36/+140
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-081-0/+22
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-081-3/+5
* Add power profile support so that the LCD changes brightness levels basednjl2004-11-071-20/+86
* Begin an invasion of i386-land by amd64.peter2004-11-061-0/+11
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.philip2004-11-051-9/+47
* Don't use atomic ops to increment interrupt stats. This was only done onscottl2004-11-031-3/+3
* Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize somescottl2004-11-021-18/+19
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
* Add support for Asus M6N laptopsphilip2004-11-021-0/+11
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-013-3/+3
* Allow individual application processors to be disabled from the loaderjhb2004-11-011-1/+16
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-4/+3
* Whitespace cleanupdes2004-10-311-8/+8
* Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lockalc2004-10-291-33/+50
* Preserve dcons(4) buffer passed by loader(8).simokawa2004-10-241-0/+16
* Hook the hptmv driver up to the build.scottl2004-10-242-0/+6
* Add some basic KTR tracing to busdma on i386. This is likely notrwatson2004-10-231-10/+60
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn'talc2004-10-161-1/+15
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Print flags in the nexus for child devices.njl2004-10-141-0/+2
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-142-11/+2
* Add zero flags argument to sysctl calls.phk2004-10-121-1/+1
* Add missing zero flag arguments to sysctl calls.phk2004-10-123-3/+3
* Make the lower range of the memory area 0x80000000 again. Alsoimp2004-10-111-1/+15
* Match surrounding style, not style(msmith).njl2004-10-111-16/+16
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-112-1/+8
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-111-4/+2
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-101-46/+61
* style(9)obrien2004-10-091-57/+51
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.alc2004-10-082-11/+36
* Port pbio to HEAD.imp2004-10-072-0/+460
* Add missing 'static'imp2004-10-061-2/+1
* For legacy PCI bridges, limit memory allocation to the top 32MB ofimp2004-10-061-4/+24
* Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-031-1/+1
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). Thesealc2004-10-021-5/+2
* Fix BIOS default geometry on pc98.nyan2004-10-011-0/+4
* Fix the following race:das2004-10-011-3/+4
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-292-19/+39
* Improve the panic message for a busted MP table with conflicting entriesjhb2004-09-241-1/+3
* Invalidate cache after changing pte entry.rik2004-09-231-3/+7
OpenPOWER on IntegriCloud