summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-042-4/+4
* Add the machine-specific definitions for configuring the new physicalalc2007-06-032-1/+45
* Revert VMCNT_* operations introduction.attilio2007-05-312-7/+8
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-3/+12
* Add CPUID2_PDCMdes2007-05-311-0/+1
* MFi386: PDCM, remove pointless messagedes2007-05-301-7/+2
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.simokawa2007-05-281-0/+3
* Remove "XXX Giant" comments before calls to kdb_trap() -- the kernelrwatson2007-05-271-1/+0
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-232-43/+124
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-2/+2
* Remove extern struct pcpu __pcpu[]; from the header file andkan2007-05-192-2/+2
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-8/+7
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-34/+28
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.kevlo2007-05-101-0/+1
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-091-0/+4
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-091-0/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-085-62/+82
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-088-108/+169
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-0/+84
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-025-132/+102
OpenPOWER on IntegriCloud