summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-081-9/+9
* Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-081-11/+13
* Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-081-1/+2
* Move extern tsc_present outside function to quelch a warning.phk2000-12-071-1/+4
* Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.iwasaki2000-12-071-0/+1
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-071-13/+13
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-063-6/+39
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-4/+3
* GC unused assembler function apic_eoi()peter2000-12-061-1/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-052-28/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-0413-291/+84
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Change cpu_switch to explicitly popl the callers program counter andjake2000-12-033-9/+5
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-023-3/+12
* Fix this slightly better by using NON_GPROF_RET instead of duplicatingjhb2000-12-012-2/+2
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-016-21/+13
* Revert the previous change to this file. We have to hardcode in the opcodejhb2000-11-302-2/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-302-6/+19
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-283-6/+57
* Use atomic ops to close a race condition on the in_Debugger variable usedjhb2000-11-281-4/+3
* Revert the last commit to the callout interface, and add a flag tojlemon2000-11-251-1/+1
* Protect the following with a lockmgr lock:jake2000-11-221-0/+3
* Assembler fixes.markm2000-11-214-9/+9
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+21
* Stop handcoding a couple of instructions since gas 2.10 can properlyjhb2000-11-212-2/+2
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-191-0/+2
* - Split the run queue and sleep queue linkage, so that a processjake2000-11-171-1/+1
* - Change extra sanity checks in cpu_switch() to be conditional on INVARIANTSjhb2000-11-172-62/+6
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-161-0/+2
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-151-0/+1
* Add pmtimer device, necessary for proper time keeping when apm orimp2000-11-151-0/+2
* Always enable interrupts during fork_trampoline() after releasing thejhb2000-11-142-0/+6
* Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-141-1/+1
* In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-142-0/+7
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-131-2/+2
* Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-132-4/+4
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* Fix some further english grammar and typo's.asmodai2000-11-081-3/+3
* Fix typo's: UPGRADE_CPU_HW_CACHE -> CPU_UPGRADE_HW_CACHEasmodai2000-11-081-2/+2
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Make the ISA nic section look like the other device sections withimp2000-11-071-33/+26
* Minor ordering changes to make more sections strictly alphabetical.imp2000-11-071-4/+5
* Synced tx(4) driver descriptions + ``device tx'' line moved to thesemenu2000-11-071-1/+1
* Protect against an infinite loop when prefaulting pages. This canalfred2000-11-071-1/+4
* The vx driver no longer needs the PCI compat shims. Also should nowwpaul2000-11-071-1/+1
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-021-16/+162
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-293-3/+0
OpenPOWER on IntegriCloud