aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-016-45/+102
* Don't include rpcv2.h - it has been removed.Doug Rabson2009-07-011-1/+0
* remove unused/unneeded extern declarationsAndriy Gapon2009-06-301-3/+0
* Catch missed AUDIT_ARG() -> AUDIT_ARG_CMD() on amd64.Robert Watson2009-06-271-1/+1
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-1/+1
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+45
* Fix kernels compiled without SMP support. Make intr_next_cpu() availableJohn Baldwin2009-06-252-2/+10
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.John Baldwin2009-06-254-55/+77
* Whitespace fix.John Baldwin2009-06-241-0/+1
* Make algorithm a bit more bulletproof.Alexander Motin2009-06-231-2/+2
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-232-1/+6
* Fix variable name.Alexander Motin2009-06-231-1/+1
* Rework r193814:Alexander Motin2009-06-231-34/+31
* Eliminate dead code. These definitions should have been deleted with theAlan Cox2009-06-221-10/+0
* I have several machines where the following warning is printed:Paul Saab2009-06-151-0/+3
* Forbid multi-vector MSI interrupt vectors migration to another CPU onceAlexander Motin2009-06-151-0/+2
* Long, long ago in r27464 special case code for mapping device-backedAlan Cox2009-06-141-49/+45
* Enable PRINTF_BUFR_SIZE on i386 and amd64 by default.Ed Schouten2009-06-141-0/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetPyun YongHyeon2009-06-101-0/+1
* opt in to flowtable on i386/amd64Kip Macy2009-06-091-0/+1
* remove flowtable from DEFAULTSKip Macy2009-06-091-1/+0
* Unbreak the build for amd64 after r193814 using correct variable names.Bjoern A. Zeeb2009-06-091-2/+2
* When using i8254 as the only kernel timer source:Ariff Abdullah2009-06-091-7/+31
* Move C1E workaround into its own idle function. Previous workaround worksAriff Abdullah2009-06-092-23/+73
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:Jung-uk Kim2009-06-081-3/+0
* Revert my change; reintroduce __gnu89_inline.Ed Schouten2009-06-081-1/+1
* Remove __gnu89_inline.Ed Schouten2009-06-081-1/+1
* Now that amd64's kernel map is 512GB (SVN rev 192216), there is no reasonAlan Cox2009-06-081-9/+0
* Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.Konstantin Belousov2009-06-051-0/+1
* Import ACPICA 20090521.Jung-uk Kim2009-06-054-7/+11
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Implement accept4 syscall.Dmitry Chagin2009-06-011-0/+1
* Regenerate generated syscall files following changes to struct sysent inRobert Watson2009-06-011-317/+317
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-2/+0
* Don't bother reading the initial value of the machine check banks duringJohn Baldwin2009-05-201-4/+0
* - Add a tunable 'hw.mca.enabled' that can be used to enable/disable theJohn Baldwin2009-05-181-11/+14
* Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.John Baldwin2009-05-181-0/+5
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendJohn Baldwin2009-05-181-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* correct range in commentKip Macy2009-05-161-1/+1
* update vm map commentKip Macy2009-05-161-1/+0
* Increase default kernel map to 512GBKip Macy2009-05-161-2/+2
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-161-0/+1
* Trim the default set of device hints on i386 and amd64:John Baldwin2009-05-141-9/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.Attilio Rao2009-05-142-14/+14
* Implement simple machine check support for amd64 and i386.John Baldwin2009-05-136-0/+618
* Correct a rare use-after-free error in pmap_copy(). This error wasAlan Cox2009-05-131-1/+3
* Translate l_timeval arg to native struct timeval inDmitry Chagin2009-05-111-1/+1