]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
vmm amdvi: Move ctrl under #ifdef AMDVI_DEBUG_CMD.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2023-01-26 John Baldwinvmm amdvi: Move ctrl under #ifdef AMDVI_DEBUG_CMD.
2023-01-26 John Baldwinvmm: Re-quiet set but unused warnings.
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
2023-01-26 Robert Wingvmm: fix "set but not used" warnings
2023-01-26 Roger Pau Monnébhyve/ioapic: improve the tracking of IRR bit
2023-01-26 Roger Pau Monnébhyve/ioapic: only account for asserted line in level...
2023-01-26 Roger Pau Monnébhyve/vioapic: remove an extra pin masked check
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 pmap.h: make it easier to use the header for...
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-22 John Baldwinvmm: Fix AP startup with old userspace binaries.
2022-12-22 Corvin Köhnevmm: validate icr value
2022-12-22 Corvin Köhnevmm: increase vlapic version
2022-12-09 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-12-09 Corvin Köhnevmm: emulate INVD by ignoring it
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-29 Corvin Köhnevmm: remove unneccessary rendezvous assertion
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-11 John Baldwinlinux32: binutils as requires %eflags instead of %flags...
2022-11-11 Vitaliy Gusevvmm: Cherry pick illumos commit '13361 bhyve should...
2022-11-08 Konstantin Belousovvmm: do not leak halted_cpus bit after suspension
2022-11-06 Mitchell Horneddb: print the actual syscall name
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
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-09-14 Alexander V. ChernikovAdd FIB_ALGO to GENERIC on amd64/arm64.
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-08-25 John Baldwinbhyve: Validate host PAs used to map passthrough BARs.
2022-07-29 Dimitry AndricFix unused variable warning in amd64's pmap.c
2022-07-27 Mark Johnstonvm_object: Modify various drivers to allocate OBJT_SWAP...
2022-07-13 John Baldwinvmm: Destroy character devices synchronously.
2022-07-13 Dmitry Chaginamd64: Reload CPU ext features after resume or cr4...
2022-07-06 Dmitry Chaginlinux(4): To reuse MD linux.h hide kernel dependencies...
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-24 Vitaliy Gusevvmm: move bumping VMEXIT_USERSPACE stat to the right...
2022-06-20 Corvin Köhnevmm: add tunable to trap WBINVD
2022-06-17 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
2022-06-17 Dmitry Chaginlinux(4): Properly build argument list for the signal...
2022-06-17 Dmitry Chaginlinux(4): Microoptimize rt_sendsig(), convert signal...
2022-06-17 Dmitry Chaginlinux(4): Avoid direct manipulation of td_sigmask
2022-06-17 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-06-17 Dmitry Chaginlinux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry Chaginlinux(4): Fix execve() on amd64/linux32 after a125ed50
2022-06-17 Dmitry Chaginlinux(4): Deduplicate bsd_to_linux_trapcode()
2022-06-17 Dmitry Chaginlinux(4): Deduplicate translate_traps()
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginlinux(4): Retire handmade DWARF annotations from signal...
2022-06-17 Dmitry Chaginlinux(4): Better naming for ucontext field of struct...
2022-06-17 Dmitry Chaginlinux(4): Rework the definition of struct siginfo to...
2022-06-17 Dmitry Chaginlinux(4): Move sigframe definitions to separate headers
2022-06-17 Dmitry Chaginlinux(4): Cleanup signal trampolines
2022-06-17 Dmitry Chaginlinux(4): Retire unneeded initialization
2022-06-17 Dmitry Chaginlinux(4): Regen for prctl fix.
2022-06-17 Dmitry Chaginlinux(4): Fix 039e98e6.
2022-06-17 Dmitry Chaginlinux(4): Return native error from futex_atomic_op...
2022-06-17 Dmitry Chaginlinux(4): Regen for prctl syscall.
2022-06-17 Dmitry Chaginlinux(4): Change prctl syscall definition to match...
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 Chaginlinux(4): Regen for ppoll_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Fix ppoll_time64 syscall definition.
2022-06-17 Dmitry Chaginlinux(4): Implement semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Regen for semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Change semtimedop syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Retire linux_semop implementation.
2022-06-17 Dmitry Chaginlinux(4): Regen for semop syscall.
2022-06-17 Dmitry Chaginlinux(4): Call semop directly.
2022-06-17 Dmitry Chaginlinux(4): Implement recvmmsg_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for recvmmsg_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change recvmmsg_time64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timerfd_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timerfd_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timerfd_gettime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timerfd_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timerfd_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timerfd_settime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timer_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timer_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timer_settime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timer_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timer_gettime64 syscall.
next