summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu
2024-02-13tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-11Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-09Merge tag 'trace-v6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-09tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-08bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang
2024-02-08bpf, btf: Add check_btf_kconfigs helperGeliang Tang
2024-02-08bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang
2024-02-08kprobes: Remove unnecessary initial values of variablesLi zeming
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
2024-02-07exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov
2024-02-07getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov
2024-02-07getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov
2024-02-07bpf: Merge two CONFIG_BPF entriesMasahiro Yamada
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-05bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee
2024-02-02bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski
2024-02-01tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-31ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko
2024-01-29bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29perf/bpf: Fix duplicate type checkFlorian Lehner
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko
2024-01-28Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-01-28Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-28Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2024-01-25uprobes: use pagesize-aligned virtual address when replacing pagesDavid Hildenbrand
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee