aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* vmm(4): Decode and emulate BEXTRConrad Meyer2020-04-211-0/+86
* vmm(4): Decode 3-byte VEX-prefixed instructionsConrad Meyer2020-04-212-4/+91
* vmm(4): Bump VM_MAX_MEMMAPS for vmgenidConrad Meyer2020-04-191-1/+1
* vmm.h: Add ABI assertions and mark implicit holesConrad Meyer2020-04-171-2/+14
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-162-10/+10
* vmm(4): Expose instruction decode to userspace buildConrad Meyer2020-04-162-2/+24
* Make ps_strings in struct image_params into a pointer.Brooks Davis2020-04-152-2/+2
* Centralize compatability translation macros.Brooks Davis2020-04-142-16/+4
* Add queue(2) debug macros as build optionsConrad Meyer2020-04-122-0/+2
* Retire procfs-based process debugging.John Baldwin2020-04-015-13/+4
* Merge ACPICA 20200326.Jung-uk Kim2020-03-272-40/+21
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+1
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Untangle TPR shadowing and APIC virtualization.Michael Reifenberger2020-03-103-18/+84
* [aacraid] Port driver to big-endianLeandro Lupori2020-03-051-4/+0
* amd64 pmap.c: minor codegen optimization in flag accessRyan Libby2020-02-281-4/+4
* amd64 atomic.h: minor codegen optimization in flag accessRyan Libby2020-02-281-12/+6
* Remove trailing whitespace.Brooks Davis2020-02-271-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-12/+21
* Fix IBRS for machines with IBRS_ALL capability.Konstantin Belousov2020-02-252-2/+2
* amd64: keep PTE bitmasks in sync with target pmap during pv reclaimChuck Silvers2020-02-181-3/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (4 of many)Pawel Biernacki2020-02-1511-19/+33
* amd64: remove no longer needed atomic_load_ptr castsMateusz Guzik2020-02-141-2/+2
* Make atomic_load_ptr type-awareMateusz Guzik2020-02-141-3/+3
* amd64: only check for error != 0 in the inlined part of l1d flush checkMateusz Guzik2020-02-141-8/+15
* vmm: Add Hygon Dhyana support.Konstantin Belousov2020-02-136-10/+14
* amd64: provide custom zpcpu set/add/sub routinesMateusz Guzik2020-02-122-4/+58
* amd64: store per-cpu allocations subtracted by __pcpuMateusz Guzik2020-02-122-2/+8
* amd64: remove redundant sa->code assignment from cpu_fetch_syscall_args_fallbackMateusz Guzik2020-02-111-2/+0
* amd64: clean up counter(9)Mateusz Guzik2020-02-071-8/+9
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-1/+1
* regen linuxulator sysent after r357577Ed Maste2020-02-055-5/+75
* linuxulator: implement sendfileEd Maste2020-02-053-4/+4
* Fix map locking in the CLEAR_PKRU sysarch(2) handler.Mark Johnston2020-02-051-1/+1
* Regen after r357503.Edward Tomasz Napierala2020-02-045-18/+162
* Add missing linux(4) syscall entries. This fixes missing debugEdward Tomasz Napierala2020-02-042-10/+19
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-6/+0
* amd64: speed up failing case for memcmpMateusz Guzik2020-01-301-58/+48
* amd64: revamp memcmpMateusz Guzik2020-01-281-74/+173
* Regen.Mark Johnston2020-01-212-46/+101
* Fix 64-bit syscall argument fetching in 32-bit Linux syscall handlers.Mark Johnston2020-01-212-16/+12
* Add support for Hygon Dhyana Family 18h processor.Konstantin Belousov2020-01-211-1/+3
* sysent targets: further cleanup and deduplicationKyle Evans2020-01-182-46/+4
* Set .ORDER for makesyscalls generated filesKyle Evans2020-01-102-0/+6
* sysctl: mark more nodes as MPSAFEPawel Biernacki2020-01-061-4/+6
* locks: add default delay structMateusz Guzik2020-01-051-2/+1
* When a copy-on-write fault occurs, pmap_enter() is called on to replace theAlan Cox2020-01-041-3/+9
* bhyve: terminate waiting loops if thread suspension is requested.Konstantin Belousov2020-01-024-18/+52
* Add basic getcpu(2) support to linuxulator. The purpose of thisEdward Tomasz Napierala2019-12-312-4/+0