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-20
rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...
Zqiang
-0
/
+6
2023-03-19
kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_sym...
Zhen Lei
-13
/
+9
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-17
/
+16
2023-03-19
tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
Costa Shulyupin
-2
/
+2
2023-03-19
ring-buffer: remove obsolete comment for free_buffer_page()
Vlastimil Babka
-4
/
+0
2023-03-19
tracing: Make splice_read available again
Sung-hun Kim
-0
/
+2
2023-03-19
fork: remove use of percpu_counter_sum_all
Dave Chinner
-5
/
+0
2023-03-19
Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+3
2023-03-19
ftrace: Set direct_ops storage-class-specifier to static
Tom Rix
-1
/
+1
2023-03-19
trace/hwlat: Do not start per-cpu thread if it is already running
Tero Kristo
-0
/
+4
2023-03-19
trace/hwlat: Do not wipe the contents of per-cpu thread data
Tero Kristo
-3
/
+0
2023-03-19
tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...
Tom Rix
-5
/
+5
2023-03-19
tracing: Fix wrong return in kprobe_event_gen_test.c
Anton Gusev
-2
/
+2
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+19
2023-03-17
bpf: Allow ld_imm64 instruction to point to kfunc.
Alexei Starovoitov
-6
/
+11
2023-03-17
cgroup: fix display of forceidle time at root
Josh Don
-3
/
+1
2023-03-17
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
Kamalesh Babulal
-61
/
+61
2023-03-17
workqueue: Print backtraces from CPUs with hung CPU bound workqueues
Petr Mladek
-0
/
+66
2023-03-17
workqueue: Warn when a rescuer could not be created
Petr Mladek
-1
/
+6
2023-03-17
workqueue: Interrupted create_worker() is not a repeated event
Petr Mladek
-2
/
+7
2023-03-17
workqueue: Warn when a new worker could not be created
Petr Mladek
-3
/
+11
2023-03-17
workqueue: Fix hung time report of worker pools
Petr Mladek
-3
/
+7
2023-03-17
workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()
Ammar Faizi
-4
/
+2
2023-03-17
workqueue: move to use bus_get_dev_root()
Greg Kroah-Hartman
-1
/
+7
2023-03-17
cpu/hotplug: move to use bus_get_dev_root()
Greg Kroah-Hartman
-6
/
+17
2023-03-17
sched/debug: Put sched/domains files under the verbose flag
Phil Auld
-3
/
+49
2023-03-17
kallsyms, bpf: Move find_kallsyms_symbol_value out of internal header
Viktor Malik
-7
/
+1
2023-03-16
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
-10
/
+6
2023-03-16
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
-29
/
+0
2023-03-16
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
-0
/
+1
2023-03-16
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
-5
/
+14
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
-29
/
+28
2023-03-15
perf: Fix check before add_event_to_groups() in perf_group_detach()
Budimir Markovic
-1
/
+1
2023-03-15
perf: fix perf_event_context->time
Song Liu
-1
/
+1
2023-03-15
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...
Yang Jihong
-1
/
+1
2023-03-15
swiotlb: fix the deadlock in swiotlb_do_find_slots
GuoRui.Yu
-4
/
+6
2023-03-14
sched_getaffinity: don't assume 'cpumask_size()' is fully initialized
Linus Torvalds
-3
/
+3
2023-03-14
Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-1
/
+14
2023-03-14
cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
Tejun Heo
-2
/
+12
2023-03-14
padata: use alignment when calculating the number of worker threads
Anthony Yznaga
-1
/
+1
2023-03-14
padata: Make kobj_type structure constant
Thomas Weißschuh
-1
/
+1
2023-03-13
bpf: Allow helpers access trusted PTR_TO_BTF_ID.
Alexei Starovoitov
-0
/
+15
2023-03-13
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
-1
/
+1
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
-6
/
+8
2023-03-13
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
-1
/
+10
2023-03-13
bpf: fix precision propagation verbose logging
Andrii Nakryiko
-2
/
+2
2023-03-12
Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2023-03-12
Merge tag 'vfs.misc.v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+1
2023-03-12
fork: allow kernel code to call copy_process
Mike Christie
-1
/
+1
2023-03-12
fork: Add kernel_clone_args flag to ignore signals
Mike Christie
-0
/
+3
[prev]
[next]