summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate unnecessary #includesphk2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-263-50/+23
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-50/+51
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+2
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-241-0/+4
* First pass at (possibly futile) microoptimizing of cpu_switch. Resultspeter2008-03-231-75/+116
* Correct an error in pmap_mincore() when applied to a 2MB page mapping:alc2008-03-231-3/+3
* Export TDP_KTHREAD to asm files.peter2008-03-231-0/+1
* Move pcb_flags to make trivially better use of cache lines.peter2008-03-231-1/+1
* Protect the setting of the fsbase/gsbase MSR registers and thepeter2008-03-231-0/+2
* To date, we have assumed that the TLB will only set the PG_M bit in aalc2008-03-231-38/+17
* Prevent the overflow in the calculation of the next page directory.kib2008-03-231-0/+18
* 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
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+20
* 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-166-10/+12
* 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/+113
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-133-5/+5
* The variable MTRR registers actually have variable-sized PhysBase andjhb2008-03-122-8/+26
* Minimize diffs with i686_mem.c:jhb2008-03-122-6/+9
* Remove kernel support for M:N threading.jeff2008-03-125-25/+2
* Style(9) these files. No changes in the compiled code. (Verified byjhb2008-03-111-405/+443
* 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
* - Rather than repeating the same preemption code everywhere call the schedulerjeff2008-03-101-9/+2
* Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratoriesrink2008-03-051-0/+1
* Add support for automatic promotion of 4KB page mappings to 2MB pagealc2008-03-042-105/+1081
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-023-43/+41
* Eliminate whitespace diffs to the i386 version.ru2008-02-191-2/+1
* 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-13/+14
* Remove the rr232x driver. It has been superceded by the hptrr driver.scottl2008-02-032-6/+0
* Add a few more CPUID feature bits while here. We don't support thesedas2008-02-022-2/+4
* SSE4 CPUID bitsdas2008-02-022-3/+6
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-311-5/+7
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.mav2008-01-311-0/+13
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-282-11/+11
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().jhb2008-01-171-0/+1
* Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionallyalc2008-01-171-27/+10
* Translate from the i386. All FP constants and operations are evaluatedbde2008-01-172-2/+2
* Make pmap_is_prefaultable() more TLB friendly. Specifically, make it usealc2008-01-141-1/+1
* Fix fpset*() to not trap if there is a currently unmasked exception.bde2008-01-111-12/+42
* Fix some style bugs:bde2008-01-111-24/+25
* Simplify the ifdefs:bde2008-01-091-21/+14
OpenPOWER on IntegriCloud