Correctly update the address to write to after storing the stack pointer
[freebsd.git] / sys / i386 /
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-12 marcelBetter support memory mapped console devices, such...
2015-08-12 kibInitialization of smp_tlb_wait does not require release...
2015-08-12 kibAP should load aps_ready with acquire semantic to see...
2015-08-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-07 kibRemove unused i386 header privatespace.h. For the...
2015-08-06 jhbRemove some more vestiges of the Xen PV domu support...
2015-08-05 emasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-05 kibFix UP build after r286296, ensure that CPU_FOREACH...
2015-08-04 jahAdd two new pmap functions:
2015-08-04 kibGive large kernel stack to the initial thread . Otherw...
2015-08-03 impAdd pmspvc device back to GENERIC. The issues with...
2015-08-03 kibClear the IA32_MISC_ENABLE MSR bit, which limits the...
2015-07-31 gjbPull pmspcv (pms(4)) from GENERIC. It has PCI ID conflicts
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 kibImprove comments.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 kibUse private cache line for the locked nop in *mb()...
2015-07-29 kibMFamd64 r285934: Remove store/load (= full) barrier...
2015-07-29 sbrunoRemove dead functions pmap_pvdump and pads.
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 kibRemove duplicate and useless declarations.
2015-07-22 jhbVarious changes to the registers displayed in DDB for...
2015-07-21 markjLet the unwinder handle faults during function prologue...
2015-07-21 markjImprove stack unwinding on i386 and amd64 after an...
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 kibRevert bit of the r285627, locore.s does not need inclu...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 kibWhen checking for the valid value of the frame pointer...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-14 bruefferSpell crypto correctly.
2015-07-10 kibConvert between abridged (from FXSAVE) and unabridged...
2015-07-10 kibDuplicate the copyright from the i386/i386/machdep...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 jmgNow that aesni won't reuse fpu contexts (D3016), add...
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 achimDriver 'pmspcv' added. Supports PMC-Sierra PM8001/8081...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 gnnFix up tabs vs. spaces
2015-07-04 gnnEnable IPSEC in all GENERIC kernels.
2015-07-02 kibUse single instance of the identical INKERNEL() and...
2015-06-29 kibProvide npx_get_fsave(9) and npx_set_fsave(9) functions...
2015-06-29 kibMove CS_SECURE() and EFL_SECURE() macros to the machine...
2015-06-29 kibAdd a comment about too strong semantic of atomic_load_...
2015-06-29 kibAdd x86 PT_GETFSBASE, PT_GETGSBASE machine-depended...
2015-06-29 kibReduce code duplication. Add helper fill_based_sd...
2015-06-28 kibRemove unneeded data dependency, currently imposed by
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-13 sjgAdd META_MODE support.
2015-06-12 jhbReport the values of x86 segment registers to remote...
2015-06-12 jhbEnsure that the upper 16 bits of segment registers...
2015-06-10 delphijMFV r284234:
2015-06-10 brAllow DTrace to be compiled-in to the kernel.
2015-06-10 mjgImplement lockless resource limits.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-09 alcAccount for superpage mappings that are created by...
2015-06-08 dimMerge r283870 from amd64:
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-06 kibUpdate print_INTEL_TLB() by the tag values from the...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-24 dchaginRegen for r283492.
2015-05-24 dchaginImplement Linux specific syncfs() system call.
2015-05-24 dchaginRegen for r283488.
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginRegen for r283484.
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginRegen for r283480.
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 dchaginRegen for r283467.
2015-05-24 dchaginCall nosys in case when the incorrect syscall number...
2015-05-24 dchaginRegen for r283465.
2015-05-24 dchaginAdd preliminary fallocate system call implementation
2015-05-24 dchaginRegen for r283451.
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchaginRegen for r283444.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginRegen for r283441.
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 dchaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 dchaginBeing exported through vdso the note.Linux section...
2015-05-24 dchaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 dchaginRegen for r283428.
2015-05-24 dchaginChange linux faccessat syscall definition to match...
2015-05-24 dchaginIntroduce a new module linux_common.ko which is intende...
2015-05-24 dchaginx86_64 Linux do not use multiplexing on ipc system...
2015-05-24 dchaginRemove stale comment about a signal trampoline which
2015-05-24 dchaginPut linux_platform into the vdso to avoid copying it...
next