summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Refine r231791. Install the resume event handler unconditionally.jkim2012-02-161-18/+11
* Clean up RFLAG and CR3 register handling and nearby comments. For BSP, usejkim2012-02-152-20/+6
* Set up an event handler to turn off speaker if user requested it. Speakerjkim2012-02-151-7/+22
* Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.jkim2012-02-151-7/+17
* Some BIOSes are known for corrupting low 64KB between suspend and resume.jkim2012-02-151-2/+13
* Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid "universe"rmh2012-02-123-58/+0
* In cpu_set_user_tls(), consistently set PCB_FULL_IRET pcb flag forkib2012-02-101-1/+1
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-081-1/+0
* Do not EOI local APIC too early. Just do doreti normally after resuming.jkim2012-02-071-5/+2
* 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
OpenPOWER on IntegriCloud