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-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2024-11-19
Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-7
/
+0
2024-11-19
Merge tag 'csd-lock.2024.11.16a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2024-11-19
Merge tag 'scftorture.2024.11.16a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-10
/
+44
2024-11-19
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
-22
/
+24
2024-11-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-0
/
+30
2024-11-18
Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-48
/
+50
2024-11-18
Merge tag 'audit-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+5
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-127
/
+65
2024-11-18
tracing: Fix function name for trampoline
Tatsuya S
-8
/
+36
2024-11-18
Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-40
/
+2
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-15
/
+2
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+133
2024-11-18
posix-timers: Fix spurious warning on double enqueue versus do_exit()
Frederic Weisbecker
-2
/
+8
2024-11-18
ftrace: Get the true parent ip for function tracer
Jeff Xie
-0
/
+26
2024-11-18
cpu: Remove spurious NULL in attribute_group definition
Thomas Weißschuh
-3
/
+0
2024-11-18
kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode
Nir Lichtman
-9
/
+24
2024-11-18
ring-buffer: Correct a grammatical error in a comment
liujing
-1
/
+1
2024-11-18
Merge branch 'for-6.13-force-console' into for-linus
Petr Mladek
-5
/
+37
2024-11-16
Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+1
2024-11-16
Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-8
/
+29
2024-11-15
Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...
Frederic Weisbecker
-123
/
+219
2024-11-15
rcuscale: Remove redundant WARN_ON_ONCE() splat
Uladzislau Rezki (Sony)
-2
/
+0
2024-11-15
rcuscale: Do a proper cleanup if kfree_scale_init() fails
Uladzislau Rezki (Sony)
-2
/
+4
2024-11-15
srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
Paul E. McKenney
-4
/
+2
2024-11-15
Merge branches 'pm-cpuidle' and 'pm-em'
Rafael J. Wysocki
-0
/
+52
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
-55
/
+52
2024-11-15
Merge tag 'sched_ext-for-6.12-rc7-fixes-2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-1
/
+1
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
[prev]
[next]