aboutsummaryrefslogtreecommitdiff
path: root/x86data/perfmon_data/BDW/broadwell_uncore_v23.json
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2023-12-22 18:12:58 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2023-12-22 18:12:58 -0800
commitc16bbbefa41052d9ec2f4878bf7128756dae2086 (patch)
tree3a8be432c6c32fd539b403c2513b78f5dade618f /x86data/perfmon_data/BDW/broadwell_uncore_v23.json
parente4f2d1e9868611d1581b15eded3d552297b41519 (diff)
downloadrust-x86-master.tar.gz
rust-x86-master.tar.zst
rust-x86-master.zip
Makes `xapic` read & write publicHEADmaster
Diffstat (limited to 'x86data/perfmon_data/BDW/broadwell_uncore_v23.json')
0 files changed, 0 insertions, 0 deletions
7ba77a6ff5d8d7edb9b8036&follow=1'>`Send`-ness check is now in rtfm-coreGravatar Jorge Aparicio 3-23/+10 2017-07-27make task.$T.path mandatoryGravatar Jorge Aparicio 2-56/+30 2017-07-27make task.$T.enabled optionalGravatar Jorge Aparicio 17-91/+111 and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic 2017-07-27fix yet another warning on ARMv6-MGravatar Jorge Aparicio 1-3/+3 2017-07-27travis: install linkerGravatar Jorge Aparicio 3-3/+31 2017-07-27fix warning on ARMv6-MGravatar Jorge Aparicio 1-1/+2 2017-07-27don't generate empty modulesGravatar Jorge Aparicio 1-11/+16 2017-07-27make task.$T.priority optionalGravatar Jorge Aparicio 1-20/+8 default the value to 1 if omitted 2017-07-27update tests and examplesGravatar Jorge Aparicio 17-230/+68 with task! gone 3 types of errors / gotchas have been eliminated :tada: 2017-07-27refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomicGravatar Jorge Aparicio 3-154/+47 task! can be re-added in a backward compatible fashion and I'd like to not have two ways to assign a task handler to an interrupt / exception in the first release. rtfm::atomic now uses the `Threshold` token instead of the `CriticalSection` token. This reduces overhead by dropping the "are interrupts enabled?" check. 2017-07-26provide a Threshold token even when all resources are locklessGravatar Jorge Aparicio 1-7/+5 because the token will always be required for calling generic functions 2017-07-26fix around owned idle resourceGravatar Jorge Aparicio 1-1/+5 2017-07-25inline claimGravatar Jorge Aparicio 1-0/+1 because it's needed for proper optimization / inlining 2017-07-25fix errors around the use of `super` in relative pathsGravatar Jorge Aparicio 1-4/+4 2017-07-24more "hygiene"Gravatar Jorge Aparicio 1-8/+12 prepend an underscore to the name of the statics generated in the root of the crate