aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add nfe(4) to the list of drivers supported by GENERIC kernel.Pyun YongHyeon2007-06-121-1/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALMatt Jacob2007-06-111-0/+4
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.Andrew Thompson2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanMarcel Moolenaar2007-06-111-0/+4
* Optimize vmmeter locking.Attilio Rao2007-06-102-9/+0
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-081-0/+1
* Backout experimental adaptive-spin umtx code.David Xu2007-06-063-4/+0
* Move a warning under bootverbose as no machines that trigger it have endedJohn Baldwin2007-06-051-1/+1
* - Add a new argument to cpu_switch. This is a pointer to a mutex thatJeff Roberson2007-06-051-14/+27
* - Expose td_lock to assembly so it may be used in cpu_switch().Jeff Roberson2007-06-051-0/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-052-10/+10
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Commit 11/14 of sched_lock decomposition.Jeff Roberson2007-06-041-30/+0
* Commit 10/14 of sched_lock decomposition.Jeff Roberson2007-06-041-23/+4
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-044-10/+33
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-042-4/+4
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-032-1/+45
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-312-7/+8
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-3/+12
* Add CPUID2_PDCMDag-Erling Smørgrav2007-05-311-0/+1
* MFi386: PDCM, remove pointless messageDag-Erling Smørgrav2007-05-301-7/+2
* Honor maxsegsz of less than a page size in a DMA tag. Previously itPyun YongHyeon2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.Hidetoshi Shimokawa2007-05-281-0/+3
* Remove "XXX Giant" comments before calls to kdb_trap() -- the kernelRobert Watson2007-05-271-1/+0
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-232-43/+124
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.Jeff Roberson2007-05-201-2/+2
* Remove extern struct pcpu __pcpu[]; from the header file andAlexander Kabaev2007-05-192-2/+2
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructAlexander Kabaev2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-182-8/+7
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-34/+28
* Do not dereference linux_to_bsd_signal[-1] if userland hasAlexander Kabaev2007-05-111-4/+5
* Add wlan_amrr. ural(4) uses amrr as transmit rate control.Kevin Lo2007-05-101-0/+1
* It turns out that the hptiop driver isn't portable after all. Confine it toScott Long2007-05-091-0/+4
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.Scott Long2007-05-091-0/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesJohn Baldwin2007-05-085-62/+82
* Minor fixes and tweaks to the x86 interrupt code:John Baldwin2007-05-088-108/+169
* Bring in the reminaing bits to make interrupt filtering work:Paolo Pisati2007-05-061-0/+84
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-025-132/+102
* Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keepAriff Abdullah2007-04-251-0/+23
* Fix the triple fault used as a last resort during a reboot to actuallyJohn Baldwin2007-04-241-3/+8
* MFi386: Attempt to reset the machine using the Reset Control register andJohn Baldwin2007-04-241-1/+30
* Modify TLB invalidation handling.Stephan Uphoff2007-04-211-33/+78
* Add support for specifying a minimal size for vm.kmem_size in the loader viaStephane E. Potvin2007-04-211-1/+2
* Fix style(9) and comments.Jung-uk Kim2007-04-181-12/+16
* style(9) says sizeof's are not be followed by a space. Fix them.Jung-uk Kim2007-04-181-3/+3
* Implement settimeofday() for Linuxulator/amd64.Jung-uk Kim2007-04-182-1/+27
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byJohn Baldwin2007-04-171-0/+5