aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09af_unix: Remove single nest in manage_oob().Kuniyuki Iwashima1-22/+23
2024-09-09Merge tag 'linux-can-next-for-6.12-20240909' of git://git.kernel.org/pub/scm/...Jakub Kicinski4-24/+14
2024-09-09net: remove dev_pick_tx_cpu_id()Jakub Kicinski2-9/+0
2024-09-09Merge branch 'selftests-mptcp-add-time-per-subtests-in-tap-output'Jakub Kicinski8-10/+34
2024-09-09selftests: mptcp: connect: remove duplicated spaces in TAP outputMatthieu Baerts (NGI0)1-6/+8
2024-09-09selftests: mptcp: diag: remove trailing whitespaceMatthieu Baerts (NGI0)1-1/+1
2024-09-09selftests: mptcp: reset the last TS before the first testMatthieu Baerts (NGI0)6-1/+9
2024-09-09selftests: mptcp: connect: remote time in TAP outputMatthieu Baerts (NGI0)1-1/+0
2024-09-09selftests: mptcp: lib: add time per subtests in TAP outputMatthieu Baerts (NGI0)1-1/+16
2024-09-09treewide: correct the typo 'retun'WangYuli7-7/+7
2024-09-09ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi1-6/+9
2024-09-09nilfs2: remove duplicate 'unlikely()' usageKunwu Chan1-1/+1
2024-09-09nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi1-2/+5
2024-09-09nilfs2: determine empty node blocks as corruptedRyusuke Konishi1-1/+1
2024-09-09nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi1-1/+2
2024-09-09user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan1-3/+2
2024-09-09tools/mm: rm thp_swap_allocator_test when make cleanzhangjiao1-1/+1
2024-09-09squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak1-3/+3
2024-09-09lib: glob.c: added null check for character classAlok Swaminathan1-0/+2
2024-09-09scx_qmap: Implement highpri boostingTejun Heo2-14/+130
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo2-3/+239
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo2-12/+21
2024-09-09sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq()Tejun Heo1-16/+26
2024-09-09sched_ext: Move consume_local_task() upwardTejun Heo1-17/+14
2024-09-09sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq()Tejun Heo1-4/+3
2024-09-09sched_ext: Reorder args for consume_local/remote_task()Tejun Heo1-7/+7
2024-09-09sched_ext: Restructure dispatch_to_local_dsq()Tejun Heo1-50/+46
2024-09-09sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handlingTejun Heo1-31/+10
2024-09-09sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ONTejun Heo1-50/+40
2024-09-09sched_ext: Refactor consume_remote_task()Tejun Heo1-69/+76
2024-09-09sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocateTejun Heo1-33/+33
2024-09-09selftests: return failure when timestamps can't be reportedJason Xing1-1/+5
2024-09-09mm/codetag: add pgalloc_tag_copy()Yu Zhao3-14/+38
2024-09-09mm/codetag: fix pgalloc_tag_split()Yu Zhao5-35/+34
2024-09-09mm/codetag: fix a typoYu Zhao1-1/+1
2024-09-09mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)1-2/+2
2024-09-09mm/vmalloc.c: use helper function va_size()ZhangPeng1-9/+8
2024-09-09mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt2-4/+4
2024-09-09maple_tree: mark three functions as __maybe_unusedLiam R. Howlett1-3/+3
2024-09-09mm: clean up mem_cgroup_iter()Kinsey Ho1-20/+12
2024-09-09mm: restart if multiple traversals racedKinsey Ho2-11/+19
2024-09-09mm: increment gen # before restarting traversalKinsey Ho1-10/+12
2024-09-09mm: don't hold css->refcnt during traversalKinsey Ho1-17/+1
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho2-8/+14
2024-09-09mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton1-11/+5
2024-09-09mm: migrate: remove unused includesKefeng Wang1-7/+0
2024-09-09mm: thp: simplify split_huge_pages_pid()Nanyong Sun1-6/+1
2024-09-09mm: migrate: simplify find_mm_struct()Nanyong Sun1-7/+1
2024-09-09mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park2-1/+19
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle3-21/+17