summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan-27/+46
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan-7/+6
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan-0/+6
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan-0/+4
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan-44/+5
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand-1/+12
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak-1/+1
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+18
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan-3/+3
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao-0/+3
2025-03-15bpf: preload: Add MODULE_DESCRIPTIONArnd Bergmann-0/+1
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy-5/+5
2025-03-15bpf: fix missing kdoc string fields in cpumask.cEmil Tsalapatis-0/+20
2025-03-15bpf: add kfunc for populating cpumask bitsEmil Tsalapatis-0/+33
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman-0/+1
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman-4/+10
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman-6/+314
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman-64/+57
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman-17/+23
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye-9/+125
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi-8/+87
2025-03-15bpf: Factor out check_load_mem() and check_store_reg()Peilin Ye-43/+67
2025-03-15bpf: Factor out check_atomic_rmw()Peilin Ye-24/+29
2025-03-15bpf: Factor out atomic_ptr_type_ok()Peilin Ye-5/+21
2025-03-15bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()Eric Dumazet-5/+2
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi-14/+48
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song-9/+27
2025-03-15bpf/helpers: Introduce bpf_dynptr_copy kfuncMykyta Yatsenko-0/+56
2025-03-15bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_writeMykyta Yatsenko-4/+16
2025-03-15Revert "kheaders: Ignore silly-rename files"Masahiro Yamada-1/+0
2025-03-15Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann-18/+3
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan-4/+18
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan-16/+16
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)-3/+6
2025-03-14Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2025-03-14Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+11
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu-0/+4
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi-27/+34
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi-13/+32
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu-6/+18
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-7/+36
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner-6/+10
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner-69/+40
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi-1/+5
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner-33/+7
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner-26/+84
2025-03-13posix-timers: Make per process list RCU safeThomas Gleixner-2/+2
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner-2/+2
2025-03-13posix-timers: Switch to jhash32()Thomas Gleixner-5/+5