summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-17futex: Use atomic64_try_cmpxchg_relaxed() in get_inode_sequence_number()Uros Bizjak
2024-10-17futex: Use atomic64_inc_return() in get_inode_sequence_number()Uros Bizjak
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann
2024-10-17bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann
2024-10-17bpf: Fix iter/task tid filteringJordan Rome
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-17sched_ext: Use btf_ids to resolve task_structTianchen Ding
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar
2024-10-16genirq: Unexport nr_irqsBart Van Assche
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche
2024-10-16bpf: Prevent tailcall infinite loop caused by freplaceLeon Hwang
2024-10-16bpf: Add bpf_task_from_vpid() kfuncJuntong Deng
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim
2024-10-16printk: Improve memory usage logging during bootIsaac J. Manjarres
2024-10-15Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen
2024-10-16timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen
2024-10-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao
2024-10-15Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu
2024-10-14bpf: Add kmem_cache iteratorNamhyung Kim
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng
2024-10-14sched_ext: Remove unnecessary cpu_relax()David Vernet
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt
2024-10-14kcsan: Remove redundant call of kallsyms_lookup_name()Ran Xiaokai
2024-10-14kcsan: Turn report_filterlist_lock into a raw_spinlockMarco Elver
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra
2024-10-14sched: Split out __schedule() deactivate task logic into a helperJohn Stultz
2024-10-14sched: Consolidate pick_*_task to task_is_pushable helperConnor O'Brien
2024-10-14sched: Add move_queued_task_locked helperConnor O'Brien
2024-10-14locking/mutex: Expose __mutex_owner()Juri Lelli
2024-10-14locking/mutex: Make mutex::wait_lock irq safeJuri Lelli
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers
2024-10-14sched: idle: Optimize the generic idle loop by removing needless memory barrierZhongqiu Han
2024-10-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner
2024-10-11Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-11audit: change context data from secid to lsm_propCasey Schaufler
2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11audit: update shutdown LSM dataCasey Schaufler