aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).Peter Wemm2002-01-054-9/+9
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-055-1/+9
* Allow a specific setting for pv entries. This avoids the need to guessPeter Wemm2002-01-031-0/+1
* Grrr. The tlb code is strewn over 3 files and I misread it. RevertMatthew Dillon2001-12-311-8/+0
* You know those 'XXX what about SMP' comments in pmap_kenter()? Well,Matthew Dillon2001-12-311-3/+10
* GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"Poul-Henning Kamp2001-12-301-118/+0
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-211-1/+1
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-2015-67/+74
* Replace a bunch of:Peter Wemm2001-12-201-20/+6
* Fix some whitespace nits, and a minor error that I made in some unusedPeter Wemm2001-12-201-8/+7
* Axe stale extern for a non-existent variable.John Baldwin2001-12-181-1/+0
* In a couple of places, we recalculated addresses we already had in localJulian Elischer2001-12-181-3/+3
* Various assembly fixes mostly in the form of using the "+" modifier forJohn Baldwin2001-12-181-14/+14
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterJohn Baldwin2001-12-181-20/+20
* Modify the critical section API as follows:John Baldwin2001-12-189-71/+39
* Small cleanups to the SMP code:John Baldwin2001-12-174-101/+48
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+10
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-141-0/+5
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.John Baldwin2001-12-123-3/+0
* Overhaul the per-CPU support a bit:John Baldwin2001-12-1119-226/+234
* Delete some leftover code from a bygone age. We dont have an array ofPeter Wemm2001-12-111-11/+1
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.Murray Stokely2001-12-101-0/+3
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-092-2/+3
* Update pathnames for creation of tags file.Kirk McKusick2001-12-051-1/+1
* PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet.Dag-Erling Smørgrav2001-12-041-1/+2
* Add a missing open paren to a macro that's been broken (and apparentlyJohn Baldwin2001-12-041-1/+1
* cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64Peter Wemm2001-11-301-1/+1
* MFS: I was confused. This code wasn't in -current after all.Warner Losh2001-11-261-5/+14
* Yet another verbose printing cleanup. Remove debug_wakeup flag andMitsuru IWASAKI2001-11-181-5/+2
* Fix the non-KSTACK_GUARD case.. It has been broken since the KSEPeter Wemm2001-11-171-0/+1
* Start bringing i386/pmap.c into line with cleanups that were done toPeter Wemm2001-11-173-257/+192
* Oops, I accidently merged a whitespace error from the original commit.Peter Wemm2001-11-161-1/+1
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)Peter Wemm2001-11-161-14/+11
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutMaxim Sobolev2001-11-151-1/+1
* - Don't enable interrupts in trap() if we trapped while holding a spinJohn Baldwin2001-11-151-6/+17
* Use newer constraints for atomic_cmpset().John Baldwin2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anJohn Baldwin2001-11-121-18/+18
* Add two minor changes.Mitsuru IWASAKI2001-11-111-32/+43
* Fix tab damage in rev 1.326.David E. O'Brien2001-11-061-1/+1
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-1/+9
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+220
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-012-14/+8
* Skip PG_UNMANAGED pages when we're shooting everything down to try andPeter Wemm2001-11-011-1/+1
* Remove previous revision. smp_started back in subr_smp where it belongs.Matt Jacob2001-10-313-6/+0
* Make the actual volatile int smp_started live *somewhere*. This isMatt Jacob2001-10-313-0/+6
* Spell deivces as devices.Robert Watson2001-10-311-1/+1
* Don't let pmap_object_init_pt() exhaust all available free pagesMatthew Dillon2001-10-311-1/+17