summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Unbreak amd64: Rename calls from panic to __panicpeter2004-01-231-3/+3
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-1/+2
* Remove `static' prototype from header file.nectar2004-01-061-1/+0
* Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-062-53/+4
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-20/+20
* - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchalc2004-01-011-6/+1
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* GC the unused <machine/kse.h> file.peter2003-12-241-42/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* - Significantly reduce the number of preallocated pv entries inalc2003-12-221-14/+1
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* MFi386: remove APIC_IRQ* defines that are no longer used.peter2003-12-111-32/+0
* MFi386: (jhb): Deal with MAXCPU etc correctlypeter2003-12-112-4/+4
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-0/+109
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadpeter2003-12-061-5/+5
* Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtinpeter2003-12-061-1/+40
* Various whitespace and cosmetic sync-up's with i386.peter2003-12-069-12/+13
* amd64_protection_init and the protection_codes[] array was overkill.peter2003-12-061-50/+8
* Kill the ASM versions of the mtx_lock_spin and friends. They were neverpeter2003-12-061-31/+0
* MFi386: put the apic disable hook in a better place.peter2003-12-062-1/+5
* Revert some amd64 changes that cached curthread and converge back to thepeter2003-12-062-19/+3
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-2/+2
* Catch up with the procsig locking changes elsewhere. We were doingpeter2003-12-031-0/+6
* Add an additional knob to just disable the apic code without also havingpeter2003-12-031-1/+1
* - Make mp_maxid reflect the same meaning as it does on other architectures.jeff2003-11-301-2/+2
* Fix i386 apic support merge botch. sizeof(long) is 8, not 4. This fixespeter2003-11-271-1/+1
* Argh! The Athlon64 and Opteron only implement 40 bits of address space inpeter2003-11-221-5/+4
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-5/+20
* Turn on NO_MIXED_MODE for amd64 generic. It turns out that all thepeter2003-11-211-0/+1
* Cosmetic and/or trivial sync up with i386.peter2003-11-2121-50/+52
* MFi386 rev 1.54 (jhb): Add interrupts that are actually available to thepeter2003-11-211-3/+19
* MFi386: pre-register idt slots for atpic so we catch any strays withoutpeter2003-11-211-6/+22
* MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when usingpeter2003-11-211-10/+10
* Argh! Followup to previous commit. I checked in the patch with anpeter2003-11-201-1/+1
* Provide a streamlined '#define curthread __curthread()' for amd64 to avoidpeter2003-11-202-0/+13
* Sync with i386.peter2003-11-191-3/+7
* Add SMP changes as should have been committed as rev 1.28peter2003-11-171-26/+7
* Restore file accidently killed in the crossfire from the smp commit.peter2003-11-171-0/+152
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-1745-2235/+1067
* Oh, how embarresing. I broke my own platform. :-)peter2003-11-171-4/+4
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-14/+2
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-171-4/+4
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-2/+58
OpenPOWER on IntegriCloud