]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
amd64: Define KVA regions for KMSAN shadow maps
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
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
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-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-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-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-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)...
2021-06-24 Konstantin Belousovamd64 efirt: initialize vm_pages backing EFI runtime...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-21 Mark Johnstonamd64: Fix propagation of LDT updates
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-08 Mark Johnstonamd64: Clear the local TSS when creating a new thread
2021-06-07 Mark Johnstonamd64: Relax the assertion added in commit 4a59cbc12
2021-06-07 Mark Johnstonamd64: Avoid enabling interrupts when handling kernel...
2021-06-04 Konstantin Belousovx86: initialize initial FPU state earlier
2021-05-26 Konstantin Belousovamd64: clear PSL.AC in the right frame
2021-05-07 Konstantin Belousovamd64: invalidate TLB between page table update and...
2021-05-05 Piotr Pawel StefaniakBalance parentheses in sysctl descriptions
2021-05-03 Konstantin Belousovamd64: disable LA57 by default for now
2021-04-23 Konstantin Belousovx86: use x86_clear_dbregs() on fork
2021-04-23 Konstantin Belousovx86: add x86_clear_dbregs() helper
2021-04-21 Mitchell Hornegdb: report specific stop reason for watchpoints
2021-04-21 Mitchell Horneddb: replace watchpoint set/clear functions
2021-04-21 Mitchell Hornex86: implement kdb watchpoint functions
2021-04-21 Mitchell Hornex86: consolidate hw watchpoint logic into new file
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-04-10 Mateusz Guzikamd64: implement strlen in assembly, take 2
2021-04-06 Konstantin Belousovx86: clear %db registers in new process
2021-03-31 Mark Johnstonamd64: Make KPDPphys local to pmap.c
2021-03-29 John BaldwinRename linux_set_upcall_kse() to linux_set_upcall().
2021-03-29 John Baldwinx86: Reduce code duplication in cpu_fork() and cpu_copy...
2021-03-29 John Baldwinx86: Update some stale comments in cpu_fork() and cpu_c...
2021-03-29 John Baldwinx86: Always use clean FPU and segment base state for...
2021-03-29 John Baldwinx86: Copy the FPU/XSAVE state from the creating thread...
2021-03-29 John Baldwinamd64: Only update fsbase/gsbase in pcb for curthread.
2021-02-28 Mark Johnstonpmap: Fix largemap restart checks in the kernel_maps...
2021-02-04 Mateusz Guzikamd64: move memcmp checks upfront
2021-02-01 Mateusz Guzikamd64: retire sse2_pagezero
2021-02-01 Mateusz Guzikamd64: add missing ALIGN_TEXT to loops in memset and...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Mateusz Guzikamd64: fix tlb shootdown when all cpus are passed in...
2021-01-12 Andrew Gallatinamd64: compare TLB shootdown target to all_cpus
2021-01-11 Konstantin Belousovamd64 pmap: do not sleep in pmap_allocpte_alloc() with...
2021-01-11 Konstantin Belousovamd64 pmap: rename _pmap_allocpte() to pmap_allocpte_al...
2021-01-11 Konstantin Belousovamd64 pmap: Remove wrong __unused annotation from the...
2021-01-11 Konstantin Belousovamd64 pmap: fix NULL deref in pmap_mincore().
2021-01-10 Alan CoxPrefer the use of vm_page_domain() to vm_phys_domain().
2021-01-10 Konstantin Belousovamd64 pmap: add comment explaining TLB invalidation...
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
next