summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the comments above the 0xcf9 register reset attempt to match thejhb2008-09-111-4/+7
* Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIejhb2008-09-101-14/+48
* The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-087-8/+8
* Provide private per-CPU GDTs on amd64. This is required at least for thekib2008-09-082-5/+13
* In linux_set_thread_area(), mark pcb as PCB_GS32BIT. This was missedkib2008-09-081-1/+1
* Fix inconsistencies in the comments.kib2008-09-082-3/+3
* Segment registers are stored in the uc_mcontext member of the structkib2008-09-072-4/+4
* - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386kib2008-09-023-2/+20
* Move empty filter handling to MI source.jkim2008-08-261-4/+0
* Fix a typo in copyrights.jkim2008-08-252-2/+2
* Adjust the handling the various timer frequencies when using the lapicjhb2008-08-231-10/+17
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-222-3/+138
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+2
* Correctly check unsignedness of all BPF_LD|BPF_IND instructions.jkim2008-08-182-38/+70
* - Make these files compilable on user land.jkim2008-08-181-4/+28
* The doreti_iret_fault code is always called with gs base MSR containingkib2008-08-181-6/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-172-2/+4
* Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does.jkim2008-08-131-4/+4
* - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s).jkim2008-08-132-78/+84
* Update copyrights and fix style(9).jkim2008-08-122-10/+10
OpenPOWER on IntegriCloud