Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-25 | x86: fix whitespace in runtime-const assembler output | Linus Torvalds | |
The x86 user pointer validation changes made me look at compiler output a lot, and the wrong indentation for the ".popsection" in the generated assembler triggered me. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | |||
2024-06-19 | runtime constants: add x86 architecture support | Linus Torvalds | |
This implements the runtime constant infrastructure for x86, allowing the dcache d_hash() function to be generated using as a constant for hash table address followed by shift by a constant of the hash index. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |