Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | x86: Fix leftover comment typos | Ingo Molnar | 1 | -1/+1 |
2021-03-08 | x86/stackprotector/32: Make the canary into a regular percpu variable | Andy Lutomirski | 1 | -63/+16 |
2020-06-18 | x86/stackprotector: Pre-initialize canary for secondary CPUs | Brian Gerst | 1 | -0/+12 |
2020-05-15 | x86: Fix early boot crash on gcc-10, third try | Borislav Petkov | 1 | -1/+6 |
2019-04-17 | x86/irq/64: Split the IRQ stack into its own pages | Andy Lutomirski | 1 | -3/+3 |
2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-13 | x86: ascii armor the x86_64 boot init stack canary | Rik van Riel | 1 | -0/+1 |
2017-03-16 | x86: Remap GDT tables in the fixmap section | Thomas Garnier | 1 | -1/+1 |
2015-07-06 | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 1 | -1/+1 |
2015-07-06 | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() | Andy Lutomirski | 1 | -1/+1 |
2015-05-19 | x86/fpu: Move various internal function prototypes to fpu/internal.h | Ingo Molnar | 1 | -0/+2 |
2012-05-15 | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 1 | -2/+2 |
2012-03-28 | Disintegrate asm/system.h for X86 | David Howells | 1 | -1/+0 |
2009-09-03 | x86/i386: Make sure stack-protector segment base is cache aligned | Jeremy Fitzhardinge | 1 | -2/+2 |
2009-08-08 | x86: Introduce GDT_ENTRY_INIT() | Akinobu Mita | 1 | -1/+1 |
2009-07-19 | x86: Introduce set_desc_base() and set_desc_limit() | Akinobu Mita | 1 | -3/+1 |
2009-02-11 | x86: fix x86_32 stack protector bugs | Tejun Heo | 1 | -1/+1 |
2009-02-10 | x86: implement x86_32 stack protector | Tejun Heo | 1 | -5/+86 |
2009-02-10 | x86: stackprotector.h misc update | Tejun Heo | 1 | -1/+6 |
2009-01-20 | x86: move stack_canary into irq_stack | Brian Gerst | 1 | -3/+3 |
2009-01-20 | x86: cleanup stack protector | Tejun Heo | 1 | -7/+6 |
2009-01-18 | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 1 | -0/+39 |