summaryrefslogtreecommitdiff
path: root/sys/amd64/include/counter.h
Commit message (Expand)AuthorAgeFilesLines
* amd64: provide custom zpcpu set/add/sub routinesMateusz Guzik2020-02-121-4/+1
* amd64: store per-cpu allocations subtracted by __pcpuMateusz Guzik2020-02-121-2/+4
* amd64: clean up counter(9)Mateusz Guzik2020-02-071-8/+9
* amd64: assert that EARLY_COUNTER does not corrupt memory.Konstantin Belousov2019-11-241-0/+1
* Centralize __pcpu definitions.Konstantin Belousov2019-08-291-3/+0
* amd64: rework PCPU allocationKonstantin Belousov2019-08-241-2/+3
* Expand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA PAGE_SIZE.Konstantin Belousov2018-07-061-8/+1
* Revert to recommit with the proper message.Konstantin Belousov2018-07-061-1/+8
* Save a call to pmap_remove() if entry cannot have any pages mapped.Konstantin Belousov2018-07-061-8/+1
* counter(9): unbreak amd64 following r336020Matt Macy2018-07-061-1/+8
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+2
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-1/+3
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-1/+1
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.Konstantin Belousov2013-07-011-0/+38
* Allow immediate operand.Konstantin Belousov2013-06-201-1/+1
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+51