summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* amd64/NOTES: use a greater number in KSTACK_PAGES exampleavg2011-03-111-1/+1
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-10/+27
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-103-6/+7
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-4/+2
* Remove dead code.dchagin2011-03-071-2/+0
* Make a change to the implementation of the direct map to improve performancealc2011-03-021-28/+27
* Continue to introduce Capsicum capability mode:rwatson2011-03-011-0/+29
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
OpenPOWER on IntegriCloud