summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-34/+28
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-091-0/+4
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-091-0/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-085-62/+82
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-088-108/+169
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-0/+84
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-025-132/+102
* Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keepariff2007-04-251-0/+23
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-241-3/+8
* MFi386: Attempt to reset the machine using the Reset Control register andjhb2007-04-241-1/+30
* Modify TLB invalidation handling.ups2007-04-211-33/+78
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Fix style(9) and comments.jkim2007-04-181-12/+16
* style(9) says sizeof's are not be followed by a space. Fix them.jkim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.jkim2007-04-182-1/+27
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byjhb2007-04-171-0/+5
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-131-1/+1
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* Correct BB-profiling and adjust comments.jkim2007-03-311-22/+22
* Fix off-by-4 error in address validation for i386, reduce PCB reloading, andjkim2007-03-301-8/+7
* Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.jkim2007-03-301-36/+36
* Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.jkim2007-03-301-8/+8
* MFP4: Fix style(9) nits and grammar in comments.jkim2007-03-301-49/+48
* MFP4: 114193, 114194jkim2007-03-301-11/+11
* MFP4: Linux futex support for amd64.jkim2007-03-301-0/+44
* Regen for set_thread_area.jkim2007-03-303-4/+10
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.jkim2007-03-309-40/+196
* Implement the openat() linux syscalljulian2007-03-295-5/+11
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICkris2007-03-261-2/+0
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-263-5/+149
* Catch up with ACPI-CA 20070320 import.jkim2007-03-224-167/+156
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-8/+6
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-203-0/+77
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-201-0/+76
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-202-2/+4
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-3/+3
* MFi386 1.173: Display two new Intel feature bits.jhb2007-03-201-2/+2
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-122-83/+84
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+30
* Completely eliminate "avail_start". It serves no useful purpose.alc2007-03-101-18/+14
* Defer calling lapic_init() until we've completed the 'MPTable: <...>'jhb2007-03-091-2/+4
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-061-1/+2
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-065-21/+26
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-052-66/+16
OpenPOWER on IntegriCloud