]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
bhyve/vioapic: remove an extra pin masked check
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-22 Gordon Berglingamd64: Fix a common typo in source code comments
2023-01-20 Konstantin Belousovamd64: be more precise when enabling the AlderLake...
2023-01-20 Konstantin BelousovMove INVLPG to pmap_quick_enter_page() from pmap_quick_...
2023-01-20 Konstantin Belousovamd64: for small cores, use (big hammer) INVPCID_CTXGLO...
2023-01-20 Konstantin Belousovamd64: identify small cores
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-06 Mitchell Horneddb: print the actual syscall name
2022-11-06 Mitchell Horneddb: de-duplicate decode_syscall()
2022-10-26 Konstantin BelousovAdd vm_page_any_valid()
2022-10-13 Konstantin Belousovamd64: remove useless addr2 variables in page range...
2022-10-13 Konstantin Belousovamd64 pmap: add comment explaining why INVLPG is functi...
2022-10-09 Mark Johnstonamd64: Make it possible to grow the KERNBASE region...
2022-10-05 Konstantin Belousovamd64: Initialize IPI scoreboard earlier
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-01 Mark Johnstonamd64: Ignore 1GB mappings in pmap_advise()
2022-10-01 Mark Johnstonamd64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-08-31 Konstantin Belousovx86: improve machdep.uprintf_signal
2022-08-31 Konstantin Belousovx86: print trap name in addition of trap number
2022-08-28 Konstantin Belousovamd64: update comment for casueword/casueword32, mentio...
2022-07-29 Dimitry AndricFix unused variable warning in amd64's pmap.c
2022-07-13 Dmitry Chaginamd64: Reload CPU ext features after resume or cr4...
2022-06-30 Alexander Motinamd64: Stop using REP MOVSB for backward memmove()s.
2022-06-29 Mark Johnstonpmap: Keep PTI page table pages busy
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry ChaginRemove dead code.
2022-06-17 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2022-06-10 Gordon Berglingfpu: Fix a typo in a source code comment
2022-05-13 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-12 Edward Tomasz Napi... Add infrastructure required for Linux coredump support
2022-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-14 Gordon Berglingpax(1): Remove a few double words in source code comments
2022-04-04 Andrew TurnerFix the spelling of EFI_PAGE_SIZE
2022-03-31 Mark Johnstonamd64: Call clock_init() after finishidentcpu()
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-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-09 Konstantin Belousovamd64: micro-optimize vptopte()/vtopde() further
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-01-31 Mark Johnstonexec: Remove the stack gap implementation
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-14 Konstantin Belousovamd64 pmap: preset A and M bits for pmap_qenter() and...
2022-01-14 Konstantin Belousovamd64 pmap: simplify vtopte() and vtopde()
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-02 Konstantin Belousovamd64 sigtramp: comment-out annotations for registers...
2022-01-02 Konstantin Belousovamd64 native vdso: add unwind annotations to the signal...
2022-01-02 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2022-01-02 Konstantin Belousovamd64 get_mcontext(): third argument to get_fpcontext...
2021-12-28 Jason A. HarmeningClean up a couple of MD warts in vm_fault_populate():
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-12-15 Konstantin Belousovx86: add a comment providing source for numbers in...
2021-12-15 Konstantin Belousovamd64: correct size of the SSE area in the xsave layout
2021-12-10 Mitchell Hornex86: remove unused T_USER flag
2021-12-03 Mitchell Horneminidump: Use the provided dump bitset
2021-12-03 Mitchell Horneminidump: Use provided msgbuf pointer
2021-12-03 Mitchell Horneminidump: reduce the amount direct accesses to page...
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-29 Mark Johnstonamd64: Initialize kernel_pmap's active CPU set to all_cpus
2021-11-22 Mark Johnstonamd64: Annotate an unlikely condition in smp_targeted_t...
2021-11-04 Konstantin Belousovamd64 pmap: adjust the empty pmap optimization in pmap_...
2021-11-04 Konstantin Belousovamd64 pmap: account for the top-level pages
2021-11-03 Mark JohnstonUse the vm_radix_init() helper when initializing pmaps
2021-11-03 Mark Johnstonamd64: Add comments to pmap_pinit_type()
2021-11-03 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-11-02 Mark Johnstonamd64: Define KVA regions for KMSAN shadow maps
2021-11-02 Mark Johnstonkasan: Use vm_offset_t for the first parameter to kasan...
2021-11-02 Mark Johnstonamd64 pmap: Pre-set PG_M on 2MB KASAN shadow map entries
2021-11-01 Mark Johnstonamd64: Mark the trapframe as initialized in trap()
2021-11-01 Mark Johnstonamd64: Add MD bits for KASAN
2021-11-01 Mark Johnstonamd64: Implement a KASAN shadow map
2021-11-01 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-25 Mark Johnstonamd64: Zero the PML5 PTI page when initializing a pmap
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-15 Mitchell Horneminidump: De-duplicate is_dumpable()
2021-10-10 Konstantin Belousovamd64 efirt: do not flush cache for runtime pages
2021-10-10 Konstantin Belousovamd64: add pmap_page_set_memattr_noflush()
2021-10-10 Konstantin Belousovamd64 sendsig: fix context corruption
2021-10-10 Konstantin Belousovamd64: consistently use uprintf() to report weird situa...
2021-10-10 Konstantin Belousovamd64: eliminate td_md.md_fpu_scratch
2021-10-10 Konstantin Belousovamd64: stop using top of the thread' kernel stack for...
2021-10-10 Konstantin Belousovexec_machdep.c: some style, use ANSI C definition for...
2021-10-10 Konstantin Belousovamd64: move signal handling and register structures...
2021-10-10 Konstantin Belousovamd64: centralize definitions of CS_SECURE and EFL_SECURE
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-03 Konstantin Belousovamd64: correctly calculate KVA of the preloaded ucode...
2021-09-02 Konstantin Belousovamd64: remove lfence after swapgs on syscall entry
2021-09-01 Alan Coxpmap: Micro-optimize pmap_remove_pages() on amd64 and...
2021-09-01 Alan CoxClear the accessed bit when copying a managed superpage...
2021-09-01 Jason A. Harmeningfactor out PT page allocation/freeing
2021-09-01 Jason A. Harmeningamd64 pmap: convert to counter(9), add PV and pagetable...
2021-08-31 Alan Coxamd64: Don't repeat unnecessary tests when cmpset fails
next