summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* | MFCattilio2011-05-122-3/+1
|\ \ | |/
| * Remove wrong comment.dchagin2011-05-111-3/+0
| * Add SC_PIXEL_MODE to GENERIC for amd64 and i386.jkim2011-05-101-0/+1
| * Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
| * prepare code that does topology detection for amd cpus for bulldozeravg2011-05-062-2/+27
| * 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
* | MFCattilio2011-05-091-1/+0
* | MFCattilio2011-05-062-2/+27
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-059-166/+208
* | Revert md_assert_preempt() introduction.attilio2011-05-042-17/+0
* | MFCattilio2011-05-032-0/+3
* | MFC @ r221324attilio2011-05-022-0/+11
* | Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-302-0/+17
|/
* 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
OpenPOWER on IntegriCloud