index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
kvm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
scripts/gdb: fix failing KGDB detection during probe
Florian Rommel
1
-1
/
+1
2024-05-08
kfifo: don't use "proxy" headers
Andy Shevchenko
3
-7
/
+13
2024-05-08
media: stih-cec: add missing io.h
Andy Shevchenko
1
-0
/
+1
2024-05-08
media: rc: add missing io.h
Andy Shevchenko
4
-0
/
+4
2024-05-08
tools lib rbtree: pick some improvements from the kernel rbtree code
Arnaldo Carvalho de Melo
2
-3
/
+3
2024-05-08
ocfs2: remove redundant assignment to variable status
Colin Ian King
1
-1
/
+0
2024-05-08
nilfs2: convert to use the new mount API
Eric Sandeen
4
-229
/
+174
2024-05-08
kexec: fix the unexpected kexec_dprintk() macro
Baoquan He
1
-4
/
+2
2024-05-08
crash: add prefix for crash dumping messages
Baoquan He
2
-2
/
+4
2024-05-08
cpumask: delete unused reset_cpu_possible_mask()
Alexey Dobriyan
1
-5
/
+0
2024-04-29
mux: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2024-04-29
pps: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-04-29
intel_th: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-04-26
nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()
Yang Li
1
-0
/
+1
2024-04-26
nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()
Yang Li
1
-7
/
+16
2024-04-26
nilfs2: add kernel-doc comments to nilfs_do_roll_forward()
Yang Li
1
-0
/
+1
2024-04-26
blktrace: convert strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+1
2024-04-26
block/partitions/ldm: convert strncpy() to strscpy()
Arnd Bergmann
1
-4
/
+2
2024-04-26
test_hexdump: avoid string truncation warning
Arnd Bergmann
1
-1
/
+1
2024-04-26
ocfs2: use coarse time for new created files
Su Yue
1
-1
/
+1
2024-04-26
ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_link
Su Yue
1
-0
/
+2
2024-04-26
ocfs2: fix races between hole punching and AIO+DIO
Su Yue
1
-0
/
+2
2024-04-26
ocfs2: return real error code in ocfs2_dio_wr_get_block
Su Yue
1
-2
/
+0
2024-04-26
vmcore: replace strncpy with strscpy_pad
Justin Stitt
1
-3
/
+2
2024-04-26
devres: don't use "proxy" headers
Andy Shevchenko
1
-3
/
+6
2024-04-26
devres: switch to use dev_err_probe() for unification
Andy Shevchenko
1
-8
/
+9
2024-04-26
kgdb: add HAS_IOPORT dependency
Niklas Schnelle
1
-0
/
+1
2024-04-26
Squashfs: remove deprecated strncpy by not copying the string
Phillip Lougher
1
-10
/
+4
2024-04-26
ipc: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2
-2
/
+0
2024-04-26
initrd: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-26
kcov: avoid clang out-of-range warning
Arnd Bergmann
1
-1
/
+2
2024-04-26
Documentation: kdump: clean up the outdated description
Baoquan He
1
-4
/
+4
2024-04-26
ocfs2: fix sparse warnings
Heming Zhao
5
-15
/
+16
2024-04-26
ocfs2: speed up chain-list searching
Heming Zhao
1
-1
/
+1
2024-04-26
ocfs2: adjust enabling place for la window
Heming Zhao
2
-12
/
+8
2024-04-26
ocfs2: improve write IO performance when fragmentation is high
Heming Zhao
5
-11
/
+108
2024-04-26
regset: use kvzalloc() for regset_get_alloc()
Douglas Anderson
2
-4
/
+4
2024-04-26
NUMA: early use of cpu_to_node() returns 0 instead of the correct node id
Huang Shijie
1
-0
/
+14
2024-04-26
fs: add kernel-doc comments to fat_parse_long()
Yang Li
1
-0
/
+12
2024-04-26
x86: call instrumentation hooks from copy_mc.c
Alexander Potapenko
1
-4
/
+17
2024-04-26
instrumented.h: add instrument_memcpy_before, instrument_memcpy_after
Alexander Potapenko
1
-0
/
+35
2024-04-26
mm: kmsan: implement kmsan_memmove()
Alexander Potapenko
2
-0
/
+26
2024-04-26
bootconfig: do not put quotes on cmdline items unless necessary
Rasmus Villemoes
1
-3
/
+9
2024-04-26
lib/build_OID_registry: don't mention the full path of the script in output
Uwe Kleine-König
1
-1
/
+4
2024-04-26
ocfs2: update inode ctime in ocfs2_fileattr_set
Su Yue
1
-0
/
+1
2024-04-26
ocfs2: correctly use ocfs2_find_next_zero_bit()
Joseph Qi
3
-18
/
+9
2024-04-14
Linux 6.9-rc4
v6.9-rc4
Linus Torvalds
1
-1
/
+1
2024-04-14
kernfs: annotate different lockdep class for of->mutex of writable files
Amir Goldstein
1
-1
/
+8
2024-04-13
ata: libata-core: Allow command duration limits detection for ACS-4 drives
Igor Pylypiv
1
-1
/
+1
2024-04-13
ata: libata-scsi: Fix ata_scsi_dev_rescan() error path
Damien Le Moal
1
-4
/
+5
[next]