| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fortify: kmsan: fix KMSAN fortify builds | Alexander Potapenko | 2022-10-28 | 4 | -6/+44 |
* | x86: asm: make sure __put_user_size() evaluates pointer once | Alexander Potapenko | 2022-10-28 | 1 | -6/+7 |
* | Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by default | Alexander Potapenko | 2022-10-28 | 1 | -1/+2 |
* | x86/purgatory: disable KMSAN instrumentation | Alexander Potapenko | 2022-10-28 | 1 | -0/+1 |
* | mm: kmsan: export kmsan_copy_page_meta() | Alexander Potapenko | 2022-10-28 | 1 | -0/+1 |
* | mm: migrate: fix return value if all subpages of THPs are migrated successfully | Baolin Wang | 2022-10-28 | 1 | -0/+7 |
* | mm/uffd: fix vma check on userfault for wp | Peter Xu | 2022-10-28 | 1 | -3/+3 |
* | mm: prep_compound_tail() clear page->private | Hugh Dickins | 2022-10-28 | 2 | -1/+2 |
* | mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs | Rik van Riel | 2022-10-28 | 1 | -1/+11 |
* | mm/page_isolation: fix clang deadcode warning | Maria Yu | 2022-10-28 | 1 | -1/+1 |
* | fs/ext4/super.c: remove unused `deprecated_msg' | Andrew Morton | 2022-10-28 | 1 | -4/+0 |
* | ipc/msg.c: fix percpu_counter use after free | Andrew Morton | 2022-10-28 | 1 | -2/+2 |
* | memory tier, sysfs: rename attribute "nodes" to "nodelist" | Huang Ying | 2022-10-28 | 2 | -6/+6 |
* | MAINTAINERS: git://github.com -> https://github.com for nilfs2 | Palmer Dabbelt | 2022-10-28 | 1 | -1/+1 |
* | mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops | Waiman Long | 2022-10-28 | 1 | -19/+42 |
* | squashfs: fix buffer release race condition in readahead code | Phillip Lougher | 2022-10-28 | 1 | -2/+3 |
* | squashfs: fix extending readahead beyond end of file | Phillip Lougher | 2022-10-28 | 1 | -4/+7 |
* | squashfs: fix read regression introduced in readahead code | Phillip Lougher | 2022-10-28 | 3 | -4/+12 |
* | nouveau: fix migrate_to_ram() for faulting page | Alistair Popple | 2022-10-21 | 1 | -0/+1 |
* | mm/huge_memory: do not clobber swp_entry_t during THP split | Mel Gorman | 2022-10-21 | 1 | -1/+10 |
* | hugetlb: fix memory leak associated with vma_lock structure | Mike Kravetz | 2022-10-21 | 1 | -8/+27 |
* | mm/page_alloc: reduce potential fragmentation in make_alloc_exact() | Liam R. Howlett | 2022-10-21 | 1 | -8/+12 |
* | mm: /proc/pid/smaps_rollup: fix maple tree search | Hugh Dickins | 2022-10-21 | 1 | -1/+1 |
* | mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages | Rik van Riel | 2022-10-21 | 1 | -1/+1 |
* | mm/mmap: fix MAP_FIXED address return on VMA merge | Liam Howlett | 2022-10-21 | 1 | -8/+7 |
* | mm/mmap.c: __vma_adjust(): suppress uninitialized var warning | Andrew Morton | 2022-10-21 | 1 | -1/+2 |
* | mm/mmap: undo ->mmap() when mas_preallocate() fails | Mike Kravetz | 2022-10-21 | 1 | -1/+1 |
* | init: Kconfig: fix spelling mistake "satify" -> "satisfy" | Colin Ian King | 2022-10-21 | 1 | -1/+1 |
* | ocfs2: clear dinode links count in case of error | Joseph Qi | 2022-10-21 | 1 | -2/+10 |
* | ocfs2: fix BUG when iput after ocfs2_mknod fails | Joseph Qi | 2022-10-21 | 1 | -10/+1 |
* | gcov: support GCC 12.1 and newer compilers | Martin Liska | 2022-10-21 | 1 | -2/+16 |
* | zsmalloc: zs_destroy_pool: add size_class NULL check | Alexey Romanov | 2022-10-21 | 1 | -0/+3 |
* | mm/mempolicy: fix mbind_range() arguments to vma_merge() | Liam Howlett | 2022-10-21 | 1 | -6/+11 |
* | mailmap: update email for Qais Yousef | Qais Yousef | 2022-10-21 | 1 | -1/+2 |
* | mailmap: update Dan Carpenter's email address | Dan Carpenter | 2022-10-21 | 1 | -0/+1 |
* | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 2022-10-17 | 11857 | -196520/+597403 |
|\ |
|
| * | Linux 6.1-rc1v6.1-rc1 | Linus Torvalds | 2022-10-17 | 1 | -2/+2 |
| * | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-17 | 185 | -421/+378 |
| |\ |
|
| | * | prandom: remove unused functions | Jason A. Donenfeld | 2022-10-12 | 3 | -23/+5 |
| | * | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 2022-10-12 | 19 | -24/+24 |
| | * | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-12 | 71 | -100/+100 |
| | * | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 2022-10-12 | 6 | -6/+6 |
| | * | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 21 | -34/+34 |
| | * | treewide: use prandom_u32_max() when possible, part 2 | Jason A. Donenfeld | 2022-10-12 | 4 | -19/+8 |
| | * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 89 | -218/+204 |
| * | | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2022-10-17 | 36 | -71/+1265 |
| |\ \ |
|
| | * | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2022-10-15 | 1 | -0/+18 |
| | * | | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet | Qi Liu | 2022-10-15 | 7 | -0/+396 |
| | * | | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver | Qi Liu | 2022-10-15 | 7 | -1/+273 |
| | * | | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init() | Qi Liu | 2022-10-15 | 1 | -19/+34 |