index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-02
dma-debug: don't enforce dma mapping check on noncoherent allocations
Baochen Qiang
3
-3
/
+69
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
11
-17
/
+17
2025-09-01
copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
Simon Schuster
1
-1
/
+1
2025-09-01
PM: hibernate: Fix typo in memory bitmaps description comment
Li Jun
1
-1
/
+1
2025-09-01
PM: hibernate: Use vmalloc_array() and vcalloc() to improve code
Qianfeng Rong
1
-3
/
+3
2025-08-31
Merge tag 'sched_urgent_for_v6.17_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-10
/
+14
2025-08-31
futex: Move futex_hash_free() back to __mmput()
Sebastian Andrzej Siewior
2
-5
/
+13
2025-08-30
audit: add record for multiple object contexts
Casey Schaufler
2
-32
/
+64
2025-08-30
audit: add record for multiple task security contexts
Casey Schaufler
1
-33
/
+175
2025-08-30
lsm: security_lsmblob_to_secctx module selection
Casey Schaufler
2
-5
/
+7
2025-08-30
audit: create audit_stamp structure
Casey Schaufler
3
-25
/
+27
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-42
/
+99
2025-08-28
Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-4
/
+2
2025-08-27
bpf: Improve the general precision of tnum_mul
Nandakumar Edamana
1
-13
/
+42
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
1
-1
/
+1
2025-08-26
sched/deadline: Don't count nr_running for dl_server proxy tasks
Yicong Yang
1
-2
/
+6
2025-08-26
sched/deadline: Fix RT task potential starvation when expiry time passed
kuyo chang
1
-3
/
+5
2025-08-26
sched/deadline: Always stop dl-server before changing parameters
Juri Lelli
1
-4
/
+2
2025-08-26
sched/deadline: Fix dl_server_stopped()
Huacai Chen
1
-1
/
+1
2025-08-26
perf: Skip user unwind if the task is a kernel thread
Josh Poimboeuf
1
-1
/
+2
2025-08-26
perf: Simplify get_perf_callchain() user logic
Josh Poimboeuf
1
-10
/
+8
2025-08-26
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
2
-5
/
+5
2025-08-26
perf: Have get_perf_callchain() return NULL if crosstask and user are set
Josh Poimboeuf
1
-5
/
+5
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
3
-9
/
+9
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for trampoline.c
Menglong Dong
1
-12
/
+6
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-25
bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()
Menglong Dong
1
-4
/
+2
2025-08-25
cpuset: add helpers for cpus read and cpuset_mutex locks
Chen Ridong
3
-34
/
+40
2025-08-25
cpuset: separate tmpmasks and cpuset allocation logic
Chen Ridong
1
-58
/
+69
2025-08-25
cpuset: decouple tmpmasks and cpumasks freeing in cgroup
Chen Ridong
1
-19
/
+13
2025-08-25
cgroup: Fix 64-bit division in cgroup.stat.local
Tiffany Yang
1
-2
/
+2
2025-08-25
rculist: move list_for_each_rcu() to where it belongs
Andy Shevchenko
1
-0
/
+1
2025-08-24
Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
2025-08-24
Merge tag 'modules-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2025-08-24
genirq/devres: Add error handling in devm_request_*_irq()
Pan Chuang
1
-40
/
+87
2025-08-23
genirq: Add irq_chip_(startup/shutdown)_parent()
Inochi Amaoto
1
-0
/
+37
2025-08-23
genirq: Remove GENERIC_IRQ_LEGACY
Sebastian Andrzej Siewior
2
-11
/
+0
2025-08-23
Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-25
/
+49
2025-08-22
ftrace: Also allocate and copy hash for reading of filter files
Steven Rostedt
1
-9
/
+10
2025-08-22
ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
Tengda Wu
1
-2
/
+2
2025-08-22
fgraph: Copy args in intermediate storage with entry
Steven Rostedt
1
-6
/
+16
2025-08-22
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
1
-3
/
+0
2025-08-22
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
1
-41
/
+9
2025-08-22
cgroup: cgroup.stat.local time accounting
Tiffany Yang
2
-4
/
+40
2025-08-22
cgroup/psi: Set of->priv to NULL upon file release
Chen Ridong
1
-0
/
+1
2025-08-22
cgroup: split cgroup_destroy_wq into 3 workqueues
Chen Ridong
1
-7
/
+36
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
2
-0
/
+12
[prev]
[next]