aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.Warner Losh2008-12-171-12/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedWarner Losh2008-12-171-2/+0
* Bug fix: %ebx needs to be preserved in the user callchain captureJoseph Koshy2008-12-141-4/+4
* - Bug fix: prevent a thread from migrating between CPUs between theJoseph Koshy2008-12-131-6/+10
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.Jung-uk Kim2008-12-122-8/+16
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.Joseph Koshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and aJohn Baldwin2008-12-113-0/+22
* Change the default value for the flag enabling superpage mapping andAlan Cox2008-12-061-1/+1
* Improve db_backtrace() for compat ia32 on amd64. 32bit image entersKonstantin Belousov2008-12-051-0/+6
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.Ed Schouten2008-12-021-1/+1
* Remove unused variable.Ganbold Tsagaankhuu2008-12-021-3/+0
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-012-8/+8
* Adjustments to make a tags file a bit more suitable to amd64.Ken Smith2008-12-011-14/+13
* According to "Intel 64 and IA-32 Architectures Software Developer's ManualAlexander Motin2008-11-301-1/+5
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-291-0/+16
* RegenerateKonstantin Belousov2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.Konstantin Belousov2008-11-293-14/+47
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-2/+7
* Use newly introduced cpu_vendor_id to make invariant TSC detection moreJung-uk Kim2008-11-261-7/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-269-29/+60
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-222-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-221-0/+4
* In the robust futexes list head, futex_offset shall be signed,Konstantin Belousov2008-11-161-1/+1
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetPyun YongHyeon2008-11-121-0/+1
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-18/+5
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-3/+32
* Regenerate system call tables for r184789.Ed Schouten2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into theKonstantin Belousov2008-10-312-2/+2
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzMaxim Sobolev2008-10-271-4/+3
* Fix division by zero panic if kern.hz less than 32.Maxim Sobolev2008-10-261-1/+5
* Simplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macros as the base familyJung-uk Kim2008-10-221-4/+2
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsJung-uk Kim2008-10-221-2/+7
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherJung-uk Kim2008-10-222-1/+20
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-214-8/+30
* Detect Advanced Power Management Information for AMD CPUs.Jung-uk Kim2008-10-214-0/+19
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov2008-10-192-15/+18
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.Konstantin Belousov2008-10-181-1/+2
* Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov2008-10-141-0/+11
* If the current thread has the trap bit set (i.e. a debugger hadDavid Xu2008-10-051-0/+8
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-031-0/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-012-44/+2
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.John Baldwin2008-10-011-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-282-32/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-242-93/+94
* - Recognize SAVE and OSXSAVE extended processor features.Stanislav Sedov2008-09-181-2/+2
* Correct a callchain capture bug on the i386.Joseph Koshy2008-09-151-2/+3
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedJohn Baldwin2008-09-111-0/+6
* Update the comments above the 0xcf9 register reset attempt to match theJohn Baldwin2008-09-111-4/+7