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
2024-11-15
workqueue: Reduce expensive locks for unbound workqueue
Wangyang Guo
-4
/
+18
2024-11-15
bpf: Add necessary migrate_disable to range_tree.
Yonghong Song
-0
/
+10
2024-11-15
bpf: Do not alloc arena on unsupported arches
Viktor Malik
-0
/
+4
2024-11-14
crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32
Dave Vasilevsky
-1
/
+1
2024-11-14
sched_ext: Replace scx_next_task_picked() with switch_class() in comment
Zhao Mengmeng
-2
/
+2
2024-11-14
scftorture: Handle NULL argument passed to scf_add_to_free_list().
Sebastian Andrzej Siewior
-0
/
+2
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-26
/
+50
2024-11-14
sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST
Tejun Heo
-1
/
+1
2024-11-14
cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
Waiman Long
-4
/
+16
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
-2
/
+26
2024-11-14
Revert: "ring-buffer: Do not have boot mapped buffers hook to CPU hotplug"
Steven Rostedt
-6
/
+3
2024-11-14
Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...
Catalin Marinas
-0
/
+30
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-5
/
+11
2024-11-14
Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
-1
/
+4
2024-11-14
dma-mapping: save base/size instead of pointer to shared DMA pool
Geert Uytterhoeven
-6
/
+8
2024-11-14
perf/core: Correct perf sampling with guest VMs
Colton Lewis
-4
/
+17
2024-11-14
perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()
Colton Lewis
-0
/
+10
2024-11-13
bpf: Introduce range_tree data structure and use it in bpf arena
Alexei Starovoitov
-15
/
+304
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-109
/
+241
2024-11-13
genirq/proc: Use seq_put_decimal_ull_width() for decimal values
David Wang
-3
/
+6
2024-11-12
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
-4
/
+87
2024-11-12
bpf: Use function pointers count as struct_ops links count
Xu Kuohai
-10
/
+25
2024-11-12
bpf: Remove unused member rcu from bpf_struct_ops_map
Xu Kuohai
-1
/
+0
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
-1
/
+10
2024-11-12
bpf: Enable private stack for eligible subprogs
Yonghong Song
-0
/
+11
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
-10
/
+91
2024-11-12
srcu: Check for srcu_read_lock_lite() across all CPUs
Paul E. McKenney
-5
/
+7
2024-11-12
rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
Paul E. McKenney
-2
/
+7
2024-11-12
rcuscale: Add guest_os_delay module parameter
Paul E. McKenney
-0
/
+17
2024-11-12
refscale: Correct affinity check
Paul E. McKenney
-1
/
+1
2024-11-12
rcu/nocb: Fix missed RCU barrier on deoffloading
Zqiang
-1
/
+12
2024-11-12
rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
Uladzislau Rezki (Sony)
-2
/
+12
2024-11-12
rcu/srcutiny: don't return before reenabling preemption
Michal Schmidt
-1
/
+1
2024-11-12
rcu-tasks: Remove open-coded one-byte cmpxchg() emulation
Paul E. McKenney
-16
/
+1
2024-11-12
rcutorture: Test start-poll primitives with interrupts disabled
Paul E. McKenney
-0
/
+10
2024-11-12
rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
Paul E. McKenney
-7
/
+0
2024-11-12
rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()
Paul E. McKenney
-1
/
+2
2024-11-12
rcu: Add rcuog kthreads to RCU_NOCB_CPU help text
Paul E. McKenney
-10
/
+18
2024-11-12
rcu: Use the BITS_PER_LONG macro
Jinjie Ruan
-2
/
+1
2024-11-12
rcu: Use bitwise instead of arithmetic operator for flags
Hongbo Li
-11
/
+11
2024-11-12
sched/cpufreq: Ensure sd is rebuilt for EAS check
Christian Loehle
-2
/
+1
2024-11-12
cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
Waiman Long
-20
/
+19
2024-11-12
cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...
Waiman Long
-16
/
+33
2024-11-12
cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...
Waiman Long
-25
/
+14
2024-11-12
tracing: Remove redundant check on field->field in histograms
Colin Ian King
-4
/
+1
2024-11-12
refscale: Add srcu_read_lock_lite() support using "srcu-lite"
Paul E. McKenney
-3
/
+34
2024-11-12
rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
Paul E. McKenney
-0
/
+7
2024-11-12
rcutorture: Add reader_flavor parameter for SRCU readers
Paul E. McKenney
-8
/
+22
2024-11-12
rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
Paul E. McKenney
-14
/
+14
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
-41
/
+0
[prev]
[next]