summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-07-03kmsan: enable on s390Ilya Leoshkevich
2024-07-03s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich
2024-07-03s390/unwind: disable KMSAN checksIlya Leoshkevich
2024-07-03s390/uaccess: add the missing linux/instrumented.h #includeIlya Leoshkevich
2024-07-03s390/uaccess: add KMSAN support to put_user() and get_user()Ilya Leoshkevich
2024-07-03s390/traps: unpoison the kernel_stack_overflow()'s pt_regsIlya Leoshkevich
2024-07-03s390/string: add KMSAN supportIlya Leoshkevich
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich
2024-07-03s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich
2024-07-03s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich
2024-07-03s390/diag: unpoison diag224() output bufferIlya Leoshkevich
2024-07-03s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich
2024-07-03s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich
2024-07-03s390/checksum: add a KMSAN checkIlya Leoshkevich
2024-07-03s390/boot: add the KMSAN runtime stubIlya Leoshkevich
2024-07-03s390: use a larger stack for KMSANIlya Leoshkevich
2024-07-03s390/boot: turn off KMSANIlya Leoshkevich
2024-07-03arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador
2024-07-03mm: drop leftover comment references to pxx_huge()Peter Xu
2024-07-03mm: remove page_mapping()Matthew Wilcox (Oracle)
2024-07-03mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet
2024-07-03mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li
2024-07-03mm: add update_mmu_tlb_range()Bang Li
2024-06-30x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds
2024-06-28Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-28Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds
2024-06-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook
2024-06-27Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-06-26Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"Palmer Dabbelt
2024-06-26riscv: stacktrace: convert arch_stack_walk() to noinstrAndy Chiu
2024-06-26riscv: patch: Flush the icache right after patching to avoid illegal insnsAlexandre Ghiti
2024-06-25RISC-V: fix vector insn load/store width maskJesse Taube
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann
2024-06-25s390: remove native mmap2() syscallArnd Bergmann
2024-06-25hexagon: fix fadvise64_64 calling conventionsArnd Bergmann
2024-06-25csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann
2024-06-25sh: rework sync_file_range ABIArnd Bergmann
2024-06-25powerpc: restore some missing spu syscallsArnd Bergmann
2024-06-25parisc: use generic sys_fanotify_mark implementationArnd Bergmann
2024-06-25parisc: use correct compat recv/recvfrom syscallsArnd Bergmann
2024-06-25sparc: fix compat recv/recvfrom syscallsArnd Bergmann
2024-06-25sparc: fix old compat_sys_select()Arnd Bergmann
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus
2024-06-24arm64: Clear the initial ID map correctly before remappingZenghui Yu
2024-06-23Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-06-23Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-06-23Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds