summaryrefslogtreecommitdiffstats
path: root/kernel/range.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin3-3/+38
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin9-16/+41
2023-03-29kthread: simplify kthread_use_mm refcountingNicholas Piggin1-9/+5
2023-03-29mm/zswap: try to avoid worst-case scenario on same element pagesTaejoon Song1-4/+12
2023-03-29mm: multi-gen LRU: improve design docT.J. Alumbaugh2-6/+40
2023-03-29mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh2-14/+10
2023-03-29x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng4-8/+14
2023-03-29mm/userfaultfd: support WP on multiple VMAsMuhammad Usama Anjum1-17/+24
2023-03-29mm, page_alloc: reduce page alloc/free sanity checksVlastimil Babka1-135/+52
2023-03-29mm: reduce lock contention of pcp buffer refillAlexander Halbuer1-4/+18
2023-03-29mm: cma: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-03-29mm/khugepaged: alloc_charge_hpage() take care of mem charge errorsPeter Xu1-1/+8
2023-03-29mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song1-8/+6
2023-03-29mailmap: add an entry for Leonard CrestezFlorian Fainelli1-0/+1
2023-03-29mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-03-29mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-29fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan1-2/+2
2023-03-29fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan1-3/+8
2023-03-29lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITSTiezhu Yang1-1/+1
2023-03-29Kconfig.debug: fix SCHED_DEBUG dependencyye xingchen1-1/+1
2023-03-29.mailmap: add entry for Leonard GöhrsLeonard Göhrs1-0/+1
2023-03-26Linux 6.3-rc4v6.3-rc4Linus Torvalds1-1/+1
2023-03-24xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureSteve French4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionSteve French1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Paulo Alcantara1-3/+3
2023-03-24ACPI: resource: Add Medion S17413 to IRQ override quirkAymeric Wibo1-0/+7
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeDarrick J. Wong1-1/+4
2023-03-24cifs: avoid race conditions with parallel reconnectsShyam Prasad N3-33/+76
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N6-6/+25
2023-03-24gpu: host1x: fix uninitialized variable useArnd Bergmann1-3/+2
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon3-30/+30
2023-03-24platform/chrome: cros_ec_chardev: fix kernel data leak from ioctlTzung-Bi Shih1-1/+1
2023-03-24mm: mmap: remove newline at the end of the traceMinwoo Im1-2/+2
2023-03-24mailmap: add entries for Richard LeitnerRichard Leitner1-0/+3
2023-03-24kcsan: avoid passing -g for testMarco Elver1-1/+1
2023-03-24kfence: avoid passing -g for testMarco Elver1-1/+1
2023-03-24mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2023-03-24lib: dhry: fix unstable smp_processor_id(_) usageGeert Uytterhoeven1-2/+4
2023-03-24mailmap: add entry for Enric Balletbo i SerraEnric Balletbo i Serra1-0/+2
2023-03-24mailmap: map Sai Prakash Ranjan's old address to his current oneKonrad Dybcio1-0/+1
2023-03-24mailmap: map Rajendra Nayak's old address to his current oneKonrad Dybcio1-0/+1
2023-03-24Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne1-1/+2
2023-03-24mailmap: add entry for Tobias KlauserTobias Klauser1-0/+4
2023-03-24kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver3-7/+19
2023-03-24mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-03-24kselftest: vm: fix unused variable warningPeter Xu1-2/+1
2023-03-24mm: fix error handling for map_deny_write_execJoey Gouly1-1/+1