Skip to content

Loadable kernel module that can disable caches on some Intel processors

License

Notifications You must be signed in to change notification settings

IT302/cache-lkm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

  • Linux loadable kernel module that disables caches on certain Intel processors.

How do I get set up?

  • Run make to build. Make sure you have Linux kernel headers installed on your system.
  • Run sudo insmod cache.ko to load module
  • Check kernel log to see if caches has been disabled. The module prints the contents of CR0. See Intel Software Developer Manual for the right value.
  • Run sudo rmmod cache to enable caches.

About

Loadable kernel module that can disable caches on some Intel processors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published