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
/
entry
/
vdso
/
vdso32
Age
Commit message (
Expand
)
Author
2023-02-07
x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpu
Sebastian Andrzej Siewior
2023-02-06
x86/vdso: Provide getcpu for x86-32.
Sebastian Andrzej Siewior
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-11
x86/alternative: Merge include files
Juergen Gross
2020-12-02
x86: vdso: Expose sigreturn address on vdso to the kernel
Gabriel Krisman Bertazi
2020-08-15
x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL
Juergen Gross
2020-08-11
x86/xen: remove 32-bit Xen PV guest support
Juergen Gross
2020-04-07
sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-21
x86/entry: Move max syscall number calculation to syscallhdr.sh
Brian Gerst
2019-10-18
x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
Jiri Slaby
2019-06-22
x86/vdso: Add clock_gettime64() entry point
Vincenzo Frascino
2019-06-22
x86/vdso: Add clock_getres() entry point
Vincenzo Frascino
2018-07-18
x86: Add build salt to the vDSO
Laura Abbott
2018-05-05
x86/vdso: Remove unused file
Jann Horn
2018-03-20
x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-14
x86/vdso/32: Assemble sigreturn.S separately
Andy Lutomirski
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
2015-12-21
x86/entry: Restore traditional SYSENTER calling convention
Andy Lutomirski
2015-12-21
x86/entry: Fix some comments
Andy Lutomirski
2015-11-03
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-10-09
x86/entry/32: Re-implement SYSENTER using the new C path
Andy Lutomirski
2015-10-09
x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace
Andy Lutomirski
2015-10-09
x86/vdso/32: Save extra registers in the INT80 vsyscall path
Andy Lutomirski
2015-10-09
x86/vdso: Replace hex int80 CFI annotations with GAS directives
Andy Lutomirski
2015-10-07
x86/vdso: Remove runtime 32-bit vDSO selection
Andy Lutomirski
2015-09-22
x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
Toshi Kani
2015-06-03
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
Ingo Molnar