summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix the DTrace pid return trap interrupt vector. Previously we were usingrstone2011-11-073-13/+14
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-011-1/+1
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-301-0/+7
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-291-7/+0
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-272-10/+6
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-1/+4
* People porting FreeBSD to new architectures ought not have todas2011-10-211-3/+8
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Comment out the sbp(4) driver for architectures that support it.kensmith2011-10-181-1/+1
* Trace attempts to call restricted MD syscalls.des2011-10-181-0/+4
* Remove unused define.kib2011-10-071-2/+0
* Add the 9750 SATA+SAS 6Gb/s RAID controller card driver, tws(4). Manydelphij2011-10-041-0/+1
* Do not allow the kernel to access usermode pages without installedkib2011-10-031-0/+13
* Add some improvements in the idle table callbacks:attilio2011-10-031-7/+36
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-42/+42
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-5/+5
* Put amd64_syscall() prototype in md_var.h.kib2011-09-152-1/+1
* Microoptimize the return path for the fast syscalls on amd64. Arrangekib2011-09-151-10/+10
* The jump target shall be after the padding, not into it.kib2011-09-111-1/+2
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Perform amd64-specific microoptimizations for native syscall entrykib2011-09-113-19/+13
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-23/+23
* Enable the puc(4) driver on amd64 and i386 in GENERIC. This allowsjhb2011-08-261-4/+1
* Make NKPT a kernel option on amd64 so that it can be set to a non-defaultjhb2011-08-262-0/+9
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-18/+18
* Change all the sample kernel configurations to usermacklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-13/+5
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-044-87/+66
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-16/+18
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-222-476/+3
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* Use uintXX_t instead of u_intXX_t.jhb2011-06-221-3/+3
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+32
* Fix vfork. Add comments.kib2011-06-181-1/+24
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-083-169/+10
* Bring back the number of CPU to 32.attilio2011-06-071-1/+1
* MFCattilio2011-06-061-2/+5
|\
OpenPOWER on IntegriCloud