summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-22/+9
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+3
* - Explicitly validate an empty filter to match bpf_filter() comment[1].jkim2006-01-031-0/+4
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* Unbreak kernel build.netchild2006-01-011-3/+3
* MI changes:netchild2005-12-311-0/+32
* Fix watch address truncation. The address was truncated when it was passed topjd2005-12-271-3/+3
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-262-0/+4
* - Improve the INKERNEL macro such that it can no longer give false positives.jeff2005-12-231-1/+5
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-228-49/+16
* Move the hostb driver out of the i386 and amd64 PCI code (where it wasjhb2005-12-201-58/+0
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192scottl2005-12-161-1/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* Fix stale comment.jhb2005-12-141-2/+1
* Revert previous commit. The BIOS braindamage is even worse than Ijhb2005-12-131-0/+4
* Don't check the CPUID_APIC bit in the cpu_features flags field to determinejhb2005-12-131-4/+0
* For the amd64 platform, we can depend on the TSC being present. This patchpeter2005-12-121-0/+15
* Sync with i386, fix compiling for non-SMP.davidxu2005-12-091-0/+2
* MFi386:jhb2005-12-0813-186/+101
* Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-061-1/+3
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-5/+4
* Fix ZERO_EDX() macro from the previous commit. It was emittingjkim2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* s/M_WAITOK/M_NOWAIT/ while mutex is held.jkim2005-12-061-2/+2
* - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.jkim2005-12-062-21/+27
* Add experimental BPF Just-In-Time compiler for amd64 and i386.jkim2005-12-062-0/+921
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-051-0/+15
* Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,anholt2005-12-031-0/+1
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-0/+1
* If we get a stray interrupt, return after logging it. In the extremelyjhb2005-11-281-0/+1
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* Fix typo.le2005-11-241-1/+1
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.ru2005-11-241-1/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Expand the hack to mask the atpics if 'device atpic' is not in the kerneljhb2005-11-211-8/+28
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* - Always print the trap number so that we have something to start with forjhb2005-11-181-4/+9
* Fix spelling mistake.obrien2005-11-171-1/+1
* Revert a part of the previous commits to these files that made the NMIjhb2005-11-161-5/+4
* Revert previous commit to these files. There isn't a race necessitatingjhb2005-11-161-3/+2
* Fix a typo in the check for an invalid APIC. If we are told about anjhb2005-11-161-1/+1
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Add /dev/speaker support to amd64.ru2005-11-111-0/+3
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-33/+42
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-1/+2
* Define M_IOAPIC the same as i386peter2005-11-041-1/+1
* Catch up with the recent <sys/signal.h> change and make this compile.ru2005-11-041-1/+1
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
OpenPOWER on IntegriCloud