summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-164-27/+71
* Sync with i386 - remove unused includespeter2004-08-161-2/+0
* Sync with i386 - get the softc via the devclass rather than caching the devpeter2004-08-161-2/+1
* Sync with i386 - add ADAPTIVE_GIANT, remove pcicpeter2004-08-161-1/+1
* Sync with i386 - add foot shooting protection for the DDB/KDB thing.peter2004-08-161-0/+5
* Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatpeter2004-08-161-0/+1
* Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.peter2004-08-161-1/+7
* Sync with i386 - fix bounds check in lapic_create()peter2004-08-161-1/+1
* Sync with i386 - pass resource requests up to parentpeter2004-08-161-92/+2
* Sync with i386 - s/cpu_swtch/cpu_switch/peter2004-08-161-1/+1
* Sync with i386 - dont count needed bounce pages if loading a buffer thatpeter2004-08-161-1/+1
* Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* Catch up with i386 - remove lots of no longer used symbolic constantspeter2004-08-161-76/+1
* Sync with i386peter2004-08-161-3/+11
* Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.obrien2004-08-162-3/+3
* Un-comment LINPROCFS.tjr2004-08-161-2/+2
* I missed an 'IA32' in the documentation.obrien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-162-4/+6
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Regen.tjr2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-1614-0/+4880
* Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiledrwatson2004-08-151-0/+5
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-152-0/+259
* Fix the memory scaling bug when basemem was converted to Kbytes fromambrisko2004-08-131-1/+1
* Mark end of frames.davidxu2004-08-111-0/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflagsdavidxu2004-08-101-3/+4
* In syscall, always make a copy of parameters from trapframe, thisdavidxu2004-08-091-12/+9
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-081-3/+3
* Move the definition of M_MEMDESC to a non-optional file. This allowsscottl2004-08-072-5/+5
* Eliminate a variable that became unused in the i386 to amd64 conversion.alc2004-08-071-2/+0
* MFi386: Fix mem device. Grrr.markm2004-08-061-2/+0
* MFi386: sort out the mem device. Grrrr.markm2004-08-061-0/+3
* Fix module builds for i386 and amd64.markm2004-08-042-37/+9
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-041-71/+61
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-2/+3
* Add style(9) foolishness.dfr2004-08-031-8/+8
* Diff reduction WRT i386 version.markm2004-08-021-11/+12
* Add definitions for TLS relocations.dfr2004-08-021-2/+10
* Fix the build by providing 'PHYS_TO_DMAP' and 'M_MEMDESC'.obrien2004-08-021-0/+6
* Add the I/O device for those architectures that have it.markm2004-08-011-0/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-016-142/+182
* Turn on PCB_FULLCTX for set_mcontext, functions like kse_switchindavidxu2004-07-311-0/+1
* Add pmap locking to pmap_object_init_pt().alc2004-07-311-1/+6
* MFia64:ps2004-07-301-17/+1
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-20/+26
* Use newly added __used attribute to keep static function symbol fromkan2004-07-291-1/+1
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-25/+0
OpenPOWER on IntegriCloud