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