drm/linux: Port kfifo.h to DragonFly BSD
[dragonfly.git] / sys / cpu /
2019-05-18 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-05-17 Matthew Dillonkernel - Implement support for SMAP and SMEP security (3)
2019-05-17 Matthew Dillonkernel - Implement support for SMAP and SMEP security
2019-05-15 Matthew Dillonkernel - Add MDS mitigation support for Intel side...
2019-05-09 Sascha WildnerRemove any remaining traces of varargs.h.
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-14 Sascha Wildneri386 removal, part 71/x: Remove legacy FreeBSD brand.
2019-01-27 Sepherosa Ziehauatomic: Alway use inline functions.
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2018-12-28 Imre Vadászvkernel - Remove unneeded -T flag, that was added in...
2018-12-27 Imre Vadászkernel - Factor out TSC cputimer into common x86_64...
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-09-25 Matthew Dillonkernel - Remove lwkt_msg from sysunion in syscall code
2018-08-04 Imre Vadászcorepower - Add support for Platform Energy Counter.
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-11 Matthew DillonKernel - Additional cpu bug hardening part 2/2
2018-06-08 Sepherosa Ziehaux86_64: Implement x2apic support.
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-08 Matthew Dillonkernel - Flesh out Spectre mitigation support
2018-05-08 Matthew Dillonkernel - Fix CVE-2018-8897, debug register issue
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.
next