ipfw3nat: show translations
[dragonfly.git] / sys / cpu /
2018-03-23 François Tigeotkernel: Add missing atomic_fcmpset_*() variants
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-18 Eitan AdlerConvert from __arysize to NELEM
2018-02-14 zrjddb(4): Remove use of deprecated "%r" radix format.
2018-01-11 Matthew Dillonkernel - Implement spectre mitigations part 3 (stabiliz...
2018-01-10 Matthew Dillonkernel - Implement spectre mitigations part 2
2018-01-10 Matthew Dillonkernel - Implement spectre mitigations part 1
2018-01-06 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 5
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 3/3
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 2/3
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 1/3
2017-12-20 zrji386 removal, part 63/x: Remove some leftovers in segme...
2017-11-20 Sascha WildnerRemove unused <{cpu,machine}/coredump.h> header.
2017-11-17 Sascha Wildnerkernel: Remove two final \ in macro definitions.
2017-11-10 Sepherosa Ziehaubus: Properly implement bus_space_{map,unmap}()
2017-10-31 Matthew Dillonkernel - Add #define for atomic_add_64()
2017-10-31 Matthew Dillonkernel - Fix userldt refcnt races
2017-10-16 Matthew Dillonkernel - Add atomic_fcmpset_*()
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-09-24 Sascha Wildner<machine/stdint.h>: Add __suseconds_t for suseconds_t...
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-05 Imre Vadászpc64: Setup TSC_AUX register with each cpu's id, when...
2017-09-04 Imre Vadászpc64: Add TSC Deadline Mode code for lapic. Avoids...
2017-08-31 Sascha WildnerDefine rlim_t as __int64_t directly, not via quad_t.
2017-08-10 Matthew Dillonkernel - Lower VM_MAX_USER_ADDRESS to finalize work...
2017-08-06 Matthew Dillonkernel - Move sigtramp even lower
2017-07-23 zrjsys: Add size directives to assembly functions.
2017-07-23 zrjsys: Some whitespace cleanup.
2017-07-22 zrjcpu/asm.h: Use optimal alignment for assembly functions...
2017-07-22 zrjpg: Add missing dummy stack frames for mcount for x86_64.
2017-07-22 zrjpg: Use long for fptrdiff_t type.
2017-04-22 François Tigeotx86_64: Identify HWP in "Thermal and PM features"
2017-03-31 Sascha Wildner<machine/stdint.h>: Check __cplusplus first.
2017-03-27 Matthew Dillonkernel - Enhance the sniff code, refactor interrupt...
2017-02-22 Matthew Dillonkernel - Add atomic ops features
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-22 Matthew Dillonvkernel - Restabilize pmap code, redo kqueue, systimer...
2017-01-17 John Marinonpx.h: fix comment alignments (cosmetic)
2017-01-17 John MarinoExpand fpusave union to include x86_64 versions
2017-01-14 Sepherosa Ziehaulibc: Add sched_{set,get}affinity().
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-12-28 Matthew Dillonkernel - Implement RLIMIT_RSS, Increase maximum support...
2016-11-28 Sascha Wildner<machine/limits.h>: Add some i386 limits which libstand...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-04 Sascha Wildner<sys/cdefs.h>/<machine/stdint.h>: Fix __STDC_VERSION__...
2016-10-24 zrjmachine/endian.h: Mark bswap functions always inlineable.
2016-10-18 Sascha Wildner<sys/types.h>: Add definitions of bool, true and false...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-31 zrjPrefer to use data model (like __LP64__) for basic...
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-31 Matthew Dillonkernel - Refactor cpu localization for VM page allocati...
2016-07-26 Matthew Dillonkernel - refactor CPUMASK_ADDR()
2016-07-24 zrjcpumask.h: Turn CPUMASK_ELEMENTS as implementation...
2016-07-24 zrjsys: Extract CPUMASK macros to new <machine/cpumask.h>
2016-07-20 Matthew Dillonkernel - Fix Xinvltlb issue, fix ipiq issue, add Xsniff
2016-07-19 zrjPrune _NO_NAMESPACE_POLLUTION cases.
2016-07-17 Matthew Dillonkernel - Refactor Xinvltlb (3)
2016-07-16 Tomohiro Kusumisys/cpu/x86_64: Expose CPUMASK macros to userspace...
2016-07-15 Matthew Dillonkernel - Refactor Xinvltlb and the pmap page & global...
2016-07-15 Matthew Dillonkernel - Enhance CPUMASK and atomic ops
2016-07-15 Matthew Dillonkernel - Rename 'cpu' global
2016-07-12 Matthew Dillonkernel - cleanup sys/thread.h
2016-07-04 zrjFix <machine/varargs.h> use cases.
2016-07-04 zrjMove __va_size() into freestanding block.
2016-06-25 Matthew Dillonkernel - Misc bug fixes and enhancements
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 zrjsys/cpu: Unbreak world.
2016-06-05 Matthew Dillonkernel - Add bus_space_read_8() and bus_space_write_8()
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-03-01 Imre Vadaszlib/libstand: Remove special lib/libstand/machine headers.
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-02-07 Sascha Wildner<cpu/limits.h>: Adjust visibility of various *_{MIN...
2016-02-07 Sascha Wildner<cpu/limits.h>: Minor whitespace fixes.
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-26 zrjRemove advertising header from sys/
2016-01-25 Sascha Wildner<machine/exec.h> Fix include guard.
2016-01-02 Sascha Wildnerkernel: Add flsll(). Identical to flsl().
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-04 Sepherosa Ziehauatomic: Fix atomic_cmpset_long prototype
2015-12-04 Sepherosa Ziehauatomic: Add atomic_cmpset_short
2015-11-29 Sascha Wildneri386 removal, part 46/x: Remove sys/cpu/i386.
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
next