]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
linux(4): Fix LINUX_AT_COUNT comments
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-09 Mark Johnstonsysarch: Add includes required for ktrcapfail() calls...
2023-04-25 Konstantin Belousovx86: initialize use_xsave once
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-09 Dmitry Chagini386: ansify
2023-02-09 Dmitry Chaginamd64: Eliminate write only cpu_fxsr.
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-20 Konstantin Belousovi386: print trampoline disposition value for verbose...
2023-01-14 Gordon Berglingi386: Fix a typo in a source code comment
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-06 Mitchell Horneddb: print the actual syscall name
2022-11-06 Mitchell Horneddb: de-duplicate decode_syscall()
2022-10-26 Konstantin BelousovAdd vm_page_any_valid()
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-21 Konstantin Belousovi386: explain the handshake between copyout_fast.s...
2022-09-21 Konstantin Belousovi386: lower register's pressure on copyout_fast
2022-09-21 Konstantin Belousovi386 copyout/in_fast: handle page fault from KVA access
2022-09-21 Konstantin Belousovi386: check that trap() and syscall() run on the thread...
2022-09-21 Konstantin Belousovi386 copyout_fast: do not use trampstk for temporal...
2022-09-21 Konstantin Belousovi386 double fault: %ebx printout was missed
2022-09-07 Gordon Berglingi386: Correct a typo in source code comment
2022-09-02 Tijl Coosemansi386 doreti: Fix calculation of stack frame size
2022-08-31 Konstantin Belousovi386/exception.s: fix mismerge
2022-08-31 Konstantin Belousovx86: improve machdep.uprintf_signal
2022-08-31 Konstantin Belousovx86: print trap name in addition of trap number
2022-08-31 Konstantin Belousovi386: print all GPRs, PSL, and CR3 on double fault
2022-08-31 Konstantin Belousovi386: simplify flow control in irettraps
2022-08-31 Konstantin Belousovi386 doreti: stop saving/restoring %ecx around calls...
2022-08-31 Konstantin Belousovi386: do not allow userspace to set tf_trapno on sigret...
2022-08-31 Konstantin Belousovirettraps: i386 does not push %ss/%esp when exception...
2022-08-31 Konstantin Belousovi386 copyout_fast: improve detection of a fault on...
2022-08-08 Mateusz Guziki386: fix pmap_trm_arena_last atomic load type
2022-07-04 Mitchell Horneset_cputicker: use a bool
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-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry ChaginRemove dead code.
2022-06-17 Dmitry Chaginfork: Allow ABI to specify fork return values for child.
2022-06-10 Gordon Berglingfpu: Fix a typo in a source code comment
2022-05-13 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-05-12 Andrew TurnerAdd PT_GETREGSET
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-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-14 Gordon Berglingi386: Remove a double word in a source code comment
2022-03-31 Mark Johnstonx86: Probe the TSC frequency earlier
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-15 Mark Johnstoni386: Call clock_init() after finishidentcpu()
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
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-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-09 Konstantin BelousovSilent some warnings for i386 kernel build
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-15 Konstantin Belousovx86: add a comment providing source for numbers in...
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-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-19 Warner Loshsysbeep: Adjust interface to take a duration as a sbt
2021-11-03 Mark JohnstonUse the vm_radix_init() helper when initializing pmaps
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-11-01 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-16 Konstantin Belousovi386: move signal delivery code to exec_machdep.c
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-15 Mitchell Horneminidump: De-duplicate is_dumpable()
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-02 Konstantin BelousovStyle
2021-08-31 Gordon BerglingFix some common typos in source code comments
2021-08-23 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-08-19 Gordon BerglingFix a common typo in source code comments
2021-07-29 Mark JohnstonAssert that valid PTEs are not overwritten when install...
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-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-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-22 Mark Johnstonhyperv: Fix vmbus after the i386 4/4 split
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 Johnstoni386: Make setidt_disp a size_t instead of uintptr_t
2021-06-04 Konstantin Belousovx86: initialize initial FPU state earlier
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: consolidate hw watchpoint logic into new file
2021-04-06 Konstantin Belousovx86: clear %db registers in new process
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...
next