summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+7
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.imp2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andimp2004-07-221-9/+0
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Remove the allpmaps list. It's unused.alc2004-07-202-19/+0
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-181-1/+0
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Fix the build. pcm is no more.ps2004-07-161-4/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+7
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-1/+2
OpenPOWER on IntegriCloud