2022-03-25 |
Andrey Konovalov | kasan: rearrange stack frame info in reports |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: more line breaks in reports |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: drop addr check from describe_object_addr |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: print virtual mapping info in reports |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Peter Collingbourne | kasan: update function name in comments |
commit | commitdiff | tree | snapshot |
2022-03-25 |
tangmeng | mm/kasan: remove unnecessary CONFIG_KASAN option |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: test: support async (again) and asymm modes... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: improve vmalloc tests |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: documentation updates |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | arm64: select KASAN_VMALLOC for SW/HW_TAGS modes |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: add kasan.vmalloc command line flag |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: clean up feature flags for HW_TAGS mode |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: mark kasan_arg_stacktrace as __initdata |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, arm64: don't tag executable vmalloc allocations |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: only tag normal vmalloc allocations |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: add vmalloc tagging for HW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: allow skipping memory init for HW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: unpoison VM_ALLOC pages after mapping |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: add vmalloc tagging for SW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, arm64: reset pointer tags of vmapped stacks |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, fork: reset pointer tags of vmapped stacks |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: reset tags in vmalloc functions |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: add wrappers for vmalloc hooks |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: reorder vmalloc hooks |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, vmalloc: drop outdated VM_KASAN comment |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, x86, arm64, s390: rename functions for modules... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: define KASAN_VMALLOC_INVALID for SW_TAGS |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: clean up metadata byte definitions |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: rework kasan_unpoison_pages call... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: move kernel_init_free_pages in post_... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: move SetPageSkipKASanPoison in post_... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: combine tag_clear_highpage calls... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: merge kasan_alloc_pages into post_al... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: refactor init checks in post_alloc_hook |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: only apply __GFP_ZEROTAGS when memory is zeroed |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | mm: clarify __GFP_ZEROTAGS comment |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan: drop skip_kasan_poison variable in free_pages_pr... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: init memory of skipped pages on... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: simplify kasan_poison_pages call... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: merge kasan_free_pages into free_pag... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: move tag_clear_highpage out of kerne... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Andrey Konovalov | kasan, page_alloc: deduplicate should_skip_kasan_poison |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Anshuman Khandual | mm/migration: add trace events for base page and HugeTL... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Anshuman Khandual | mm/migration: add trace events for THP migrations |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Hugh Dickins | mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap() |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Hugh Dickins | mm: filemap_unaccount_folio() large skip mapcount fixup |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Hugh Dickins | mm: delete __ClearPageWaiters() |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Mike Rapoport | selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Aneesh Kumar K.V | selftest/vm: add util.h and and move helper functions... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Christoph Hellwig | mm: unexport page_init_poison |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort.c: support for user-defined... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort.c: support for selecting by... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort: support for sorting by task... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort: fix three trivival places |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort.c: support sorting by tgid... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort.c: add a security check |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jiajian Ye | tools/vm/page_owner_sort.c: fix comments |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Yixuan Cao | tools/vm/page_owner_sort.c: fix the instructions for use |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Yixuan Cao | mm/page_owner.c: record tgid |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Waiman Long | mm/page_owner: record task command name |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Waiman Long | mm/page_owner: print memcg information |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Waiman Long | mm/page_owner: use scnprintf() to avoid excessive buffe... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Waiman Long | lib/vsprintf: avoid redundant work with 0 size |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Shuah Khan | Documentation/vm/page_owner.rst: fix unexpected indenta... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Shenghong Han | Documentation/vm/page_owner.rst: update the documentation |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Yixuan Cao | tools/vm/page_owner_sort.c: delete invalid duplicate... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Shenghong Han | tools/vm/page_owner_sort.c: two trivial fixes |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Chongxi Zhao | tools/vm/page_owner_sort.c: support sorting pid and... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Yinan Zhang | tools/vm/page_owner_sort.c: add switch between culling... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Sean Anderson | tools/vm/page_owner_sort.c: support sorting by stack... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Sean Anderson | tools/vm/page_owner_sort.c: sort by stacktrace before... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge branch 'akpm' (patches from Andrew) |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'net-next-5.18' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilli... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'hyperv-next-signed-20220322' of git://git... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'for-linus' of git://git./virt/kvm/kvm |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'flexible-array-transformations-5.18-rc1... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'prlimit-tasklist_lock-for-v5.18' of git... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'fs.rt.v5.18' of git://git./linux/kernel... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Linus Torvalds | Merge tag 'fs.v5.18' of git://git./linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Marco Elver | Revert "ubsan, kcsan: Don't combine sanitizer with... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Miaohe Lin | kernel/resource: fix kfree() of bootmem memory again |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Aleksandr Nogikh | kcov: properly handle subsequent mmap calls |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Aleksandr Nogikh | kcov: split ioctl handling into locked and unlocked... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Guilherme G... | panic: move panic_print before kmsg dumpers |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Guilherme G... | panic: add option to dump all CPUs backtraces in panic_... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Guilherme G... | docs: sysctl/kernel: add missing bit to panic_print |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Lukas Bulwahn | taskstats: remove unneeded dead assignment |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Tiezhu Yang | kasan: no need to unset panic_on_warn in end_report() |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Tiezhu Yang | ubsan: no need to unset panic_on_warn in ubsan_epilogue() |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Tiezhu Yang | panic: unset panic_on_warn inside panic() |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Tiezhu Yang | docs: kdump: add scp example to write out the dump... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Tiezhu Yang | docs: kdump: update description about sysfs file system... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Jisheng Zhang | arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Jisheng Zhang | x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead... |
commit | commitdiff | tree | snapshot |
next |