]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
Remove unnecessary locking from attach(). This fixes a LOR between the
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
2009-09-22 John Baldwin- Split the logic to parse an SMAP entry out into a...
2009-09-21 Konstantin BelousovIf CPU happens to be in usermode when a T_RESERVED...
2009-09-18 Alan CoxWhen superpages are enabled, add the 2 or 4MB page...
2009-09-11 Jung-uk KimMFV: r196804
2009-09-10 Jung-uk KimConsolidate CPUID to CPU family/model macros for amd64...
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-04 Konstantin BelousovAdd missing ';'.
2009-09-02 Jung-uk KimFix confusing comments about default PAT entries.
2009-09-02 Jung-uk Kim- Work around ACPI mode transition problem for recent...
2009-09-02 John BaldwinDon't attempt to bind the current thread to the CPU...
2009-08-31 John BaldwinSimplify pmap_change_attr() a bit:
2009-08-31 John BaldwinImprove pmap_change_attr() so that it is able to demote...
2009-08-30 Bjoern A. ZeebMake sure FreeBSD binaries without .note.ABI-tag sectio...
2009-08-29 Robert NolandSwap the start/end virtual addresses in pmap_invalidate...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-24 Bjoern A. ZeebFix handling of .note.ABI-tag section for GNU systems...
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-20 Jung-uk KimCheck whether the SMBIOS reports reasonable amount...
2009-08-19 Ed SchoutenMake the MacBookPro3,1 hardware boot again.
2009-08-14 John BaldwinAdjust the handling of the local APIC PMC interrupt...
2009-08-13 Attilio Rao* Completely Remove the option STOP_NMI from the kernel...
2009-08-02 Ed SchoutenMake the MacBook3,1 boot again.
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Konstantin BelousovAs was done in r195820 for amd64, use clflush for flush...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-27 Rui PauloRefine the MacBook hack to only match early models...
2009-07-24 John BaldwinAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-23 Alan CoxEliminate unnecessary cache and TLB flushes by pmap_cha...
2009-07-19 Alan CoxChange the handling of fictitious pages by pmap_page_se...
2009-07-18 Alan CoxAn addendum to r195649, "Add support to the virtual...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-12 Alan CoxAdd support to the virtual memory system for configurin...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-07-06 John BaldwinAfter the per-CPU IDT changes, the IDT vector of an...
2009-07-05 Alan CoxPAE adds another level to the i386 page table. This...
2009-07-01 John BaldwinImprove the handling of cpuset with interrupts.
2009-06-30 Doug RabsonRemove the old kernel RPC implementation and the NFS_LE...
2009-06-27 Robert WatsonReplace AUDIT_ARG() with variable argument macros with...
2009-06-25 John BaldwinFix kernels compiled without SMP support. Make intr_ne...
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-25 John Baldwin- Restore the behavior of pre-allocating IDT vectors...
2009-06-24 John BaldwinWhitespace fix.
2009-06-23 Jeff RobersonImplement a facility for dynamic per-cpu variables.
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-15 Alexander MotinForbid multi-vector MSI interrupt vectors migration...
2009-06-14 Alan CoxLong, long ago in r27464 special case code for mapping...
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-09 Ariff AbdullahMove C1E workaround into its own idle function. Previou...
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Ed SchoutenRevert my change; reintroduce __gnu89_inline.
2009-06-08 Ed SchoutenRemove __gnu89_inline.
2009-06-05 Jung-uk KimImport ACPICA 20090521.
2009-06-05 Robert WatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 Jamie GrittonPlace hostnames and similar information fully under...
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-20 John BaldwinDon't bother reading the initial value of the machine...
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 John Baldwin- Add a tunable 'hw.mca.enabled' that can be used to...
2009-05-18 Marcel MoolenaarAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-14 Attilio RaoFreeBSD right now support 32 CPUs on all the architectu...
2009-05-13 John BaldwinImplement simple machine check support for amd64 and...
2009-05-13 Alan CoxCorrect a rare use-after-free error in pmap_copy()...
2009-05-09 Xin LIUpdate to less v429.
2009-05-05 Alexander MotinDo not try to initialize LAPIC timer if we are not...
2009-05-04 Jung-uk KimUnlock the largest standard CPUID on Intel CPUs for...
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-02 Alexander MotinAdd support for using i8254 and rtc timers as event...
2009-05-01 Alexander MotinSmall addition to r191720.
2009-05-01 Alexander MotinUse value -1 instead of 0 for marking unused APIC vecto...
2009-04-30 Jung-uk Kim- Fix divide-by-zero panic when SMP kernel is used...
2009-04-29 Jeff Roberson - Add support for cpuid leaf 0xb. This allows us...
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
2009-04-23 John BaldwinReduce the number of bounce zones (and thus the number...
2009-04-22 John BaldwinAdjust the way we number CPUs on x86 so that we attempt...
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-17 John BaldwinRestore bus DMA bounce pages to an offset of 0 when...
2009-04-14 Edwin GroothuisMFV of tzdata2009f
2009-04-13 Konstantin BelousovThe bus_dmamap_load_uio(9) shall use pmap of the thread...
2009-04-13 Edwin GroothuisMFV of tzdata2009e
2009-04-11 Ed SchoutenSimplify in/out functions (for i386 and AMD64).
2009-04-05 Dmitry ChaginFix KBI breakage by r190520 which affects older linux...
2009-04-01 Konstantin BelousovFill the fsbase and gsbase fields of the mcontext struc...
2009-03-31 Jung-uk KimFix an uninitialized variable from the previous commit.
2009-03-31 Jung-uk KimProbe size of installed memory modules from loader...
2009-03-26 Konstantin BelousovConvert gdt_segs and ldt_segs initialization to C99...
2009-03-24 Edwin GroothuisMFV of tzdata2009d:
2009-03-22 Alan CoxEliminate the recomputation of pcb_cr3 from cpu_set_upc...
2009-03-21 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P2 import
next