summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Add IPI support for preempting a thread on another CPU.ups2005-06-092-1/+18
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-301-312/+397
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-0/+16
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-3/+3
* Chop a '>' in a feature name (RSVD2>) that snuck in;schweikh2005-05-291-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-342/+42
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* Add new ral(4) and ural(4) drivers.damien2005-05-241-0/+2
* Sync the style of these two files.obrien2005-05-231-11/+15
* Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
* MFi386: set PMC vectorpeter2005-05-221-1/+6
* MFi386: remove commentpeter2005-05-221-3/+0
* For non-profiling kernels, there were two symbols assigned to the samepeter2005-05-211-2/+4
* Adjust the start_ap delay to match i386.obrien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,obrien2005-05-201-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-146-104/+125
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-131-1/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-132-0/+109
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
* Remove unused (besides being initialized) variable.peter2005-05-051-2/+0
* Turn on PCB_FULLCTX in set_regs to fully restore contextdavidxu2005-05-041-2/+1
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-304-0/+93
* Remove the ACPI_MAX_THREADS option.scottl2005-04-251-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-5/+20
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-201-13/+0
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-1/+1
* o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-201-1/+1
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-191-0/+13
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+76
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-9/+47
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-18/+9
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* MFi386: remove NO_MIXED_MODEpeter2005-04-152-10/+0
* MFi386: use the lapic timer for UP systems that are using the apic so thatpeter2005-04-154-95/+19
* MFi386: use c99 typespeter2005-04-151-2/+2
* Show that I can actually count.peter2005-04-151-2/+2
* MFi386: track bus.h changes (unsplit bus_${machine}.h)peter2005-04-152-1233/+1219
* Implement 32-bit compatable fsbase/gsbase methods so that we can runpeter2005-04-142-0/+26
* Always use the local APIC timer, even on UP machines.jhb2005-04-141-4/+0
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-123-3/+3
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.jhb2005-04-121-2/+2
* Align the entry point to assembly language functions to a 16-byte boundary.alc2005-04-101-2/+1
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+2
* 'apic' isn't optional on amd64, so don't speak as if it is.obrien2005-04-081-5/+0
* Fully initialize the required TSS fields so that the io permissioncperciva2005-04-063-1/+4
OpenPOWER on IntegriCloud