summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-264-52/+26
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-1/+2
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-53/+54
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+2
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Enable the automatic creation of superpage reservations.alc2008-03-261-2/+2
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-241-0/+4
* Prevent the overflow in the calculation of the next page directory.kib2008-03-231-0/+6
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-201-15/+14
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-201-0/+14
* Simplify the interrupt code a bit:jhb2008-03-171-32/+15
* A cautionary XXX comment about seemingly bogus errata checks.phk2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.phk2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-5/+26
* Use correct bitmask for identifying chip family.phk2008-03-171-1/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+7
* Regen.rdivacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-1610-14/+15
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-142-9/+55
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptjhb2008-03-141-4/+4
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-134-38/+112
* Use the SMAP data from the loader if it is provided instead of usingjhb2008-03-131-60/+99
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-133-7/+7
* Add missed parentheseskib2008-03-131-1/+1
* The variable MTRR registers actually have variable-sized PhysBase andjhb2008-03-122-8/+26
* MFamd64: Break up the probe logic in the mem_drvinit routines so it'sjhb2008-03-122-13/+18
* Remove kernel support for M:N threading.jeff2008-03-126-31/+3
* Style(9) these files. No changes in the compiled code. (Verified byjhb2008-03-112-450/+494
* Add constants for the various fields in MTRR registers.jhb2008-03-112-11/+27
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-101-12/+23
* - Don't execute cpuid to fetch the features. We already have the featuresjhb2008-03-101-5/+5
* - Rather than repeating the same preemption code everywhere call the schedulerjeff2008-03-101-7/+1
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-051-0/+1
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-2/+2
* Oops, back out previous commit since it was to the wrong file.bde2008-03-051-5/+4
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-4/+5
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-023-43/+40
* In est_acpi_info(), initialize count before passing its pointer togibbs2008-03-011-0/+1
* With the recent change to enable CPU brands from the VIA chips, thejhb2008-02-291-24/+41
* Validate the id16 values gathered from ACPI (previously a TODO item).rpaulo2008-02-281-17/+59
* - Check for the extended CPUID registers on VIA CPUs so we can get thejhb2008-02-281-2/+2
* Support the VIA C7 Eden CPU and treat it just like a C7 Esther. We mayjhb2008-02-252-0/+4
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-152-4/+12
* If busdma is being used to realign dynamic buffers and the alignment is set toscottl2008-02-121-2/+2
* Fix Linux mmap with MAP_GROWSDOWN flag.jkim2008-02-111-14/+15
* Add support for PC Engines ALIX boards.phk2008-02-101-43/+74
* Remove the rr232x driver. It has been superceded by the hptrr driver.scottl2008-02-032-6/+0
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-311-5/+7
OpenPOWER on IntegriCloud