index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
x86: kmsan: sync metadata pages on page fault
Alexander Potapenko
1
-1
/
+22
2022-10-03
x86: kmsan: use __msan_ string functions where possible.
Alexander Potapenko
2
-2
/
+23
2022-10-03
x86: kmsan: handle open-coded assembly in lib/iomem.c
Alexander Potapenko
1
-0
/
+5
2022-10-03
x86: kmsan: skip shadow checks in __switch_to()
Alexander Potapenko
1
-0
/
+1
2022-10-03
x86: kmsan: disable instrumentation of unsupported code
Alexander Potapenko
7
-0
/
+11
2022-10-03
objtool: kmsan: list KMSAN API functions as uaccess-safe
Alexander Potapenko
1
-0
/
+20
2022-10-03
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
2
-0
/
+8
2022-10-03
kcov: kmsan: unpoison area->list in kcov_remote_area_put()
Alexander Potapenko
1
-0
/
+7
2022-10-03
block: kmsan: skip bio block merging logic for KMSAN
Alexander Potapenko
1
-0
/
+2
2022-10-03
kmsan: disable physical page merging in biovec
Alexander Potapenko
1
-0
/
+7
2022-10-03
crypto: kmsan: disable accelerated configs under KMSAN
Alexander Potapenko
2
-0
/
+31
2022-10-03
kmsan: disable strscpy() optimization under KMSAN
Alexander Potapenko
1
-0
/
+8
2022-10-03
kmsan: add tests for KMSAN
Alexander Potapenko
3
-0
/
+597
2022-10-03
kmsan: handle memory sent to/from USB
Alexander Potapenko
3
-0
/
+33
2022-10-03
virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
Alexander Potapenko
1
-1
/
+9
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
3
-3
/
+107
2022-10-03
input: libps2: mark data received in __ps2_command() as initialized
Alexander Potapenko
1
-1
/
+4
2022-10-03
kmsan: add iomap support
Alexander Potapenko
1
-0
/
+44
2022-10-03
instrumented.h: add KMSAN support
Alexander Potapenko
3
-5
/
+70
2022-10-03
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
7
-1
/
+317
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
6
-0
/
+54
2022-10-03
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
4
-0
/
+151
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
10
-2
/
+394
2022-10-03
MAINTAINERS: add entry for KMSAN
Alexander Potapenko
1
-0
/
+13
2022-10-03
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
4
-1
/
+7
2022-10-03
kmsan: add KMSAN runtime core
Alexander Potapenko
17
-0
/
+1592
2022-10-03
libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
Alexander Potapenko
2
-2
/
+2
2022-10-03
x86: kmsan: pgtable: reduce vmalloc space
Alexander Potapenko
2
-2
/
+47
2022-10-03
kmsan: mark noinstr as __no_sanitize_memory
Alexander Potapenko
1
-1
/
+2
2022-10-03
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
2
-0
/
+29
2022-10-03
kmsan: add ReST documentation
Alexander Potapenko
2
-0
/
+428
2022-10-03
asm-generic: instrument usercopy in cacheflush.h
Alexander Potapenko
1
-2
/
+12
2022-10-03
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
2
-7
/
+43
2022-10-03
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
5
-12
/
+43
2022-10-03
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
3
-6
/
+33
2022-10-03
x86: add missing include to sparsemem.h
Dmitry Vyukov
1
-0
/
+2
2022-10-03
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
2
-40
/
+15
2022-10-03
hugetlb: use new vma_lock for pmd sharing synchronization
Mike Kravetz
5
-46
/
+233
2022-10-03
hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
Mike Kravetz
1
-29
/
+94
2022-10-03
hugetlb: add vma based lock for pmd sharing
Mike Kravetz
4
-24
/
+240
2022-10-03
hugetlb: rename vma_shareable() and refactor code
Mike Kravetz
1
-6
/
+13
2022-10-03
hugetlb: create remove_inode_single_folio to remove single file folio
Mike Kravetz
1
-42
/
+63
2022-10-03
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
3
-16
/
+15
2022-10-03
hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
4
-83
/
+15
2022-10-03
hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2
-32
/
+20
2022-10-03
mm/hugetlb: remove unnecessary 'NULL' values from pointer
XU pengfei
1
-2
/
+2
2022-10-03
mm/filemap: make folio_put_wait_locked static
Ke Sun
2
-2
/
+1
2022-10-03
mm: hugetlb: eliminate memory-less nodes handling
Muchun Song
3
-43
/
+49
2022-10-03
mm: hugetlb: simplify per-node sysfs creation and removal
Muchun Song
3
-168
/
+30
2022-10-03
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
1
-2
/
+2
[next]