aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-23ucounts: constify sysctl table user_tableThomas Weißschuh1-1/+1
2024-10-23tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-10-22audit: Use str_yes_no() helper functionThorsten Blum1-4/+4
2024-10-22bpf: Fix overloading of MEM_UNINIT's meaningDaniel Borkmann1-38/+35
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann4-9/+9
2024-10-22bpf: Preserve param->string when parsing mount optionsHou Tao1-2/+3
2024-10-22rcu: Remove unused declaration rcu_segcblist_offload()Yue Haibing1-1/+0
2024-10-21bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan2-8/+46
2024-10-21cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong1-6/+11
2024-10-21Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong1-3/+1
2024-10-21sched_getattr: port to copy_struct_to_userAleksa Sarai1-40/+2
2024-10-21Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar19-200/+311
2024-10-21uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13-70/+128
2024-10-19module: Reformat struct for code styleMatthew Maurer1-1/+6
2024-10-19module: Additional validation in elf_validity_cache_strtabMatthew Maurer1-1/+37
2024-10-19module: Factor out elf_validity_cache_strtabMatthew Maurer1-3/+20
2024-10-19module: Group section index calculations togetherMatthew Maurer1-17/+51
2024-10-19module: Factor out elf_validity_cache_index_strMatthew Maurer1-9/+28
2024-10-19module: Factor out elf_validity_cache_index_symMatthew Maurer1-29/+44
2024-10-19module: Factor out elf_validity_cache_index_modMatthew Maurer1-62/+67
2024-10-19module: Factor out elf_validity_cache_index_infoMatthew Maurer1-14/+68
2024-10-19module: Factor out elf_validity_cache_secstringsMatthew Maurer1-37/+69
2024-10-19module: Factor out elf_validity_cache_sechdrsMatthew Maurer1-43/+82
2024-10-19module: Factor out elf_validity_ehdrMatthew Maurer1-23/+47
2024-10-19module: Take const arg in validate_section_offsetMatthew Maurer1-1/+1
2024-10-19Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+23
2024-10-19ring-buffer: Use str_low_high() helper in ring_buffer_producer()Thorsten Blum1-2/+2
2024-10-19ring-buffer: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-19ring-buffer: Limit time with disabled interrupts in rb_check_pages()Petr Pavlu1-26/+72
2024-10-18fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt1-1/+2
2024-10-18fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt1-7/+21
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds9-59/+89
2024-10-18sched_ext: improve WAKE_SYNC behavior for default idle CPU selectionAndrea Righi1-13/+33
2024-10-17locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercaseQiuxu Zhuo1-18/+18
2024-10-17lockdep: Use info level for lockdep initial info messagesJiri Slaby (SUSE)1-11/+11
2024-10-17lockdep: Add lockdep_cleanup_dead_cpu()David Woodhouse2-0/+25
2024-10-17futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()Uros Bizjak1-2/+2
2024-10-17futex: Use atomic64_inc_return() in get_inode_sequence_number()Uros Bizjak1-1/+1
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann1-2/+1
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann1-5/+6
2024-10-17bpf: Fix iter/task tid filteringJordan Rome1-1/+1
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+3
2024-10-17sched_ext: Use btf_ids to resolve task_structTianchen Ding1-9/+2
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar15-182/+257
2024-10-16genirq: Unexport nr_irqsBart Van Assche1-2/+1
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche2-2/+3
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche1-0/+23
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang4-13/+68