index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
stackprotector.h
Age
Commit message (
Expand
)
Author
2020-06-18
x86/stackprotector: Pre-initialize canary for secondary CPUs
Brian Gerst
2020-05-15
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
2019-04-17
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
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