summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Welcome drm support for VIA unichrome chips.rnoland2010-01-311-0/+1
* add static qualifier to definition of a function already declared staticavg2010-01-291-1/+1
* Fix array overflow. This routine is only called from procfs,trasz2010-01-241-2/+0
* Simplify the mapping of the system message buffer. Use the direct map justalc2010-01-232-12/+4
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-232-125/+200
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-192-18/+0
* Recommit r193732:ed2010-01-191-1/+1
* Handling all the three clocks (hardclock, softclock, profclock) with theattilio2010-01-153-36/+58
* Update the ident for the XENHVM kernel config to match the filename.jhb2010-01-141-1/+1
* Spell "Hz" correctly wherever it is user-visible.gavin2010-01-121-1/+1
* Use io(4) for I/O port access on ia64, rather than through sysarch(2).marcel2010-01-112-0/+10
* Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386.alc2010-01-111-8/+2
* Eliminate unused declarations.alc2010-01-101-6/+0
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-0/+1
* Set md_ldt (pointer to the LDT) after md_ldt_sd (system segmentkib2010-01-091-1/+2
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Quiet variable "shadows" warning:obrien2010-01-011-18/+18
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* - Create a separate section in in the MI NOTES file for PCI wireless NICjhb2009-12-181-9/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+6
* For ia32 syscall(), call cpu_set_syscall_retval(). Update comment insidekib2009-12-122-30/+6
* Simplify a macro not to generate unncessary symbols.jkim2009-12-081-14/+1
* mca: small enhancements related to cpu quirksavg2009-12-031-8/+22
* mca: improve status checking, recording and reportingavg2009-12-022-49/+63
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timeravg2009-11-301-0/+2
* x86 cpu features: add MOVBE reporting and flagavg2009-11-302-1/+2
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-3/+1
* - Add more aggressive BPF JIT optimization. This is in more favor of i386jkim2009-11-232-46/+68
* Add an experimental and rudimentary JIT optimizer to reduce unncessaryjkim2009-11-212-51/+160
* General style cleanup, no functional change.jkim2009-11-201-32/+29
* - Allocate scratch memory on stack instead of pre-allocating it withjkim2009-11-202-61/+66
* Fix tinderbox build for i386 and sync amd64 with it.jkim2009-11-191-1/+1
* - Change internal function bpf_jit_compile() to return allocated size ofjkim2009-11-181-9/+7
* - Make BPF JIT compiler working again in userland. We are limiting size ofjkim2009-11-182-12/+25
* Uppercase the UL suffix on a constant, so Flexelint doesn't worry thatphk2009-11-161-1/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillkib2009-11-133-0/+7
* - Style nits.kuriyama2009-11-121-3/+1
* reflect that pg_ps_enabled is a tunable, not just a read-only sysctlavg2009-11-111-1/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-102-33/+40
* Make isa_dma functions MPSAFE by introducing its own private lock. Theserdivacky2009-11-091-27/+83
* - Add hw.clflush_disable loader tunable to avoid panic (trap 9) atkuriyama2009-11-091-1/+18
* Strip from messages for users external URLs the project cannot directlyattilio2009-11-051-4/+1
* Tweak memory allocation for amd64 suspend/resume CPU context.jkim2009-11-042-19/+17
* Opteron rev E family of processor expose a bug where, in very rareattilio2009-11-041-0/+18
* Fix some problems with effective mmap() offsets > 32 bits. This wasjhb2009-10-281-36/+30
* In r197963, a race with thread being selected for signal deliverykib2009-10-273-40/+16
* Try hiding annoying text cursor after the video controller is reset.jkim2009-10-231-0/+5
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
OpenPOWER on IntegriCloud