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
/
arm64
/
kernel
/
vdso32
Age
Commit message (
Expand
)
Author
2025-02-21
arm64: vdso: Switch to generic storage implementation
Thomas Weißschuh
2025-02-21
vdso: Rename included Makefile
Thomas Weißschuh
2024-11-02
arm64: vdso: Drop LBASE_VDSO
Thomas Weißschuh
2024-07-23
arm64/vdso: Remove --hash-style=sysv
Fangrui Song
2024-05-02
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
Masahiro Yamada
2024-01-30
arm64: vdso32: Remove unused vdso32-offsets.h
Kevin Brodsky
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-05
arm64: vdso32: rename 32-bit debug vdso to vdso32.so.dbg
Masahiro Yamada
2023-11-28
arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypes
Nathan Chancellor
2023-11-23
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
2023-06-26
kbuild: Drop -Wdeclaration-after-statement
Peter Zijlstra
2023-03-21
vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
2022-11-01
kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is set
Xin Li
2022-07-01
arm64: vdso32: Add DWARF_DEBUG
Nathan Chancellor
2022-07-01
arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILS
Nathan Chancellor
2022-06-28
arm64: vdso*: place got/plt sections in .rodata
Joey Gouly
2022-06-28
arm64: vdso32: add ARM.exidx* sections
Joey Gouly
2022-06-23
arm64: vdso32: enable orphan handling for VDSO
Joey Gouly
2022-06-23
arm64: vdso32: put ELF related sections in the linker script
Joey Gouly
2022-05-10
arm64: vdso: fix makefile dependency on vdso.so
Joey Gouly
2022-03-13
Kbuild: move to -std=gnu11
Arnd Bergmann
2022-03-13
Kbuild: use -Wdeclaration-after-statement
Mark Rutland
2021-11-08
arm64: vdso: remove -nostdlib compiler flag
Masahiro Yamada
2021-10-21
arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
Nick Desaulniers
2021-10-21
arm64: vdso32: suppress error message for 'make mrproper'
Nick Desaulniers
2021-10-21
arm64: vdso32: drop test for -march=armv8-a
Nick Desaulniers
2021-10-21
arm64: vdso32: drop the test for dmb ishld
Nick Desaulniers
2021-04-23
arm64: vdso32: drop -no-integrated-as flag
Nick Desaulniers
2021-01-20
arm64: do not descend to vdso directories twice
Masahiro Yamada
2020-11-09
arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y
Will Deacon
2020-10-26
arm64: vdso32: Allow ld.lld to properly link the VDSO
Nathan Chancellor
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
2020-09-25
kbuild: remove cc-option test of -Werror=date-time
Masahiro Yamada
2020-09-25
kbuild: remove cc-option test of -fno-strict-overflow
Masahiro Yamada
2020-09-07
arch: vdso: add vdso linker script to 'targets' instead of extra-y
Masahiro Yamada
2020-08-21
ARM64: vdso32: Install vdso32 from vdso_install
Stephen Boyd
2020-08-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-07-24
arm64/vdso: Add time namespace page
Andrei Vagin
2020-07-23
arm64: vdso32: Fix '--prefix=' value for newer versions of clang
Nathan Chancellor
2020-06-23
arm64: compat: Remove 32-bit sigreturn code from the vDSO
Will Deacon
2020-06-10
arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSO
Nick Desaulniers
2020-05-21
arm64: vdso: Fix CFI directives in sigreturn trampoline
Will Deacon
2020-05-21
arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instruction
Will Deacon
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-21
arm64: vdso32: Enable Clang Compilation
Vincenzo Frascino
2020-03-21
arm64: vdso32: Include common headers in the vdso library
Vincenzo Frascino
2020-03-21
arm64: vdso32: Code clean up
Vincenzo Frascino
[next]