summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Build x86bios only for i386/amd64 for now. More work is requireddelphij2009-09-211-0/+5
* If CPU happens to be in usermode when a T_RESERVED trap occured,kib2009-09-211-0/+5
* Automatically depend on x86emu when vesa or dpms is being built intodelphij2009-09-211-1/+1
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-0/+3
* When superpages are enabled, add the 2 or 4MB page size to the array ofalc2009-09-181-0/+5
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Consolidate CPUID to CPU family/model macros for amd64 and i386 to reducejkim2009-09-104-13/+13
* As jhb@ pointed out to me, r197057 was incorrect, not least because thesedes2009-09-101-0/+7
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-0/+6
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-14/+56
* Move multi-include protection back up to the top of the file andphk2009-09-081-4/+4
* Fix confusing comments about default PAT entries.jkim2009-09-021-2/+2
* - Work around ACPI mode transition problem for recent NVIDIA 9400M chipsetjkim2009-09-021-28/+87
* Don't attempt to bind the current thread to the CPU an IRQ is bound tojhb2009-09-021-9/+12
* Simplify pmap_change_attr() a bit:jhb2009-08-311-17/+5
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-1/+1
* Swap the start/end virtual addresses in pmap_invalidate_cache_range().rnoland2009-08-291-2/+2
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-243-6/+50
* Check whether the SMBIOS reports reasonable amount of memory. If it isjkim2009-08-201-10/+12
* Make the MacBookPro3,1 hardware boot again.ed2009-08-191-0/+1
* Correct a critical accounting error in pmap_demote_pde(). Specifically,kib2009-08-171-0/+2
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-143-4/+86
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-138-89/+44
* Make the MacBook3,1 boot again.ed2009-08-021-0/+1
* Refine the MacBook hack to only match early models that have Intel ICH.rpaulo2009-07-271-1/+4
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* When the page caching attributes are changed, after new mapping iskib2009-07-224-14/+66
* Change the handling of fictitious pages by pmap_page_set_memattr() onalc2009-07-191-2/+5
* An addendum to r195649, "Add support to the virtual memory system foralc2009-07-181-17/+6
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-123-16/+48
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* When amd64 CPU cannot load segment descriptor during trap return tokib2009-07-101-12/+12
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-0911-15/+60
* When pmap_change_attr() changes the PAT setting on a kernel mapping, it hasalc2009-07-061-3/+11
* After the per-CPU IDT changes, the IDT vector of an interrupt could changejhb2009-07-062-6/+22
* MFi386: Add a 'show idt' command to DDB to display the non-default functionjhb2009-07-061-1/+26
* Cleanup ALIGNED_POINTER:sam2009-07-051-10/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Improve the handling of cpuset with interrupts.jhb2009-07-016-45/+102
* Don't include rpcv2.h - it has been removed.dfr2009-07-011-1/+0
* remove unused/unneeded extern declarationsavg2009-06-301-3/+0
* Catch missed AUDIT_ARG() -> AUDIT_ARG_CMD() on amd64.rwatson2009-06-271-1/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-1/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+45
* Fix kernels compiled without SMP support. Make intr_next_cpu() availablejhb2009-06-252-2/+10
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.jhb2009-06-254-55/+77
* Whitespace fix.jhb2009-06-241-0/+1
* Make algorithm a bit more bulletproof.mav2009-06-231-2/+2
OpenPOWER on IntegriCloud