summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-284-6/+44
* x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko2022-10-281-6/+7
* Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko2022-10-281-1/+2
* x86/purgatory: disable KMSAN instrumentationAlexander Potapenko2022-10-281-0/+1
* mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko2022-10-281-0/+1
* mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
* mm/uffd: fix vma check on userfault for wpPeter Xu2022-10-281-3/+3
* mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-282-1/+2
* mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
* mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
* fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton2022-10-281-4/+0
* ipc/msg.c: fix percpu_counter use after freeAndrew Morton2022-10-281-2/+2
* memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-282-6/+6
* MAINTAINERS: git://github.com -> https://github.com for nilfs2Palmer Dabbelt2022-10-281-1/+1
* mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
* squashfs: fix buffer release race condition in readahead codePhillip Lougher2022-10-281-2/+3
* squashfs: fix extending readahead beyond end of filePhillip Lougher2022-10-281-4/+7
* squashfs: fix read regression introduced in readahead codePhillip Lougher2022-10-283-4/+12
* nouveau: fix migrate_to_ram() for faulting pageAlistair Popple2022-10-211-0/+1
* mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman2022-10-211-1/+10
* hugetlb: fix memory leak associated with vma_lock structureMike Kravetz2022-10-211-8/+27
* mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett2022-10-211-8/+12
* mm: /proc/pid/smaps_rollup: fix maple tree searchHugh Dickins2022-10-211-1/+1
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-10-211-1/+1
* mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett2022-10-211-8/+7
* mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton2022-10-211-1/+2
* mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz2022-10-211-1/+1
* init: Kconfig: fix spelling mistake "satify" -> "satisfy"Colin Ian King2022-10-211-1/+1
* ocfs2: clear dinode links count in case of errorJoseph Qi2022-10-211-2/+10
* ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi2022-10-211-10/+1
* gcov: support GCC 12.1 and newer compilersMartin Liska2022-10-211-2/+16
* zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov2022-10-211-0/+3
* mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett2022-10-211-6/+11
* mailmap: update email for Qais YousefQais Yousef2022-10-211-1/+2
* mailmap: update Dan Carpenter's email addressDan Carpenter2022-10-211-0/+1
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2022-10-1711857-196520/+597403
|\
| * Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-171-2/+2
| * Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-17185-421/+378
| |\
| | * prandom: remove unused functionsJason A. Donenfeld2022-10-123-23/+5
| | * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1219-24/+24
| | * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1271-100/+100
| | * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-126-6/+6
| | * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1221-34/+34
| | * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-124-19/+8
| | * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1289-218/+204
| * | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1736-71/+1265
| |\ \
| | * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| | * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| | * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| | * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34