index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/damon/lru_sort: change damon_lru_sort_wmarks to static
Yang Yingliang
2022-10-03
1
-1
/
+1
*
mm/damon/reclaim: change damon_reclaim_wmarks to static
Yang Yingliang
2022-10-03
1
-1
/
+1
*
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
2022-10-03
2
-3
/
+2
*
mm/damon: simplify scheme create in lru_sort.c
Xin Hao
2022-10-03
1
-22
/
+17
*
mm/damon/sysfs: avoid call damon_target_has_pid() repeatedly
Xin Hao
2022-10-03
1
-1
/
+2
*
x86: kmsan: handle CPU entry area
Alexander Potapenko
2022-10-03
5
-1
/
+61
*
x86: kmsan: enable KMSAN builds for x86
Alexander Potapenko
2022-10-03
2
-0
/
+56
*
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2022-10-03
3
-4
/
+4
*
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
2022-10-03
1
-1
/
+1
*
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
3
-0
/
+46
*
x86: kmsan: don't instrument stack walking functions
Alexander Potapenko
2022-10-03
2
-0
/
+17
*
x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
Alexander Potapenko
2022-10-03
1
-1
/
+3
*
x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
Alexander Potapenko
2022-10-03
3
-6
/
+16
*
x86: kmsan: sync metadata pages on page fault
Alexander Potapenko
2022-10-03
1
-1
/
+22
*
x86: kmsan: use __msan_ string functions where possible.
Alexander Potapenko
2022-10-03
2
-2
/
+23
*
x86: kmsan: handle open-coded assembly in lib/iomem.c
Alexander Potapenko
2022-10-03
1
-0
/
+5
*
x86: kmsan: skip shadow checks in __switch_to()
Alexander Potapenko
2022-10-03
1
-0
/
+1
*
x86: kmsan: disable instrumentation of unsupported code
Alexander Potapenko
2022-10-03
7
-0
/
+11
*
objtool: kmsan: list KMSAN API functions as uaccess-safe
Alexander Potapenko
2022-10-03
1
-0
/
+20
*
security: kmsan: fix interoperability with auto-initialization
Alexander Potapenko
2022-10-03
2
-0
/
+8
*
kcov: kmsan: unpoison area->list in kcov_remote_area_put()
Alexander Potapenko
2022-10-03
1
-0
/
+7
*
block: kmsan: skip bio block merging logic for KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+2
*
kmsan: disable physical page merging in biovec
Alexander Potapenko
2022-10-03
1
-0
/
+7
*
crypto: kmsan: disable accelerated configs under KMSAN
Alexander Potapenko
2022-10-03
2
-0
/
+31
*
kmsan: disable strscpy() optimization under KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+8
*
kmsan: add tests for KMSAN
Alexander Potapenko
2022-10-03
3
-0
/
+597
*
kmsan: handle memory sent to/from USB
Alexander Potapenko
2022-10-03
3
-0
/
+33
*
virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
Alexander Potapenko
2022-10-03
1
-1
/
+9
*
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
3
-3
/
+107
*
input: libps2: mark data received in __ps2_command() as initialized
Alexander Potapenko
2022-10-03
1
-1
/
+4
*
kmsan: add iomap support
Alexander Potapenko
2022-10-03
1
-0
/
+44
*
instrumented.h: add KMSAN support
Alexander Potapenko
2022-10-03
3
-5
/
+70
*
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
2022-10-03
7
-1
/
+317
*
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
6
-0
/
+54
*
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
2022-10-03
4
-0
/
+151
*
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
10
-2
/
+394
*
MAINTAINERS: add entry for KMSAN
Alexander Potapenko
2022-10-03
1
-0
/
+13
*
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
2022-10-03
4
-1
/
+7
*
kmsan: add KMSAN runtime core
Alexander Potapenko
2022-10-03
17
-0
/
+1592
*
libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
Alexander Potapenko
2022-10-03
2
-2
/
+2
*
x86: kmsan: pgtable: reduce vmalloc space
Alexander Potapenko
2022-10-03
2
-2
/
+47
*
kmsan: mark noinstr as __no_sanitize_memory
Alexander Potapenko
2022-10-03
1
-1
/
+2
*
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
2022-10-03
2
-0
/
+29
*
kmsan: add ReST documentation
Alexander Potapenko
2022-10-03
2
-0
/
+428
*
asm-generic: instrument usercopy in cacheflush.h
Alexander Potapenko
2022-10-03
1
-2
/
+12
*
x86: asm: instrument usercopy in get_user() and put_user()
Alexander Potapenko
2022-10-03
2
-7
/
+43
*
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
2022-10-03
5
-12
/
+43
*
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
2022-10-03
3
-6
/
+33
*
x86: add missing include to sparsemem.h
Dmitry Vyukov
2022-10-03
1
-0
/
+2
*
hugetlb: clean up code checking for fault/truncation races
Mike Kravetz
2022-10-03
2
-40
/
+15
[next]