summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add a brief comment telling people to retain 'device miibus' as necessary.nik2000-10-281-0/+1
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+56
* Revert two experimental changes which escaped from my devel machine.phk2000-10-283-3/+3
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-281-2/+0
* Fix a couple of whitespace nits.jhb2000-10-272-4/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-274-5/+3
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-278-34/+1
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+1
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-251-0/+52
* Fast interrupts have no associated process, therefore do not tryps2000-10-252-22/+26
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-251-0/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-259-89/+82
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itjhb2000-10-231-10/+1
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+4
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* Catch up to moving headers:jhb2000-10-208-9/+9
* Actually harvest interrupt threads when the last handler is removed from ajhb2000-10-203-6/+51
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-6/+6
* - machine/mutex.h -> sys/mutex.hjhb2000-10-202-6/+6
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-512/+23
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-2/+108
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-203-72/+0
OpenPOWER on IntegriCloud