index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
kmsan: enable on s390
Ilya Leoshkevich
1
-0
/
+1
2024-07-03
s390/kmsan: implement the architecture-specific functions
Ilya Leoshkevich
1
-0
/
+59
2024-07-03
s390/unwind: disable KMSAN checks
Ilya Leoshkevich
1
-0
/
+4
2024-07-03
s390/uaccess: add the missing linux/instrumented.h #include
Ilya Leoshkevich
1
-0
/
+1
2024-07-03
s390/uaccess: add KMSAN support to put_user() and get_user()
Ilya Leoshkevich
1
-32
/
+79
2024-07-03
s390/traps: unpoison the kernel_stack_overflow()'s pt_regs
Ilya Leoshkevich
1
-0
/
+6
2024-07-03
s390/string: add KMSAN support
Ilya Leoshkevich
2
-5
/
+31
2024-07-03
s390/mm: define KMSAN metadata for vmalloc and modules
Ilya Leoshkevich
2
-0
/
+19
2024-07-03
s390/irqflags: do not instrument arch_local_irq_*() with KMSAN
Ilya Leoshkevich
1
-3
/
+14
2024-07-03
s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()
Ilya Leoshkevich
1
-0
/
+2
2024-07-03
s390/diag: unpoison diag224() output buffer
Ilya Leoshkevich
1
-4
/
+6
2024-07-03
s390/cpumf: unpoison STCCTM output buffer
Ilya Leoshkevich
1
-0
/
+6
2024-07-03
s390/cpacf: unpoison the results of cpacf_trng()
Ilya Leoshkevich
1
-0
/
+3
2024-07-03
s390/checksum: add a KMSAN check
Ilya Leoshkevich
1
-0
/
+2
2024-07-03
s390/boot: add the KMSAN runtime stub
Ilya Leoshkevich
2
-0
/
+7
2024-07-03
s390: use a larger stack for KMSAN
Ilya Leoshkevich
2
-2
/
+2
2024-07-03
s390/boot: turn off KMSAN
Ilya Leoshkevich
1
-0
/
+2
2024-07-03
arch/x86: do not explicitly clear Reserved flag in free_pagetable
Oscar Salvador
1
-2
/
+0
2024-07-03
mm: drop leftover comment references to pxx_huge()
Peter Xu
1
-2
/
+2
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
4
-4
/
+4
2024-07-03
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
1
-12
/
+0
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
5
-15
/
+0
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
5
-0
/
+15
2024-06-30
x86-32: fix cmpxchg8b_emu build error with clang
Linus Torvalds
1
-7
/
+5
2024-06-28
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-15
/
+22
2024-06-28
Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-19
/
+14
2024-06-28
x86: stop playing stack games in profile_pc()
Linus Torvalds
1
-19
/
+1
2024-06-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-2
/
+4
2024-06-28
randomize_kstack: Remove non-functional per-arch entropy filtering
Kees Cook
3
-19
/
+14
2024-06-27
Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-5
/
+8
2024-06-26
Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"
Palmer Dabbelt
1
-1
/
+1
2024-06-26
riscv: stacktrace: convert arch_stack_walk() to noinstr
Andy Chiu
1
-1
/
+1
2024-06-26
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2
-13
/
+20
2024-06-25
RISC-V: fix vector insn load/store width mask
Jesse Taube
1
-1
/
+1
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
4
-5
/
+5
2024-06-25
s390: remove native mmap2() syscall
Arnd Bergmann
1
-27
/
+0
2024-06-25
hexagon: fix fadvise64_64 calling conventions
Arnd Bergmann
2
-0
/
+13
2024-06-25
csky, hexagon: fix broken sys_sync_file_range
Arnd Bergmann
2
-0
/
+2
2024-06-25
sh: rework sync_file_range ABI
Arnd Bergmann
2
-1
/
+13
2024-06-25
powerpc: restore some missing spu syscalls
Arnd Bergmann
1
-0
/
+4
2024-06-25
parisc: use generic sys_fanotify_mark implementation
Arnd Bergmann
3
-10
/
+2
2024-06-25
parisc: use correct compat recv/recvfrom syscalls
Arnd Bergmann
1
-2
/
+2
2024-06-25
sparc: fix compat recv/recvfrom syscalls
Arnd Bergmann
2
-223
/
+2
2024-06-25
sparc: fix old compat_sys_select()
Arnd Bergmann
1
-1
/
+1
2024-06-25
syscalls: fix compat_sys_io_pgetevents_time64 usage
Arnd Bergmann
7
-7
/
+7
2024-06-25
s390/boot: Do not adjust GOT entries for undef weak sym
Jens Remus
1
-4
/
+7
2024-06-24
arm64: Clear the initial ID map correctly before remapping
Zenghui Yu
1
-1
/
+1
2024-06-23
Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2024-06-23
Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+2
2024-06-23
Merge tag 'powerpc-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-5
/
+15
[next]