summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add the machine-specific definitions for configuring the new physicalalc2007-06-052-1/+44
* Commit 14/14 of sched_lock decomposition.jeff2007-06-053-12/+12
* - 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-21/+5
* Rework the PCPU_* (MD) interface:attilio2007-06-043-8/+31
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-044-5/+5
* Revert VMCNT_* operations introduction.attilio2007-05-312-5/+5
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-3/+22
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Add CPUID2_PDCMdes2007-05-311-0/+1
* Add descriptive comment to PDCM entry.des2007-05-291-1/+1
* Remove a pointless bootverbose message.des2007-05-291-6/+1
* Add feature name for features2 bit 15.des2007-05-291-1/+1
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-293-8/+21
* 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
* Eliminate an unused definition.alc2007-05-271-2/+0
* Remove "XXX Giant" comments before calls to kdb_trap() -- the kernelrwatson2007-05-271-1/+0
* Don't check curproc->p_comm for NULL as it is an array allocated as part ofrwatson2007-05-271-3/+1
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-232-45/+127
* 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
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-205-70/+74
* Initializae lastaddr to 0 in bus_dmamap_load_uio so thatmjacob2007-05-201-0/+1
* 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-5/+5
* Update entries for building tags.mckusick2007-05-131-3/+3
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-091-0/+4
* o Fix typo: comments start by "#" not "*".maxim2007-05-091-1/+1
* 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-54/+75
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-088-108/+170
* Add rum(4)kevlo2007-05-071-0/+2
* Bring in the reminaing bits to make interrupt filtering work:piso2007-05-061-1/+85
* Add support for Ralink Technology RT2501USB/RT2601USB devices.kevlo2007-05-061-0/+2
* 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-133/+103
* Disable C1 Enhanced mode on AMD K8 Family Revision F and above to keepariff2007-04-251-0/+23
* Fix the triple fault used as a last resort during a reboot to actuallyjhb2007-04-241-3/+7
* Update comments for the 0xcf9 and 0x92 reset methods to explain what we arejhb2007-04-241-3/+15
* Tweak printf string.jhb2007-04-231-1/+1
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-5/+0
* Modify TLB invalidation handling.ups2007-04-211-27/+71
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* style nitphk2007-04-191-1/+2
* On AMD's Geode LX: Force the TSC to run through core-suspension so we canphk2007-04-181-0/+8
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byjhb2007-04-171-0/+5
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-131-3/+3
OpenPOWER on IntegriCloud