aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long1-5/+18
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau1-1/+1
2024-08-30bpf: Use sockfd_put() helperJinjie Ruan1-1/+1
2024-08-30bpf: Remove custom build ruleAlexey Gladkov4-6/+6
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
2024-08-30padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani1-0/+3
2024-08-29bpf: Make the pointer returned by iter next method validJuntong Deng1-4/+22
2024-08-29bpf: Export bpf_base_func_protoMartin KaFai Lau1-0/+1
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau1-1/+45
2024-08-29bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologueMartin KaFai Lau1-0/+6
2024-08-29bpf: Move insn_buf[16] to bpf_verifier_envMartin KaFai Lau1-7/+8
2024-08-29bpf: Use kvmemdup to simplify the codeHongbo Li1-2/+1
2024-08-29irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()Hongbo Li1-1/+1
2024-08-29genirq/msi: Use kmemdup_array() instead of kmemdup()Jinjie Ruan1-1/+1
2024-08-29genirq/proc: Change the return value for set affinity permission errorJeff Xie1-1/+1
2024-08-29genirq/proc: Use irq_move_pending() in show_irq_affinity()Jinjie Ruan1-4/+2
2024-08-29genirq/proc: Correctly set file permissions for affinity control filesJeff Xie1-2/+7
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen1-2/+2
2024-08-28bpf: Relax KF_ACQUIRE kfuncs strict type matching constraintJuntong Deng1-2/+1
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina3-3/+3
2024-08-27sched_ext: Add missing cfi stub for ops.tickTejun Heo1-0/+2
2024-08-27rcu/kvfree: Add kvfree_rcu_barrier() APIUladzislau Rezki (Sony)1-8/+101
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter29-181/+230
2024-08-27genirq: Get rid of global lock in irq_do_set_affinity()Marc Zyngier1-12/+9
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-22/+3
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt2-5/+36
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt3-17/+35
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt1-11/+35
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt1-1/+30
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort1-13/+20
2024-08-26ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt1-0/+14
2024-08-26ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt1-8/+24
2024-08-24Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+21
2024-08-24Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+27
2024-08-23bpf: Add bpf_copy_from_user_str kfuncJordan Rome1-0/+42
2024-08-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky2-16/+32
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky2-4/+4
2024-08-23bpf: Search for kptrs in prog BTF structsDave Marchevsky1-18/+52
2024-08-23bpf: Let callers of btf_parse_kptr() track life cycle of prog btfAmery Hung2-3/+5
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer3-15/+13
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov40-619/+476
2024-08-22bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_castEduard Zingerman1-0/+3
2024-08-22bpf: support bpf_fastcall patterns for kfuncsEduard Zingerman1-1/+34
2024-08-22bpf: rename nocsr -> bpf_fastcall in verifierEduard Zingerman2-73/+72
2024-08-22bpf: Fix percpu address space issuesUros Bizjak4-16/+17
2024-08-22bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relosEduard Zingerman1-0/+8
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky3-10/+79
2024-08-22dma-mapping: call ->unmap_page and ->unmap_sg unconditionallyLeon Romanovsky2-2/+23
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas3-8/+8
2024-08-22dma-mapping: use bit masking to check VM_DMA_COHERENTYosry Ahmed1-2/+4