aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Clear the accessed bit when copying a managed superpage mappingAlan Cox2021-07-141-1/+16
* pccard: remove pccard device from all kernelsWarner Losh2021-07-141-1/+0
* pmap: Micro-optimize pmap_remove_pages() on amd64 and arm64Alan Cox2021-07-131-4/+10
* vmm: Fix AMD-vi using wrong rid rangeKa Ho Ng2021-07-133-63/+70
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-07-122-0/+3
* MINIMAL: remove debugging and some loadable network modulesHelge Oldach2021-07-111-13/+0
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-107-7/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-107-0/+7
* amd64 pmap: unexpand the NBPDR macro definitionKonstantin Belousov2021-07-101-1/+1
* amd64 mpboot.S: fix typo in commentKonstantin Belousov2021-07-101-1/+1
* amd64 locore.S: add FF copyright for LA57 workKonstantin Belousov2021-07-101-0/+6
* amd64 locore.S: trim .globl list from symbols gone for long timeKonstantin Belousov2021-07-101-1/+1
* x86: use ANSI C definition style for trap_fatalKonstantin Belousov2021-07-101-3/+1
* amd64: Mark the trapframe as initialized in trap()Mark Johnston2021-07-101-0/+3
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+4
* On a failed fcmpset don't pointlessly repeat testsAlan Cox2021-07-061-6/+5
* linux(4): implement coredump supportEdward Tomasz Napierala2021-06-304-38/+39
* amd64: a simplication to pmap_remove_{all,write}Alan Cox2021-06-301-6/+2
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-295-0/+18
* amd64: typo fix: memcmpy -> memcmp in a commentMateusz Guzik2021-06-261-1/+1
* linux(4): Make vDSO defines private.Dmitry Chagin2021-06-252-6/+6
* amd64: do not touch BIOS reset flag halfword, unless we boot through BIOSKonstantin Belousov2021-06-232-5/+10
* linux(4): Retire linux_kplatform.Dmitry Chagin2021-06-222-8/+0
* linux(4): Get rid of Linuxulator kernel build options.Dmitry Chagin2021-06-221-17/+0
* linux: reduce differences between rt_sendsig() and sendsig()Edward Tomasz Napierala2021-06-211-13/+14
* linux(4): Regen for linux_poll system call.Dmitry Chagin2021-06-2210-14/+28
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2021-06-222-4/+4
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-222-42/+0
* vmm: Fix ivrs_drv device_printf usageKa Ho Ng2021-06-191-15/+15
* amd64 efirt: initialize vm_pages backing EFI runtime memoryKonstantin Belousov2021-06-171-0/+9
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-152-2/+4
* amd64: Fix propagation of LDT updatesMark Johnston2021-06-141-7/+10
* an: Remove driverOlivier Houchard2021-06-111-1/+0
* linux(4): Regen for ppoll_time64 system call.Dmitry Chagin2021-06-103-3/+35
* linux(4): Implement ppoll_time64 system call.Dmitry Chagin2021-06-102-2/+7
* linux(4): Regen for pselect6_time64 system call.Dmitry Chagin2021-06-103-3/+40
* linux(4): Implement pselect6_time64 system call.Dmitry Chagin2021-06-102-2/+8
* linux(4): Regen for rt_sigtimedwait_time64 system call.Dmitry Chagin2021-06-103-3/+30
* linux(4): Implement rt_sigtimedwait_time64 system call.Dmitry Chagin2021-06-102-2/+6
* linux(4): Regen for futex_time64 system call.Dmitry Chagin2021-06-105-11/+48
* linux(4): Implement futex_time64 system call.Dmitry Chagin2021-06-102-2/+8
* linux(4): Regen for futex system call.Dmitry Chagin2021-06-104-18/+18
* linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2021-06-102-6/+6
* linux: make sure to zero the l_siginfo structure for ptrace(2)Edward Tomasz Napierala2021-06-081-0/+1
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-062-0/+2
* linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin2021-06-072-2/+2
* Regen for ('0f8dab45404f347752470579feccc6d2739b9570') LinuxDmitry Chagin2021-06-074-6/+6
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2021-06-072-2/+2
* Regen for ('6501370a7dfb358daf07555136742bc064e68cb7') LinuxDmitry Chagin2021-06-073-3/+30
* linux(4): Implement clock_nanosleep_time64 system call.Dmitry Chagin2021-06-072-2/+6