index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2026-02-06
bpf: Convert bpf_selem_unlink_map to failable
Amery Hung
-18
/
+39
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
-6
/
+11
2026-02-06
Merge tag 'trace-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-24
/
+36
2026-02-06
tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
Yaxiong Tian
-0
/
+4
2026-02-06
blktrace: Make init_blk_tracer() asynchronous
Yaxiong Tian
-1
/
+22
2026-02-06
tracing: Rename `eval_map_wq` and allow other parts of tracing use it
Yaxiong Tian
-9
/
+10
2026-02-06
Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-4
/
+6
2026-02-06
io_uring: add task fork hook
Jens Axboe
-0
/
+6
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
-1
/
+13
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
-0
/
+3
2026-02-05
bpf: Limit bpf program signature size
KP Singh
-0
/
+7
2026-02-05
livepatch: Fix having __klp_objects relics in non-livepatch modules
Petr Pavlu
-0
/
+19
2026-02-05
tracing: Fix ftrace event field alignments
Steven Rostedt
-24
/
+36
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
-0
/
+1
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
-1
/
+1
2026-02-04
Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...
Linus Torvalds
-2
/
+0
2026-02-04
Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-0
/
+48
2026-02-04
sched_ext: Short-circuit sched_class operations on dead tasks
Tejun Heo
-0
/
+48
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
-11
/
+39
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
-3
/
+73
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
-0
/
+16
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
-7
/
+10
2026-02-04
Merge branch 'pm-runtime'
Rafael J. Wysocki
-11
/
+11
2026-02-04
Merge branch 'pm-sleep'
Rafael J. Wysocki
-5
/
+5
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
-5
/
+1
2026-02-04
sched/mmcid: Optimize transitional CIDs when scheduling out
Thomas Gleixner
-2
/
+21
2026-02-04
sched/mmcid: Drop per CPU CID immediately when switching to per task mode
Thomas Gleixner
-2
/
+8
2026-02-04
sched/mmcid: Protect transition on weakly ordered systems
Thomas Gleixner
-31
/
+56
2026-02-04
sched/mmcid: Prevent live lock on task to CPU mode transition
Thomas Gleixner
-44
/
+88
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
-0
/
+48
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
-18
/
+37
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
-183
/
+225
2026-02-03
workqueue: add CONFIG_BOOTPARAM_WQ_STALL_PANIC option
Breno Leitao
-1
/
+1
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
-1
/
+12
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
-0
/
+20
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
-12
/
+51
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
-0
/
+68
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
-0
/
+11
2026-02-03
panic: add panic_force_cpu= parameter to redirect panic to a specific CPU
Pnina Feder
-2
/
+162
2026-02-03
kthread: Document kthread_affine_preferred()
Frederic Weisbecker
-0
/
+12
2026-02-03
kthread: Comment on the purpose and placement of kthread_affine_node() call
Frederic Weisbecker
-0
/
+4
2026-02-03
kthread: Honour kthreads preferred affinity after cpuset changes
Frederic Weisbecker
-13
/
+36
2026-02-03
kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
Frederic Weisbecker
-3
/
+5
2026-02-03
kthread: Include kthreadd to the managed affinity list
Frederic Weisbecker
-1
/
+2
2026-02-03
kthread: Include unbound kthreads in the managed affinity list
Frederic Weisbecker
-28
/
+40
2026-02-03
kthread: Refine naming of affinity related fields
Frederic Weisbecker
-19
/
+19
2026-02-03
cpuset: Remove cpuset_cpu_is_isolated()
Frederic Weisbecker
-12
/
+0
2026-02-03
timers/migration: Remove superfluous cpuset isolation test
Frederic Weisbecker
-3
/
+2
2026-02-03
cpuset: Propagate cpuset isolation update to timers through housekeeping
Frederic Weisbecker
-3
/
+4
[prev]
[next]