summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior
2025-08-30audit: add record for multiple object contextsCasey Schaufler
2025-08-30audit: add record for multiple task security contextsCasey Schaufler
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler
2025-08-30audit: create audit_stamp structureCasey Schaufler
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana
2025-08-26kunit: Pass parameterized test context to generate_params()Marie Zhussupova
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang
2025-08-26sched/deadline: Always stop dl-server before changing parametersJuri Lelli
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-08-26perf: Simplify get_perf_callchain() user logicJosh Poimboeuf
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko
2025-08-24Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-08-24Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-24genirq/devres: Add error handling in devm_request_*_irq()Pan Chuang
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-08-22fgraph: Copy args in intermediate storage with entrySteven Rostedt
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds
2025-08-22padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-08-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-08-21Merge tag 'cgroup-for-6.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds