aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Return dst as the result from memcpy(9) on amd64.Konstantin Belousov2016-02-241-0/+1
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-222-2/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-223-4/+0
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aGleb Smirnoff2016-02-091-1/+0
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledGleb Smirnoff2016-02-031-0/+1
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-274-7/+7
* Implement AT_SECURE properly.Xin LI2016-01-272-2/+6
* Remove obsolete comment.Dmitry Chagin2016-01-231-1/+0
* Fix a typo.Dmitry Chagin2016-01-231-2/+2
* Add missing atomic wrapper macro.Hans Petter Selasky2016-01-211-0/+1
* Use ANSI definitions. Wrap long line.Konstantin Belousov2016-01-191-3/+4
* Clear whole XMM register file instead of only XMM0. Also clear x87Konstantin Belousov2016-01-191-6/+8
* Regen after r293907.Gleb Smirnoff2016-01-1410-14/+14
* Change linux get_robust_list system call to match actual linux one.Gleb Smirnoff2016-01-142-4/+4
* Remove dead code when the target processor has POPCNT instruction.Jung-uk Kim2016-01-131-1/+4
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-094-1/+59
* Move amd64 metadata.h to x86 and share with i386Ed Maste2016-01-071-54/+3
* Make the 'env' directive described in config(5) work on all architectures,Ian Lepore2016-01-021-1/+5
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.John Baldwin2015-12-232-44/+2
* Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.hEnji Cooper2015-12-221-1/+0
* Save the physical address passed into the kernel of the UEFI systemWarner Losh2015-12-191-0/+9
* Merge common parts of i386 and amd64 md_var.h and smp.h intoKonstantin Belousov2015-12-072-157/+9
* Use ANSI C definition.Konstantin Belousov2015-12-071-6/+1
* pmap_invalidate_range: For very large ranges, flush the whole TLBConrad Meyer2015-12-061-0/+8
* For amd64 non-PCID machines, and for i386 machines with support forKonstantin Belousov2015-12-034-162/+8
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-283-9/+0
* Fix whitespace on addition of IPSEC optionEd Maste2015-11-261-1/+1
* Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov2015-11-231-1/+1
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+0
* Export various helper variables describing the layout and size ofJohn Baldwin2015-11-121-8/+12
* pmap_change_attr: Only fixup DMAP for DMAPed rangesConrad Meyer2015-10-291-4/+7
* Update for LINUX32 rename. The assembler didn't complain about undefinedJohn Baldwin2015-10-291-2/+2
* Fix build with DEBUG defined.John Baldwin2015-10-292-3/+3
* Bring the tags and links entries for amd64 up to date.Kirk McKusick2015-10-271-3/+4
* Intel SDM before revision 56 described the CLFLUSH instruction as onlyKonstantin Belousov2015-10-242-12/+37
* Add CLFLUSHOPT instruction wrappers.Konstantin Belousov2015-10-231-0/+7
* Regen for linux32 rename and linux64 systrace.John Baldwin2015-10-229-612/+612
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-224-11/+11
* Merge r289055 to amd64/linux32:John Baldwin2015-10-221-1/+1
* Refactoring: move out generic bits from cloudabi64_sysvec.c.Ed Schouten2015-10-221-117/+2
* x86/xen: Consolidate xen-os.h in a single placeRoger Pau Monné2015-10-211-130/+4
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-1/+0
* linux: fix handling of out-of-bounds syscall attemptsMateusz Guzik2015-10-081-1/+1
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-081-1/+1
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-062-1/+1
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'tAlan Cox2015-09-261-1/+1
* amd64: plug redundant bootAP declarationMateusz Guzik2015-09-221-1/+0
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-8/+9
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-10/+19