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-05-13
Merge branch 'topic/kdump-hotplug' into next
Michael Ellerman
-18
/
+20
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
-0
/
+15
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-168
/
+279
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+22
2024-05-09
dma: fix DMA sync for drivers not calling dma_set_mask*()
Alexander Lobakin
-6
/
+6
2024-05-09
sched/topology: Optimize topology_span_sane()
Kyle Meyer
-4
/
+2
2024-05-09
livepatch: Rename KLP_* to KLP_TRANSITION_*
Wardenjohn
-31
/
+31
2024-05-08
seccomp: Constify sysctl subhelpers
Kees Cook
-2
/
+2
2024-05-08
kernel/watchdog_perf.c: tidy up kerneldoc
Andrew Morton
-3
/
+0
2024-05-08
watchdog: allow nmi watchdog to use raw perf event
Song Liu
-0
/
+48
2024-05-08
watchdog: handle comma separated nmi_watchdog command line
Song Liu
-0
/
+7
2024-05-08
crash: add prefix for crash dumping messages
Baoquan He
-2
/
+4
2024-05-08
timers/migration: Prevent out of bounds access on failure
Levi Yun
-2
/
+2
2024-05-07
bpf: Remove redundant page mask of vmf->address
Haiyue Wang
-1
/
+1
2024-05-07
kcsan, compiler_types: Introduce __data_racy type qualifier
Marco Elver
-0
/
+17
2024-05-07
Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
-16
/
+58
2024-05-07
dma: avoid redundant calls for sync operations
Alexander Lobakin
-12
/
+49
2024-05-07
dma: compile-out DMA sync op calls when not used
Alexander Lobakin
-10
/
+17
2024-05-07
swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()
Michael Kelley
-14
/
+42
2024-05-07
printk: cleanup deprecated uses of strncpy/strcpy
Justin Stitt
-13
/
+13
2024-05-06
bpf/verifier: relax MUL range computation check
Cupertino Miranda
-5
/
+1
2024-05-06
bpf/verifier: improve XOR and OR range computation
Cupertino Miranda
-2
/
+2
2024-05-06
bpf/verifier: refactor checks for range computation
Cupertino Miranda
-64
/
+45
2024-05-06
bpf/verifier: replace calls to mark_reg_unknown.
Cupertino Miranda
-5
/
+4
2024-05-06
kunit: Handle test faults
Mickaël Salaün
-0
/
+1
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
-2
/
+2
2024-05-06
powerpc/dexcr: Add DEXCR prctl interface
Benjamin Gray
-0
/
+16
2024-05-05
Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+8
2024-05-05
Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+1
2024-05-05
Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+12
2024-05-05
Merge tag 'dma-mapping-6.9-2024-05-04' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-0
/
+1
2024-05-04
eventfs/tracing: Add callback for release of an eventfs_inode
Steven Rostedt (Google)
-0
/
+12
2024-05-03
stackleak: Use a copy of the ctl_table argument
Thomas Weißschuh
-3
/
+3
2024-05-02
swsusp: don't bother with setting block size
Al Viro
-6
/
+1
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-72
/
+105
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-2
/
+40
2024-05-02
swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y
Will Deacon
-0
/
+1
2024-05-02
Merge tag 'v6.9-rc6' into perf/core, to pick up fixes
Ingo Molnar
-93
/
+85
2024-05-02
vmlinux: Avoid weak reference to notes section
Ard Biesheuvel
-2
/
+2
2024-05-02
kallsyms: Avoid weak references for kallsyms symbols
Ard Biesheuvel
-24
/
+12
2024-05-01
bpf: crypto: fix build when CONFIG_CRYPTO=m
Vadim Fedorenko
-1
/
+1
2024-05-01
hardening: Enable KCFI and some other options
Kees Cook
-0
/
+8
2024-05-01
rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()
Andrii Nakryiko
-0
/
+2
2024-05-01
ftrace: make extra rcu_is_watching() validation check optional
Andrii Nakryiko
-0
/
+13
2024-05-01
uprobes: reduce contention on uprobes_tree access
Jonathan Haslam
-11
/
+11
2024-05-01
rethook: Remove warning messages printed for finding return address of a frame.
Kui-Feng Lee
-1
/
+1
2024-05-01
tracing/probes: support '%pD' type for print struct file's name
Ye Bin
-23
/
+36
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
-1
/
+65
2024-05-01
uprobes: add speculative lockless system-wide uprobe filter check
Andrii Nakryiko
-3
/
+7
2024-05-01
uprobes: prepare uprobe args buffer lazily
Andrii Nakryiko
-21
/
+28
[prev]
[next]