aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Special-case NMI handling on the AMD64.Joseph Koshy2005-08-274-4/+82
* Remedy the following three problems:Alan Cox2005-08-261-18/+72
* NMI handler should not enable interrupts.Stephan Uphoff2005-08-251-1/+1
* Pass the PDE from pmap_remove() to pmap_remove_page() so that the latterAlan Cox2005-08-221-7/+8
* Change pmap_extract() and pmap_extract_and_hold() to use PG_FRAME ratherAlan Cox2005-08-221-2/+6
* Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoidAlan Cox2005-08-201-12/+28
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-8/+6
* Avoid code duplication and implement bitcount32() function in systm.h only.Pawel Jakub Dawidek2005-08-191-53/+1
* Correct a performance bug in revision 1.462. The effect of the bug is toAlan Cox2005-08-191-14/+7
* Add aliases for atomic operations on 64-bit integers just like otherJohn Baldwin2005-08-181-0/+20
* Simplify the page table page reference counting by pmap_enter()'s change ofAlan Cox2005-08-141-9/+8
* Eliminate unneeded diagnostic code.Alan Cox2005-08-111-7/+0
* Eliminate unneeded diagnostic code.Alan Cox2005-08-111-7/+0
* Decouple the unrefing of a page table page from the removal of a pv entry.Alan Cox2005-08-111-25/+16
* When support for 2MB/4MB pages was added in revision 1.148 an error wasAlan Cox2005-08-071-1/+0
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+23
* - Improve the definition of INKERNEL() to include the DMAP area and theJeff Roberson2005-08-031-1/+2
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cJohn Baldwin2005-07-291-3/+0
* Add back ed(4) in amd64 GENERIC. It now works nicely and since thoseMaxime Henrion2005-07-241-2/+1
* Fallout from the previous revision: lnc isn't quite ready for amd64 yet.Ruslan Ermilov2005-07-221-1/+2
* Fix $FreeBSD$.David E. O'Brien2005-07-221-1/+2
* Like on i386, bypass lock prefix for atomic ops on !SMP kernels.Peter Wemm2005-07-211-0/+27
* MFi386: add vpd driver (vital product data.. model & serial numbers etc)Peter Wemm2005-07-211-1/+3
* Add the ed driver for lint building. The PCI instances are still useful.Peter Wemm2005-07-211-6/+5
* Actually create the double fault stack page for AP cpus so that we have aPeter Wemm2005-07-211-1/+6
* Make the facility for recognizing BIOS-signatures more generalPoul-Henning Kamp2005-07-212-16/+16
* Fix smbios(4) and add support for amd64Jung-uk Kim2005-07-211-0/+2
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-201-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-52/+18
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Regen.John Baldwin2005-07-133-118/+118
* Make a pass through all the compat ABIs sychronizing the MP safe flagsJohn Baldwin2005-07-131-115/+115
* Fixup some more fallout from the lapic/i8254 changes:John Baldwin2005-07-131-23/+15
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-102-13/+44
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-79/+63
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+2
* Fix a buglet that was present in the ia64 code and that got inheritedMarcel Moolenaar2005-07-021-0/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.Peter Wemm2005-07-011-7/+34
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+224
* Sync i386->amd64.Peter Wemm2005-06-302-7/+30
* Add a special-case handler for general protection faults. It appears toPeter Wemm2005-06-301-3/+26
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hPeter Wemm2005-06-292-0/+2
* Switch AMD64 and i386 platforms to using ELF as their kernel crashPeter Wemm2005-06-293-104/+360
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 areJohn Baldwin2005-06-291-1/+1
* Disable the interrupts in trap_fatal before calling kdb_trap.Stephan Uphoff2005-06-251-2/+9
* Correct the amount of data to allocate in these local copies ofJohn Baldwin2005-06-241-1/+2
* Various trivial comment fixesPeter Wemm2005-06-244-12/+6
* Eliminate a source of 'trap xx with interrupts disabled'. I was jumping toPeter Wemm2005-06-241-1/+1
* MFi386: 1.258: Minor cleanupsPeter Wemm2005-06-241-4/+4