aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-2/+29
2024-09-15riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt9-1/+145
2024-09-15riscv: cacheinfo: Add back init_cache_level() functionSteffen Persvold1-0/+5
2024-09-15riscv: Remove unused _TIF_WORK_MASKJinjie Ruan1-4/+0
2024-09-15Merge patch series "riscv: select ARCH_USE_SYM_ANNOTATIONS"Palmer Dabbelt2-4/+5
2024-09-15Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"Palmer Dabbelt3-43/+47
2024-09-15riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-09-15Merge tag 'for-linus-6.11' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+7
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2-1/+28
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti5-1/+120
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2-0/+2
2024-09-15riscv: select ARCH_USE_SYM_ANNOTATIONSJisheng Zhang1-0/+1
2024-09-15riscv: errata: sifive: Use SYM_*() assembly macrosJisheng Zhang1-4/+4
2024-09-14riscv: stacktrace: Add USER_STACKTRACE supportJinjie Ruan3-43/+47
2024-09-14riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-15Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop"Paolo Bonzini2-11/+7
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-18/+21
2024-09-15Merge tag 'loongarch-kvm-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini84-311/+1118
2024-09-14riscv: Remove redundant restriction on memory sizeStuart Menefy1-7/+1
2024-09-14riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du1-1/+1
2024-09-13MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui1-2/+5
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens10-8/+289
2024-09-13arch/sparc: remove unused varible paddrbase in function leon_swprobe()Alex Shi1-7/+1
2024-09-13s390/vdso: Move vdso symbol handling to separate header fileHeiko Carstens4-14/+19
2024-09-13s390/vdso: Allow alternatives in vdso codeHeiko Carstens2-0/+23
2024-09-13s390/module: Provide find_section() helperHeiko Carstens1-0/+14
2024-09-13s390/facility: Let test_facility() generate static branch if possibleHeiko Carstens1-8/+29
2024-09-13s390/alternatives: Remove ALT_FACILITY_EARLYHeiko Carstens2-6/+2
2024-09-13s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens1-2/+4
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64Christophe Leroy5-3/+69
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy11-4/+453
2024-09-13powerpc/vdso: Refactor CFLAGS for CVDSO buildChristophe Leroy1-19/+13
2024-09-13powerpc/vdso32: Add crtsavresChristophe Leroy2-14/+4
2024-09-13powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy4-3/+20
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella9-15/+279
2024-09-13arm64: alternative: make alternative_has_cap_likely() VDSO compatibleMark Rutland1-0/+4
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao9-1/+314
2024-09-13random: vDSO: add a __vdso_getrandom prototype for all architecturesXi Ruoyao1-2/+0
2024-09-13random: vDSO: minimize and simplify header includesChristophe Leroy1-0/+1
2024-09-13random: vDSO: add __arch_get_k_vdso_rng_data() helper for data page accessChristophe Leroy2-3/+10
2024-09-13random: vDSO: move prototype of arch chacha function to vdso/getrandom.hJason A. Donenfeld1-13/+0
2024-09-13xtensa: Emulate one-byte cmpxchgPaul E. McKenney2-0/+3
2024-09-13sh: Emulate one-byte cmpxchgPaul E. McKenney2-0/+4
2024-09-13ARC: Emulate one-byte cmpxchgPaul E. McKenney2-2/+5
2024-09-13crypto: mips/crc32 - Clean up useless assignment operationsWangYuli1-33/+37
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-137/+208
2024-09-13cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-0/+16
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl3-2/+24
2024-09-12Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6