aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-16bpf: Add bpf_task_from_vpid() kfuncJuntong Deng1-0/+20
2024-10-16mm/bpf: Add bpf_get_kmem_cache() kfuncNamhyung Kim2-0/+6
2024-10-16printk: Improve memory usage logging during bootIsaac J. Manjarres1-4/+22
2024-10-15Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-85/+101
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen1-0/+3
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen1-6/+47
2024-10-16timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen1-25/+41
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen4-313/+318
2024-10-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao1-8/+8
2024-10-15Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-21/+29
2024-10-15bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev1-4/+4
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh1-1/+1
2024-10-15ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu1-18/+26
2024-10-14bpf: Add kmem_cache iteratorNamhyung Kim2-0/+176
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-10-14sched_ext: Remove unnecessary cpu_relax()David Vernet1-1/+0
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt1-3/+3
2024-10-14kcsan: Remove redundant call of kallsyms_lookup_name()Ran Xiaokai1-2/+1
2024-10-14kcsan: Turn report_filterlist_lock into a raw_spinlockMarco Elver1-38/+36
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra7-80/+114
2024-10-14sched: Split out __schedule() deactivate task logic into a helperJohn Stultz1-27/+40
2024-10-14sched: Consolidate pick_*_task to task_is_pushable helperConnor O'Brien3-19/+12
2024-10-14sched: Add move_queued_task_locked helperConnor O'Brien4-22/+19
2024-10-14locking/mutex: Expose __mutex_owner()Juri Lelli2-25/+27
2024-10-14locking/mutex: Make mutex::wait_lock irq safeJuri Lelli2-18/+21
2024-10-14locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra9-39/+96
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers3-24/+48
2024-10-14sched: idle: Optimize the generic idle loop by removing needless memory barrierZhongqiu Han1-1/+0
2024-10-14Merge branch 'tip/sched/urgent'Peter Zijlstra13-70/+128
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra6-6/+32
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner2-21/+39
2024-10-11Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2024-10-11audit: change context data from secid to lsm_propCasey Schaufler3-21/+13
2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler2-16/+6
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler1-1/+5
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler3-16/+20
2024-10-11audit: update shutdown LSM dataCasey Schaufler1-6/+8
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler1-2/+1
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler2-12/+10
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2-8/+21
2024-10-11locking/csd-lock: Switch from sched_clock() to ktime_get_mono_fast_ns()Paul E. McKenney1-2/+2
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra1-1/+3
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra5-34/+30
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2-3/+16
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld1-1/+1
2024-10-10bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu1-19/+17
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-1/+1
2024-10-10fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt1-3/+1
2024-10-10sched_ext: Don't hold scx_tasks_lock for too longTejun Heo1-2/+17