aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andJung-uk Kim2011-04-121-19/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-4/+5
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. TheseJung-uk Kim2011-04-061-0/+17
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-1/+2
* Deprecate tsc_present as the last of its real consumers finally disappeared.Jung-uk Kim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsJung-uk Kim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becauseJung-uk Kim2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpJulian Elischer2011-03-091-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* MFi386: revision 218744Yoshihiro Takahashi2011-02-191-1/+7
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+0
* MFi386: revision 218329Yoshihiro Takahashi2011-02-071-0/+6
* MFi386: revision 218327Yoshihiro Takahashi2011-02-071-1/+17
* MFi386: revision 217886Yoshihiro Takahashi2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-5/+4
* MFi386: revision 217515Yoshihiro Takahashi2011-01-181-3/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98Tijl Coosemans2011-01-081-1/+1
* MFi386 r216012 by kib:Gavin Atkinson2011-01-021-1/+2
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-2/+2
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.Jung-uk Kim2010-12-081-3/+7
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-9/+7
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-7/+9
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()Konstantin Belousov2010-11-261-77/+26
* Include x86/_align.h directly instead of including the i386 header.Tijl Coosemans2010-11-261-26/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withJung-uk Kim2010-11-111-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-6/+0
* Move the mptable.h under x86/include/.Attilio Rao2010-11-091-6/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() toJohn Baldwin2010-11-051-4/+10
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-011-6/+0
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-012-7/+1
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andYoshihiro Takahashi2010-10-312-10/+10
* MFi386: the part of revision 213226.Yoshihiro Takahashi2010-10-241-44/+55
* Remove trailing ", " from `sysctl machdep.idle_available' output.Jung-uk Kim2010-10-121-1/+2
* Now userland POSIX semaphore is based on umtx. The kernel moduleDavid Xu2010-09-241-1/+0
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-59/+82
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* Store fsbase and gsbase in the right fields of the mcontext. They wereTijl Coosemans2010-07-201-4/+4
* Unify pc98 event timer code with the rest of x86.Alexander Motin2010-07-132-563/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forKonstantin Belousov2010-06-231-11/+8
* After the FPU use requires #MF working due to INT13 FPU exception handlingKonstantin Belousov2010-06-231-3/+2
* Remove the support for int13 FPU exception reporting on i386. It isKonstantin Belousov2010-06-231-45/+2
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-39/+22
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-4/+4
* MFi386: the part of revision 181809Yoshihiro Takahashi2010-05-291-5/+5
* MFi386: revision 178471Yoshihiro Takahashi2010-05-291-42/+150
* Reduce diffs against i386.Yoshihiro Takahashi2010-05-291-11/+17
* MFi386: revision 208621Yoshihiro Takahashi2010-05-291-2/+0
* MFi386: revision 208604Yoshihiro Takahashi2010-05-291-0/+14