summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r272492nyan2014-12-231-2999/+0
* MFC 271405,271408,271409,272658:jhb2014-12-221-0/+1
* MFC 260557,271076,271077,271082,271083,271098:jhb2014-12-221-4/+0
* MFC 261781:jhb2014-06-271-2/+2
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-33/+3
* MFi386: r254619jkim2013-08-221-17/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-4/+2
* MFi386: revision 251039nyan2013-06-011-1/+1
* MFCattilio2013-03-021-6/+7
|\
| * MFcalloutng:davide2013-02-281-6/+7
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
|/
* Reduce diffs against i386.nyan2012-11-101-1/+3
* Fix some KASSERTs.nyan2012-11-101-1/+3
* MFi386: r211924nyan2012-11-101-1/+10
* The 'testing memory' patch gets printed too many timeseadler2012-10-221-2/+0
* Explain the upcoming delay by printing a message when the kerneleadler2012-10-221-0/+2
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-5/+0
* MFi386: revision 237445nyan2012-09-231-4/+11
* Partially revert r217515 so that the mem_range_softc variable is alwaysjhb2012-07-091-0/+3
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-1/+0
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-2/+0
* MFi386: revisions 234074 and 234105nyan2012-04-221-0/+7
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-161-0/+20
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-3/+2
* MFi386: revision 225936nyan2011-10-041-7/+34
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-3/+4
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-19/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-4/+5
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. Thesejkim2011-04-061-0/+17
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+1
* MFi386: revision 218744nyan2011-02-191-1/+7
* MFi386: revision 218329nyan2011-02-071-0/+6
* MFi386: revision 218327nyan2011-02-071-1/+17
* MFi386: revision 217886nyan2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+4
* MFi386: revision 217515nyan2011-01-181-3/+0
* MFi386 r216012 by kib:gavin2011-01-021-1/+2
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.jkim2010-12-081-3/+7
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-261-77/+26
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-011-1/+1
* MFi386: the part of revision 213226.nyan2010-10-241-44/+55
* Remove trailing ", " from `sysctl machdep.idle_available' output.jkim2010-10-121-1/+2
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-59/+82
* Store fsbase and gsbase in the right fields of the mcontext. They weretijl2010-07-201-4/+4
OpenPOWER on IntegriCloud