index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: remove hugepd leftovers
Christophe Leroy
2024-07-13
7
-477
/
+3
*
powerpc/64s: use contiguous PMD/PUD instead of HUGEPD
Christophe Leroy
2024-07-13
15
-186
/
+74
*
powerpc/e500: use contiguous PMD instead of hugepd
Christophe Leroy
2024-07-13
10
-79
/
+107
*
powerpc/e500: free r10 for FIND_PTE
Christophe Leroy
2024-07-13
1
-14
/
+16
*
powerpc/e500: don't pre-check write access on data TLB error
Christophe Leroy
2024-07-13
1
-15
/
+0
*
powerpc/e500: encode hugepage size in PTE bits
Christophe Leroy
2024-07-13
2
-15
/
+22
*
powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)
Christophe Leroy
2024-07-13
2
-4
/
+10
*
powerpc/e500: remove enc and ind fields from struct mmu_psize_def
Christophe Leroy
2024-07-13
4
-14
/
+4
*
powerpc/8xx: simplify struct mmu_psize_def
Christophe Leroy
2024-07-13
1
-7
/
+2
*
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
2024-07-13
12
-114
/
+111
*
powerpc/8xx: fix size given to set_huge_pte_at()
Christophe Leroy
2024-07-13
1
-1
/
+2
*
powerpc/mm: allow hugepages without hugepd
Christophe Leroy
2024-07-13
7
-12
/
+41
*
powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entries
Christophe Leroy
2024-07-13
1
-1
/
+10
*
powerpc/mm: remove _PAGE_PSIZE
Christophe Leroy
2024-07-13
4
-12
/
+3
*
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2024-07-13
7
-10
/
+10
*
powerpc/64e: drop unused TLB miss handlers
Michael Ellerman
2024-07-13
3
-232
/
+2
*
powerpc/64e: consolidate TLB miss handler patching
Michael Ellerman
2024-07-13
1
-23
/
+15
*
powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
Michael Ellerman
2024-07-13
2
-65
/
+38
*
powerpc/64e: drop E500 ifdefs in 64-bit code
Michael Ellerman
2024-07-13
1
-12
/
+0
*
powerpc/64e: split out nohash Book3E 64-bit code
Michael Ellerman
2024-07-13
3
-343
/
+363
*
powerpc/64e: remove unused IBM HTW code
Michael Ellerman
2024-07-13
3
-253
/
+2
*
kmsan: enable on s390
Ilya Leoshkevich
2024-07-04
1
-0
/
+1
*
s390/kmsan: implement the architecture-specific functions
Ilya Leoshkevich
2024-07-04
1
-0
/
+59
*
s390/unwind: disable KMSAN checks
Ilya Leoshkevich
2024-07-04
1
-0
/
+4
*
s390/uaccess: add the missing linux/instrumented.h #include
Ilya Leoshkevich
2024-07-04
1
-0
/
+1
*
s390/uaccess: add KMSAN support to put_user() and get_user()
Ilya Leoshkevich
2024-07-04
1
-32
/
+79
*
s390/traps: unpoison the kernel_stack_overflow()'s pt_regs
Ilya Leoshkevich
2024-07-04
1
-0
/
+6
*
s390/string: add KMSAN support
Ilya Leoshkevich
2024-07-04
2
-5
/
+31
*
s390/mm: define KMSAN metadata for vmalloc and modules
Ilya Leoshkevich
2024-07-04
2
-0
/
+19
*
s390/irqflags: do not instrument arch_local_irq_*() with KMSAN
Ilya Leoshkevich
2024-07-04
1
-3
/
+14
*
s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()
Ilya Leoshkevich
2024-07-04
1
-0
/
+2
*
s390/diag: unpoison diag224() output buffer
Ilya Leoshkevich
2024-07-04
1
-4
/
+6
*
s390/cpumf: unpoison STCCTM output buffer
Ilya Leoshkevich
2024-07-04
1
-0
/
+6
*
s390/cpacf: unpoison the results of cpacf_trng()
Ilya Leoshkevich
2024-07-04
1
-0
/
+3
*
s390/checksum: add a KMSAN check
Ilya Leoshkevich
2024-07-04
1
-0
/
+2
*
s390/boot: add the KMSAN runtime stub
Ilya Leoshkevich
2024-07-04
2
-0
/
+7
*
s390: use a larger stack for KMSAN
Ilya Leoshkevich
2024-07-04
2
-2
/
+2
*
s390/boot: turn off KMSAN
Ilya Leoshkevich
2024-07-04
1
-0
/
+2
*
arch/x86: do not explicitly clear Reserved flag in free_pagetable
Oscar Salvador
2024-07-04
1
-2
/
+0
*
mm: drop leftover comment references to pxx_huge()
Peter Xu
2024-07-04
1
-2
/
+2
*
mm: remove page_mapping()
Matthew Wilcox (Oracle)
2024-07-04
4
-4
/
+4
*
mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
Eric Chanudet
2024-07-04
1
-12
/
+0
*
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
2024-07-04
5
-15
/
+0
*
mm: add update_mmu_tlb_range()
Bang Li
2024-07-04
5
-0
/
+15
*
x86-32: fix cmpxchg8b_emu build error with clang
Linus Torvalds
2024-06-30
1
-7
/
+5
*
Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-06-29
4
-15
/
+22
|
\
|
*
Merge patch "riscv: stacktrace: convert arch_stack_walk() to noinstr"
Palmer Dabbelt
2024-06-26
1
-1
/
+1
|
|
\
|
|
*
riscv: stacktrace: convert arch_stack_walk() to noinstr
Andy Chiu
2024-06-26
1
-1
/
+1
|
*
|
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2024-06-26
2
-13
/
+20
|
*
|
RISC-V: fix vector insn load/store width mask
Jesse Taube
2024-06-25
1
-1
/
+1
[next]