aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-059-166/+208
* Revert md_assert_preempt() introduction.Attilio Rao2011-05-042-17/+0
* MFCAttilio Rao2011-05-032-0/+3
|\
| * Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canJohn Baldwin2011-05-031-0/+2
| * Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* | MFC @ r221324Attilio Rao2011-05-022-0/+11
|\|
| * Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-021-0/+1
| * Add the remaining wireless drivers.Bernhard Schmidt2011-05-011-0/+10
* | Add the function md_assert_nopreempt(), which is a very consistentAttilio Rao2011-04-302-0/+17
|/
* Add urtw(4)Kevin Lo2011-04-291-0/+1
* Define "Hypervisor Present" bit. This bit is used by several hypervisors toJung-uk Kim2011-04-282-1/+2
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-261-0/+1
* With the typical memory size of the system in tenth of gigabytesMaxim Sobolev2011-04-261-5/+38
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-1/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-241-11/+9
* Make pmap_invalidate_cache_range() available for consumption on amd64.Konstantin Belousov2011-04-182-3/+34
* Add a function rdtsc32() to read lower 32 bits from TSC and discard upperJung-uk Kim2011-04-141-0/+9
* Consistently use __volatile as the rest of this file.Jung-uk Kim2011-04-141-6/+6
* Prefer C99 standard integers to reduce diff from i386 version.Jung-uk Kim2011-04-141-63/+63
* Reduce errors in effective frequency calculation.Jung-uk Kim2011-04-121-2/+3
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andJung-uk Kim2011-04-121-25/+24
* Add forgotten declarations for tsc_perf_stat from the previous commit.Jung-uk Kim2011-04-121-0/+1
* Probe capability to find effective frequency. When the TSC is P-stateJung-uk Kim2011-04-121-1/+4
* Add definitions for CPUID instruction 6, ECX information.Jung-uk Kim2011-04-121-0/+6
* Remove setting of PCB_FULL_IRET at the places where we are going to callKonstantin Belousov2011-04-081-2/+0
* Disable local interrupts before testing the PCB_FULL_IRET flag.Konstantin Belousov2011-04-081-1/+2
* Add tunables that mirror the functionality of sysctls machdep.panic_on_nmiRyan Stone2011-04-081-0/+2
* Fix a bug in the previous change to restore the fast path for syscallJohn Baldwin2011-04-081-6/+5
* Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field.John Baldwin2011-04-081-1/+1
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-073-12/+18
* pcb_flags is an int, so use testl rather than testq.John Baldwin2011-04-071-1/+1
* If a system call does not request a full interrupt return, use a fastJohn Baldwin2011-04-071-0/+33
* Remove stale checks for RDTSC support. amd64 must have TSC support anyway.Jung-uk Kim2011-04-071-14/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-014-0/+271
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-311-1/+0
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-1/+2
* Revert part of r220137, committed by mistake - RACCT is _not_ supposedEdward Tomasz Napierala2011-03-291-2/+0
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-291-0/+2
* The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000Alan Cox2011-03-281-1/+6
* Amd64 doesn't have a lazypmap ipi.Alan Cox2011-03-272-4/+0
* linux compat: add SO_PASSCRED option with basic handlingAndriy Gapon2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateAndriy Gapon2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsAndriy Gapon2011-03-261-2/+4
* Export the correct AT_PLATFORM value.Dmitry Chagin2011-03-261-2/+1
* Move an external declaration to the appropriate header file.Alan Cox2011-03-262-2/+1
* Improve CPU identifications of various IDT/Centaur/VIA, Rise and TransmetaJung-uk Kim2011-03-262-70/+25
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-52/+38
* For now remove options FLOWTABLE from the remaining GENERIC kernelBjoern A. Zeeb2011-03-191-1/+0