summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mm/migrate_device.c: flush TLB while holding PTLAlistair Popple1-2/+3
2022-09-12x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota1-0/+3
2022-09-12mm/memory-failure: fall back to vma_address() when ->notify_failure() failsDan Williams1-10/+12
2022-09-12mm/memory-failure: fix detection of memory_failure() handlersDan Williams2-1/+6
2022-09-12xfs: fix SB_BORN check in xfs_dax_notify_failure()Dan Williams1-1/+1
2022-09-12xfs: quiet notify_failure EOPNOTSUPP casesDan Williams1-2/+2
2022-09-12mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman1-10/+43
2022-09-12ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong1-1/+2
2022-08-29Linux 6.0-rc3Linus Torvalds1-1/+1
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds21-60/+108
2022-08-29Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linuxLinus Torvalds4-24/+38
2022-08-29.mailmap: update Luca Ceresoli's e-mail addressLuca Ceresoli1-0/+1
2022-08-29mm/mprotect: only reference swap pfn page if type matchPeter Xu1-1/+2
2022-08-29squashfs: don't call kmalloc in decompressorsPhillip Lougher4-21/+22
2022-08-29mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty1-0/+3
2022-08-29mailmap: update email address for Colin KingColin Ian King1-2/+1
2022-08-29asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-08-29bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin1-0/+2
2022-08-29ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-29Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-29mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky1-1/+1
2022-08-29binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-29vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan1-0/+1
2022-08-29mailmap: update Guilherme G. Piccoli's email addressesGuilherme G. Piccoli1-0/+2
2022-08-29writeback: avoid use-after-free after removing deviceKhazhismel Kumykov3-12/+16
2022-08-29shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)1-0/+1
2022-08-29mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin1-1/+1
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-70/+79
2022-08-28Merge tag '6.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-67/+70
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-88/+183
2022-08-28Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-7/+36
2022-08-28Merge tag 'perf-tools-fixes-for-v6.0-2022-08-27' of git://git.kernel.org/pub/...Linus Torvalds8-32/+61
2022-08-28Merge tag 'thermal-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+7
2022-08-28Merge tag 'pm-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2022-08-28Merge tag 'acpi-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-7/+6
2022-08-28Merge tag 's390-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-7/+19
2022-08-28Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+13
2022-08-28Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-08-27Merge tag 'fbdev-for-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds34-201/+240
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka6-33/+25
2022-08-27perf stat: Capitalize topdown metrics' namesZhengjun Xing1-12/+12
2022-08-27perf docs: Update the documentation for the save_type filterKan Liang1-0/+3
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers1-5/+19
2022-08-27perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen2-12/+2
2022-08-27perf test: Stat test for repeat with a weak groupIan Rogers1-0/+19
2022-08-27perf stat: Clear evsel->reset_group for each stat runIan Rogers1-0/+1
2022-08-27tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo1-2/+4
2022-08-27perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark1-1/+1
2022-08-27Merge branch 'thermal-core'Rafael J. Wysocki2-0/+2