summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace all stack usages with registers and remove unused macros.jkim2008-08-122-86/+81
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,jhb2008-08-111-9/+68
* Intel describes the behavior of their processors as "undefined" if two oralc2008-08-091-2/+84
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-084-0/+62
* Introduce pmap_change_attr_locked().alc2008-08-071-17/+18
* Make pmap_kenter_attr() static.alc2008-08-042-2/+2
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-032-54/+0
* Enhance pmap_mapdev_attr(). Take advantage of recent enhancements toalc2008-08-021-4/+7
* Enhance pmap_change_attr() with the ability to demote 1GB page mappings.alc2008-08-012-2/+106
* Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cachealc2008-07-312-21/+54
* Eliminate recomputation of the PDE by pmap_pde_attr().alc2008-07-311-5/+2
* Add igb to the default kerneljfv2008-07-301-1/+2
* Bring back the save/restore of the %ds, %es, %fs and %gs registers forkib2008-07-305-20/+33
* Don't allow pmap_change_attr() to be applied to the recursive mapping.alc2008-07-281-2/+5
* Add a check for 1GB page mappings to pmap_change_attr() so that it failsalc2008-07-281-1/+7
* Style fixes to several function definitions.alc2008-07-271-8/+4
* Enhance pmap_change_attr(). Use pmap_demote_pde() to demote a 2MB pagealc2008-07-271-9/+22
* Increase the ceiling on the size of the buffer map.alc2008-07-191-1/+1
* Correct an error in pmap_change_attr()'s initial loop that verifies that thealc2008-07-181-1/+1
* Simplify pmap_extract()'s control flow, making it more like the relatedalc2008-07-181-5/+4
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-151-4/+4
* Handle a race between pmap_kextract() and pmap_promote_pde(). This racealc2008-07-131-5/+13
* Make uart(4) the default serial port driver on i386 and amd64.ed2008-07-132-16/+15
OpenPOWER on IntegriCloud