summaryrefslogtreecommitdiffstats
path: root/scripts/generate_rust_target.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-31mm: allow set/clear page_type againYu Zhao1-0/+8
2024-10-31nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-10-31Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher1-4/+5
2024-10-31kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-10-31tools/mm: -Werror fixes in page-types/slabinfoWladislav Wiebe2-5/+8
2024-10-31mm, swap: avoid over reclaim of full clustersKairui Song2-19/+31
2024-10-31mm: fix PSWPIN counter for large folios swap-inBarry Song1-2/+2
2024-10-31mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan1-1/+2
2024-10-31mm/codetag: fix null pointer check logic for ref and tagHao Ge1-6/+10
2024-10-31mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard1-14/+19
2024-10-29mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song1-2/+13
2024-10-29mseal: update mseal.rstJeff Xu1-159/+148
2024-10-29mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov1-17/+52
2024-10-29selftests/mm: fix deadlock for fork after pthread_create with atomic_boolEdward Liaw1-0/+5
2024-10-29Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"Edward Liaw3-12/+10
2024-10-29Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"Edward Liaw1-7/+0
2024-10-29tools: testing: add expand-only mode VMA testLorenzo Stoakes1-0/+40
2024-10-29mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes3-9/+31
2024-10-29resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price1-3/+1
2024-10-29nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi1-0/+1
2024-10-29mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node idNobuhiro Iwamatsu1-1/+1
2024-10-29ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-10-29mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-10-29mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn1-9/+3
2024-10-29x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov1-6/+6
2024-10-29resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying1-1/+0
2024-10-29mm/mmap: fix race in mmap_region() with ftruncate()Liam R. Howlett1-5/+7
2024-10-29mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-10-29fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes2-11/+6
2024-10-29fork: do not invoke uffd on fork if error occursLorenzo Stoakes3-1/+37
2024-10-29mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand1-5/+11
2024-10-27Linux 6.12-rc5v6.12-rc5Linus Torvalds1-1/+1
2024-10-27firewire: core: fix invalid port index for parent deviceTakashi Sakamoto1-1/+1
2024-10-26platform/x86: asus-wmi: Fix thermal profile initializationArmin Wolf1-0/+10
2024-10-25x86: fix whitespace in runtime-const assembler outputLinus Torvalds1-2/+2
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds4-21/+42
2024-10-25fuse: remove stray debug lineMiklos Szeredi1-1/+0
2024-10-25fgraph: Change the name of cpuhp state to "fgraph:online"Steven Rostedt1-1/+1
2024-10-25fgraph: Fix missing unlock in register_ftrace_graph()Li Huafei1-7/+3
2024-10-24Revert "fs/9p: simplify iget to remove unnecessary paths"Dominique Martinet5-45/+180
2024-10-24Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"Dominique Martinet1-1/+1
2024-10-24Revert "fs/9p: remove redundant pointer v9ses"Dominique Martinet1-0/+4
2024-10-24Revert " fs/9p: mitigate inode collisions"Dominique Martinet4-56/+22
2024-10-24Revert "9p: Enable multipage folios"Dominique Martinet1-1/+0
2024-10-24drm/xe: Don't restart parallel queues multiple times on GT resetNirmoy Das1-2/+12
2024-10-24drm/xe/ufence: Prefetch ufence addr to catch bogus addressNirmoy Das1-1/+2
2024-10-24drm/xe: Handle unreliable MMIO reads during forcewakeShuicheng Lin1-3/+9
2024-10-24drm/xe/guc/ct: Flush g2h worker in case of g2h response timeoutBadal Nilawar1-0/+18
2024-10-24drm/xe: Enlarge the invalidation timeout from 150 to 500Shuicheng Lin1-1/+1
2024-10-24bpf: Check validity of link->type in bpf_link_show_fdinfo()Hou Tao1-5/+9