summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-061-1/+2
* OK, this might be a bit silly, but add another popcnt() candidate.peter2003-11-061-0/+6
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-052-9/+21
* Two style nits.jhb2003-11-051-0/+2
* - Adjust some of the bitfields in the ioapic_intsrc struct to be unsignedjhb2003-11-051-18/+18
* Add a workaround for MP Tables that list the same PCI IRQ twice withjhb2003-11-051-3/+16
* Tweak the version string output for ioapic devices.jhb2003-11-041-2/+3
* Fix to support pc98.nyan2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-22/+1
* Make this compile with PAE.peter2003-11-041-5/+6
* New i386 SMP code:jhb2003-11-032-1993/+359
* Don't probe PnP BIOS devices for PICs for now to avoid problems with thosejhb2003-11-031-9/+3
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-031-0/+650
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-033-5346/+862
* New APIC support code:jhb2003-11-035-350/+1725
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-032-178/+492
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-032-0/+387
* Move the NMI handling code out to its own file.jhb2003-11-031-586/+2
* Include "opt_pmap.h" so that the DISABLE_P* options are honored.jhb2003-10-301-0/+2
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-303-9/+0
* MFi386: thread specific fpu state optimizationspeter2003-10-301-1/+3
* MFi386: rev 1.451 (jhb): call pmap_kremove() rather than duplicate itpeter2003-10-301-5/+2
* MFi386: trap.c rev 1.259: fetch thread mailbox address in page fault trappeter2003-10-301-0/+2
* Oops. Remove some rather noisy debug printfs that slipped in therepeter2003-10-281-9/+0
* A few whitespace and comment tweaks.jhb2003-10-243-18/+9
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEpeter2003-10-241-1/+4
* Use a more robust API altogether for the amd64_get_fsbase() etc functions.peter2003-10-231-4/+4
* Renumber the sysarch vectors for amd64 specific syscalls so that I canpeter2003-10-231-6/+5
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-212-2/+2
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-181-9/+17
* Don't forget to load %es with the kernel data segment selector inbde2003-10-161-0/+3
* Pull the tier-2 card one last time and break the get/setcontext andpeter2003-10-155-5/+17
* MFia64alc2003-10-142-47/+82
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-0/+5
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Don't bother setting a page table page's valid field. It is unused andalc2003-10-051-2/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-031-100/+21
* Reimplement pagezero() using "movnti".alc2003-10-021-39/+11
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-015-36/+34
* Use __register_t instead of register_t, otherwise <sys/types.h> is apeter2003-10-011-24/+24
* MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.peter2003-09-301-2/+3
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-302-3/+17
* - Remove the definition for TD_SWITCHIN as it is not used.jeff2003-09-301-1/+0
* Eliminate the pte object.alc2003-09-272-27/+49
* MFi386alc2003-09-261-4/+4
* MFi386alc2003-09-251-14/+7
* Re-raise the default datasize and stacksize now that the 32 bit execpeter2003-09-251-2/+2
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-13/+2
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-4/+12
* Oops. back out last commit. The data and stack limits are used by thepeter2003-09-231-2/+2
OpenPOWER on IntegriCloud