summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add device driver support for the VIA Networking Technologieswpaul2004-09-101-0/+3
* Use atomic ops in pmap_clear_ptes() to prevent SMP races that couldalc2004-09-081-4/+7
* Fix a problem with tag->boundary inheritence that has existed since day onescottl2004-09-081-5/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.scottl2004-09-071-1/+3
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-011-2/+0
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-011-1/+1
* Remove an unneeded argument..julian2004-08-311-2/+2
* Remove sched_free_thread() which was only usedjulian2004-08-312-9/+0
* Add the mp_watchdog hooks, although it locks up my SMP test box. It mightpeter2004-08-301-0/+9
* Remove unnecessary check for curthread == NULL.alc2004-08-301-1/+1
* s/smp_rv_mtx/smp_ipi_mtx/gobrien2004-08-282-8/+8
* Fix a comment, IA32 was renamed to COMPAT_IA32arved2004-08-271-1/+1
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* The machine-independent parts of the virtual memory system always pass aalc2004-08-271-16/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* Catch up with i386 nexus.c rev 1.59: add bus_get_resource_list().njl2004-08-241-0/+10
* It is now an error to call pmap_unuse_pt without the paddr of the pdepeter2004-08-241-3/+1
* Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64peter2004-08-241-0/+4
* Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.peter2004-08-232-11/+8
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-164-27/+71
* Sync with i386 - remove unused includespeter2004-08-161-2/+0
* Sync with i386 - get the softc via the devclass rather than caching the devpeter2004-08-161-2/+1
* Sync with i386 - add ADAPTIVE_GIANT, remove pcicpeter2004-08-161-1/+1
* Sync with i386 - add foot shooting protection for the DDB/KDB thing.peter2004-08-161-0/+5
* Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatpeter2004-08-161-0/+1
* Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.peter2004-08-161-1/+7
* Sync with i386 - fix bounds check in lapic_create()peter2004-08-161-1/+1
* Sync with i386 - pass resource requests up to parentpeter2004-08-161-92/+2
* Sync with i386 - s/cpu_swtch/cpu_switch/peter2004-08-161-1/+1
* Sync with i386 - dont count needed bounce pages if loading a buffer thatpeter2004-08-161-1/+1
* Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* Catch up with i386 - remove lots of no longer used symbolic constantspeter2004-08-161-76/+1
* Sync with i386peter2004-08-161-3/+11
* Complete 'IA32' -> 'COMPAT_IA32' change for the Linuxulator32.obrien2004-08-162-3/+3
* Un-comment LINPROCFS.tjr2004-08-161-2/+2
* I missed an 'IA32' in the documentation.obrien2004-08-161-1/+1
* I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,obrien2004-08-162-4/+6
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-5/+7
* Regen.tjr2004-08-163-3/+3
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-1614-0/+4880
* Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiledrwatson2004-08-151-0/+5
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-152-0/+259
* Fix the memory scaling bug when basemem was converted to Kbytes fromambrisko2004-08-131-1/+1
* Mark end of frames.davidxu2004-08-111-0/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflagsdavidxu2004-08-101-3/+4
* In syscall, always make a copy of parameters from trapframe, thisdavidxu2004-08-091-12/+9
OpenPOWER on IntegriCloud