Kernel - Additional cpu bug hardening part 1/2
[dragonfly.git] / sys / platform /
2018-06-11 Matthew DillonKernel - Additional cpu bug hardening part 1/2
2018-06-08 Sepherosa Ziehaux86_64: Implement x2apic support.
2018-06-06 Matthew Dillonkernel - Add fuwordadd32(), fuwordadd64()
2018-06-05 Sepherosa Ziehaux86_64: Prepare for x2apic support.
2018-05-29 Sepherosa Ziehauacpi: Use X2APIC entries, if there are only X2APIC...
2018-05-29 zrjkernel/hpt*: Mangle names of foreign binary objects.
2018-05-29 zrjkernel: Normalize conf/files rules.
2018-05-29 Matthew Dillonkernel - Add support for MosChip PCIe serial com, and...
2018-05-27 Matthew Dillonkernel - Fix rare pmap_scan_callback() panic
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 Sepherosa Ziehaux86_64/lapic: Use function pointer for EOI.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-09 Matthew Dillonvkernel - Adjust to fix buildkernel
2018-05-08 Matthew Dillonkernel - Refactor copyin, copyout
2018-05-08 Matthew Dillonkernel - Refactor bcmp, bcopy, bzero, memset
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-08 Matthew Dillonkernel - Adjust pv caching a little
2018-05-08 Matthew Dillonkernel - Flesh out Spectre mitigation support
2018-05-08 Matthew Dillonkernel - Fix CVE-2018-8897, debug register issue
2018-04-29 Matthew Dillonkernel - Refactor machdep.cpu_idle_hlt
2018-04-27 Matthew Dillonkernel - Add two debug variables to struct globaldata
2018-04-23 Sepherosa Ziehaux86_64/ioapic: Make sure that legacy IRQ only appears...
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-13 Matthew Dillonkernel - Improve SPINLOCK, acpi_timer performance under...
2018-04-01 Sascha Wildnerkernel/vkernel: Add __printflike() to two internal...
2018-03-23 Sascha Wildnerkernel/machdep: Remove unused and #if 0'd finishidentcp...
2018-03-18 Imre Vadászpc64 - Improve TSC and LAPIC timer calibration code.
2018-03-18 Imre Vadászpc64 - Allow for initializing other cputimers than...
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-13 Matthew Dillonkernel - Remove minidump debugging
2018-03-04 Imre Vadászpc64 - Unmask some AMD Family 15h and 16h CPUs for...
2018-03-03 Sascha WildnerRemove some sendsys()/waitsys() remains.
2018-02-22 Sascha Wildnerkernel/acpi: Remove the old APM emulation code.
2018-02-18 Imre Vadászatkbdc - Do not attach PS2 controller via legacy ISA...
2018-02-14 zrjkernel: Remove use of "%b" format in main kernel code.
2018-02-01 Matthew Dillonkernel - Fix kernel minidumps
2018-01-28 Imre Vadászsyscons - Untangle device attachement from isa?, attach...
2018-01-27 Sascha Wildnerbus_dma.9: Add a few lines about bus_dmamap_load_ccb().
2018-01-16 Matthew Dillonkernel - Fix busdma allocation bug
2018-01-11 Matthew Dillonkernel - Implement spectre mitigations part 4 (cleanup)
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-10 Matthew Dillonkernel - Rename machdep.isolated_user_pmap to meltdown_...
2018-01-06 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part...
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 4
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-25 Sascha WildnerCleanup usr.sbin's Makefile a bit.
2017-12-24 Sascha Wildneri386 removal, part 67/x: Remove last traces of I386_BUS...
2017-12-20 zrjkernel: Remove some references to i386.
2017-12-20 zrjkernel/pc64: Mark cpu_type as hardcoded.
2017-12-20 zrji386 removal, part 63/x: Remove some leftovers in segme...
2017-12-20 zrjkernel/pc64: Adjust some references to already removed...
2017-12-19 zrjkernel/pc64: Rename i386_protection_init().
2017-12-06 Matthew Dillonkernel - Fix ranging test in memory probe, adjust memor...
2017-12-06 Matthew Dillonkernel - Fix hw.usermem, hw.physmem, hw.availpages
2017-12-06 Matthew Dillonkernel - Adjust vfs.nbuf, kern.maxvnodes, and debug...
2017-12-06 Matthew Dillonkernel - Fix ranging test in memory probe, adjust memor...
2017-12-04 Matthew Dillonkernel - Expand physical memory support to 64TB
2017-12-04 Matthew Dillonkernel - Remove DISABLE_PSE option and related code
2017-12-04 Matthew Dillonkernel - Expand page count fields to 64 bits
2017-11-29 zrjkernel: Make floppies work again.
2017-11-25 Sascha WildnerRemove some duplicated includes.
2017-11-18 Matthew Dillonvkernel - Sync to recent API changes (3)
2017-11-18 Matthew Dillonvkernel - Sync to recent API changes (2)
2017-11-18 Matthew Dillonvkernel - Sync to recent API changes
2017-11-10 Sepherosa Ziehaubus: Properly implement bus_space_{map,unmap}()
2017-11-09 Matthew Dillonkernel - Fix bug in vm_fault_page()
2017-10-31 Matthew Dillonkernel - Fix bug in machdep.pmap_mmu_optimize
2017-10-31 Matthew Dillonkernel - Fix userldt refcnt races
2017-10-29 Matthew Dillonkernel - Fix boot issues with > 512GB of ram
2017-10-28 Sepherosa Ziehaux86_64: Add pauses in the TSC mpsync testing loop.
2017-10-25 Imre Vadászsyscons - Add 24bit pixel format support for EFI frameb...
2017-10-24 Sepherosa Ziehaux86_64: Allow TSC MP synchronization test be disabled.
2017-10-18 Matthew Dillonkernel - Improve pmap hinting, improve performance
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-16 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup()
2017-10-16 Matthew Dillonkernel - pmap->pm_spin now uses a shared spinlock
2017-10-16 Matthew Dillonkernel - Increase pmap placemarks hash from 16 to 64...
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics (2)
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Matthew Dillonkernel - Add pmap_qenter_noinval()
2017-10-16 Sepherosa Ziehaukern: Remove ncpus2 and friends.
2017-10-04 Sascha WildnerBring in vmx(4) (VMware virtual network driver, aka...
2017-10-03 Matthew Dillonkernel - Fix GCC reordering problem with td_critcount
2017-09-29 Matthew Dillonkernel - Add poor-man's AMD TOPOEXT support
2017-09-24 Sascha Wildnerkernel: Remove no longer used FFS_ROOT option.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-21 Sepherosa Ziehauarc4random: Make arc4random context per-cpu.
2017-09-21 Sepherosa Ziehaux86: Use kmem_alloc3 for cpu0's ipiq
2017-09-10 Antonio Huete Jimenezvkernel - Remove 'bootdev' related sysctl.
2017-09-09 Matthew Dillonkernel - Remove kernel 'bootdev' variable
2017-09-07 Matthew Dillonkernel - Fix panic() on AMD
2017-09-05 Imre Vadászpc64: Setup TSC_AUX register with each cpu's id, when...
2017-09-05 Imre Vadászpc64: An mfence is supposed to suffice for TSC_DEADLINE...
2017-09-04 Imre Vadászpc64: Add TSC Deadline Mode code for lapic. Avoids...
next