summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-2/+0
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forbz2007-07-041-2/+2
* Revert previous commit, retaining cpufreq.njl2007-07-011-0/+3
* Add cpufreq(4) to GENERIC. It does not change the frequency by default,njl2007-07-012-3/+3
* Pages that do belong to an object and page queue can now be freed withoutalc2007-07-011-10/+8
* Check for pte being NULL in return from pmap_pte_pde- unlikely ormjacob2007-06-171-0/+6
* Initialize lastaddr to zero to make gcc4.2 happy.mjacob2007-06-171-1/+1
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* Add nfe(4) to the list of drivers supported by GENERIC kernel.yongari2007-06-121-1/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALmjacob2007-06-111-0/+4
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.thompsa2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanmarcel2007-06-111-0/+4
* Optimize vmmeter locking.attilio2007-06-102-9/+0
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Backout experimental adaptive-spin umtx code.davidxu2007-06-063-4/+0
* Move a warning under bootverbose as no machines that trigger it have endedjhb2007-06-051-1/+1
* - Add a new argument to cpu_switch. This is a pointer to a mutex thatjeff2007-06-051-14/+27
* - Expose td_lock to assembly so it may be used in cpu_switch().jeff2007-06-051-0/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-052-10/+10
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Commit 11/14 of sched_lock decomposition.jeff2007-06-041-30/+0
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-23/+4
* Rework the PCPU_* (MD) interface:attilio2007-06-044-10/+33
OpenPOWER on IntegriCloud