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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
ata: libata-scsi: Fix system suspend for a security locked drive
Niklas Cassel
1
-0
/
+1
2025-12-07
usb: deprecate the third argument of usb_maxpacket()
Vincent Mailhol
1
-11
/
+5
2025-12-07
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-0
/
+6
2025-12-07
kernel.h: Move ARRAY_SIZE() to a separate header
Alejandro Colomar
3
-6
/
+15
2025-12-07
mm/ksm: fix flag-dropping behavior in ksm_madvise
Jakub Acs
1
-1
/
+1
2025-12-07
bpf: Add bpf_prog_run_data_pointers()
Eric Dumazet
1
-0
/
+20
2025-12-07
net_sched: act_connmark: use RCU in tcf_connmark_dump()
Eric Dumazet
1
-0
/
+1
2025-12-07
net/sched: act_connmark: transition to percpu stats and rcu
Pedro Tammela
1
-2
/
+7
2025-12-07
net: sched: act: move global static variable net_id to tc_action_ops
Zhengchao Shao
1
-0
/
+1
2025-12-07
compiler_types: Move unused static inline functions warning to W=2
Peter Zijlstra
1
-3
/
+2
2025-12-07
net/cls_cgroup: Fix task_get_classid() during qdisc run
Yafang Shao
1
-1
/
+1
2025-12-07
net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
Juraj Šarinay
1
-1
/
+1
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-12-07
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
1
-1
/
+24
2025-10-29
usb: gadget: Introduce free_usb_request helper
Kuen-Han Tsai
1
-0
/
+23
2025-10-29
usb: gadget: Store endpoint pointer in usb_request
Kuen-Han Tsai
1
-0
/
+2
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
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
1
-1
/
+2
2025-10-29
net: netlink: add NLM_F_BULK delete request modifier
Nikolay Aleksandrov
1
-0
/
+1
2025-10-29
net: rtnetlink: use BIT for flag values
Nikolay Aleksandrov
1
-1
/
+1
2025-10-29
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
1
-0
/
+6
2025-10-29
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
4
-0
/
+4
2025-10-29
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
1
-0
/
+15
2025-10-29
cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delay
Rafael J. Wysocki
1
-0
/
+3
2025-10-19
mm/slab: make __free(kfree) accept error pointers
Dan Carpenter
1
-1
/
+1
2025-10-19
minmax.h: remove some #defines that are only expanded once
David Laight
1
-8
/
+6
2025-10-19
minmax.h: simplify the variants of clamp()
David Laight
1
-12
/
+12
2025-10-19
minmax.h: move all the clamp() definitions after the min/max() ones
David Laight
1
-58
/
+51
2025-10-19
minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
David Laight
1
-2
/
+1
2025-10-19
minmax.h: reduce the #define expansion of min(), max() and clamp()
David Laight
1
-12
/
+12
2025-10-19
minmax.h: update some comments
David Laight
1
-29
/
+24
2025-10-19
minmax.h: add whitespace around operators and after commas
David Laight
1
-17
/
+17
2025-10-19
minmax: fix up min3() and max3() too
Linus Torvalds
1
-2
/
+10
2025-10-19
minmax: improve macro expansion and type checking
Linus Torvalds
2
-15
/
+68
2025-10-19
minmax: simplify min()/max()/clamp() implementation
Linus Torvalds
1
-23
/
+20
2025-10-19
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2025-10-19
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2025-10-19
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
1
-0
/
+7
2025-10-19
minmax: fix indentation of __cmp_once() and __clamp_once()
David Laight
1
-15
/
+15
2025-10-19
minmax: deduplicate __unconst_integer_typeof()
Andy Shevchenko
1
-23
/
+2
2025-10-19
minmax: Introduce {min,max}_array()
Herve Codina
1
-0
/
+64
2025-10-19
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
15
-0
/
+314
2025-10-19
scsi: libsas: Add sas_task_find_rq()
John Garry
1
-0
/
+18
2025-10-19
iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
Michael Hennerich
1
-1
/
+1
2025-10-19
filelock: add FL_RECLAIM to show_fl_flags() macro
Jeff Layton
1
-1
/
+2
2025-10-19
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-0
/
+27
[next]