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
2023-03-12
fork: add kernel_clone_args flag to not dup/clone files
Mike Christie
-2
/
+8
2023-03-12
fork/vm: Move common PF_IO_WORKER behavior to new flag
Mike Christie
-0
/
+3
2023-03-12
kthread: Pass in the thread's name during creation
Mike Christie
-21
/
+11
2023-03-12
kernel: Allow a kernel thread's name to be set in copy_process
Mike Christie
-2
/
+8
2023-03-11
rcutorture: Eliminate variable n_rcu_torture_boost_rterror
Yue Hu
-8
/
+3
2023-03-11
rcutorture: Add test_nmis module parameter
Paul E. McKenney
-2
/
+30
2023-03-11
kcsan: Avoid READ_ONCE() in read_instrumented_memory()
Marco Elver
-4
/
+13
2023-03-10
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
-1
/
+7
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
-13
/
+49
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
-3
/
+3
2023-03-10
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
-6
/
+0
2023-03-10
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
-8
/
+8
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
-9
/
+14
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
-6
/
+11
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
-7
/
+14
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
-4
/
+9
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
-62
/
+5
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
-15
/
+15
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
-0
/
+4
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
-25
/
+9
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
-2
/
+2
2023-03-10
bpf: take into account liveness when propagating precision
Andrii Nakryiko
-2
/
+4
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
-3
/
+28
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-129
/
+129
2023-03-09
ftrace: Fix invalid address access in lookup_rec() when index is 0
Chen Zhongjin
-1
/
+2
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
-0
/
+9
2023-03-09
dyndbg: use the module notifier callbacks
Jason Baron
-24
/
+8
2023-03-09
module: make module_ktype structure constant
Thomas Weißschuh
-1
/
+1
2023-03-09
module: Remove the unused function within
Jiapeng Chong
-5
/
+0
2023-03-09
module: replace module_layout with module_memory
Song Liu
-350
/
+294
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+1
2023-03-09
livepatch: Make kobj_type structures constant
Thomas Weißschuh
-3
/
+3
2023-03-09
livepatch: fix ELF typos
Alexey Dobriyan
-5
/
+5
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
-0
/
+73
2023-03-08
bpf: add support for open-coded iterator loops
Andrii Nakryiko
-8
/
+587
2023-03-08
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
-1
/
+111
2023-03-08
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
-33
/
+59
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
-1
/
+1
2023-03-08
sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
Josh Poimboeuf
-1
/
+1
2023-03-08
fork: allow CLONE_NEWTIME in clone3 flags
Tobias Klauser
-1
/
+1
2023-03-08
watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
David Disseldorp
-0
/
+1
2023-03-07
locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
Zqiang
-1
/
+55
2023-03-07
locktorture: With nested locks, occasionally skip main lock
John Stultz
-10
/
+27
2023-03-07
locktorture: Add nested locking to rtmutex torture tests
John Stultz
-0
/
+35
2023-03-07
locktorture: Add nested locking to mutex torture tests
John Stultz
-0
/
+35
2023-03-07
locktorture: Add nested_[un]lock() hooks and nlocks parameter
John Stultz
-4
/
+19
2023-03-07
bpf: enforce all maps having memory usage callback
Yafang Shao
-7
/
+3
[prev]
[next]