aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Use a sv_copyout_auxargs hook in the Linux ELF ABIs.John Baldwin2019-11-151-19/+16
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+1
* Add the pvscsi driver to the tree.Josh Paetzel2019-11-141-0/+1
* Tidy syscall declerations.Brooks Davis2019-11-141-1/+1
* i386: stop guessing the address of the trap frame in ddb backtrace.Konstantin Belousov2019-11-122-24/+31
* teach db_nextframe/x86 about [X]xen_intr_upcall interrupt handlerAndriy Gapon2019-11-121-1/+2
* db_nextframe/i386: reduce the number of special frame typesAndriy Gapon2019-11-111-20/+25
* vmm: pass M_WAITOK to uma_zalloc when allocating FPU save areaEric van Gyzen2019-11-081-1/+1
* Make linux(4) create /dev/shm. Linux applications often expectEdward Tomasz Napierala2019-11-061-0/+2
* linux: futex_mtx should follow futex_listYuri Pankov2019-10-181-1/+0
* Implement NetGDB(4)Conrad Meyer2019-10-171-0/+1
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-0/+1
* Remove page locking from pmap_mincore().Mark Johnston2019-10-162-10/+8
* itwd(4): driver for watchdog function in ITE Super I/O chipsAndriy Gapon2019-10-161-0/+2
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-151-21/+6
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-151-2/+2
* i386: hide more of atomic 64-bit definitions under _KERNELAndriy Gapon2019-10-081-0/+2
* Remove host binary object drivers from GENERICEd Maste2019-10-031-4/+0
* Improve MD page fault handlers.Konstantin Belousov2019-09-271-65/+45
* sysent: regenerate after r352693Kyle Evans2019-09-251-0/+7
* Complete the removal of the "wire_count" field from struct vm_page.Mark Johnston2019-09-251-23/+23
* i386: reduce differences in source between PAE and non-PAE pmaps ...Konstantin Belousov2019-09-221-22/+7
* i386: implement sysctl vm.pmap.kernel_maps.Konstantin Belousov2019-09-223-1/+253
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-4/+4
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-4/+4
* Update comments and ordering in linux*_dummy.cEd Maste2019-09-111-1/+1
* linuxulator: memfd_create first appeared in Linux 3.17Ed Maste2019-09-111-2/+1
* linuxulator: seccomp syscall first appeared in Linux 3.17Ed Maste2019-09-111-1/+2
* linux: add trivial renameat2 implementationEd Maste2019-09-111-2/+0
* regen linuxulator sysent after r352208Ed Maste2019-09-112-4/+4
* make linux_renameat2 args consistent with linux_renameatEd Maste2019-09-111-2/+2
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-18/+7
* Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.Konstantin Belousov2019-08-291-4/+0
* Centralize __pcpu definitions.Konstantin Belousov2019-08-295-38/+71
* i386: Implement atomic_load_64(9) and atomic_store_64(9).Konstantin Belousov2019-08-181-0/+2
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-163-21/+7
* Start to split out the really x86 specific NOTES from the global notes file.Warner Losh2019-08-121-0/+1
* Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-061-4/+7
* Don't reset memory attributes when mapping physical addresses for ACPI.John Baldwin2019-08-033-9/+28
* In pmap_advise(), when we encounter a superpage mapping, we first demote theAlan Cox2019-07-311-12/+20
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-301-0/+0
* Remove gzip'ed a.out support.Xin LI2019-07-301-1/+0
* Simplify the handling of superpages in pmap_clear_modify(). Specifically,Alan Cox2019-07-251-29/+19
* Revert r349973. Upon further reflection, I realized that the commentAlan Cox2019-07-161-0/+7
* Don't pass error from syscallenter() to syscallret().John Baldwin2019-07-151-3/+2
* Remove a stale comment.Alan Cox2019-07-131-7/+0
* Provide protection against starvation of the ll/sc loops when accessing userp...Konstantin Belousov2019-07-121-3/+5
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-1/+1
* Add driver for NTB in AMD SoC.Alexander Motin2019-07-021-0/+1
* add superio driverAndriy Gapon2019-07-011-0/+5