summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canjhb2011-05-031-0/+2
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
* Add the remaining wireless drivers.bschmidt2011-05-011-0/+10
* Add urtw(4)kevlo2011-04-291-0/+1
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-282-1/+2
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+1
* With the typical memory size of the system in tenth of gigabytessobomax2011-04-261-5/+38
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-11/+9
* Make pmap_invalidate_cache_range() available for consumption on amd64.kib2011-04-182-3/+34
* Add a function rdtsc32() to read lower 32 bits from TSC and discard upperjkim2011-04-141-0/+9
* Consistently use __volatile as the rest of this file.jkim2011-04-141-6/+6
* Prefer C99 standard integers to reduce diff from i386 version.jkim2011-04-141-63/+63
* Reduce errors in effective frequency calculation.jkim2011-04-121-2/+3
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-25/+24
* Add forgotten declarations for tsc_perf_stat from the previous commit.jkim2011-04-121-0/+1
* Probe capability to find effective frequency. When the TSC is P-statejkim2011-04-121-1/+4
* Add definitions for CPUID instruction 6, ECX information.jkim2011-04-121-0/+6
* Remove setting of PCB_FULL_IRET at the places where we are going to callkib2011-04-081-2/+0
* Disable local interrupts before testing the PCB_FULL_IRET flag.kib2011-04-081-1/+2
* Add tunables that mirror the functionality of sysctls machdep.panic_on_nmirstone2011-04-081-0/+2
* Fix a bug in the previous change to restore the fast path for syscalljhb2011-04-081-6/+5
* Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field.jhb2011-04-081-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-073-12/+18
* pcb_flags is an int, so use testl rather than testq.jhb2011-04-071-1/+1
* If a system call does not request a full interrupt return, use a fastjhb2011-04-071-0/+33
* Remove stale checks for RDTSC support. amd64 must have TSC support anyway.jkim2011-04-071-14/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-014-0/+271
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-1/+0
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Revert part of r220137, committed by mistake - RACCT is _not_ supposedtrasz2011-03-291-2/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+2
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000alc2011-03-281-1/+6
* Amd64 doesn't have a lazypmap ipi.alc2011-03-272-4/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsavg2011-03-261-2/+4
* Export the correct AT_PLATFORM value.dchagin2011-03-261-2/+1
* Move an external declaration to the appropriate header file.alc2011-03-262-2/+1
* Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmetajkim2011-03-262-70/+25
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-52/+38
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-1/+0
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+0
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-132-16/+15
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-125-3/+5431
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-123-5/+7
OpenPOWER on IntegriCloud