summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau
2024-08-30bpf: Use sockfd_put() helperJinjie Ruan
2024-08-30bpf: Remove custom build ruleAlexey Gladkov
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-08-30padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani
2024-08-29bpf: Make the pointer returned by iter next method validJuntong Deng
2024-08-29bpf: Export bpf_base_func_protoMartin KaFai Lau
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau
2024-08-29bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologueMartin KaFai Lau
2024-08-29bpf: Move insn_buf[16] to bpf_verifier_envMartin KaFai Lau
2024-08-29bpf: Use kvmemdup to simplify the codeHongbo Li
2024-08-29irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()Hongbo Li
2024-08-29genirq/msi: Use kmemdup_array() instead of kmemdup()Jinjie Ruan
2024-08-29genirq/proc: Change the return value for set affinity permission errorJeff Xie
2024-08-29genirq/proc: Use irq_move_pending() in show_irq_affinity()Jinjie Ruan
2024-08-29genirq/proc: Correctly set file permissions for affinity control filesJeff Xie
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen
2024-08-28bpf: Relax KF_ACQUIRE kfuncs strict type matching constraintJuntong Deng
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina
2024-08-27sched_ext: Add missing cfi stub for ops.tickTejun Heo
2024-08-27rcu/kvfree: Add kvfree_rcu_barrier() APIUladzislau Rezki (Sony)
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-27genirq: Get rid of global lock in irq_do_set_affinity()Marc Zyngier
2024-08-27Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort
2024-08-26ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt
2024-08-26ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt
2024-08-24Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-24Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-23bpf: Add bpf_copy_from_user_str kfuncJordan Rome
2024-08-23bpf: Support bpf_kptr_xchg into local kptrDave Marchevsky
2024-08-23bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DESTDave Marchevsky
2024-08-23bpf: Search for kptrs in prog BTF structsDave Marchevsky
2024-08-23bpf: Let callers of btf_parse_kptr() track life cycle of prog btfAmery Hung
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-22bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_castEduard Zingerman
2024-08-22bpf: support bpf_fastcall patterns for kfuncsEduard Zingerman