]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
Commit the rest of the changes that were intended to be part of r266826.
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2014-05-29 markjCommit the rest of the changes that were intended to...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-22 jhbDon't permit users to request a subset of the AVX512...
2014-05-19 jhbAdd support for decoding the AMD SVM instructions.
2014-05-17 jhbAdd support for decoding rdrand and rdseed.
2014-05-16 jhbAdd definitions for more structured extended features...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 neelIncrease the TSS limit by one byte. The processor requi...
2014-04-27 emasteReport boot method (BIOS/UEFI) via sysctl machdep.bootm...
2014-04-27 kibSame as it was done in r263878 for invlrng_handler...
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-24 roygerxen: fix copyright header
2014-04-23 baptUpdate to byacc 20140409
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-29 kibClear the kernel grab of the FPU state on fork. The...
2014-03-28 kibSeveral fixes for the PCID implementation:
2014-03-27 emasteamd64: Parse the EFI memory map if present
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-21 kibAdd change forgotten in r263475. Make dmaplimit access...
2014-03-21 kibFix two issues with /dev/mem access on amd64, both...
2014-03-19 impRemove vestiges of knowing the ISA bus, which we gave...
2014-03-19 markjOnly invoke fasttrap hooks for traps from user mode...
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-14 glebiusRemove AppleTalk support.
2014-03-14 glebiusRemove IPX support.
2014-03-11 impDelete stray clause 3 (Advertising clause) and renumber...
2014-03-11 impRemove clause 3 (the advertising clause), per the regen...
2014-03-11 roygerxen: add a hook to perform AP startup
2014-03-11 roygerxen: add hook for AP bootstrap memory reservation
2014-03-11 roygerxen: implement hook to fetch and parse e820 memory map
2014-03-11 roygerxen: implement an early timer for Xen PVH
2014-03-11 roygeramd64: introduce hook for custom preload metadata parsers
2014-03-11 roygerxen: add PV/PVH kernel entry point
2014-03-11 roygeramd64/i386: switch IPI handlers to C code.
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 emasteDisable amd64 TLB Context ID (pcid) by default for now
2014-03-05 delphijMFV r262756:
2014-03-04 jkimMove fpusave() wrapper for suspend hander to sys/amd64...
2014-03-04 jkimRevert accidentally committed changes in 262748.
2014-03-04 jkimProperly save and restore CR0.
2014-03-04 jkimRemove dead code since r230426, fix a comment, and...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-23 dimMerge from head up to r262415.
2014-02-23 baptImport libucl into head
2014-02-22 alcWhen the kernel is running in a virtual machine, it...
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-11 jhbDon't waste a page of KVA for the boot-time memory...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-28 kaiwMFH@261240.
2014-01-27 jhbAdd support for 'clac' and 'stac' to DDB's disassembler...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-25 grehanChange RWX to XWR in comments to match intent and bit...
2014-01-23 jhbMove <machine/apicvar.h> to <x86/apicvar.h>.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 gavinRemove spaces from boot messages when we print the...
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-02 kibUpdate the description for pmap_remove_pages() to match...
2014-01-02 kibAssert that accounting for the pmap resident pages...
2014-01-02 delphijMFV r260154 + 260182:
2013-12-30 dimIn sys/amd64/amd64/pmap.c, remove static function pmap_...
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-23 jhbAdd a resume hook for bhyve that runs a function on...
2013-12-20 neelRe-arrange bits in the amd64/pmap 'pm_flags' field.
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 jhbFix a typo.
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-22 emasteDon't abort SMAP processing after an entry of length 0
2013-11-21 emasteRefactor amd64 startup SMAP parsing
2013-11-21 emasteDisable amd64 boot time memory test by default
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-15 gibbsFix accounting for hw.realmem on the i386 and amd64...
2013-11-14 emastex86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
next