summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary PG_BUSY tests.alc2006-10-221-1/+1
* MFi386: 1.13: Fix booting with ps2 keyboards.ru2006-10-211-1/+0
* Move more MD devices and options out of MI NOTES.des2006-10-201-3/+57
* Don't show debug registers in "show registers". Special registers shouldbde2006-10-201-1/+2
* The VGA_DEBUG option only exists on {amd64,i386,ia64}.des2006-10-201-3/+2
* Remove references to pccard.confimp2006-10-191-2/+2
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-2/+2
* Add one more include to fix the case of !DDB and !atpic.jhb2006-10-161-0/+1
* Add a newline to the printf().hrs2006-10-151-1/+1
* regen (linux AIO stuff)netchild2006-10-153-8/+47
* MFP4 (with some minor changes):netchild2006-10-152-5/+7
* MFP4 (106538 + 106541):netchild2006-10-152-0/+11
* Revert my previous commit, I mismerged this to the wrong place.netchild2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.netchild2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.netchild2006-10-151-1/+7
* Move the 2 additional #includes down into the #ifndef DEV_ATPIC section.jhb2006-10-131-2/+2
* Attempt to fix the GENERIC kernel build which has been failing onjb2006-10-131-0/+2
* Fix nodevice atpic compile.jhb2006-10-122-1/+8
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-108-56/+127
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-101-2/+2
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-051-21/+5
* PR:jb2006-10-041-25/+0
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-23/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-024-3/+3
* Extend comment explaining why code is conditional at !defined(SCHED_ULE).sobomax2006-09-271-0/+4
* Since ULE doesn't honor hlt_cpus_mask don't compile code that preventssobomax2006-09-271-1/+1
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* Stop reloading %fs and %gs, since it causes the base address fromdavidxu2006-09-231-4/+0
* Update the ipmi(4) driver:jhb2006-09-221-0/+2
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Correct 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process.davidxu2006-09-171-0/+43
* Add a new ddb command 'show lapic' to dump details about the local APICjhb2006-09-111-0/+70
* Actually hook up the IPI_INVLCACHE IDT vectors backingjhb2006-09-111-1/+4
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-111-11/+3
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* Use a single constant to define the sizes of the physmap[], phys_avail[],jhb2006-09-071-4/+4
* Unbreak in the case when device apic is compiled into non-SMP kernel.sobomax2006-09-061-0/+2
* The FreeBSD by default "disables" hyper-threading cores, by not schedulingsobomax2006-09-051-0/+10
* MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+28
* regennetchild2006-08-273-5/+6
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-272-2/+1
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+12
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-3/+89
* Get rid of some nested includes.netchild2006-08-191-4/+0
* Move some stuff into headers where they belong.netchild2006-08-171-2/+0
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
OpenPOWER on IntegriCloud