aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itPhilip Paeps2011-11-281-0/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* - Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()Lawrence Stewart2011-11-211-0/+1
* Revert part of the r227758 which crept in.Attilio Rao2011-11-201-4/+4
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-4/+4
* Regenerate system call tables.Ed Schouten2011-11-195-7/+12
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-191-2/+2
* Regenerate system call tables.Ed Schouten2011-11-195-8/+8
* Improve *access*() parameter name consistency.Ed Schouten2011-11-191-2/+2
* Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values t...David Chisnall2011-11-121-2/+2
* Weaken the part of assertions added in the r227394. Only check that theKonstantin Belousov2011-11-111-1/+1
* Correct the types of the arguments to return probes of the syscallRyan Stone2011-11-111-1/+1166
* Attempt to improve formatting and content of several comments forKonstantin Belousov2011-11-093-17/+14
* Stopped process may legitimately have some threads sleeping and notKonstantin Belousov2011-11-091-1/+2
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+3
* Enable PCI MMC/SD support by default on i386 and amd64Kevin Lo2011-11-081-0/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-073-5/+5
* Fix the DTrace pid return trap interrupt vector. Previously we were usingRyan Stone2011-11-073-13/+14
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-011-1/+1
* Revert rev. 226893: subr_syscall.c is being included from C files andMarcel Moolenaar2011-10-301-0/+7
* Define systrace_probe_func in subr_syscall.c where it's used, insteadMarcel Moolenaar2011-10-291-7/+0
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toAlan Cox2011-10-272-10/+6
* Adjust the debugger options slightly. This should help me do the rightKen Smith2011-10-271-1/+4
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-211-3/+8
* Add a warning about why sbp(4) is commented out so that curious folksKen Smith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.Ken Smith2011-10-181-1/+1
* Trace attempts to call restricted MD syscalls.Dag-Erling Smørgrav2011-10-181-0/+4
* Remove unused define.Konstantin Belousov2011-10-071-2/+0
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). ManyXin LI2011-10-041-0/+1
* Do not allow the kernel to access usermode pages without installedKonstantin Belousov2011-10-031-0/+13
* Add some improvements in the idle table callbacks:Attilio Rao2011-10-031-7/+36
* Auto-generated code from sys_ prefixing makesyscalls.sh changeKip Macy2011-09-161-42/+42
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-5/+5
* Put amd64_syscall() prototype in md_var.h.Konstantin Belousov2011-09-152-1/+1
* Microoptimize the return path for the fast syscalls on amd64. ArrangeKonstantin Belousov2011-09-151-10/+10
* The jump target shall be after the padding, not into it.Konstantin Belousov2011-09-111-1/+2
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-111-1/+1
* Perform amd64-specific microoptimizations for native syscall entryKonstantin Belousov2011-09-113-19/+13
* Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-23/+23
* Enable the puc(4) driver on amd64 and i386 in GENERIC. This allowsJohn Baldwin2011-08-261-4/+1
* Make NKPT a kernel option on amd64 so that it can be set to a non-defaultJohn Baldwin2011-08-262-0/+9
* In HEAD when doing no further checkes there is no reason use theBjoern A. Zeeb2011-08-201-3/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagKonstantin Belousov2011-08-091-18/+18
* Change all the sample kernel configurations to useRick Macklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupBjoern A. Zeeb2011-07-301-1/+12
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-183-13/+5