summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13samples/bpf: Remove unused variables in tc_l2_redirect_kern.cZhu Jun1-4/+0
2024-11-13bpftool: Cast variable `var` to long longLuo Yifan1-1/+1
2024-11-13bpf, x86: Propagate tailcall info only for subprogsLeon Hwang1-1/+1
2024-11-13bpf: Add kernel symbol for struct_ops trampolineXu Kuohai4-5/+89
2024-11-13bpf: Use function pointers count as struct_ops links countXu Kuohai1-10/+25
2024-11-13bpf: Remove unused member rcu from bpf_struct_ops_mapXu Kuohai1-1/+0
2024-11-13selftests/bpf: Add struct_ops prog private stack testsYonghong Song6-0/+389
2024-11-13bpf: Support private stack for struct_ops progsYonghong Song4-1/+13
2024-11-13selftests/bpf: Add tracing prog private stack testsYonghong Song2-0/+274
2024-11-13bpf, x86: Support private stack in jitYonghong Song2-0/+137
2024-11-13bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depthYonghong Song1-4/+7
2024-11-13bpf: Enable private stack for eligible subprogsYonghong Song2-0/+12
2024-11-13bpf: Find eligible subprogs for private stack supportYonghong Song4-10/+99
2024-11-13mm: swapfile: fix cluster reclaim work crash on rotational devicesJohannes Weiner1-1/+1
2024-11-13vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu1-3/+5
2024-11-12selftests/bpf: update send_signal to lower perf evemts frequencyEduard Zingerman1-1/+2
2024-11-12selftests/bpf: allow send_signal test to timeoutEduard Zingerman1-13/+19
2024-11-12selftests/bpf: add read_with_timeout() utility functionEduard Zingerman3-0/+29
2024-11-12selftests/bpf: watchdog timer for test_progsEduard Zingerman4-6/+116
2024-11-12selftests: hugetlb_dio: fixup check for initial conditions to skip in the startDonet Tom1-0/+7
2024-11-12mm/thp: fix deferred split queue not partially_mapped: fixHugh Dickins1-1/+3
2024-11-12mm/gup: avoid an unnecessary allocation call for FOLL_LONGTERM casesJohn Hubbard1-39/+77
2024-11-12LoongArch: Fix AP booting issue in VM modeBibo Mao1-0/+15
2024-11-12LoongArch: Add WriteCombine shadow mapping in KASANKanglong Wang2-1/+15
2024-11-12LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabitsHuacai Chen2-3/+14
2024-11-12LoongArch: Make KASAN work with 5-level page-tablesHuacai Chen1-3/+23
2024-11-12LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGSYuli Wang1-4/+1
2024-11-12LoongArch: Fix early_numa_add_cpu() usage for FDT systemsHuacai Chen1-1/+1
2024-11-12LoongArch: For all possible CPUs setup logical-physical CPU mappingHuacai Chen2-29/+55
2024-11-12libbpf: Stringify errno in log messages in the remaining codeMykyta Yatsenko6-53/+56
2024-11-12libbpf: Stringify errno in log messages in btf*.cMykyta Yatsenko2-13/+16
2024-11-12libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko1-200/+156
2024-11-12libbpf: Introduce errstr() for stringifying errnoMykyta Yatsenko2-0/+78
2024-11-12bpf: Replace the document for PTR_TO_BTF_ID_OR_NULLMenglong Dong1-4/+4
2024-11-12tools/bpf: Fix the wrong format specifier in bpf_jit_disasmLuo Yifan1-1/+1
2024-11-12kbuild,bpf: Pass make jobs' value to paholeFlorian Schmaus1-2/+4
2024-11-12nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki1-1/+1
2024-11-12ocfs2: fix UBSAN warning in ocfs2_verify_volume()Dmitry Antipov1-4/+9
2024-11-12nilfs2: fix null-ptr-deref in block_dirty_buffer tracepointRyusuke Konishi4-6/+2
2024-11-12nilfs2: fix null-ptr-deref in block_touch_buffer tracepointRyusuke Konishi1-1/+0
2024-11-12mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2-14/+15
2024-11-11bpf: Drop special callback reference handlingKumar Kartikeya Dwivedi3-39/+11
2024-11-11bpf: Refactor active lock managementKumar Kartikeya Dwivedi2-67/+132
2024-11-11selftests/bpf: skip the timer_lockup test for single-CPU nodesViktor Malik1-0/+6
2024-11-11selftests/bpf: Test the update operations for htab of mapsHou Tao2-1/+161
2024-11-11selftests/bpf: Move ENOTSUPP from bpf_util.hHou Tao6-20/+3
2024-11-11bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao1-17/+39
2024-11-11selftests/bpf: Add threads to consumer testJiri Olsa1-18/+80
2024-11-11selftests/bpf: Add uprobe sessions to consumer testJiri Olsa2-24/+52
2024-11-11selftests/bpf: Add uprobe session single consumer testJiri Olsa2-0/+77