index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-06
net/mlx5: Add HW definitions of vport debug counters
Saeed Mahameed
1
-4
/
+19
2026-02-06
posix-clock: Store file pointer in struct posix_clock_context
Wojtek Wasko
1
-1
/
+5
2026-02-06
posix-clock: introduce posix_clock_context concept
Xabier Marquiegui
1
-8
/
+27
2026-02-06
textsearch: describe @list member in ts_ops search
Bagas Sanjaya
1
-0
/
+1
2026-01-19
netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates
Di Zhu
1
-1
/
+2
2026-01-19
mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
1
-27
/
+16
2026-01-19
mm/balloon_compaction: make balloon page compaction callbacks static
Miaohe Lin
1
-22
/
+0
2026-01-19
tpm: Cap the number of PCR banks
Jarkko Sakkinen
1
-3
/
+6
2026-01-19
usb: gadget: udc: fix use-after-free in usb_gadget_state_work
Jimmy Hu
1
-0
/
+5
2026-01-19
Fonts: Add charcount field to font_desc
Peilin Ye
1
-0
/
+1
2026-01-19
console: Delete unused con_font_copy() callback implementations
Peilin Ye
1
-1
/
+0
2026-01-19
genalloc.h: fix htmldocs warning
Andrew Morton
1
-0
/
+1
2026-01-19
efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
Mauro Carvalho Chehab
1
-5
/
+5
2026-01-19
efi/cper: Add a new helper function to print bitmasks
Mauro Carvalho Chehab
1
-0
/
+2
2026-01-19
block: fix comment for op_is_zone_mgmt() to include RESET_ALL
shechenglong
1
-4
/
+1
2026-01-19
fs_context: drop the unused lsm_flags member
Ondrej Mosnacek
2
-2
/
+1
2026-01-19
NFS: don't unhash dentry during unlink/rename
NeilBrown
1
-0
/
+9
2026-01-19
virtio: fix virtqueue_set_affinity() docs
Michael S. Tsirkin
1
-1
/
+1
2026-01-19
backlight: lp855x: Fix lp855x.h kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2026-01-19
wifi: ieee80211: correct FILS status codes
Ria Thomas
1
-2
/
+2
2026-01-19
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
2
-0
/
+29
2026-01-19
compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer
Kees Cook
1
-0
/
+8
2026-01-19
rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()
Xuanqiang Luo
1
-0
/
+59
2025-12-07
usb: deprecate the third argument of usb_maxpacket()
Vincent Mailhol
1
-11
/
+5
2025-12-07
ata: libata-scsi: Fix system suspend for a security locked drive
Niklas Cassel
1
-0
/
+1
2025-12-07
mm/ksm: fix flag-dropping behavior in ksm_madvise
Jakub Acs
1
-1
/
+1
2025-12-07
compiler_types: Move unused static inline functions warning to W=2
Peter Zijlstra
1
-3
/
+2
2025-12-07
dmaengine: sh: setup_xref error handling
Thomas Andreatta
1
-1
/
+1
2025-12-07
bpf: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-12-07
block: make REQ_OP_ZONE_OPEN a write operation
Damien Le Moal
1
-5
/
+5
2025-12-07
block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
1
-0
/
+1
2025-10-29
PM: runtime: Add new devm functions
Bence Csókás
1
-0
/
+4
2025-10-29
net: add ndo_fdb_del_bulk
Nikolay Aleksandrov
1
-0
/
+9
2025-10-29
iomap: add the new iomap_iter model
Christoph Hellwig
1
-0
/
+56
2025-10-29
mm/slab: make __free(kfree) accept error pointers
Dan Carpenter
1
-1
/
+1
2025-10-29
minmax.h: remove some #defines that are only expanded once
David Laight
1
-8
/
+6
2025-10-29
minmax.h: simplify the variants of clamp()
David Laight
1
-12
/
+12
2025-10-29
minmax.h: move all the clamp() definitions after the min/max() ones
David Laight
1
-58
/
+51
2025-10-29
minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
David Laight
1
-2
/
+1
2025-10-29
minmax.h: reduce the #define expansion of min(), max() and clamp()
David Laight
1
-12
/
+12
2025-10-29
minmax.h: update some comments
David Laight
1
-29
/
+24
2025-10-29
minmax.h: add whitespace around operators and after commas
David Laight
1
-17
/
+17
2025-10-29
minmax: fix up min3() and max3() too
Linus Torvalds
1
-2
/
+10
2025-10-29
minmax: improve macro expansion and type checking
Linus Torvalds
2
-15
/
+68
2025-10-29
minmax: simplify min()/max()/clamp() implementation
Linus Torvalds
1
-23
/
+20
2025-10-29
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2025-10-29
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2025-10-29
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
1
-0
/
+7
2025-10-29
minmax: relax check to allow comparison between unsigned arguments and signed...
David Laight
1
-7
/
+17
2025-10-29
minmax: allow comparisons of 'int' against 'unsigned char/short'
David Laight
1
-2
/
+3
[prev]
[next]