index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
block: Improve read ahead size for rotational devices
Damien Le Moal
1
-2
/
+10
2025-07-28
block: change blk_get_meta_cap() stub return -ENOIOCTLCMD
Klara Modin
1
-1
/
+1
2025-07-28
fuse: remove page alignment check for writeback len
Joanne Koong
1
-2
/
+0
2025-07-28
MIPS: alchemy: gpio: use new GPIO line value setter callbacks for the remaini...
Bartosz Golaszewski
1
-4
/
+8
2025-07-27
Linux 6.16
v6.16
Linus Torvalds
1
-1
/
+1
2025-07-27
gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIB
Arnd Bergmann
1
-2
/
+2
2025-07-26
sched/task_stack: Add missing const qualifier to end_of_stack()
Kees Cook
1
-1
/
+1
2025-07-26
kstack_erase: Support Clang stack depth tracking
Kees Cook
2
-1
/
+10
2025-07-26
kstack_erase: Add -mgeneral-regs-only to silence Clang warnings
Kees Cook
1
-0
/
+1
2025-07-26
init.h: Disable sanitizer coverage for __init and __head
Kees Cook
2
-2
/
+4
2025-07-26
kstack_erase: Disable kstack_erase for all of arm compressed boot code
Kees Cook
1
-1
/
+1
2025-07-25
hfs: fix general protection fault in hfs_find_init()
Viacheslav Dubeyko
4
-12
/
+51
2025-07-25
hfs: fix slab-out-of-bounds in hfs_bnode_read()
Viacheslav Dubeyko
1
-0
/
+92
2025-07-25
hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
Viacheslav Dubeyko
1
-0
/
+92
2025-07-25
hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
Viacheslav Dubeyko
1
-0
/
+7
2025-07-25
hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
Tetsuo Handa
1
-1
/
+5
2025-07-25
hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()
Johannes Thumshirn
1
-4
/
+2
2025-07-25
spi: SPISG: Fix less than zero comparison on a u32 variable
Colin Ian King
1
-1
/
+1
2025-07-25
ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36
Nathan Chancellor
1
-1
/
+1
2025-07-25
ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS
Nathan Chancellor
1
-1
/
+1
2025-07-25
spi: intel: Allow writeable MTD partition with module param
Jakub Czapiga
1
-3
/
+10
2025-07-25
regmap: Annotate that MMIO implies fast IO
Wolfram Sang
1
-4
/
+4
2025-07-25
block: restore two stage elevator switch while running nr_hw_queue update
Nilay Shroff
3
-15
/
+81
2025-07-25
ovl: properly print correct variable
Antonio Quartulli
1
-2
/
+3
2025-07-25
gpio: virtio: Fix config space reading.
Harald Mommer
1
-4
/
+5
2025-07-24
ksmbd: fix corrupted mtime and ctime in smb2_open
Namjae Jeon
1
-1
/
+2
2025-07-24
ksmbd: fix Preauh_HashValue race condition
Namjae Jeon
1
-4
/
+0
2025-07-24
ksmbd: check return value of xa_store() in krb5_authenticate
Namjae Jeon
1
-2
/
+7
2025-07-24
ksmbd: fix null pointer dereference error in generate_encryptionkey
Namjae Jeon
1
-2
/
+16
2025-07-24
bcachefs: Add missing snapshots_seen_add_inorder()
Kent Overstreet
1
-5
/
+6
2025-07-24
bcachefs: Fix write buffer flushing from open journal entry
Kent Overstreet
1
-0
/
+1
2025-07-24
sprintf.h requires stdarg.h
Stephen Rothwell
1
-0
/
+1
2025-07-24
resource: fix false warning in __request_region()
Akinobu Mita
1
-2
/
+3
2025-07-24
mm/damon/core: commit damos_quota_goal->nid
SeongJae Park
1
-0
/
+15
2025-07-24
x86: Handle KCOV __init vs inline mismatches
Kees Cook
10
-13
/
+13
2025-07-24
arm64: Handle KCOV __init vs inline mismatches
Kees Cook
1
-1
/
+1
2025-07-24
pwm: raspberrypi-poe: Fix spelling mistake "Firwmware" -> "Firmware"
Colin Ian King
1
-1
/
+1
2025-07-24
drm/xe: Fix build without debugfs
Lucas De Marchi
1
-1
/
+1
2025-07-24
regulator: mt6370: Fix spelling mistake in mt6370_regualtor_register
Colin Ian King
1
-2
/
+2
2025-07-24
smb/server: add ksmbd_vfs_kern_path()
NeilBrown
3
-71
/
+111
2025-07-24
xfs: don't use a xfs_log_iovec for ri_buf in log recovery
Christoph Hellwig
17
-155
/
+157
2025-07-24
xfs: don't use a xfs_log_iovec for attr_item names and values
Christoph Hellwig
3
-66
/
+60
2025-07-24
xfs: use better names for size members in xfs_log_vec
Christoph Hellwig
3
-24
/
+25
2025-07-24
xfs: cleanup the ordered item logic in xlog_cil_insert_format_items
Christoph Hellwig
1
-18
/
+13
2025-07-24
xfs: don't pass the old lv to xfs_cil_prepare_item
Christoph Hellwig
1
-9
/
+7
2025-07-24
xfs: remove unused trace event xfs_reflink_cow_enospc
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_discard_rtrelax
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_log_cil_return
Steven Rostedt
1
-1
/
+0
2025-07-24
xfs: remove unused trace event xfs_dqreclaim_dirty
Steven Rostedt
1
-1
/
+0
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
2
-3
/
+2
[next]