]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Temporarily remove SCHED_CORE, it seems I have so many works can do now,
[FreeBSD/FreeBSD.git] / sys / amd64 /
2006-07-05 davidxuTemporarily remove SCHED_CORE, it seems I have so many...
2006-07-02 alcCorrect an error in the new pmap_collect(), thus only...
2006-07-01 alcTidy up pmap_ts_referenced(): Eliminate excessive white...
2006-07-01 alcEliminate the remaining uses of "register".
2006-06-27 jhbRegen.
2006-06-27 jhb- Add a kern_semctl() helper function for __semctl...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 jhbRegen.
2006-06-27 jhb- Expand the scope of Giant some in mount(2) to protect...
2006-06-27 alcCorrect a very old and very obscure bug: vmspace_fork...
2006-06-26 obrienAdd a pure open source nForce Ethernet driver, under...
2006-06-26 babkinBacked out the change by request from rwatson.
2006-06-26 jhbRegen.
2006-06-26 jhblinux_brk() is MPSAFE.
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-25 alcEliminate a comment that became stale after revision...
2006-06-25 babkinThe common UID/GID space implementation. It has been...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-21 netchildCommit the DUMMY stuff (printing messages for missing...
2006-06-20 alcChange get_pv_entry() such that the call to vm_page_all...
2006-06-20 netchildregen after change to syscalls.master
2006-06-20 netchildSwitch to using the DUMMY infrastructure instead of...
2006-06-20 yarWe no longer need to disable interrupts in MD trap...
2006-06-19 davidxuAdd variable cpu_mxcsr_mask to save valid bits of mxcsr...
2006-06-19 davidxuMFi386:
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-15 netchildRemove COMPAT_43 from GENERIC (and other kernel configs...
2006-06-15 upsRemove mpte optimization from pmap_enter_quick().
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-13 netchildregen after MFP4 (soc2006/rdivacky_linuxolator) of...
2006-06-13 netchildMFP4 (soc2006/rdivacky_linuxolator)
2006-06-13 davidxuAdd scheduler CORE, the work I have done half a year...
2006-06-12 jhbEnable a few more things in x86 NOTES to get broader...
2006-06-12 alcDon't invalidate the TLB in pmap_qenter() unless the...
2006-06-12 impAdd the ability to subset the devices that UART pulls...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 alcIntroduce the function pmap_enter_object(). It maps...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-01 silbyAfter much discussion with mjacob and scottl, change...
2006-05-31 mjacobTurn the panic on not being able to meet alignment...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-28 silbyMFi386 rev 1.78:
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-19 sobomaxMove clock_lock prototype into <machine/clock.h>, where...
2006-05-17 mariusAdd le(4). I could actually only test it on alpha,...
2006-05-16 phkSince DELAY() was moved, most <machine/clock.h> #inclu...
2006-05-16 ruKill more references to lnc(4).
2006-05-14 mariusRemove some remnants of lnc(4).
2006-05-11 phkClean out sysctl machdep.* related defines.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 netchildregen (linux rt_sigpending)
2006-05-10 netchildImplement rt_sigpending in the linuxolator.
2006-05-09 ambriskoAdd in linsysfs. A linux 2.6 like sys filesystem to...
2006-05-06 ambriskoForgot the amd/linux32 part since sys/*/linux didn...
2006-05-03 samadd ath and wlan crypto support
2006-05-03 scottlAllow bus_dmamap_load() to pass ENOMEM back to the...
2006-05-01 jhbAdd various constants for the PAT MSR and the PAT PTE...
2006-05-01 jhbAdd a new 'pmap_invalidate_cache()' to flush the CPU...
2006-04-29 alcEliminate unnecessary, recursive acquisitions and relea...
2006-04-28 marcelRewrite of puc(4). Significant changes are:
2006-04-28 scottlEnable the rr232x driver for amd64.
2006-04-27 alcIn general, bits in the page directory entry (PDE)...
2006-04-26 peterMove vm.pmap.pv_entry_count out from the PV_STATS ifdef...
2006-04-25 jkimCheck if reported HTT cores are physical cores. This...
2006-04-24 jkimAdd another Intel CPU feature flag, xTPR (Send Task...
2006-04-24 jkimCheck if deterministic cache parameters leaf is valid...
2006-04-24 cpercivaAdjust dangerous-shared-cache-detection logic from...
2006-04-24 delphijMove AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT...
2006-04-21 peterOops. Minidumps were developed on 6.x, in without...
2006-04-21 peterIntroduce minidumps. Full physical memory crash dumps...
2006-04-20 impSet the rid for a resoruce allocated with rman_reserve_...
2006-04-19 cpercivaCorrect a local information leakage bug affecting AMD...
2006-04-18 peterIf we're doing a try-alloc of a pv entry and give up...
2006-04-18 peterpv_entry_count is more than a statistic. It is used...
2006-04-13 alcInclude opt_pmap.h for PMAP_SHPGPERPROC.
2006-04-12 alcRetire pmap_track_modified(). We no longer need it...
2006-04-10 psHook bce up to the build
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-05 jhbCache the value of the lower half of each I/O APIC...
2006-04-04 peterConvert pv_entry_frees and pv_entry_allocs stats counte...
2006-04-04 marcelSync with i386: Map exceptions to signals in gdb_cpu_si...
2006-04-04 marcelThe PC is register 16, not 18.
2006-04-03 marcelEliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds...
2006-04-03 peterShrink the amd64 pv entry from 48 bytes to about 24...
2006-04-03 peterRemove the unused sva and eva arguments from pmap_remov...
2006-04-02 alcIntroduce pmap_try_insert_pv_entry(), a function that...
2006-03-31 emaxAdd kbdmux(4) to GENERIC on amd64
2006-03-29 scottlHook the MFI driver up to the build.
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-27 jhbIf the XSDT address in the RSDP for an ACPI 2.0 machine...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 alcEliminate unnecessary invalidations of the entire TLB...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-21 davidxuRemove stale KSE code.
next