summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella
2024-09-13arm64: alternative: make alternative_has_cap_likely() VDSO compatibleMark Rutland
2024-09-13selftests: vDSO: also test counter in vdso_test_chachaChristophe Leroy
2024-09-13selftests: vDSO: build tests with O2 optimizationChristophe Leroy
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2024-09-13random: vDSO: add a __vdso_getrandom prototype for all architecturesXi Ruoyao
2024-09-13selftests: vDSO: fix cross build for getrandom and chacha testsJason A. Donenfeld
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy
2024-09-13random: vDSO: avoid call to out of line memset()Christophe Leroy
2024-09-13random: vDSO: add missing c-getrandom-y in MakefileChristophe Leroy
2024-09-13random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy
2024-09-13random: vDSO: don't use 64-bit atomics on 32-bit architecturesChristophe Leroy
2024-09-13selftests: vDSO: open code basic chacha instead of linking to libsodiumJason A. Donenfeld
2024-09-13random: vDSO: move prototype of arch chacha function to vdso/getrandom.hJason A. Donenfeld
2024-09-13selftests: vDSO: ensure vgetrandom works in a time namespaceJason A. Donenfeld
2024-08-30selftests: vDSO: quash clang omitted parameter warning in getrandom testJason A. Donenfeld
2024-08-30selftests: vDSO: use parse_vdso.h in vdso_test_abiChristophe Leroy
2024-08-30selftests: vDSO: fix the way vDSO functions are called for powerpcChristophe Leroy
2024-08-30selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy
2024-08-30selftests: vDSO: fix vdso_config for powerpcChristophe Leroy
2024-08-30selftests: vDSO: fix vDSO name for powerpcChristophe Leroy
2024-08-30selftests: vDSO: skip getrandom test if architecture is unsupportedJason A. Donenfeld
2024-08-30selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom testXi Ruoyao
2024-08-30selftests: vDSO: remove unnecessary command line defs from chacha testJason A. Donenfeld
2024-08-30selftests: vDSO: separate LDLIBS from CFLAGS for libsodiumJason A. Donenfeld
2024-08-30selftests: vDSO: add --cflags for pkg-config command querying libsodiumXi Ruoyao
2024-08-30selftests: vDSO: look for arch-specific function name in getrandom testChristophe Leroy
2024-08-30selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy
2024-08-30selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy
2024-08-30selftests: vDSO: simplify getrandom thread local storage and structsJason A. Donenfeld
2024-08-29Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-29Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-08-29Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-08-29Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-28Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-28Merge tag 'tpmdd-next-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-28Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-28Merge tag 'pinctrl-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-28Merge tag 'sound-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-08-27tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session supportStefan Berger
2024-08-27btrfs: fix uninitialized return value from btrfs_reclaim_sweep()Filipe Manana
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-08-27btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton
2024-08-26nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton
2024-08-26nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton
2024-08-26MAINTAINERS: Update Olga Kornievskaia's email addressChuck Lever
2024-08-26LoongArch: KVM: Invalidate guest steal time address on vCPU resetBibo Mao
2024-08-26LoongArch: Add ifdefs to fix LSX and LASX related warningsTiezhu Yang