summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-101-54/+58
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-4/+10
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* follow up to r254051avg2013-08-091-2/+1
* Use local variables with the appropriate types and eliminate a bunch of casts.neel2013-08-081-31/+31
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+1
* Change the pmap_ts_referenced() method of amd64 pmap to use sharedkib2013-08-072-8/+55
* enable KDB_TRACE in GENERICsavg2013-08-071-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-074-12/+17
* - Introduce a specific function, pmap_remove_kernel_pde, for removingjeff2013-08-051-2/+39
* Follow-up commit to fix CR0 issues. Maintaingrehan2013-08-031-4/+38
* Moved clearing of vmm_initialized to avoid the casegrehan2013-08-011-1/+6
* Correctly maintain the CR0/CR4 shadow registers.grehan2013-08-011-11/+54
* Back out r253779 & r253786.obrien2013-07-311-1/+0
* Decouple yarrow from random(4) device.obrien2013-07-291-0/+1
* Revert r253748,253749avg2013-07-281-2/+1
* put contents of cpu.h under _KERNELavg2013-07-281-1/+2
* x86: detect mwait capabilities and extensions, when presentavg2013-07-283-0/+13
* - Use kmem_malloc rather than kmem_alloc() for GDT/LDT/tss allocations etc.jeff2013-07-261-4/+5
* Add support for emulation of the "or r/m, imm8" instruction.neel2013-07-231-3/+60
* Fix a bug introduced in r252646 that causes a page with the PG_PTE_PAT bit setneel2013-07-231-3/+18
* MFi386: add ddb "show sysregs" command.kib2013-07-151-0/+30
* Clear m->object for the page taken from the delayed free list forkib2013-07-101-0/+1
* Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver.delphij2013-07-062-0/+5
* If a superpage mapping is being removed then we need to ignore the PG_PDE_PATneel2013-07-031-3/+9
* Verify that all bytes in the instruction buffer are consumed during decoding.neel2013-07-031-0/+16
* Ignore guest PAT settings by default in EPT mappings.grehan2013-07-011-2/+10
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+38
* Make sure all CPUID values are handled, instead of exiting thegrehan2013-06-281-10/+38
* Move definitions required by userland applications out of acpica_machdep.h.jkim2013-06-271-6/+2
* Allow immediate operand.kib2013-06-201-1/+1
* Some clarifications and updates for the comments, mostly retrievedkib2013-06-191-12/+16
* Fix a gcc warning uncovered after r251745.pluknet2013-06-181-0/+3
* Upgrade Xen interface headers to Xen 4.2.1.gibbs2013-06-141-15/+16
* Replace cpusetffs_obj with CPU_FFS, missed in r251703.pluknet2013-06-141-1/+1
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.neel2013-06-143-9/+0
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-2/+2
* Assert that interrupts are enabled in the trap handlers on x86 beforekib2013-06-031-0/+1
* Use slightly more idiomatic expression to get the address of array.kib2013-05-272-2/+2
* The _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags have the same bitkib2013-05-271-1/+1
* The ia32_get_mcontext() does not need to set PCB_FULL_IRET. Thekib2013-05-271-1/+0
* When reporting the fault details, also print %rsp.kib2013-05-271-2/+2
* When handling an exception from the attempt from loading the faultingkib2013-05-271-0/+24
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-242-0/+5
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-1/+2
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-214-23/+69
* Add amd64-specific ddb command 'show phys2dmap', which calculates thekib2013-05-211-0/+12
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-214-0/+21
* Improve readability of static assertions for OFFSET_* macros.ed2013-05-131-3/+4
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
OpenPOWER on IntegriCloud