]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
mips: fcmpset: do not spin on sc failure
[FreeBSD/FreeBSD.git] / sys / amd64 /
2019-09-30 Mark JohnstonRemove more identifiers orphaned by r351742.
2019-09-29 Mateusz Guzikamd64 pmap: batch chunk removal in pmap_remove_pages
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-27 Mark JohnstonCorrect the scope of several global variables.
2019-09-27 Konstantin BelousovImprove MD page fault handlers.
2019-09-26 Conrad Meyeramd64 pmap: Clarify largemap bootverbose message units
2019-09-26 Conrad Meyeramd64: Expose vm.pmap.large_map_pml4_entries as a sysct...
2019-09-26 Martin MatuskaMFV r352731:
2019-09-25 Kyle Evanssysent: regenerate after r352693
2019-09-25 Mark JohnstonComplete the removal of the "wire_count" field from...
2019-09-23 Mark JohnstonSet NX on some non-leaf direct map page table entries.
2019-09-23 Mark JohnstonUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 Mark JohnstonSet NX in mappings created by pmap_kenter() and pmap_ke...
2019-09-22 Konstantin Belousovamd64: minor tweaks to pat decoding in sysctl vm.pmap...
2019-09-21 Konstantin Belousovamd64 pmap: Fix formats for 64bit addresses in ddb...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-16 Mark JohnstonRevert r352406, which contained changes I didn't intend...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-11 Ed MasteUpdate comments and ordering in linux*_dummy.c
2019-09-11 Ed Mastelinuxulator: memfd_create first appeared in Linux 3.17
2019-09-11 Ed Mastelinuxulator: seccomp syscall first appeared in Linux...
2019-09-11 Ed Mastelinux: add trivial renameat2 implementation
2019-09-11 Ed Masteregen linuxulator sysent after r352208
2019-09-11 Ed Mastemake linux_renameat2 args consistent with linux_renameat
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-04 Edward Tomasz Napi... Improve debugging output.
2019-09-03 Mark JohnstonFix some nits in pmap_page_array_startup().
2019-09-03 Edward Tomasz Napi... Unbreak Linux binaries linked against new glibc, such...
2019-09-03 Mark JohnstonMap the vm_page array into KVA on amd64.
2019-09-02 Mark JohnstonAdd a sysctl to dump kernel mappings and their properti...
2019-09-02 Mark JohnstonReplace PMAP_LARGEMAP_MAX_ADDRESS() with a more general...
2019-08-29 John BaldwinSimplify bhyve vlapic ESR logic.
2019-08-29 Konstantin BelousovCentralize __pcpu definitions.
2019-08-28 John BaldwinUse get_pcpu() to fetch the current CPU's pcpu pointer.
2019-08-28 Mateusz Guzikamd64: clean up cpu_switch.S
2019-08-27 Hiroki SatoMFV r351553:
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Konstantin Belousovamd64: loose constraints on the APs dpcpu and nmi/dbg...
2019-08-25 Konstantin Belousovamd64: If domain-local page for pcpu cannot be allocate...
2019-08-24 Konstantin Belousovamd64: rework PCPU allocation
2019-08-24 Konstantin BelousovDo not constrain allocations for doublefault, boot...
2019-08-24 Konstantin BelousovStyle.
2019-08-24 Konstantin BelousovRemove unecessary VM_ALLOC_ZERO from allocation of...
2019-08-22 Cy SchubertMFV r346563:
2019-08-22 Conrad Meyergdb(4):amd64: Bump MI GDB_BUFSZ for more efficient...
2019-08-18 Jeff RobersonAllocate all per-cpu datastructures in domain correct...
2019-08-18 Jeff RobersonAllocate amd64's page array using pages and page direct...
2019-08-16 Jeff RobersonMove phys_avail definition into MI code. It is consume...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Ed Mastesys/{x86,amd64}: remove one of doubled ;s
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Warner LoshStart to split out the really x86 specific NOTES from...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Mark JohnstonUse designated initializers for vmm_ops.
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Konstantin Belousovamd64: prevents speculations over swapgs reload of...
2019-08-03 Konstantin Belousovamd64: Streamline exceptions and interrupts handlers.
2019-08-03 Konstantin Belousovbhyve: Ignore MSI/MSI-X interrupts sent to non-active...
2019-08-03 John BaldwinDon't reset memory attributes when mapping physical...
2019-08-01 Ed Mastevmx: use C99 bool, not boolean_t
2019-07-31 Konstantin BelousovMake randomized stack gap between strings and pointers...
2019-07-31 Alan CoxIn pmap_advise(), when we encounter a superpage mapping...
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Ed Mastelinuxulator: rename linux_locore.s to .asm
2019-07-30 Xin LIRemove gzip'ed a.out support.
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan CoxSimplify the handling of superpages in pmap_clear_modif...
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 John BaldwinImprove the precision of bhyve's vPIT.
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-18 Cy SchubertMFV r350080:
2019-07-15 John BaldwinDon't pass error from syscallenter() to syscallret().
2019-07-12 Konstantin BelousovFix syntax.
2019-07-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-12 Scott LongTie the name limit of a VM to SPECNAMELEN from devfs...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Edward Tomasz Napi... Add support for PTRACE_O_TRACEEXIT to linuxulator ptrac...
2019-07-04 Edward Tomasz Napi... Implement PTRACE_GETSIGINFO. This makes Linux strace...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-02 Alexander MotinAdd driver for NTB in AMD SoC.
2019-07-01 Alan CoxTidy up pmap_copy(). Notably, deindent the innermost...
2019-07-01 Andriy Gaponadd superio driver
2019-06-30 Navdeep ParharDisplay the approximate space needed when a minidump...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Alan CoxWhen we protect PTEs (as opposed to PDEs), we only...
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
next