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-07-14
rcuscale: Add minruntime module parameter
Paul E. McKenney
-1
/
+4
2023-07-14
rcuscale: Fix gp_async_max typo: s/reader/writer/
Paul E. McKenney
-1
/
+1
2023-07-14
rcuscale: Permit blocking delays between writers
Paul E. McKenney
-0
/
+4
2023-07-14
refscale: Add a "jiffies" test
Paul E. McKenney
-1
/
+33
2023-07-14
refscale: Fix uninitalized use of wait_queue_head_t
Waiman Long
-2
/
+1
2023-07-14
rcu-tasks: Cancel callback laziness if too many callbacks
Paul E. McKenney
-2
/
+5
2023-07-14
rcu-tasks: Add kernel boot parameters for callback laziness
Paul E. McKenney
-0
/
+15
2023-07-14
rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCU
Paul E. McKenney
-2
/
+0
2023-07-14
rcu-tasks: Treat only synchronous grace periods urgently
Paul E. McKenney
-8
/
+73
2023-07-14
time: add kernel-doc in time.c
Randy Dunlap
-11
/
+158
2023-07-14
Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-2
/
+8
2023-07-14
Merge branches 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
-2
/
+8
2023-07-14
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
-12
/
+14
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-438
/
+897
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
-1
/
+1
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
-11
/
+14
2023-07-13
Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-18
/
+27
2023-07-13
Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+81
2023-07-14
Revert "tracing: Add "(fault)" name injection to kernel probes"
Masami Hiramatsu (Google)
-26
/
+9
2023-07-14
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
-5
/
+7
2023-07-14
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
-0
/
+2
2023-07-14
tracing/probes: Fix to avoid double count of the string length on the array
Masami Hiramatsu (Google)
-2
/
+2
2023-07-14
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
Masami Hiramatsu (Google)
-0
/
+6
2023-07-13
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
-0
/
+1
2023-07-13
sched/fair: Stabilize asym cpu capacity system idle cpu selection
Vincent Guittot
-1
/
+1
2023-07-13
sched/debug: Dump domains' sched group flags
Peter Zijlstra
-0
/
+1
2023-07-13
sched/fair: Consider the idle state of the whole core for load balance
Ricardo Neri
-1
/
+15
2023-07-13
sched/fair: Implement prefer sibling imbalance calculation between asymmetric...
Tim C Chen
-4
/
+37
2023-07-13
sched/topology: Record number of cores in sched group
Tim C Chen
-1
/
+12
2023-07-13
sched/fair: Determine active load balance for SMT sched groups
Tim C Chen
-3
/
+77
2023-07-13
sched/psi: make psi_cgroups_enabled static
Miaohe Lin
-1
/
+1
2023-07-13
sched/core: introduce sched_core_idle_cpu()
Cruz Zhao
-1
/
+14
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
-1
/
+100
2023-07-13
sched: don't account throttle time for empty groups
Josh Don
-3
/
+15
2023-07-13
kernel/fork: beware of __put_task_struct() calling context
Wander Lairson Costa
-0
/
+8
2023-07-12
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
-3
/
+5
2023-07-12
kallsyms: strip LTO-only suffixes from promoted global functions
Yonghong Song
-3
/
+2
2023-07-12
tracing: Stop FORTIFY_SOURCE complaining about stack trace caller
Steven Rostedt (Google)
-2
/
+19
2023-07-12
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
-14
/
+31
2023-07-12
bpf: Add object leak check.
Hou Tao
-0
/
+35
2023-07-12
bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.
Alexei Starovoitov
-14
/
+6
2023-07-12
bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu().
Alexei Starovoitov
-3
/
+126
2023-07-12
rcu: Export rcu_request_urgent_qs_task()
Paul E. McKenney
-2
/
+0
2023-07-12
bpf: Allow reuse from waiting_for_gp_ttrace list.
Alexei Starovoitov
-6
/
+10
2023-07-12
bpf: Add a hint to allocated objects.
Alexei Starovoitov
-19
/
+31
2023-07-12
bpf: Change bpf_mem_cache draining process.
Alexei Starovoitov
-9
/
+9
2023-07-12
bpf: Further refactor alloc_bulk().
Alexei Starovoitov
-12
/
+18
2023-07-12
bpf: Factor out inc/dec of active flag into helpers.
Alexei Starovoitov
-12
/
+18
2023-07-12
bpf: Refactor alloc_bulk().
Alexei Starovoitov
-20
/
+26
2023-07-12
bpf: Let free_all() return the number of freed elements.
Alexei Starovoitov
-2
/
+6
[prev]
[next]