summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Move driver to newbus.mdodd2003-03-291-0/+1
* Nuke HTT from here too.ps2003-03-261-3/+0
* Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.ps2003-03-265-63/+271
* Halt the cpus in the idle loop for SMP as well for several reasons:peter2003-03-261-4/+3
* Add an options entry for HTT in SMP and GENERIC similar to the SMP andjhb2003-03-251-0/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-2513-79/+88
* Use repo-copied files in sys/i386/bios.mdodd2003-03-244-4/+4
* Disable interrupts while in kdb_trap() to handle cases where the callerbde2003-03-241-0/+7
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Extend CPU_ATHLON_SSE_HACK to cover a few more revisions of Athlon CPUs.dwmalone2003-03-201-1/+2
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-183-3/+0
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-171-1/+1
* - Lock down the bounce pages structures. We use the same locking schememux2003-03-171-26/+34
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+8
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-121-83/+57
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-112-24/+24
* Initialize eflags in fake frame to default value rather than random one.davidxu2003-03-081-0/+1
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+6
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-7/+2
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-043-0/+63
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-26/+16
* Expand some #ifdef's to fix I386_CPU compile.jhb2003-02-271-1/+3
* Remove some long unused declarations. (For example, the PV flags have notalc2003-02-271-6/+0
* Change the process flags P_KSES to be P_THREADED.julian2003-02-273-3/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-9/+1
* Better to not know anything about KSE.davidxu2003-02-261-2/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-263-3/+3
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-251-2/+3
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternatejake2003-02-252-26/+41
* Remove an unsafe KASSERT.davidxu2003-02-251-1/+0
* Cleanup of the d_mmap_t interface.mux2003-02-252-10/+6
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-242-3/+1
* The mpbiosreason variable does not used for pc98.nyan2003-02-243-0/+6
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,jake2003-02-241-8/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-233-0/+6
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-234-3/+4
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-236-15/+17
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-235-10/+14
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-222-26/+9
* unsigned -> pt_entry_t.jake2003-02-221-4/+4
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalpeter2003-02-201-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-199-24/+24
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-183-149/+28
* Move a bunch of flags from the KSE to the thread.julian2003-02-176-11/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-6/+4
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-164-4/+0
OpenPOWER on IntegriCloud