aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Teach the dump and minidump code to respect the maxioszie attribute ofScott Long2008-02-152-4/+12
* If busdma is being used to realign dynamic buffers and the alignment is set toScott Long2008-02-121-2/+2
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-111-13/+14
* Remove the rr232x driver. It has been superceded by the hptrr driver.Scott Long2008-02-032-6/+0
* Add a few more CPUID feature bits while here. We don't support theseDavid Schultz2008-02-022-2/+4
* SSE4 CPUID bitsDavid Schultz2008-02-022-3/+6
* For no good reason I had assumed that ACPI table headers would be pageJohn Baldwin2008-01-311-5/+7
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.Alexander Motin2008-01-311-0/+13
* Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-282-11/+11
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-171-0/+1
* Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionallyAlan Cox2008-01-171-27/+10
* Translate from the i386. All FP constants and operations are evaluatedBruce Evans2008-01-172-2/+2
* Make pmap_is_prefaultable() more TLB friendly. Specifically, make it useAlan Cox2008-01-141-1/+1
* Fix fpset*() to not trap if there is a currently unmasked exception.Bruce Evans2008-01-111-12/+42
* Fix some style bugs:Bruce Evans2008-01-111-24/+25
* Simplify the ifdefs:Bruce Evans2008-01-091-21/+14
* Fix some style bugs (mainly, use explicit shifts when accessing bit-fieldsBruce Evans2008-01-091-31/+31
* Improve some comments.Bruce Evans2008-01-091-14/+13
* Convert a PMAP_DIAGNOSTIC to a KASSERT.Alan Cox2008-01-081-9/+2
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.John Baldwin2008-01-071-0/+1
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingAlan Cox2008-01-062-8/+0
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-031-2/+2
* Provide a legitimate pindex to vm_page_alloc() in pmap_growkernel()Alan Cox2008-01-021-6/+3
* Add asmc(4).Rui Paulo2007-12-281-1/+2
* Add configuration knobs for the superpage reservation system. Initially,Alan Cox2007-12-271-0/+14
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-252-2/+3
* Add the 'hptrr' driver for supporting the following Highpoint RocketRAIDScott Long2007-12-152-2/+7
* Disallow the legacy USB circuit to generate an SMI# via an ICHRui Paulo2007-12-121-0/+25
* Eliminate compilation warnings due to the use of non-static inlinesAlan Cox2007-12-091-3/+3
* Use 1GB virtual pages to implement the direct map on architectures thatAlan Cox2007-12-081-13/+24
* Recognize architectural support for 1GB virtual pages.Alan Cox2007-12-082-1/+2
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-073-3/+99
* Fix the ABI change of the signal delivered on the access to the pageKonstantin Belousov2007-12-041-2/+29
* Style change: Use NULL rather than 0 where appropriate.Alan Cox2007-12-041-3/+3
* Break out stack(9) from ddb(4):Robert Watson2007-12-024-38/+133
* Remove XRPU driver, after asking all the users.Poul-Henning Kamp2007-12-011-2/+0
* Improve get_pv_entry()'s handling of low-memory conditions. After pageAlan Cox2007-11-301-12/+14
* Don't use plain "ret" instructions at targets of jump instructions,Bruce Evans2007-11-291-2/+2
* Remove entry points for -finstrument functions since they are currentlyBruce Evans2007-11-291-12/+8
* Account for pv entry pages in the total number of wired pages. (Note: pvAlan Cox2007-11-281-3/+6
* Adjust the code to probe for the PCI config mechanism to use.John Baldwin2007-11-282-172/+11
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.Attilio Rao2007-11-281-1/+0
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()John Baldwin2007-11-271-5/+2
* MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture.Joseph Koshy2007-11-231-0/+3
* Extend critical section coverage in the low-level interrupt handlers toScott Long2007-11-211-1/+1
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-171-0/+29
* Add support for cross double fault frames in stack traces:John Baldwin2007-11-154-5/+26
* o Rename cpu_thread_setup() to cpu_thread_alloc() to betterMarcel Moolenaar2007-11-141-1/+6
* A bunch more files that should probably print out a thread nameJulian Elischer2007-11-141-3/+3
* generally we are interested in what thread did something asJulian Elischer2007-11-141-2/+2