summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-5/+3
* regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.masternetchild2006-06-133-163/+206
* MFP4 (soc2006/rdivacky_linuxolator)netchild2006-06-131-180/+225
* Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-131-0/+1
* Enable a few more things in x86 NOTES to get broader LINT coverage:jhb2006-06-121-0/+12
* Don't invalidate the TLB in pmap_qenter() unless the old mapping was valid.alc2006-06-121-10/+15
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+3
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-5/+47
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-011-21/+3
* Turn the panic on not being able to meet alignment constraintsmjacob2006-05-311-4/+22
* MFi386 rev 1.78:silby2006-05-281-2/+14
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-192-9/+1
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butmarius2006-05-171-1/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Kill more references to lnc(4).ru2006-05-161-3/+1
* Remove some remnants of lnc(4).marius2006-05-141-4/+0
* Clean out sysctl machdep.* related defines.phk2006-05-112-12/+3
* regen (linux rt_sigpending)netchild2006-05-103-5/+6
* Implement rt_sigpending in the linuxolator.netchild2006-05-102-2/+2
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-092-0/+5
* Forgot the amd/linux32 part since sys/*/linux didn't match :-(ambrisko2006-05-061-0/+6
* add ath and wlan crypto supportsam2006-05-031-0/+6
* Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it intoscottl2006-05-031-4/+10
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.jhb2006-05-014-0/+63
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via thejhb2006-05-016-2/+64
* Eliminate unnecessary, recursive acquisitions and releases of the pagealc2006-04-291-5/+2
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* Enable the rr232x driver for amd64.scottl2006-04-282-0/+6
* In general, bits in the page directory entry (PDE) and the page tablealc2006-04-271-4/+8
* Move vm.pmap.pv_entry_count out from the PV_STATS ifdefs. It is alwayspeter2006-04-261-2/+3
* Check if reported HTT cores are physical cores. This commit does notjkim2006-04-251-0/+8
* Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).jkim2006-04-241-1/+1
* Check if deterministic cache parameters leaf is valid before use.jkim2006-04-241-1/+2
* Adjust dangerous-shared-cache-detection logic from "all shared datacperciva2006-04-241-2/+2
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-241-4/+4
* Oops. Minidumps were developed on 6.x, in without the small pv entry code.peter2006-04-211-0/+3
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-216-3/+491
* Set the rid for a resoruce allocated with rman_reserve_resource.imp2006-04-201-1/+1
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-191-0/+36
* If we're doing a try-alloc of a pv entry and give up early, do not forgetpeter2006-04-181-0/+1
* pv_entry_count is more than a statistic. It is used for resource limiting.peter2006-04-181-3/+3
* Include opt_pmap.h for PMAP_SHPGPERPROC.alc2006-04-131-0/+1
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-42/+10
* Hook bce up to the buildps2006-04-101-0/+1
* Cache the value of the lower half of each I/O APIC redirection table entryjhb2006-04-051-6/+4
* Convert pv_entry_frees and pv_entry_allocs stats counters from int to long,peter2006-04-041-3/+4
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() somarcel2006-04-042-6/+25
* The PC is register 16, not 18.marcel2006-04-041-1/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
OpenPOWER on IntegriCloud