summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Use private cache line for the locked nop in *mb() on i386.kib2015-07-302-34/+41
* MFamd64 r285934: Remove store/load (= full) barrier from the i386kib2015-07-291-17/+7
* Remove dead functions pmap_pvdump and pads.sbruno2015-07-291-48/+0
* Remove duplicate and useless declarations.kib2015-07-222-2/+0
* Various changes to the registers displayed in DDB for x86.jhb2015-07-222-45/+58
* Let the unwinder handle faults during function prologues or epilogues.markj2015-07-211-1/+3
* Improve stack unwinding on i386 and amd64 after an IP fault.markj2015-07-211-5/+18
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-191-1/+0
* Revert bit of the r285627, locore.s does not need include ofkib2015-07-191-1/+0
* Merge driver for PMC Sierra's range of SAS/SATA HBAs.benno2015-07-172-0/+4
|\
| * Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/80...achim2015-07-072-0/+4
* | When checking for the valid value of the frame pointer, verify that itkib2015-07-161-5/+5
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+1
* | Spell crypto correctly.brueffer2015-07-141-1/+1
* | Convert between abridged (from FXSAVE) and unabridged (from FSAVE)kib2015-07-101-6/+13
* | Duplicate the copyright from the i386/i386/machdep.c intokib2015-07-101-6/+36
* | Now that aesni won't reuse fpu contexts (D3016), add seatbelts to thejmg2015-07-081-2/+10
* | Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+32
|/
* Fix up tabs vs. spacesgnn2015-07-041-1/+1
* Enable IPSEC in all GENERIC kernels.gnn2015-07-041-0/+4
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-023-4/+4
* Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain andkib2015-06-293-58/+103
* Move CS_SECURE() and EFL_SECURE() macros to the machine/frame.h. Theykib2015-06-292-3/+8
* Add a comment about too strong semantic of atomic_load_acq() on x86.kib2015-06-291-0/+9
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests tokib2015-06-291-2/+51
* Reduce code duplication. Add helper fill_based_sd(9) which creates akib2015-06-292-23/+22
* Remove unneeded data dependency, currently imposed bykib2015-06-282-49/+76
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-4/+2
* Report the values of x86 segment registers to remote debuggers.jhb2015-06-123-2/+17
* Ensure that the upper 16 bits of segment registers manually saved injhb2015-06-122-15/+30
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+17
* Implement lockless resource limits.mjg2015-06-103-24/+8
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-2/+2
* Account for superpage mappings that are created by pmap_copy().alc2015-06-091-0/+1
* Merge r283870 from amd64:dim2015-06-081-6/+2
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Update print_INTEL_TLB() by the tag values from the Intel SDMkib2015-06-062-0/+2
* When I merged the lemul branch I missied kib@'s r282708 commit.dchagin2015-05-251-9/+0
* Regen for r283492.dchagin2015-05-245-8/+20
* Implement Linux specific syncfs() system call.dchagin2015-05-242-2/+1
* Regen for r283488.dchagin2015-05-245-10/+69
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-242-4/+6
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-241-16/+0
* Regen for r283484.dchagin2015-05-245-7/+7
* Implement epoll_pwait() system call.dchagin2015-05-242-2/+1
* Regen for r283480.dchagin2015-05-245-8/+35
* Add utimensat() system call.dchagin2015-05-242-2/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-8/+0
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-244-94/+17
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-242-26/+0
OpenPOWER on IntegriCloud