summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* Bug fix: %ebx needs to be preserved in the user callchain capturejkoshy2008-12-141-4/+4
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-6/+10
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-122-8/+16
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and ajhb2008-12-113-0/+22
* Change the default value for the flag enabling superpage mapping andalc2008-12-061-1/+1
* Improve db_backtrace() for compat ia32 on amd64. 32bit image enterskib2008-12-051-0/+6
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-021-1/+1
* Remove unused variable.ganbold2008-12-021-3/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-012-8/+8
* Adjustments to make a tags file a bit more suitable to amd64.kensmith2008-12-011-14/+13
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-0/+16
* Regeneratekib2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-2/+7
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-261-7/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-269-29/+60
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-222-1/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Several cleanups related to pipe(2).ed2008-11-111-18/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-3/+32
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-312-2/+2
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* Fix division by zero panic if kern.hz less than 32.sobomax2008-10-261-1/+5
* Simplify AMD64_CPU_MODEL() and AMD64_CPU_FAMILY() macros as the base familyjkim2008-10-221-4/+2
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-2/+7
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-222-1/+20
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-214-8/+30
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-214-0/+19
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-15/+18
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-051-0/+8
* - Add driver for Attansic L2 FastEthernet controller found onstas2008-10-031-0/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-012-44/+2
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-282-32/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-242-93/+94
* - Recognize SAVE and OSXSAVE extended processor features.stas2008-09-181-2/+2
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-2/+3
* Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mappedjhb2008-09-111-0/+6
OpenPOWER on IntegriCloud