]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
Add the VScom PCI-100L card.
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
2008-08-20 kmacyfix typo in previous commit breaking bootup
2008-08-20 kmacy- clean up interrupt handling for xen a tiny bit
2008-08-20 kmacydon't use cpu_idle_acpi under xen
2008-08-18 jkimMFamd64: Correctly check unsignedness of all registers...
2008-08-18 jkim- Make these files compilable on user land.
2008-08-17 kmacyremove code in XEN version of init386 causing initializ...
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-16 kmacyCall in to xen for privileged aspects of context switching
2008-08-15 kmacyIntegrate support for xen in to i386 common code.
2008-08-13 jkimUse int32_t/int16_t instead of int/short as sys/net...
2008-08-13 jkim- Remove unnecessary jump instruction(s) when offset...
2008-08-13 attilioIn the case of POWERFAIL_NMI, remove the Giant acquisit...
2008-08-12 jkimMFamd64: Remove unused macros.
2008-08-12 jkimUpdate copyrights and fix style(9).
2008-08-12 jkimReduce number of stack usages with unused %edi.
2008-08-11 jhbDecode some more "exotic" instructions including: fxsav...
2008-08-11 jhbMFamd64: Decode "cmov*" instructions.
2008-08-08 stas- Add cpuctl(4) pseudo-device driver to provide access...
2008-08-04 alcMake pmap_kenter_attr() static.
2008-08-01 jhbAdjust comment. This stack is only used for booting...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-28 alcCorrect an off-by-one error in the previous change...
2008-07-28 alcDon't allow pmap_change_attr() to be applied to the...
2008-07-27 alcStyle fixes to several function definitions.
2008-07-18 alcCorrect an error in pmap_change_attr()'s initial loop...
2008-07-18 alcSimplify pmap_extract()'s control flow, making it more...
2008-07-15 alcUpdate bus_dmamem_alloc()'s first call to malloc()...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-07 alcIn FreeBSD 7.0 and beyond, pmap_growkernel() should...
2008-07-04 alcEliminate an unused declaration. (In fact, the declara...
2008-06-24 jkimEmit opcodes closer to GNU as(1) generated codes and...
2008-06-23 jkimRehash and clean up BPF JIT compiler macros to match...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-25 attiliostyle fix for newly introduced macro.
2008-05-24 bzRestore buildable state. Style ignored.
2008-05-24 jbAdd the DTrace hooks for exception handling (Function...
2008-05-23 alcThe VM system no longer uses setPQL2(). Remove it...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-16 attilioRemoved unused assembly offsets for structures digging.
2008-05-11 alcCorrect an error in pmap_align_superpage(). Specifical...
2008-05-09 alcIntroduce pmap_align_superpage(). It increases the...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 alcAlways use PG_PS_FRAME to extract the physical address...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jeff - Add an integer argument to idle to indicate how...
2008-04-22 phkNow that all platforms use genclock, shuffle things...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-11 jeff - Add the interrupt vector number to intr_event_create...
2008-04-10 takawataDon't break identity mapping set up for ACPI resume...
2008-04-10 alcCorrect pmap_copy()'s method for extracting the physica...
2008-04-07 alcUpdate pmap_page_wired_mappings() so that it counts...
2008-04-05 jhbAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-04 alcReintroduce UMA_SLAB_KMAP; however, change its spelling to
2008-03-29 alcEliminate an #if 0/#endif that was unintentionally...
2008-03-28 emasteIf we're returning successfully from bus_dmamem_alloc...
2008-03-28 brooksUse ; instead of : to end a line.
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-27 alcMFamd64 with few changes:
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-23 kibPrevent the overflow in the calculation of the next...
2008-03-20 jhbImplement a BUS_BIND_INTR() method in the bus interface...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-14 jhbFix a silly bogon which prevented all the CPUs that...
2008-03-13 jhbRework how the nexus(4) device works on x86 to better...
2008-03-13 jhbUse the SMAP data from the loader if it is provided...
2008-03-13 kibSince version 4.3, gcc changed its behaviour concerning...
2008-03-13 kibAdd missed parentheses
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jhbThe variable MTRR registers actually have variable...
2008-03-12 jhbMFamd64: Break up the probe logic in the mem_drvinit...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-11 jhbStyle(9) these files. No changes in the compiled code...
2008-03-11 jhbAdd constants for the various fields in MTRR registers.
2008-03-10 jhbProbe CPUs after the PCI hierarchy on i386, amd64,...
2008-03-10 jeff - Rather than repeating the same preemption code every...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 jeff - Remove the old smp cpu topology specification with...
2008-02-29 jhbWith the recent change to enable CPU brands from the...
2008-02-28 jhb- Check for the extended CPUID registers on VIA CPUs...
2008-02-25 jhbSupport the VIA C7 Eden CPU and treat it just like...
2008-02-15 scottlTeach the dump and minidump code to respect the maxiosz...
2008-02-12 scottlIf busdma is being used to realign dynamic buffers...
next