summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC: Correct a local information leakage bug affecting AMD FPUs.Colin Percival2006-04-191-0/+36
* MF6: Add DEFAULTS files for amd64, i386, and pc98.John Baldwin2005-10-281-4/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6_0'.cvs2svn2005-10-281-0/+14
* MFC:Ade Lovett2005-10-281-0/+2
* MFC: 1.2: don't set segment registers yet.Peter Wemm2005-10-261-0/+4
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-072-14/+4
* MFC: Minor fixes and add amd64 support:Jung-uk Kim2005-10-061-0/+2
* MFC Import of the new version of the HPTMV driver from Highpoint.Xin LI2005-10-062-1/+2
* MFC: Add atomic_fetchadd(9) operation for types int and 32.John Baldwin2005-10-061-0/+21
* MFC revision 1.9:Stephan Uphoff2005-10-031-0/+1
* MFC revision 1.639: Don't let the upper bits of %dr6/%dr7 get set.Colin Percival2005-10-021-0/+4
* MFC: Stop using the '+' constraint modifier with memory operands inJohn Baldwin2005-09-261-22/+27
* Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.Ken Smith2005-09-221-1/+1
* Now that our showstopper list has shrunk, take another step closer to theScott Long2005-09-182-12/+9
* MFC: Merge resource fixes for pci devices on pci0 for ioport.Warner Losh2005-09-183-2/+6
* MFC: { db_trace.c:1.69, exception.S:1.127, genassym.c:1.156, trap.c:1.290 }Joseph Koshy2005-09-034-4/+82
* MFC: sys/sys/systm.h 1.235Pawel Jakub Dawidek2005-08-301-53/+1
* MFC: Add aliases for atomic operations on 64-bit integers.John Baldwin2005-08-261-0/+20
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-52/+18
* MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as theEric Anholt2005-08-041-1/+1
* Disable hyperthreading by default for 6.x.Jacques Vidrine2005-08-041-1/+1
* MFC r1.441:Maxime Henrion2005-07-291-2/+1
* Regenerate.John Baldwin2005-07-203-118/+118
* MFC: Sync up the MP safe flags of the compat ABIs with the master list andJohn Baldwin2005-07-201-115/+115
* MFC: Set timer0_max_count to a correct value in the lapic timer case andJohn Baldwin2005-07-181-23/+15
* MFC addition of the COMPAT_FREEBSD5 option. Specific versionsKen Smith2005-07-181-0/+1
* 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
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritPeter Wemm2005-06-242-0/+3
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificStephan Uphoff2005-06-141-0/+3
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-29/+17
* MFP4:Joseph Koshy2005-06-091-32/+19
* Add IPI support for preempting a thread on another CPU.Stephan Uphoff2005-06-092-1/+18
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-5/+10