summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.rmh2012-02-041-0/+1
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disablermh2012-02-043-0/+57
* Restore callee saved registers later and micro-optimize.jkim2012-02-031-14/+13
* Fix a function prototype to reflect reality. No functional change.jkim2012-02-031-1/+1
* Add isci(4) driver for amd64 and i386 targets.jimharris2012-01-312-0/+6
|\
| * Rebase user/jimharris/isci branch from head.jimharris2012-01-316-42/+50
| |\
| * \ Rebase user/jimharris/isci branch from head.jimharris2012-01-2639-150/+1002
| |\ \
| * | | Move isci and ISCI_LOGGING to amd64/i386 specific NOTES.jimharris2012-01-251-0/+5
| * | | Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+1
* | | | - Restore XCR0 before restoring extended FPU states.jkim2012-01-313-15/+22
| |_|/ |/| |
* | | Naturally align a newly added wakeup_fpusave.jkim2012-01-301-2/+2
* | | Move xrstor/xsave/xsetbv into fpu.c and reorder them.kib2012-01-302-38/+38
* | | Synchronize the struct sigcontext definitions on x86 with mcontext_t.kib2012-01-301-1/+4
* | | exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-272-1/+6
| |/ |/|
* | Order newly added functions alphabetically.kib2012-01-251-12/+12
* | Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
* | Add support for the extended FPU states on amd64, both for nativekib2012-01-2122-113/+791
* | Add definitions for the FPU extended state header, legacy extendedkib2012-01-171-0/+22
* | Modernize the fpusave structures definitions by using uint*_t types.kib2012-01-171-13/+18
* | Implement xsetbv(), xsave() and xrstor() providing C access to thekib2012-01-171-0/+38
* | Add definitions related to XCR0.kib2012-01-171-0/+13
* | Add macro IS_BSP() to check whether the current CPU is BSP.kib2012-01-171-0/+2
* | Convert files to UTF-8uqs2012-01-153-3/+3
* | Add the CAM Target Layer (CTL).ken2012-01-121-1/+2
* | Default to not performing the early-boot memory tests when we detect wegavin2011-12-311-2/+5
* | Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* | Regen.jhb2011-12-295-10/+64
* | Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-293-4/+15
* | Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddelphij2011-12-281-0/+4
* | Fix a bug in the Xen pmap's implementation of pmap_extract_and_hold():alc2011-12-281-3/+4
* | Add comments in NOTES to say what viawd is.delphij2011-12-201-0/+1
* | Replace __signed by signed.ed2011-12-131-1/+1
* | Add watchdog support for VIA south bridge chipset.fabient2011-12-121-0/+1
|/
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itphilip2011-11-281-0/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()lstewart2011-11-211-0/+1
* Revert part of the r227758 which crept in.attilio2011-11-201-4/+4
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-4/+4
* Regenerate system call tables.ed2011-11-195-7/+12
* Make the Linux *at() calls a bit more complete.ed2011-11-191-2/+2
* Regenerate system call tables.ed2011-11-195-8/+8
* Improve *access*() parameter name consistency.ed2011-11-191-2/+2
* Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values t...theraven2011-11-121-2/+2
* Weaken the part of assertions added in the r227394. Only check that thekib2011-11-111-1/+1
* Correct the types of the arguments to return probes of the syscallrstone2011-11-111-1/+1166
* Attempt to improve formatting and content of several comments forkib2011-11-093-17/+14
* Stopped process may legitimately have some threads sleeping and notkib2011-11-091-1/+2
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Enable PCI MMC/SD support by default on i386 and amd64kevlo2011-11-081-0/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-073-5/+5
OpenPOWER on IntegriCloud