summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-163-32/+9
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-40/+46
* Regen for r218610.dchagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Clear the padding when returning context to the usermode, forkib2011-02-052-0/+16
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Regen for r218101.dchagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* My style(9) bug.dchagin2011-01-291-1/+3
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+43
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* linux_sigreturn() loads the struct trapframe from l_sigcontextkib2011-01-271-22/+22
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-262-3/+3
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-261-6/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+3
* Use CTLFLAG_RDTUN for read-only sysctl that exports tunable.kib2011-01-191-2/+2
* Make the length of the LDT a loader tunable, machdep.max_ldt_segment,kib2011-01-181-2/+18
* Use malloc(9) instead of kmem_alloc(9) for temporal copy of thekib2011-01-181-9/+3
* - Remove some always-true checks (checking for unsigned < 0).jhb2011-01-181-4/+4
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-173-11/+6
* Avoid preemption while manipulating CRs and MTRRs.jkim2011-01-171-0/+4
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-142-2/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-9/+9
* If an interrupt on an I/O APIC is moved to a different CPU after it hasjhb2011-01-131-6/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-210/+3
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-084-6/+10
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-12/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Increase size of pcb_flags to four bytes.jkim2010-12-223-16/+16
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-2212-100/+152
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1081/+3
* Inform a compiler which asm statements in the x86 implementation ofkib2010-12-181-9/+10
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-142-3/+18
* Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matchingrwatson2010-12-131-0/+1
* In fpudna()/npxdna(), mark FPU context initialized and optionallykib2010-12-121-1/+3
* Derive the XENHVM kernel from GENERIC, adding only the options requiredrwatson2010-12-101-138/+9
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.ccperciva2010-12-091-1222/+0
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.jkim2010-12-081-7/+1
* On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192,cperciva2010-12-081-0/+4
* MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is acperciva2010-12-081-0/+5
* MFi386 r1.81, r1.82, r1.84: Reorganize code to reduce cache pressure andcperciva2010-12-081-72/+80
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-082-253/+1
OpenPOWER on IntegriCloud