summaryrefslogtreecommitdiffstats
path: root/src/include/cpu/x86/cache.h
Commit message (Expand)AuthorAgeFilesLines
* include/cpu/x86: Simplify en/dis cache functionsHimanshu Sahdev2023-06-021-8/+2
* include/cpu/x86: Skip `wbinvd` on CPUs with cache self-snooping (SS)Subrata Banik2023-06-011-1/+14
* cpu/x86/cache: Call wbinvd only once CR0.CD is setJeremy Compostella2023-06-011-1/+0
* cpu/x86/mp_init: Use clflush to write SIPI data back to RAMJeremy Compostella2023-05-311-0/+2
* cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans2023-03-131-0/+4
* src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper functionFelix Held2021-10-261-2/+0
* arch/x86/exit_car.S: Make sure _cbmem_top_ptr hits dramArthur Heymans2020-08-171-0/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-17/+0
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-2/+0
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-2/+2
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-4/+5
* include/cpu/x86: Add clflush inline functionMarshall Dawson2017-12-201-0/+5
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: add common definitions for control registersAaron Durbin2014-01-281-31/+6
* Replace cache control magic numbers with symbolsPatrick Georgi2012-04-251-0/+6
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* AMD Fam10 code breaks with gcc 4.5.0.Scott Duplichan2010-09-171-2/+12
* cosmetic comment changes.Stefan Reinauer2010-05-191-9/+8
* Sorry for this for second time. Now compile tested for both cases ;)Rudolf Marek2010-05-161-8/+10
* Sorry for this. I fixed that reverting the change for ROMCC.Rudolf Marek2010-05-161-0/+28
* Following patch reworks car_disable into C. Tested, works here. I comparedRudolf Marek2010-05-161-3/+6
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* No warnings day, next round.Stefan Reinauer2010-04-061-0/+20
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-281-2/+2
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)2005-07-061-1/+1
* - Renamed cpu header filesEric Biederman2004-10-141-0/+48