index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
stackprotector.h
Age
Commit message (
Expand
)
Author
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-12
x86: ascii armor the x86_64 boot init stack canary
Rik van Riel
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
2015-07-06
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()
Andy Lutomirski
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
2012-05-14
x86: replace percpu_xxx funcs with this_cpu_xxx
Alex Shi
2012-03-28
Disintegrate asm/system.h for X86
David Howells
2009-09-03
x86/i386: Make sure stack-protector segment base is cache aligned
Jeremy Fitzhardinge
2009-08-08
x86: Introduce GDT_ENTRY_INIT()
Akinobu Mita
2009-07-19
x86: Introduce set_desc_base() and set_desc_limit()
Akinobu Mita
2009-02-11
x86: fix x86_32 stack protector bugs
Tejun Heo
2009-02-10
x86: implement x86_32 stack protector
Tejun Heo
2009-02-10
x86: stackprotector.h misc update
Tejun Heo
2009-01-20
x86: move stack_canary into irq_stack
Brian Gerst
2009-01-20
x86: cleanup stack protector
Tejun Heo
2009-01-18
Merge branch 'core/percpu' into stackprotector
Ingo Molnar