summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add back ed(4) in amd64 GENERIC. It now works nicely and since thosemux2005-07-241-2/+1
* Fallout from the previous revision: lnc isn't quite ready for amd64 yet.ru2005-07-221-1/+2
* Fix $FreeBSD$.obrien2005-07-221-1/+2
* Like on i386, bypass lock prefix for atomic ops on !SMP kernels.peter2005-07-211-0/+27
* MFi386: add vpd driver (vital product data.. model & serial numbers etc)peter2005-07-211-1/+3
* Add the ed driver for lint building. The PCI instances are still useful.peter2005-07-211-6/+5
* Actually create the double fault stack page for AP cpus so that we have apeter2005-07-211-1/+6
* Make the facility for recognizing BIOS-signatures more generalphk2005-07-212-16/+16
* Fix smbios(4) and add support for amd64jkim2005-07-211-0/+2
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-1/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-52/+18
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Regen.jhb2005-07-133-118/+118
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-131-115/+115
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-23/+15
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-102-13/+44
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-091-79/+63
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+2
* Fix a buglet that was present in the ia64 code and that got inheritedmarcel2005-07-021-0/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.peter2005-07-011-7/+34
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+224
* Sync i386->amd64.peter2005-06-302-7/+30
* Add a special-case handler for general protection faults. It appears topeter2005-06-301-3/+26
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hpeter2005-06-292-0/+2
* Switch AMD64 and i386 platforms to using ELF as their kernel crashpeter2005-06-293-104/+360
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 arejhb2005-06-291-1/+1
* Disable the interrupts in trap_fatal before calling kdb_trap.ups2005-06-251-2/+9
* Correct the amount of data to allocate in these local copies ofjhb2005-06-241-1/+2
* Various trivial comment fixespeter2005-06-244-12/+6
* Eliminate a source of 'trap xx with interrupts disabled'. I was jumping topeter2005-06-241-1/+1
* MFi386: 1.258: Minor cleanupspeter2005-06-241-4/+4
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-242-0/+3
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificups2005-06-141-0/+3
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-29/+17
* MFP4:jkoshy2005-06-091-32/+19
* Add IPI support for preempting a thread on another CPU.ups2005-06-092-1/+18
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-312/+397
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-0/+16
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-3/+3
* Chop a '>' in a feature name (RSVD2>) that snuck in;schweikh2005-05-291-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-342/+42
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* Add new ral(4) and ural(4) drivers.damien2005-05-241-0/+2
* Sync the style of these two files.obrien2005-05-231-11/+15
* Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
OpenPOWER on IntegriCloud