| Commit message (Expand) | Author | Age | Files | Lines |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 4 | -52/+26 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -1/+2 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 3 | -53/+54 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 2 | -4/+2 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 1 | -1/+1 |
* | Enable the automatic creation of superpage reservations. | alc | 2008-03-26 | 1 | -2/+2 |
* | Belatedly add BPF_JITTER in NOTES for supported architectures. | jkim | 2008-03-24 | 1 | -0/+4 |
* | Prevent the overflow in the calculation of the next page directory. | kib | 2008-03-23 | 1 | -0/+6 |
* | Explicitly use spinlock_enter/exit rather than locking the icu_lock spin | jhb | 2008-03-20 | 1 | -15/+14 |
* | Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ | jhb | 2008-03-20 | 1 | -0/+14 |
* | Simplify the interrupt code a bit: | jhb | 2008-03-17 | 1 | -32/+15 |
* | A cautionary XXX comment about seemingly bogus errata checks. | phk | 2008-03-17 | 1 | -0/+8 |
* | Increase time we wait for things to settle to 1 millisecond, | phk | 2008-03-17 | 1 | -2/+16 |
* | Revert last commit and stop committing before morning tea. | phk | 2008-03-17 | 1 | -26/+5 |
* | Increase time we wait for things to settle to 1 millisecond, | phk | 2008-03-17 | 1 | -5/+26 |
* | Use correct bitmask for identifying chip family. | phk | 2008-03-17 | 1 | -1/+1 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+7 |
* | Regen. | rdivacky | 2008-03-16 | 3 | -4/+12 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -1/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 10 | -14/+15 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 2 | -9/+55 |
* | Fix a silly bogon which prevented all the CPUs that are tagged as interrupt | jhb | 2008-03-14 | 1 | -4/+4 |
* | Rework how the nexus(4) device works on x86 to better handle the idea of | jhb | 2008-03-13 | 4 | -38/+112 |
* | Use the SMAP data from the loader if it is provided instead of using | jhb | 2008-03-13 | 1 | -60/+99 |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 3 | -7/+7 |
* | Add missed parentheses | kib | 2008-03-13 | 1 | -1/+1 |
* | The variable MTRR registers actually have variable-sized PhysBase and | jhb | 2008-03-12 | 2 | -8/+26 |
* | MFamd64: Break up the probe logic in the mem_drvinit routines so it's | jhb | 2008-03-12 | 2 | -13/+18 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 6 | -31/+3 |
* | Style(9) these files. No changes in the compiled code. (Verified by | jhb | 2008-03-11 | 2 | -450/+494 |
* | Add constants for the various fields in MTRR registers. | jhb | 2008-03-11 | 2 | -11/+27 |
* | Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows | jhb | 2008-03-10 | 1 | -12/+23 |
* | - Don't execute cpuid to fetch the features. We already have the features | jhb | 2008-03-10 | 1 | -5/+5 |
* | - Rather than repeating the same preemption code everywhere call the scheduler | jeff | 2008-03-10 | 1 | -7/+1 |
* | Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories | rink | 2008-03-05 | 1 | -0/+1 |
* | Change float_t and double_t to long double on i386. All floating point | bde | 2008-03-05 | 1 | -2/+2 |
* | Oops, back out previous commit since it was to the wrong file. | bde | 2008-03-05 | 1 | -5/+4 |
* | Change float_t and double_t to long double on i386. All floating point | bde | 2008-03-05 | 1 | -4/+5 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 3 | -43/+40 |
* | In est_acpi_info(), initialize count before passing its pointer to | gibbs | 2008-03-01 | 1 | -0/+1 |
* | With the recent change to enable CPU brands from the VIA chips, the | jhb | 2008-02-29 | 1 | -24/+41 |
* | Validate the id16 values gathered from ACPI (previously a TODO item). | rpaulo | 2008-02-28 | 1 | -17/+59 |
* | - Check for the extended CPUID registers on VIA CPUs so we can get the | jhb | 2008-02-28 | 1 | -2/+2 |
* | Support the VIA C7 Eden CPU and treat it just like a C7 Esther. We may | jhb | 2008-02-25 | 2 | -0/+4 |
* | Teach the dump and minidump code to respect the maxioszie attribute of | scottl | 2008-02-15 | 2 | -4/+12 |
* | If busdma is being used to realign dynamic buffers and the alignment is set to | scottl | 2008-02-12 | 1 | -2/+2 |
* | Fix Linux mmap with MAP_GROWSDOWN flag. | jkim | 2008-02-11 | 1 | -14/+15 |
* | Add support for PC Engines ALIX boards. | phk | 2008-02-10 | 1 | -43/+74 |
* | Remove the rr232x driver. It has been superceded by the hptrr driver. | scottl | 2008-02-03 | 2 | -6/+0 |
* | For no good reason I had assumed that ACPI table headers would be page | jhb | 2008-01-31 | 1 | -5/+7 |