aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/stackprotector.h
AgeCommit message (Expand)Author
2021-05-12x86: Fix leftover comment typosIngo Molnar
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2020-06-18x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-03-28Disintegrate asm/system.h for X86David Howells
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge
2009-08-08x86: Introduce GDT_ENTRY_INIT()Akinobu Mita
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo
2009-02-10x86: implement x86_32 stack protectorTejun Heo
2009-02-10x86: stackprotector.h misc updateTejun Heo
2009-01-20x86: move stack_canary into irq_stackBrian Gerst
2009-01-20x86: cleanup stack protectorTejun Heo
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar