]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
install bssid for ahdemo mode too
[FreeBSD/FreeBSD.git] / sys / i386 /
2008-10-26 sobomaxFix division by zero panic if kern.hz less than 32.
2008-10-25 kmacyonly call hardclock on cpu0
2008-10-25 kmacyhandle case where eflags represents actual flags value...
2008-10-24 kmacyFix general issues with IPI support
2008-10-24 n_hibmaRemove the entry from the i386 specific NOTES as it...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-23 kmacyFix IPI support
2008-10-22 jkimReally fix i386 test this time.
2008-10-22 jkimAdd AMD Family 0Fh, Model 6Bh, Stepping 2 to the list...
2008-10-22 acheFix compiler error with missing/unneded ')'
2008-10-22 jkimSet kern.timecounter.invariant_tsc to 1 for AMD CPU...
2008-10-21 kmacyHook in ipi handlers
2008-10-21 kmacyremove gratuitous XEN define
2008-10-21 kmacydon't globally define ipi_bitmap_handler on xen
2008-10-21 kmacyImplement infrastructure for gluing i386 ipi functions...
2008-10-21 kmacyAdd routine for initializing AP clock
2008-10-21 kmacyHeader cleanups and addition of IPI declarations for xen
2008-10-21 jkimFix 'kern.timeconter.invariant_tsc' tunable and back...
2008-10-21 jkimDo not use PowerNow! if FID or VID is missing.
2008-10-21 jkimUse power management information for AMD CPUs from...
2008-10-21 jkimTurn off CPU frequency change notifiers when the TSC...
2008-10-21 jkimDetect Advanced Power Management Information for AMD...
2008-10-20 kmacyImport interrupt management defines from latest xenlinux
2008-10-19 kibCorrectly fill siginfo for the signals delivered by...
2008-10-19 kmacyGC gratuitous XEN defines
2008-10-19 kmacy- move gdt, ldt allocation to before KPT allocation
2008-10-19 kmacyGC unused values
2008-10-14 kibMake robust futexes work on linux32/amd64. Use PTRIN...
2008-10-09 n_hibmaSay hello to the u3g driver, implementing support for...
2008-10-05 davidxuIf the current thread has the trap bit set (i.e. a...
2008-10-03 stas- Add driver for Attansic L2 FastEthernet controller...
2008-10-01 peterCollect N identical (or near identical) mkdumpheader...
2008-10-01 jhbBump MAXCPU to 32 now that 32 CPU x86 systems exist.
2008-09-28 mariusRemove ipi_all() and ipi_self() as the former hasn...
2008-09-27 kibFrames created by the Xcpustop, Xrendezvous, Xipi_intr_...
2008-09-27 edReplace all calls to minor() with dev2unit().
2008-09-26 edRemove unit2minor() use from kernel code.
2008-09-26 kmacymove ipi_pcpu to evtchn.c
2008-09-26 kmacyUpdate xen/interface includes to the latest in mercurial
2008-09-25 kmacyadd initial ipi definitions
2008-09-25 kmacyadd ipi mapping
2008-09-25 kmacyadd NPGPTD_SHIFT for the nkpt calculation
2008-09-25 kmacyMake nkpt dependent on the size of the initial memory...
2008-09-24 jhbAdd multiple include guards.
2008-09-24 kibChange the static struct sysentvec and struct Elf_Brand...
2008-09-23 obrienThe kernel implemented 'memcmp' is an alias for 'bcmp...
2008-09-20 alcMFamd64 SVN rev 179749 CVS rev 1.620
2008-09-19 alcMFamd64 SVN rev 179471 CVS rev 1.619
2008-09-18 stas- Recognize SAVE and OSXSAVE extended processor features.
2008-09-18 kmacyDon't do round robin assignment of interrupts on xen
2008-09-18 kmacyChange order of pcpu initialization so the pc_prvspace...
2008-09-18 kmacyfix initial page directory setup for APs to work when...
2008-09-17 jhbMFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT...
2008-09-17 kmacySome people have very strange notions of how large...
2008-09-16 jhbAdd 'device acpi' to GENERIC on i386. Most newer i386...
2008-09-15 jkoshyCorrect a callchain capture bug on the i386.
2008-09-12 kibWhen doing rfork(0), i.e. separating curproc VM from...
2008-09-12 kibThe user_ldt_alloc() function shall return with dt_lock...
2008-09-12 kibRemove warning about static LDT segment allocation...
2008-09-11 jhbAdd a 'hw.pci.mcfg' tunable. It can be set to 0 to...
2008-09-11 jhbUpdate the comments above the 0xcf9 register reset...
2008-09-10 jhbResurrect the sbni(4) driver. Someone finally tested...
2008-09-10 jhbSome K8 chipsets don't expose all of the PCI devices...
2008-09-10 jhbAdd a proper detach method to the est(4) driver using...
2008-09-10 kmacyGet initial bootstrap of APs working under xen.
2008-09-07 kibSegment registers are stored in the uc_mcontext member...
2008-09-07 nyan- Add the i386_memio_map_load() function to load I...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 jkoshyCorrect a copy-paste error---do not look for REX prefix...
2008-09-03 kmacyenable the xen_guest string so that the freebsd xen...
2008-09-02 kmacyAccomodate the fact that the number of l1 pages varies...
2008-09-02 kmacyFix problem with large memory configuration by ensuring...
2008-08-28 jhbFail detach if cpufreq_unregister() fails.
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-26 jkimMove empty filter handling to MI source.
2008-08-26 jhbDisable the code to generate a simple table from the...
2008-08-25 jkimFix a typo in copyrights.
2008-08-23 jhbAdd a very simple dpms(4) driver that uses the VESA...
2008-08-23 jhbIf we are unable to obtain a frequency list from either...
2008-08-23 jhbAdjust the handling the various timer frequencies when...
2008-08-22 kmacyDon't try enumerating APICs when running on top of xen
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-22 jhbExtend the support for PCI-e memory mapped configuratio...
2008-08-21 kmacyFix boot time pmap_growkernel panic for case where...
2008-08-20 kmacyfix typo in previous commit breaking bootup
2008-08-20 jhb- Add support for memory mapped PCI config space access...
2008-08-20 jhbUse switch statements instead of if-else for enabling...
2008-08-20 kmacyset MCLSHIFT to correspond to page size
2008-08-20 kmacy- clean up interrupt handling for xen a tiny bit
2008-08-20 edIntegrate the new MPSAFE TTY layer to the FreeBSD opera...
2008-08-20 kmacydon't use cpu_idle_acpi under xen
2008-08-19 jhbExport 'struct pcpu' to userland w/o requiring _KERNEL...
2008-08-19 kmacyprotect queue_log not queue
2008-08-19 kmacyFix compilation without INVARIANTS
2008-08-19 kmacyremove redundant PT_SET_MA declaration
2008-08-18 kmacyPT_UPDATES_FLUSH() is used in common code so it needs...
2008-08-18 jkimMFamd64: Correctly check unsignedness of all registers...
2008-08-18 jkim- Make these files compilable on user land.
2008-08-17 kmacyEnsure that machine / physical addresses are treated...
2008-08-17 kmacyremove code in XEN version of init386 causing initializ...
next