summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* fix missing variable in r298736avg2016-04-281-0/+1
* ensure that initial local apic id is sane on AMD 10h systemsavg2016-04-281-0/+13
* AMD64 pmap: Use howmany() macrocem2016-04-241-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-223-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-212-2/+2
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-194-5/+5
* Add 4Kn kernel dump supportcem2016-04-151-9/+7
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbussephe2016-04-153-19/+0
* Expose doreti as a global symbol on amd64 and i386.jhb2016-04-131-0/+1
* Enable DEVICE_NUMA with up to 8 domains by default on amd64.jhb2016-04-123-1/+3
* re-enable AMD Topology extension on certain models if disabled by BIOSavg2016-04-121-1/+1
* [amd64] dtrace_invop handler is to be called only for kernel exceptionsavg2016-04-121-0/+2
* Allow guest writes to AMD microcode update[0xc0010020] MSR without updating a...anish2016-04-111-0/+5
* Make CloudABI's way of doing TLS more friendly to userspace emulators.ed2016-04-061-4/+60
* Add kern.features flags for linux and linux64 modulesbapt2016-04-052-0/+2
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.jhb2016-04-031-125/+0
* Make Position Independent Executables work for CloudABI.ed2016-03-311-0/+1
* Type of the interrupt handlers on x86 cannot be expressed in C.kib2016-03-292-4/+1
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-272-2/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-272-0/+2
* Polish wbwd(4) driver and add more supported chips.mav2016-03-241-1/+0
* Enable interrupts on the BSP once all PICs are initialized.jhb2016-03-241-7/+0
* Regen for r297061 (fstatfs64 Linux syscall).dchagin2016-03-205-7/+29
* Implement fstatfs64 system call.dchagin2016-03-202-2/+1
* Due to invalid use of a signed intermediate value in the bounds checkingglebius2016-03-161-2/+2
* The PKRU state size is 4 bytes, its support makes the XSAVE area sizekib2016-03-151-3/+4
* Fix reporting of the CloudABI ABI in kdump.jhb2016-03-091-1/+1
* Bump VM_MAX_MEMSEGS from 2 to 3 to match the number of VM segmentmarcel2016-02-261-1/+1
* Return dst as the result from memcpy(9) on amd64.kib2016-02-241-0/+1
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toskra2016-02-221-1/+0
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-222-2/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-223-4/+0
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Redo r292484. Embed task(9) into zone, so that uz_maxaction is calledglebius2016-02-031-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-274-7/+7
* Implement AT_SECURE properly.delphij2016-01-272-2/+6
* Remove obsolete comment.dchagin2016-01-231-1/+0
* Fix a typo.dchagin2016-01-231-2/+2
* Add missing atomic wrapper macro.hselasky2016-01-211-0/+1
* Use ANSI definitions. Wrap long line.kib2016-01-191-3/+4
* Clear whole XMM register file instead of only XMM0. Also clear x87kib2016-01-191-6/+8
* Regen after r293907.glebius2016-01-1410-14/+14
* Change linux get_robust_list system call to match actual linux one.glebius2016-01-142-4/+4
* Remove dead code when the target processor has POPCNT instruction.jkim2016-01-131-1/+4
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-094-1/+59
* Move amd64 metadata.h to x86 and share with i386emaste2016-01-071-54/+3
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-1/+5
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.jhb2015-12-232-44/+2
* Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.hngie2015-12-221-1/+0
* Save the physical address passed into the kernel of the UEFI systemimp2015-12-191-0/+9
OpenPOWER on IntegriCloud