summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Include opt_pmap.h for PMAP_SHPGPERPROC.alc2006-04-131-0/+1
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-42/+10
* Hook bce up to the buildps2006-04-101-0/+1
* Cache the value of the lower half of each I/O APIC redirection table entryjhb2006-04-051-6/+4
* Convert pv_entry_frees and pv_entry_allocs stats counters from int to long,peter2006-04-041-3/+4
* Sync with i386: Map exceptions to signals in gdb_cpu_signal() somarcel2006-04-042-6/+25
* The PC is register 16, not 18.marcel2006-04-041-1/+1
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machinepeter2006-04-032-151/+309
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-8/+1
* Introduce pmap_try_insert_pv_entry(), a function that conditionally createsalc2006-04-021-13/+28
* Add kbdmux(4) to GENERIC on amd64emax2006-03-311-0/+2
* Hook the MFI driver up to the build.scottl2006-03-291-0/+1
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-271-4/+5
* Eliminate unnecessary invalidations of the entire TLB by pmap_remove().alc2006-03-211-1/+7
* Remove stale KSE code.davidxu2006-03-211-13/+1
* Drop some unneeded casts since we program the kernel in C rather than C++.jhb2006-03-202-2/+2
* regen: fix of linuxolator with testing in a cross-buildnetchild2006-03-203-9/+15
* Fix the linuxolator on amd64 (cross-build).netchild2006-03-201-2/+3
* Regen.ru2006-03-193-3/+4
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-192-0/+2
* regennetchild2006-03-181-3/+0
* Enable global pages TLB extension on Application Processors.ups2006-03-181-0/+7
* regen after COMPAT_43 removalnetchild2006-03-185-12/+42
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-9/+5
* Don't allow userland to set hardware watch points on kernel memory at all.jhb2006-03-141-23/+20
* Merge/sync with i386: various cosmetic tweakspeter2006-03-143-2/+13
* MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc)peter2006-03-141-10/+0
* MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)peter2006-03-131-2/+2
* MFi386: add a TRAP_INTERRUPT casepeter2006-03-131-0/+8
* Cosmetic sync with i386peter2006-03-134-7/+6
* Fix the format/display descriptor of vm.kmem_size and vm.kmem_freeps2006-03-131-2/+2
* Flip the switch and don't route interrupts to hyperthreads in a HT system.jhb2006-03-091-2/+2
* Fix exec_map resource leaks.ups2006-03-081-9/+14
* MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linuxyar2006-03-061-3/+2
* guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-287-135/+152
* It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)dwmalone2006-02-151-2/+2
* CPU time accounting speedup (step 2)phk2006-02-111-0/+1
* Simplify system time accounting for profiling.phk2006-02-082-9/+6
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-061-1/+0
* Call the audit syscall enter/exit functions for the amd64 architecture,wsalamon2006-02-042-1/+10
* MFi386:davidxu2006-02-031-1/+2
* Make PV entries dynamic on amd64. i386 has a pre-reserved block of kvapeter2006-02-031-6/+36
* Call WITNESS_CHECK() in the page fault handler and immediately assume itjhb2006-01-271-1/+9
* Free the newtag if we exit with a failure from alloc_bounce_zone().scottl2006-01-141-1/+3
* Move linux support to the linux section.obrien2006-01-121-1/+1
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+3
OpenPOWER on IntegriCloud