]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
tmpfs: make vm_object point to the tmpfs node instead of vnode
[FreeBSD/FreeBSD.git] / sys / x86 /
2023-01-19 Corvin Köhnex86: ignore stepping for APL30 errata
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-11 John BaldwinFix various places which cast a pointer to a vm_paddr_t...
2022-11-03 Ed MasteIncrease MAX_APIC_ID safeguard to 0x800
2022-11-01 Konstantin Belousovx86/include/elf.h: make inclusion blocks for elf32...
2022-11-01 Konstantin Belousovi386: move hard-coded load address for PIE below defaul...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-29 Corvin Köhnex86/mp: don't create empty cpu groups
2022-09-21 Konstantin Belousovi386: check that trap() and syscall() run on the thread...
2022-09-07 Gordon Berglingx86: Correct a typo in source code comment
2022-08-15 Alexander Motinmca: Add sysctl to mute corrected errors.
2022-08-11 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-08-08 Alan Coxiommu_gas: Eliminate redundant parameters and push...
2022-08-08 Alan Coxx86/iommu: Reduce DMAR lock contention
2022-08-08 Alan Coxx86/iommu: Correct a recent change to iommu_domain_unlo...
2022-08-08 Alan Coxx86/iommu: Shrink the critical section in dmar_qi_task()
2022-08-08 Alan Coxiommu_gas: Eliminate a possible case of use-after-free
2022-08-08 Alan Coxiommu: Shrink the iommu map entry structure
2022-08-08 Alan Coxx86/iommu: Eliminate redundant wrappers
2022-08-01 Mark Johnstonx86: Add a required store-load barrier in cpu_idle()
2022-07-27 Dimitry AndricAdjust linux_vdso_{cpu,tsc}_selector_idx() definitions...
2022-07-19 Mark Johnstonx86: Check for APIC presence only if DEV_ATPIC is defined
2022-07-13 John Baldwinx86 mptable: Include <x86/legacvar.h> for legacy_get_pc...
2022-07-13 John Baldwinmptable_hostb: Use legacy_get_pcibus() to fetch PCI...
2022-07-13 Dmitry Chaginamd64: Reload CPU ext features after resume or cr4...
2022-07-12 Doug Moorebusdma: _bus_dmamap_addseg repaired
2022-07-12 Doug Moorex86-busdma - Add missing paren
2022-07-12 Doug Moorevm_extern: use standard address checkers everywhere
2022-07-11 Dmitry Chaginlinux(4): Use saved cpu feature bits
2022-07-04 Mitchell Horneset_cputicker: use a bool
2022-06-29 Mark JohnstonFix the test used to wait for AP startup on x86, arm64...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
2022-06-17 Dmitry Chaginlinux(4): Deduplicate bsd_to_linux_trapcode()
2022-06-17 Dmitry Chaginlinux(4): Deduplicate translate_traps()
2022-06-17 Dmitry Chaginlinux(4): Better naming for ucontext field of struct...
2022-06-17 Dmitry Chaginlinux(4): Move sigframe definitions to separate headers
2022-06-17 Dmitry Chaginlinux(4): Implement vdso getcpu for x86.
2022-06-17 Dmitry Chaginlinux(4): Refactor vdso_gettc_x86 includes.
2022-06-17 Dmitry ChaginRemove dead code.
2022-06-17 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2022-06-17 Dmitry ChaginDrop "All rights reserved" from my copyright statements.
2022-06-17 Dmitry Chaginlinux(4); Almost complete the vDSO.
2022-05-13 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-12 Roger Pau Monnéx86/xen: fallback when VCPUOP_send_nmi is not available
2022-04-11 Mark Johnstoni386: Fix the nodevice apic build
2022-04-02 Gordon Berglingxen(4): Fix a few typos in source code comments
2022-03-31 Mark Johnstonx86: Defer early TSC timecounter calibration to SI_SUB_CPU
2022-03-31 Mark Johnstonx86: Probe the TSC frequency earlier
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-23 Roger Pau Monnéx86/xen: fix CPUID signature
2022-03-19 Zhenlei Huangx86: Correctly report unexpected cache level
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Austin Zhangatrtc: reads Century field from FADT table
2022-03-03 Allan Judesmbios: Move smbios driver out from x86 machdep code
2022-03-02 Eric van GyzenWait longer for a previous IPI to be sent
2022-02-13 Edward Tomasz Napi... linux: deduplicate DUMMY() entries
2022-02-11 Colin PercivalUse CPUID leaf 0x40000010 for local APIC freq
2022-02-11 Colin PercivalTSC: Use 0x40000010 CPUID leaf for all VM types
2022-02-11 Colin PercivalDetect CPU type before asking VMWare for TSC freq
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-01-16 Colin PercivalFix variable name: freq_khz -> freq
2022-01-16 Colin PercivalSkip TSC calibration if exact value known
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-09 Alexander Motinx86: Remove CTLFLAG_NEEDGIANT from sysctls.
2022-01-06 Mark Johnstonx86: Fix up the MFC of 08161fd3b207105847bdd1dd8729ea4c...
2022-01-06 Mark Johnstonx86: Skip late calibration if our reference timer has...
2022-01-04 Alexander MotinMake CPU children explicitly share parent unit numbers.
2021-12-30 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-29 Mark Johnstonx86: Do not attempt to calibrate the LAPIC timer if...
2021-12-29 Mark Johnstonx86: Perform late TSC calibration before LAPIC timer...
2021-12-29 Mark Johnstonx86: Defer LAPIC calibration until after timecounters...
2021-12-29 Mark Johnstonx86: Implement deferred TSC calibration
2021-12-27 Mark Johnstonx86: Deduplicate clock.h
2021-12-24 Alexander Motinsmist: Remove unneeded Giant from bus_dma_tag_create().
2021-12-24 Alexander Motinbusdma: Remove outdated comments about Giant.
2021-12-23 Alexander Motinmca: Some error handling logic improvements.
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Alexander Motinx86: Make AMD elvtX dump more compact.
2021-12-19 Corvin Köhnepci: add missing PCI id of Coffee Lake GPU
2021-12-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-12-15 Alexander Motinmca: Switch to using taskqueue_enqueue_timeout_sbt().
2021-12-15 Alexander Motinmca: Decode new Intel status bits.
2021-12-15 Alexander Motinmca: Remove excessively verbose debug messages.
2021-12-15 Alexander Motinmca: Make some sysctls also a loader tunables.
2021-12-10 Mitchell Hornex86: remove unused T_USER flag
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-20 Alexander MotinPrefer CPUID leaf 1Fh for Intel CPU topology detection.
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-11-01 Mark Johnstonx86: Mark the trapframe as initialized in ipi_bitmap_ha...
2021-11-01 Mark Johnstonstack(9): Disable KASAN in stack_capture()
2021-11-01 Mark Johnstonamd64: Add MD bits for KASAN
2021-11-01 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-27 Konstantin BelousovDMAR: clean up warnings about write-only variables
next