aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fpga/fpga-bridge.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-11sparc64: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-14/+13
2025-05-11powerpc: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-17/+13
2025-05-11m68k: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+5
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky5-5/+10
2025-05-11x86: pgtable: always use pte_free_kernel()Kevin Brodsky1-4/+3
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky18-28/+30
2025-05-11vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)1-4/+15
2025-05-11vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)1-25/+15
2025-05-11vmalloc: add for_each_vmap_node() helperUladzislau Rezki (Sony)1-0/+5
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye2-107/+58
2025-05-11xarray: make xa_alloc_cyclic() return 0 on all success casesPrzemek Kitszel2-11/+30
2025-05-11arm64/mm: define ptdesc_tAnshuman Khandual8-18/+26
2025-05-11mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual3-12/+46
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual8-25/+267
2025-05-11selftest/mm: make hugetlb_reparenting_test tolerant to async reparentingLi Wang1-55/+41
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner3-22/+15
2025-05-11kernel/events/uprobes: uprobe_write_opcode() rewriteDavid Hildenbrand1-154/+158
2025-05-11kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()David Hildenbrand3-21/+22
2025-05-11kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()David Hildenbrand1-9/+11
2025-05-11mm/debug: fix parameter passed to page_mapcount_is_type()Gavin Shan1-2/+4
2025-05-11mm: fix parameter passed to page_mapcount_is_type()Gavin Shan1-1/+1
2025-05-11selftests/mm: add PAGEMAP_SCAN guard region testAndrei Vagin1-0/+57
2025-05-11tools headers UAPI: sync linux/fs.h with the kernel sourcesAndrei Vagin1-1/+18
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin3-7/+12
2025-05-11zsmalloc: cleanup headers includesSergey Senozhatsky2-11/+4
2025-05-11selftests/ptrace: add a test case for PTRACE_SET_SYSCALL_INFODmitry V. Levin2-1/+520
2025-05-11ptrace: introduce PTRACE_SET_SYSCALL_INFO requestDmitry V. Levin2-2/+126
2025-05-11ptrace_get_syscall_info: factor out ptrace_get_syscall_info_opDmitry V. Levin1-24/+34
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin20-0/+198
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin19-0/+256
2025-05-11hexagon: add syscall_set_return_value()Dmitry V. Levin1-0/+7
2025-05-11mm: add kernel-doc comment for free_pgd_range()SoumishDas1-2/+11
2025-05-11mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()Kemeng Shi1-19/+11
2025-05-11mm: swap: factor out helper to drop cache of entries within a single clusterKemeng Shi1-10/+17
2025-05-11mm: swap: free each cluster individually in swap_entries_put_map_nr()Kemeng Shi1-38/+32
2025-05-11mm: swap: drop last SWAP_MAP_SHMEM flag in batch in swap_entries_put_nr()Kemeng Shi1-2/+5
2025-05-11mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()Kemeng Shi1-2/+3
2025-05-11mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()Kemeng Shi1-11/+9
2025-05-11mm: swap: enable swap_entry_range_free() to drop any kind of last refKemeng Shi1-14/+24
2025-05-11mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]Kemeng Shi1-14/+14
2025-05-11memcg: manually inline replace_stock_objcgShakeel Butt1-12/+6
2025-05-11memcg: combine slab obj stock charging and accountingVlastimil Babka1-31/+46
2025-05-11memcg: use __mod_memcg_state in drain_obj_stockShakeel Butt1-1/+3
2025-05-11memcg: do obj_cgroup_put inside drain_obj_stockShakeel Butt1-26/+11
2025-05-11memcg: no refilling stock from obj_cgroup_releaseShakeel Butt1-4/+11
2025-05-11memcg: manually inline __refill_stockShakeel Butt1-21/+13
2025-05-11memcg: introduce memcg_unchargeShakeel Butt1-16/+12
2025-05-11memcg: decouple drain_obj_stock from local stockShakeel Butt1-1/+6
2025-05-11memcg: remove root memcg check from refill_stockShakeel Butt1-2/+2
2025-05-11memcg: vmalloc: simplify MEMCG_VMALLOC updatesShakeel Butt1-8/+7