summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix some style bugs (mainly, use explicit shifts when accessing bit-fieldsbde2008-01-091-31/+31
* Improve some comments.bde2008-01-091-14/+13
* Convert a PMAP_DIAGNOSTIC to a KASSERT.alc2008-01-081-9/+2
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-062-8/+0
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()alc2008-01-021-6/+3
* Add asmc(4).rpaulo2007-12-281-1/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+14
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-252-2/+3
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDscottl2007-12-152-2/+7
* Disallow the legacy USB circuit to generate an SMI# via an ICHrpaulo2007-12-121-0/+25
* Eliminate compilation warnings due to the use of non-static inlinesalc2007-12-091-3/+3
* Use 1GB virtual pages to implement the direct map on architectures thatalc2007-12-081-13/+24
* Recognize architectural support for 1GB virtual pages.alc2007-12-082-1/+2
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-073-3/+99
* Fix the ABI change of the signal delivered on the access to the pagekib2007-12-041-2/+29
* Style change: Use NULL rather than 0 where appropriate.alc2007-12-041-3/+3
* Break out stack(9) from ddb(4):rwatson2007-12-024-38/+133
OpenPOWER on IntegriCloud