summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-06bpf: Account for preempt and IRQ state in RCU protectionNing Ding
2026-08-06module/dups: Clean up includesPetr Pavlu
2026-08-06module/dups: Use strcmp() to compare module namesPetr Pavlu
2026-08-06module/dups: Use scope-based cleanup helpersPetr Pavlu
2026-08-06module/dups: Avoid unnecessary kmod_dup_req allocationsPetr Pavlu
2026-08-06module/dups: Fix use-after-free in kmod_dup_req lifetime handlingPetr Pavlu
2026-08-06module/dups: Inform duplicate requests about the result directlyPetr Pavlu
2026-08-06module: Remove unnecessary module::argsPetr Pavlu
2026-08-06module: procfs: use matching type for accumulator in module_total_size()Naveen Kumar Chaudhary
2026-08-06module: use strscpy() to copy module names in stats and dup trackingNaveen Kumar Chaudhary
2026-08-06params: fix path of /sys/module/XYZ/parameters/ in commentZenghui Yu
2026-08-06module/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka
2026-08-06bpf: Mark existing lock-safe kfuncs with KF_SPINLOCK_SAFEKaitao Cheng
2026-08-06bpf: Add KF_SPINLOCK_SAFE flag for kfuncs under bpf_spin_lockKaitao Cheng
2026-08-05tracing: Make per-template BTF id lists file-localMykyta Yatsenko
2026-08-05bpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean
2026-08-05bpf: Fix sleepable check for tracing/lsm progLeon Hwang
2026-08-05bpf: Avoid changing callchain in bpf_get_stackid_peJiri Olsa
2026-08-05bpf: Avoid changing callchain in bpf_get_stack_peJiri Olsa
2026-08-05bpf: Disable preemption in __bpf_get_stackDaniel Borkmann
2026-08-05bpf: Clear buf on error in __bpf_get_task_stackJiri Olsa
2026-08-05bpf: Remove trace_in argument from __bpf_get_stackJiri Olsa
2026-08-05bpf: Factor callchain_finalize function from __bpf_get_stackJiri Olsa
2026-08-05bpf: Factor callchain_store function from __bpf_get_stackJiri Olsa
2026-08-05bpf: Disable preemption in bpf_get_stackidJiri Olsa
2026-08-05bpf: Use stack id functions instead of __bpf_get_stackidJiri Olsa
2026-08-05bpf: Factor stackid_new_bucket from __bpf_get_stackidJiri Olsa
2026-08-05bpf: Factor stackid_fastpath function from __bpf_get_stackidJiri Olsa
2026-08-05bpf: Factor stackid_init function from __bpf_get_stackidJiri Olsa
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-05taskstats: fix cpumask parsing cutting off the last characterBradley Morgan
2026-08-05bpf: Inline bpf_iter_num_destroy() as a no-opPuranjay Mohan
2026-08-05bpf: Inline bpf_iter_num_next() kfuncPuranjay Mohan
2026-08-05bpf: Inline bpf_iter_num_new() kfuncPuranjay Mohan
2026-08-05bpf: Correct the overflow check comment in bpf_iter_num_next()Puranjay Mohan
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-05sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov
2026-08-05sysctl: add Returns: kernel-doc for all functionsRandy Dunlap
2026-08-05sysctl: Update API function documentationJoel Granados
2026-08-05sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_convJoel Granados
2026-08-05sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vecJoel Granados
2026-08-05sysctl: Add negp parameter to douintvec converter functionsJoel Granados
2026-08-05sysctl: Move default converter assignment out of do_proc_dointvecJoel Granados
2026-08-05bpf: Check load-acquire src ptr type before the loadDaniel Borkmann
2026-08-05cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helperNatalie Vock
2026-08-05cgroup/dmem: Add queries for protection valuesNatalie Vock
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)