summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-1/+0
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-138/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-31/+31
* Style fix to pmap_protect().alc2012-03-181-5/+4
* With the changes over the past year to how accesses to the page's dirtyalc2012-03-171-5/+24
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-162-84/+7
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-10/+5
* regennetchild2012-03-105-7/+583
* - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-102-1/+102
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-091-560/+0
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-062-0/+3
* Fix few style nits.jkim2012-03-051-1/+1
* Exclude USB drivers (except umass and ukbd) from main kernel image on i386rmh2012-03-041-32/+0
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-042-38/+9
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-92/+3
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-91/+3
* Add VESA option to GENERIC for amd64 and i386.jkim2012-03-031-0/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-72/+3
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-47/+3
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-142/+3
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-168/+3
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-281-84/+3
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-281-113/+3
* Resort the IDT_DTRACE_RET constant after it was changed to be less thanjhb2012-02-271-1/+1
* Correct function prototype for read_rflags().jhb2012-02-271-1/+1
* Update incorrect comment.jhb2012-02-271-1/+1
* 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
| |/ |/|
OpenPOWER on IntegriCloud