aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-02dma-debug: don't enforce dma mapping check on noncoherent allocationsBaochen Qiang3-3/+69
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster11-17/+17
2025-09-01copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster1-1/+1
2025-09-01PM: hibernate: Fix typo in memory bitmaps description commentLi Jun1-1/+1
2025-09-01PM: hibernate: Use vmalloc_array() and vcalloc() to improve codeQianfeng Rong1-3/+3
2025-08-31Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+14
2025-08-31futex: Move futex_hash_free() back to __mmput()Sebastian Andrzej Siewior2-5/+13
2025-08-30audit: add record for multiple object contextsCasey Schaufler2-32/+64
2025-08-30audit: add record for multiple task security contextsCasey Schaufler1-33/+175
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler2-5/+7
2025-08-30audit: create audit_stamp structureCasey Schaufler3-25/+27
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-42/+99
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+2
2025-08-27bpf: Improve the general precision of tnum_mulNandakumar Edamana1-13/+42
2025-08-26kunit: Pass parameterized test context to generate_params()Marie Zhussupova1-1/+1
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang1-2/+6
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang1-3/+5
2025-08-26sched/deadline: Always stop dl-server before changing parametersJuri Lelli1-4/+2
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen1-1/+1
2025-08-26perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-08-26perf: Simplify get_perf_callchain() user logicJosh Poimboeuf1-10/+8
2025-08-26perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-08-26perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-08-26perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf3-9/+9
2025-08-25bpf: use rcu_read_lock_dont_migrate() for trampoline.cMenglong Dong1-12/+6
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()Menglong Dong1-4/+2
2025-08-25bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()Menglong Dong1-4/+2
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong3-34/+40
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong1-58/+69
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong1-19/+13
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang1-2/+2
2025-08-25rculist: move list_for_each_rcu() to where it belongsAndy Shevchenko1-0/+1
2025-08-24Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+6
2025-08-24Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2025-08-24genirq/devres: Add error handling in devm_request_*_irq()Pan Chuang1-40/+87
2025-08-23genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto1-0/+37
2025-08-23genirq: Remove GENERIC_IRQ_LEGACYSebastian Andrzej Siewior2-11/+0
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-25/+49
2025-08-22ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-08-22fgraph: Copy args in intermediate storage with entrySteven Rostedt1-6/+16
2025-08-22bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen1-3/+0
2025-08-22bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()Eric Biggers1-41/+9
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang2-4/+40
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong1-0/+1
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-08-22bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12