aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add pmap_clear_write() to the interface between the virtual memoryAlan Cox2006-07-201-2/+1
* Now that free_pv_entry() accesses the pmap, call free_pv_entry() inAlan Cox2006-07-171-1/+2
* Sync specialreg.h changes between amd64 and i386 with few fixes.Jung-uk Kim2006-07-131-2/+5
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-123-12/+6
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.Jung-uk Kim2006-07-122-2/+4
* Regen.John Baldwin2006-07-113-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),John Baldwin2006-07-111-3/+3
* Make the firmware assist driver resident inMatt Jacob2006-07-091-0/+1
* Regen.John Baldwin2006-07-063-4/+4
* - Protect the list of linux ioctl handlers with an sx lock.John Baldwin2006-07-061-1/+1
* Make two simplifications to pmap_ts_referenced(): Eliminate an unnecessaryAlan Cox2006-07-061-5/+3
* pmap_clear_ptes() is already convoluted. This will worsen with theAlan Cox2006-07-051-28/+49
* Temporarily remove SCHED_CORE, it seems I have so many works can do now,David Xu2006-07-051-1/+0
* Correct an error in the new pmap_collect(), thus only affecting HEAD.Alan Cox2006-07-021-1/+1
* Tidy up pmap_ts_referenced(): Eliminate excessive white space. EliminateAlan Cox2006-07-011-11/+1
* Eliminate the remaining uses of "register".Alan Cox2006-07-011-27/+13
* Regen.John Baldwin2006-06-273-4/+4
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-1/+1
* Regen.John Baldwin2006-06-273-6/+6
* - Expand the scope of Giant some in mount(2) to protect the vfsp structureJohn Baldwin2006-06-271-3/+3
* Correct a very old and very obscure bug: vmspace_fork() callsAlan Cox2006-06-271-3/+4
* Add a pure open source nForce Ethernet driver, under BSDL.David E. O'Brien2006-06-261-0/+2
* Backed out the change by request from rwatson.Sergey Babkin2006-06-261-1/+0
* Regen.John Baldwin2006-06-263-4/+4
* linux_brk() is MPSAFE.John Baldwin2006-06-261-1/+1
* Eliminate a comment that became stale after revision 1.540.Alan Cox2006-06-251-6/+2
* The common UID/GID space implementation. It has been discussed on -archSergey Babkin2006-06-251-0/+1
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.Alexander Leidinger2006-06-211-0/+56
* Change get_pv_entry() such that the call to vm_page_alloc() specifiesAlan Cox2006-06-201-21/+15
* regen after change to syscalls.masterAlexander Leidinger2006-06-203-61/+341
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newAlexander Leidinger2006-06-201-58/+58
* We no longer need to disable interrupts in MD trap machineryYaroslav Tykhiy2006-06-201-8/+2
* Add variable cpu_mxcsr_mask to save valid bits of mxcsr register.David Xu2006-06-191-0/+1
* MFi386:David Xu2006-06-193-2/+10
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'sAlexander Leidinger2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2006-06-151-5/+3
* regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.masterAlexander Leidinger2006-06-133-163/+206
* MFP4 (soc2006/rdivacky_linuxolator)Alexander Leidinger2006-06-131-180/+225
* Add scheduler CORE, the work I have done half a year ago, recent,David Xu2006-06-131-0/+1
* Enable a few more things in x86 NOTES to get broader LINT coverage:John Baldwin2006-06-121-0/+12
* Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid.Alan Cox2006-06-121-8/+13
* Add the ability to subset the devices that UART pulls in. This allowsWarner Losh2006-06-121-0/+3
* Introduce the function pmap_enter_object(). It maps a sequence of residentAlan Cox2006-06-051-5/+47
* After much discussion with mjacob and scottl, change bus_dmamem_alloc soMike Silbersack2006-06-011-21/+3
* Turn the panic on not being able to meet alignment constraintsMatt Jacob2006-05-311-4/+22
* MFi386 rev 1.78:Mike Silbersack2006-05-281-2/+14
* Move clock_lock prototype into <machine/clock.h>, where it is moreMaxim Sobolev2006-05-192-9/+1
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butMarius Strobl2006-05-171-1/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-3/+1