aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/stackprotector.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-12x86: Fix leftover comment typosIngo Molnar1-1/+1
2021-03-08x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski1-63/+16
2020-06-18x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst1-0/+12
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-1/+6
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-3/+3
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel1-0/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski1-1/+1
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-0/+2
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-2/+2
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2009-09-03x86/i386: Make sure stack-protector segment base is cache alignedJeremy Fitzhardinge1-2/+2
2009-08-08x86: Introduce GDT_ENTRY_INIT()Akinobu Mita1-1/+1
2009-07-19x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita1-3/+1
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo1-1/+1
2009-02-10x86: implement x86_32 stack protectorTejun Heo1-5/+86
2009-02-10x86: stackprotector.h misc updateTejun Heo1-1/+6
2009-01-20x86: move stack_canary into irq_stackBrian Gerst1-3/+3
2009-01-20x86: cleanup stack protectorTejun Heo1-7/+6
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-0/+39