aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-79/+63
* Remove a || 1 that crept into the i8254 commit and was subsequentlyJohn Baldwin2005-07-051-1/+1
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+2
* Fix a buglet that was present in the ia64 code and that got inheritedMarcel Moolenaar2005-07-021-0/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.Peter Wemm2005-07-011-7/+34
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+224
* Sync i386->amd64.Peter Wemm2005-06-302-7/+30
* Add a special-case handler for general protection faults. It appears toPeter Wemm2005-06-301-3/+26
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hPeter Wemm2005-06-292-0/+2
* Switch AMD64 and i386 platforms to using ELF as their kernel crashPeter Wemm2005-06-293-102/+358
* Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 areJohn Baldwin2005-06-291-1/+1
* Disable the interrupts in trap_fatal before calling kdb_trap.Stephan Uphoff2005-06-251-2/+9
* Correct the amount of data to allocate in these local copies ofJohn Baldwin2005-06-241-1/+2
* Various trivial comment fixesPeter Wemm2005-06-244-12/+6
* Eliminate a source of 'trap xx with interrupts disabled'. I was jumping toPeter Wemm2005-06-241-1/+1
* MFi386: 1.258: Minor cleanupsPeter Wemm2005-06-241-4/+4
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritPeter Wemm2005-06-242-0/+3
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificStephan Uphoff2005-06-141-0/+3
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-29/+17
* MFP4:Joseph Koshy2005-06-091-32/+19
* Add IPI support for preempting a thread on another CPU.Stephan Uphoff2005-06-092-1/+18
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-303-271/+272
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-301-312/+397
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-0/+16
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-3/+3
* Chop a '>' in a feature name (RSVD2>) that snuck in;Jens Schweikhardt2005-05-291-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-342/+42
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-281-7/+5
* Add new ral(4) and ural(4) drivers.Damien Bergamini2005-05-241-0/+2
* Sync the style of these two files.David E. O'Brien2005-05-231-11/+15
* Fix some of the problems Bruce observed with this code.Peter Wemm2005-05-222-3/+4
* MFi386: set PMC vectorPeter Wemm2005-05-221-1/+6
* MFi386: remove commentPeter Wemm2005-05-221-3/+0
* For non-profiling kernels, there were two symbols assigned to the samePeter Wemm2005-05-211-2/+4
* Adjust the start_ap delay to match i386.David E. O'Brien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,David E. O'Brien2005-05-201-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-146-104/+125
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)Jacques Vidrine2005-05-131-1/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".Jacques Vidrine2005-05-132-0/+109
* Remove unused IO_NPX* defines.Yoshihiro Takahashi2005-05-121-2/+0
* Remove unused (besides being initialized) variable.Peter Wemm2005-05-051-2/+0
* Turn on PCB_FULLCTX in set_regs to fully restore contextDavid Xu2005-05-041-2/+1
* Implement an alternate method to stop CPUs when entering DDB. Normally we useDoug White2005-04-304-0/+93
* Remove the ACPI_MAX_THREADS option.Scott Long2005-04-251-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-5/+20
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.Marcel Moolenaar2005-04-201-13/+0