]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
qat: Address -Wunused-but-set-variable warnings
[FreeBSD/FreeBSD.git] / sys / amd64 /
2021-12-20 Ed MasteCorrect syscons description in i386 and amd64 configs
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-03 Mitchell Horneamd64: provide PHYS_IN_DMAP() and VIRT_IN_DMAP()
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-12-01 Mark Johnstonnetinet: Remove in_cksum_update()
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-16 Konstantin Belousovamd64/ia32/ia32_signal.c: Use ANSI C functions definitions
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-03 Mark Johnstonvlapic: Schedule callouts on the local CPU
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 JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
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-17 Konstantin BelousovEnable PPS_SYNC on amd64, arm64 and armv7
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 BelousovRevert "linux32: add a hack to avoid redefining the...
2021-10-10 Konstantin Belousovia32_get_fpcontext(): xfpusave can be legitimately...
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-10-10 Adam Fennkvm_clock: KVM paravirtual clock support
2021-10-10 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-10 Adam Fennx86: cpufunc: Add rdtscp_aux()
2021-10-07 Kirk McKusickBring the tags and links entries for amd64 up to date.
2021-09-20 Konstantin Belousovamd64 wakeup: rework trampoline page allocation
2021-09-20 Konstantin Belousovx86: duplicate acpi_wakeup.c per i386 and amd64
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-13 Edward Tomasz Napi... linux: make sure to zero the l_siginfo structure for...
2021-09-12 Alexander Motinvmd(4): Major driver refactoring
2021-09-03 Ed MasteCorrect "Fondation" typo (missing "u")
2021-09-03 Ka Ho Ngvmm: Fix wrong assert in ivhd_dev_add_entry
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-09-01 Cyril Zhangvmm: Add credential to cdev object
2021-08-31 Alan Coxamd64: Don't repeat unnecessary tests when cmpset fails
2021-08-31 Alan Coxamd64: Eliminate a redundant test from pmap_enter_object()
2021-08-31 Alan CoxOn a failed fcmpset don't pointlessly repeat tests
2021-08-31 Alan Coxamd64: a simplication to pmap_remove_{all,write}
2021-08-27 Ka Ho NgAMD-vi: Fortify IVHD device_identify process
2021-08-27 Ka Ho Ngvmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1
2021-08-23 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): loose the assert
2021-08-23 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): print more data for...
2021-08-23 Konstantin BelousovAdd pmap_vm_page_alloc_check()
2021-08-23 Konstantin Belousovamd64: do not assume that kernel is loaded at 2M physical
2021-08-23 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-08-23 Konstantin Belousovamd64: rework AP startup
2021-08-16 Mark Johnstonamd64: Fix output operand specs for the stmxcsr and...
2021-08-16 Mark Johnstonvmm: Make iommu ops tables const
2021-08-15 Peter GrehanMFC 517904de5cca: igc(4): Introduce new driver for...
2021-08-12 Mark Johnstonamd64: Set MSR_KGSBASE to 0 during AP startup
2021-08-12 Mark Johnstonamd64: Set GS.base before calling init_secondary()...
2021-08-03 Konstantin Belousovamd64: add pmap_alloc_page_below_4g()
2021-08-03 Konstantin Belousovamd64 pti init: fix calculation of the kernel text...
2021-08-03 Konstantin Belousovamd64: do not touch low memory in AP startup unless...
2021-08-03 Konstantin Belousovamd64: do not touch low memory in AP startup unless...
2021-08-03 Konstantin Belousovamd64: make efi_boot global
2021-07-21 Konstantin BelousovDo not call FreeBSD-ABI specific code for all ABIs
2021-07-21 Ka Ho Ngvmm: Fix AMD-vi using wrong rid range
2021-07-17 Konstantin Belousovx86: use ANSI C definition style for trap_fatal
2021-07-17 Konstantin Belousovamd64 pmap: unexpand the NBPDR macro definition
2021-07-17 Konstantin Belousovamd64 locore.S: trim .globl list from symbols gone...
2021-07-17 Konstantin Belousovamd64 mpboot.S: fix typo in comment
2021-07-17 Konstantin Belousovamd64 locore.S: add FF copyright for LA57 work
2021-07-16 Helge OldachMINIMAL: remove debugging and some loadable network...
2021-07-13 Ka Ho Ngvmm: Fix ivrs_drv device_printf usage
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-30 Konstantin Belousovamd64: do not touch BIOS reset flag halfword, unless...
2021-06-26 Mateusz Guzikamd64: typo fix: memcmpy -> memcmp in a comment
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
next