summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Improve get_pv_entry()'s handling of low-memory conditions. After pagealc2007-11-301-12/+14
* Don't use plain "ret" instructions at targets of jump instructions,bde2007-11-291-2/+2
* Remove entry points for -finstrument functions since they are currentlybde2007-11-291-12/+8
* Account for pv entry pages in the total number of wired pages. (Note: pvalc2007-11-281-3/+6
* Adjust the code to probe for the PCI config mechanism to use.jhb2007-11-282-172/+11
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-281-1/+0
* Remove the 'needbounce' variable from the _bus_dmamap_load_buffer()jhb2007-11-271-5/+2
* MFP4: Add assembly language symbols used by hwpmc(4)'s callchain capture.jkoshy2007-11-231-0/+3
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+29
* Add support for cross double fault frames in stack traces:jhb2007-11-154-5/+26
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* A bunch more files that should probably print out a thread namejulian2007-11-141-3/+3
* generally we are interested in what thread did something asjulian2007-11-141-2/+2
* Link wpi(4) into the build.benjsc2007-11-081-0/+2
* Add comments explaining why all stores updating a non-kernel page tablealc2007-11-051-1/+23
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+4
* Eliminate spurious "Approaching the limit on PV entries, ..."alc2007-11-031-5/+4
* Move nvram out of DEFAULTS. There really isn't a lot of justificationpeter2007-10-292-1/+3
* - Add constants for the different memory types in the SMAP table.jhb2007-10-283-4/+10
* Don't test the APIC flag in the cpuid features for amd64 to see if ajhb2007-10-271-4/+0
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-263-97/+4
* Ooops. Put back Invariants and witnessimp2007-10-261-4/+4
* Add usb serial devices by default. I'm tired of telling people how toimp2007-10-261-4/+16
* Update copyright attribution.jhb2007-10-241-1/+2
* Switch over to ULE as the default scheduler for amd64 and i386kensmith2007-10-191-1/+1
* Backout sensors framework.netchild2007-10-151-8/+0
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-141-0/+8
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-0/+12
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Fix some entries in the locks static table of witness.attilio2007-09-201-1/+0
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-183-1/+15
* Fix an undefined symbol that as/ld neglected to flag as a problem. Itpeter2007-09-171-0/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+0
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-2/+4
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-1/+1
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-111-1/+1
* Regenerate.kib2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-1/+2
* Assign sizes to assembly language support functions.jkoshy2007-08-222-4/+34
* Define an END() macro for use in i386 and amd64 assembly code, akinjkoshy2007-08-222-0/+4
* In general, when we map a page into the kernel's address space, we noalc2007-08-211-4/+3
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-152-0/+8
* Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) topeter2007-08-022-18/+6
* If the trap number stored in the trapframe is corrupted into a negativejhb2007-07-261-2/+4
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-2/+1
* - Optimize the amd64 cpu_switch() TD_LOCK blocking and releasing tojeff2007-07-171-15/+19
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-1/+2
OpenPOWER on IntegriCloud