]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Further refine the ExpDataSN checks for SCSI Response PDUs.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2021-10-23 Edward Tomasz Napi... linux: Improve debug for PTRACE_GETEVENTMSG
2021-10-23 Edward Tomasz Napi... linux: implement PTRACE_EVENT_EXEC
2021-10-23 Edward Tomasz Napi... linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURN
2021-10-23 Edward Tomasz Napi... linux: Improve debug for PTRACE_GETREGSET
2021-10-23 Edward Tomasz Napi... linux: Constify bsd_to_linux_regset()
2021-10-22 Philip Paepscontrib/tzdata: import tzdata 2021e
2021-10-21 Martin Matuskazfs: merge openzfs/zfs@ec64fdb93 (master) into main
2021-10-20 Mark Johnstonvlapic: Schedule callouts on the local CPU
2021-10-20 Mark Johnstonamd64: Add comments to pmap_pinit_type()
2021-10-20 Mark JohnstonUse the vm_radix_init() helper when initializing pmaps
2021-10-20 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-10-20 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-10-18 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-18 Mark Johnstonamd64: Zero the PML5 PTI page when initializing a pmap
2021-10-18 Philip Paepscontrib/tzdata: import tzdata 2021d
2021-10-17 Edward Tomasz Napi... linux: Improve debugging for PTRACE_GETREGSET
2021-10-17 Edward Tomasz Napi... linux: Implement some bits of PTRACE_PEEKUSER
2021-10-17 Edward Tomasz Napi... linux: Adjust PTRACE_GET_SYSCALL_INFO buffer size semantics
2021-10-10 Konstantin BelousovEnable PPS_SYNC on amd64, arm64 and armv7
2021-10-07 Ed MasteImport libfido2 at 'contrib/libfido2/'
2021-10-07 Ed MasteImport libcbor at 'contrib/libcbor/'
2021-10-06 Stefan Eßercontrib/bc: update to version 5.1.1
2021-10-06 Konstantin Belousovamd64 efirt: do not flush cache for runtime pages
2021-10-06 Konstantin Belousovamd64: add pmap_page_set_memattr_noflush()
2021-10-04 Stefan Eßercontrib/bc: merge version 5.1.0 from vendor branch
2021-10-02 Philip Paepscontrib/tzdata: import tzdata 2021c
2021-09-29 Mitchell Horneminidump: De-duplicate the progress bar
2021-09-29 Mitchell Horneminidump: De-duplicate is_dumpable()
2021-09-28 Kirk McKusickBring the tags and links entries for amd64 up to date.
2021-09-27 Konstantin Belousovamd64 sendsig: fix context corruption
2021-09-26 Philip Paepscontrib/tzdata: import tzdata 2021b
2021-09-25 Mark Johnstonamd64: Remove proc0_tf, the bootstrap trapframe
2021-09-25 Mark Johnstonamd64: Avoid copying td_frame from kernel procs
2021-09-22 Konstantin BelousovRevert "linux32: add a hack to avoid redefining the...
2021-09-22 Baptiste Daroussindma: import snapshot 2021-07-10
2021-09-22 Baptiste Daroussinlibedit: import snapshot 2021-09-10
2021-09-21 Konstantin BelousovDrop cloudabi
2021-09-21 Konstantin Belousovia32_get_fpcontext(): xfpusave can be legitimately...
2021-09-21 Mark JohnstonRevert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and...
2021-09-21 Konstantin Belousovamd64: consistently use uprintf() to report weird situa...
2021-09-21 Konstantin Belousovamd64: eliminate td_md.md_fpu_scratch
2021-09-21 Konstantin Belousovamd64: stop using top of the thread' kernel stack for...
2021-09-21 Konstantin Belousovexec_machdep.c: some style, use ANSI C definition for...
2021-09-21 Konstantin Belousovamd64: move signal handling and register structures...
2021-09-21 Konstantin Belousovamd64: centralize definitions of CS_SECURE and EFL_SECURE
2021-09-21 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-09-16 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2021-09-15 Martin Matuskazfs: merge openzfs/zfs@4a1195ca5 (master) into main
2021-09-14 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2021-09-13 Konstantin Belousovamd64 wakeup: rework trampoline page allocation
2021-09-13 Konstantin Belousovx86: duplicate acpi_wakeup.c per i386 and amd64
2021-09-10 Alan SomersImport atf 0.22 snapshot 55c21b2c5fb189bbdfccb2b297bfa8...
2021-09-08 Ed Masteopenssh: update to OpenSSH v8.7p1
2021-09-03 Cy Schubertwpa: Import wpa_supplicant/hostapd commits up to b4f7506ff
2021-09-03 Alexander Motinvmd(4): Major driver refactoring
2021-08-31 Martin Matuskazfs: merge openzfs/zfs@3b89d9518 (master) into main
2021-08-31 Konstantin Belousovamd64: correctly calculate KVA of the preloaded ucode...
2021-08-30 Andrew TurnerCreate sys/reg.h for the common code previously in...
2021-08-27 Martin Matuskalibarchive: import bugfix from upstream
2021-08-26 Konstantin Belousovamd64: remove lfence after swapgs on syscall entry
2021-08-23 Martin Matuskalibarchive: import changes from upstream
2021-08-18 Cyril Zhangvmm: Add credential to cdev object
2021-08-17 Martin Matuskazfs: merge openzfs/zfs@8ae86e2ed (master) into main
2021-08-17 Cy Schubertunbound: Vendor import 1.13.2
2021-08-14 Adam Fennkvm_clock: KVM paravirtual clock support
2021-08-14 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-08-14 Adam Fennx86: cpufunc: Add rdtscp_aux()
2021-08-12 NagaChaitanya VellankiMerge common parts of i386 and amd64's ieeefp.h into...
2021-08-12 Dmitry Chaginlinux(4): Remove the unnecessary spaces.
2021-08-12 Dmitry Chaginlinux(4): Regen for clone3 system call.
2021-08-12 Dmitry Chaginlinux(4): Implement clone3 system call.
2021-08-12 Dmitry Chaginlinux(4): Add struct clone_args for future clone3 syste...
2021-08-12 Dmitry Chaginlinux(4): Regen for clone syscall.
2021-08-12 Dmitry Chaginlinux(4): Change clone syscall definition to match...
2021-08-12 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2021-08-12 Dmitry Chaginlinux(4): Regen for faccessat2 system call.
2021-08-12 Dmitry Chaginlinux(4): Implement faccessat2 system call.
2021-08-12 Ka Ho Ngvmm: Fix wrong assert in ivhd_dev_add_entry
2021-08-11 Mark JohnstonAdd a GENERIC-KMSAN kernel configuration for amd64
2021-08-11 Mark Johnstonamd64: Add MD bits for KMSAN
2021-08-11 Mark Johnstonamd64: Populate the KMSAN shadow maps and integrate...
2021-08-11 Mark JohnstonAdd the KMSAN runtime
2021-08-11 Mark Johnstonamd64: Define KVA regions for KMSAN shadow maps
2021-08-11 Mark Johnstonamd64 pmap: Pre-set PG_M on 2MB KASAN shadow map entries
2021-08-09 Mark Johnstonvmm: Make iommu ops tables const
2021-08-09 Mark Johnstonamd64: Fix output operand specs for the stmxcsr and...
2021-08-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2021-08-08 Martin Matuskazfs: merge openzfs/zfs@f3678d70f (master) into main
2021-08-02 Ka Ho Ngvmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1
2021-08-02 Roger Pau Monnéxen/timer: fix amd64 LINT kernel build
2021-08-02 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): loose the assert
2021-08-01 Warner Loshawk: Merge 20210729 from One True Awk upstream (0592de4a)
2021-08-01 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): print more data for...
2021-07-31 Konstantin BelousovAdd pmap_vm_page_alloc_check()
2021-07-31 Konstantin Belousovamd64: do not assume that kernel is loaded at 2M physical
2021-07-30 Mark JohnstonSimplify kernel sanitizer interceptors
2021-07-29 Konstantin Belousovamd64: do not touch low memory in AP startup unless...
2021-07-29 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-07-29 Mark Johnstonamd64: Set GS.base before calling init_secondary()...
2021-07-29 Mark Johnstonamd64: Set MSR_KGSBASE to 0 during AP startup
next