aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-05bpf: Fix sleepable check for tracing/lsm progLeon Hwang1-0/+3
2026-08-05bpf: Avoid changing callchain in bpf_get_stackid_peJiri Olsa1-22/+17
2026-08-05bpf: Avoid changing callchain in bpf_get_stack_peJiri Olsa1-21/+15
2026-08-05bpf: Disable preemption in __bpf_get_stackDaniel Borkmann1-0/+3
2026-08-05bpf: Clear buf on error in __bpf_get_task_stackJiri Olsa1-2/+5
2026-08-05bpf: Remove trace_in argument from __bpf_get_stackJiri Olsa1-14/+35
2026-08-05bpf: Factor callchain_finalize function from __bpf_get_stackJiri Olsa1-8/+17
2026-08-05bpf: Factor callchain_store function from __bpf_get_stackJiri Olsa1-14/+25
2026-08-05bpf: Disable preemption in bpf_get_stackidJiri Olsa1-11/+13
2026-08-05bpf: Use stack id functions instead of __bpf_get_stackidJiri Olsa1-16/+27
2026-08-05bpf: Factor stackid_new_bucket from __bpf_get_stackidJiri Olsa1-18/+30
2026-08-05bpf: Factor stackid_fastpath function from __bpf_get_stackidJiri Olsa1-15/+28
2026-08-05bpf: Factor stackid_init function from __bpf_get_stackidJiri Olsa1-36/+59
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa1-43/+47
2026-08-05taskstats: fix cpumask parsing cutting off the last characterBradley Morgan1-2/+1
2026-08-05bpf: Inline bpf_iter_num_destroy() as a no-opPuranjay Mohan2-3/+5
2026-08-05bpf: Inline bpf_iter_num_next() kfuncPuranjay Mohan1-0/+17
2026-08-05bpf: Inline bpf_iter_num_new() kfuncPuranjay Mohan2-2/+26
2026-08-05bpf: Correct the overflow check comment in bpf_iter_num_next()Puranjay Mohan1-5/+4
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov6-18/+17
2026-08-05sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov2-31/+29
2026-08-05sysctl: add Returns: kernel-doc for all functionsRandy Dunlap1-20/+25
2026-08-05sysctl: Update API function documentationJoel Granados1-9/+24
2026-08-05sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_convJoel Granados2-5/+5
2026-08-05sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vecJoel Granados2-209/+239
2026-08-05sysctl: Add negp parameter to douintvec converter functionsJoel Granados1-15/+16
2026-08-05sysctl: Move default converter assignment out of do_proc_dointvecJoel Granados1-4/+3
2026-08-05bpf: Check load-acquire src ptr type before the loadDaniel Borkmann1-2/+2
2026-08-05cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helperNatalie Vock1-0/+42
2026-08-05cgroup/dmem: Add queries for protection valuesNatalie Vock1-0/+62
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes8-25/+36
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-1/+1
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-1/+1
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)1-1/+1
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)1-0/+1
2026-08-04bpf, cgroup: Fix invalid storage access after __cgroup_bpf_attach failedPu Lehui1-0/+8
2026-08-04Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+58
2026-08-04rv: Fix 32-bit build of nomiss KUnit testGabriele Monaco1-1/+1
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig2-2/+0
2026-08-04futex: Avoid private hash use-after-free on final putFelix Hoffmann1-2/+8
2026-08-04bpf: Invalidate RCU pointers after final spin unlockNing Ding1-0/+5
2026-08-04Merge branch 'misc' into nextMike Rapoport (Microsoft)1-1/+0
2026-08-04Merge branch 'crashkernel-cma' into kexec-nextMike Rapoport (Microsoft)1-3/+86
2026-08-04Merge branch 'kexec-misc' into kexec-nextMike Rapoport (Microsoft)1-0/+27
2026-08-04kho: exclude hugetlb memory from scratch size calculationPratyush Yadav (Google)1-2/+10
2026-08-04kho: extend scratchPratyush Yadav (Google)1-17/+153
2026-08-04kho: initialize preserved memory map radix tree earlierPratyush Yadav (Google)1-17/+26
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)1-2/+13
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)4-37/+20
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)1-18/+44