]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/linux
amd64: Eliminate write only cpu_fxsr.
[FreeBSD/FreeBSD.git] / sys / amd64 / linux /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-07-06 Dmitry Chaginlinux(4): To reuse MD linux.h hide kernel dependencies...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
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): Deduplicate execve
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): Return native error from futex_atomic_op...
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): 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): Regen for semop syscall.
2022-06-17 Dmitry Chaginlinux(4): Call semop directly.
2022-06-17 Dmitry Chaginlinux(4): Regen for epoll_pwait2 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change epoll_pwait2 syscall definition to...
2022-06-17 Dmitry Chaginlinux(4): Regen for rseq syscall.
2022-06-17 Dmitry Chaginlinux(4): Change rseq syscall definition to match Linux...
2022-06-17 Edward Tomasz Napi... linux(4): Reduce diffs between linux_rt_sendsig() and...
2022-06-17 Mateusz Guziklinux: remove the always curthread argument from lconvpath
2022-06-17 Edward Tomasz Napi... linux: Replace ifdefs in ptrace with per-architecture...
2022-06-17 Edward Tomasz Napi... linux: Add ptrace(2) support on arm64
2022-06-17 Edward Tomasz Napi... linux: Fix another amd64-specific piece of linux_ptrace.c
2022-06-17 Edward Tomasz Napi... linux: Make linux_ptrace.c portable
2022-06-17 Edward Tomasz Napi... linux: make PTRACE_SETREGS use a correct struct
2022-06-17 Edward Tomasz Napi... linux: make PTRACE_GETREGS return correct struct
2022-06-17 Edward Tomasz Napi... linux: Constify bsd_to_linux_regset()
2022-06-17 Dmitry Chaginlinux(4): Remove the unnecessary spaces.
2022-06-17 Dmitry Chaginlinux(4): Regen for clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Add struct clone_args for future clone3 syste...
2022-06-17 Dmitry Chaginlinux(4): Regen for clone syscall.
2022-06-17 Dmitry Chaginlinux(4): Change clone syscall definition to match...
2022-06-17 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2022-06-17 Dmitry Chaginlinux(4): Regen for faccessat2 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement faccessat2 system call.
2022-06-17 Dmitry Chaginlinux(4): Fix gcc buld.
2022-06-17 Dmitry Chaginlinux(4): Allow musl brand to use FUTEX_REQUEUE op.
2022-06-17 Edward Tomasz Napi... linux: implement sigaltstack(2) on arm64
2022-06-17 Dmitry ChaginDrop "All rights reserved" from my copyright statements.
2022-06-17 Dmitry Chaginlinux(4): Add arch name to the some printfs.
2022-06-17 Dmitry Chaginlinux(4): Fixup the vDSO initialization order.
2022-06-17 Dmitry Chaginlinux(4): Constify vdso install/deinstall.
2022-06-17 Dmitry Chaginlinux(4); Almost complete the vDSO.
2022-06-17 Dmitry Chaginlinux(4): Modify sv_onexec hook to return an error.
2022-06-17 Dmitry Chaginlinux(4): Remove function prototypes from the vDSO.
2022-06-17 Edward Tomasz Napi... linux(4): implement coredump support
2022-06-17 Dmitry Chaginlinux(4): Retire linux_kplatform.
2022-06-17 Edward Tomasz Napi... linux: fix sigaltstack on amd64
2022-06-17 Edward Tomasz Napi... linux: reduce differences between rt_sendsig() and...
2022-06-17 Dmitry Chaginlinux(4): Regen for linux_poll system call.
2022-06-17 Dmitry Chaginlinux(4): Implement poll system call via linux_common_p...
2022-06-17 Dmitry Chaginlinux(4): Rework Linux ppoll system call.
2022-06-17 Dmitry Chaginlinux(4): Regen for futex system call.
2022-06-17 Dmitry Chaginlinux(4): Change Linux futex syscall definition to...
2022-06-17 Dmitry Chaginlinux(4): optimize ksiginfo to siginfo conversion.
2022-06-17 Dmitry ChaginRegen for ('0f8dab45404f347752470579feccc6d2739b9570...
2022-06-17 Dmitry Chaginlinux(4): Fix timeout parameter of rt_sigtimedwait...
2022-06-17 Dmitry Chaginlinux(4); Retire unnecessary __packed attribute from...
2022-06-17 Edward Tomasz Napi... linux: drop unneeded casts
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-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-21 Edward Tomasz Napi... linux: Make PTRACE_GETREGSET return proper buffer size
2022-02-21 Edward Tomasz Napi... linux: Fix ptrace panic with ERESTART
2022-02-21 Edward Tomasz Napi... linux: Improve debug for PTRACE_GETEVENTMSG
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_EVENT_EXEC
2022-02-21 Edward Tomasz Napi... linux: Make PTRACE_GET_SYSCALL_INFO handle EJUSTRETURN
2022-02-21 Edward Tomasz Napi... linux: Improve debug for PTRACE_GETREGSET
2022-02-21 Edward Tomasz Napi... linux: Improve debugging for PTRACE_GETREGSET
2022-02-21 Edward Tomasz Napi... linux: Implement some bits of PTRACE_PEEKUSER
2022-02-21 Edward Tomasz Napi... linux: Adjust PTRACE_GET_SYSCALL_INFO buffer size semantics
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2022-02-21 Edward Tomasz Napi... linux: make ptrace(2) return EIO when trying to peek...
2022-02-21 Edward Tomasz Napi... linux: refactor bsd_to_linux_regset() out of linux_ptrace.c
2022-02-21 Edward Tomasz Napi... linux(4): make arch_prctl(2) support GET_CET_STATUS...
2022-02-21 Edward Tomasz Napi... linux(4): fix ptrace(2) to properly handle orig_rax
2022-02-14 Edward Tomasz Napi... linux: implement rt_sigsuspend(2) on arm64
2022-02-13 Edward Tomasz Napi... Regen after 6d926e850d2.
2022-02-13 Edward Tomasz Napi... linux: add new syscall numbers
2022-02-13 Edward Tomasz Napi... linux: adjust ordering of Linux auxv and add dummy...
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-29 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-14 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
next