summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* of: reserved_mem: Have kmemleak ignore dynamically allocated reserved memIsaac J. Manjarres2023-02-101-1/+2
* scripts/gdb: fix 'lx-current' for x86Jeff Xie2023-02-101-1/+1
* lib: parser: optimize match_NUMBER apis to use local arrayLi Lingfeng2023-02-101-19/+20
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-103-8/+16
* mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang2023-02-103-8/+22
* kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-103-1/+21
* revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton2023-02-041-1/+1
* fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan2023-02-041-2/+3
* mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-041-1/+1
* aio: fix mremap after fork null-derefSeth Jenkins2023-02-041-0/+4
* mailmap: add entry for Alexander MikhalitsynAlexander Mikhalitsyn2023-02-041-0/+2
* mm: extend max struct page size for kmsanArnd Bergmann2023-02-041-3/+9
* mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang2023-02-011-1/+4
* Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen2023-02-011-1/+1
* mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia2023-02-011-0/+1
* mm: use stack_depot_early_init for kmemleakZhaoyang Huang2023-02-012-2/+4
* Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher2023-02-014-5/+5
* sh: define RUNTIME_DISCARD_EXITTom Saeger2023-02-011-0/+1
* highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)2023-02-011-2/+2
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-011-1/+2
* mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-012-3/+14
* mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-02-011-0/+8
* Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres2023-02-011-5/+1
* freevxfs: Kconfig: fix spellingRandy Dunlap2023-02-011-1/+1
* maple_tree: should get pivots boundary by typeWei Yang2023-02-011-2/+3
* .mailmap: update e-mail address for Eugen HristevEugen Hristev2023-02-011-0/+1
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-02-011-6/+19
* squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin2023-02-011-1/+1
* ia64: fix build error due to switch case label appearing next to declarationJames Morse2023-02-011-2/+5
* mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-02-011-1/+4
* Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-02-014-68/+21
* zsmalloc: fix a race with deferred_handles storingNhat Pham2023-02-011-32/+205
* mm/khugepaged: fix ->anon_vma raceJann Horn2023-02-011-1/+13
* maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2023-02-012-9/+97
* selftests/filesystems: grant executable permission to run_fat_tests.shPengfei Xu2023-01-201-0/+0
* selftests/vm: remove __USE_GNU in hugetlb-madvise.cPeter Xu2023-01-191-1/+0
* mm: fix a few rare cases of using swapin error pte markerPeter Xu2023-01-193-3/+16
* mm/uffd: fix pte marker when fork() without fork eventPeter Xu2023-01-191-6/+2
* Sync with v6.2-rc4Andrew Morton2023-01-19387-4122/+4548
|\
| * Linux 6.2-rc4v6.2-rc4Linus Torvalds2023-01-151-1/+1
| * Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
| |\
| | * x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
| | * x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman2023-01-101-16/+33
| | * x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-101-1/+11
| | * x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
| | * x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-101-2/+2
| * | Merge tag 'edac_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-153-12/+14
| |\ \
| | * | EDAC/highbank: Fix memory leak in highbank_mc_probe()Miaoqian Lin2023-01-031-2/+5
| | * | EDAC/device: Fix period calculation in edac_device_reset_delay_period()Eliav Farber2022-12-302-10/+9
| * | | Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-154-72/+72
| |\ \ \