index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2025-12-07
usb: deprecate the third argument of usb_maxpacket()
Vincent Mailhol
2025-12-07
ata: libata-scsi: Fix system suspend for a security locked drive
Niklas Cassel
2025-12-07
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
2025-12-07
mm/ksm: fix flag-dropping behavior in ksm_madvise
Jakub Acs
2025-12-07
compiler_types: Move unused static inline functions warning to W=2
Peter Zijlstra
2025-12-07
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
2025-12-07
net/cls_cgroup: Fix task_get_classid() during qdisc run
Yafang Shao
2025-12-07
net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
Juraj Šarinay
2025-12-07
dmaengine: sh: setup_xref error handling
Thomas Andreatta
2025-12-07
bpf: Don't use %pK through printk
Thomas Weißschuh
2025-12-07
block: make REQ_OP_ZONE_OPEN a write operation
Damien Le Moal
2025-12-07
block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
Damien Le Moal
2025-12-07
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
2025-10-29
PM: runtime: Add new devm functions
Bence Csókás
2025-10-29
net: add ndo_fdb_del_bulk
Nikolay Aleksandrov
2025-10-29
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
2025-10-29
net: netlink: add NLM_F_BULK delete request modifier
Nikolay Aleksandrov
2025-10-29
net: rtnetlink: use BIT for flag values
Nikolay Aleksandrov
2025-10-29
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
2025-10-29
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
2025-10-29
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
2025-10-29
iomap: add the new iomap_iter model
Christoph Hellwig
2025-10-29
mm/slab: make __free(kfree) accept error pointers
Dan Carpenter
2025-10-29
minmax.h: remove some #defines that are only expanded once
David Laight
2025-10-29
minmax.h: simplify the variants of clamp()
David Laight
2025-10-29
minmax.h: move all the clamp() definitions after the min/max() ones
David Laight
2025-10-29
minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
David Laight
2025-10-29
minmax.h: reduce the #define expansion of min(), max() and clamp()
David Laight
2025-10-29
minmax.h: update some comments
David Laight
2025-10-29
minmax.h: add whitespace around operators and after commas
David Laight
2025-10-29
minmax: fix up min3() and max3() too
Linus Torvalds
2025-10-29
minmax: improve macro expansion and type checking
Linus Torvalds
2025-10-29
minmax: simplify min()/max()/clamp() implementation
Linus Torvalds
2025-10-29
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2025-10-29
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
2025-10-29
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
2025-10-29
minmax: relax check to allow comparison between unsigned arguments and signed...
David Laight
2025-10-29
minmax: allow comparisons of 'int' against 'unsigned char/short'
David Laight
2025-10-29
minmax: fix indentation of __cmp_once() and __clamp_once()
David Laight
2025-10-29
minmax: allow min()/max()/clamp() if the arguments have the same signedness.
David Laight
2025-10-29
minmax: fix header inclusions
Andy Shevchenko
2025-10-29
minmax: deduplicate __unconst_integer_typeof()
Andy Shevchenko
2025-10-29
minmax: Introduce {min,max}_array()
Herve Codina
2025-10-29
minmax: add in_range() macro
Matthew Wilcox (Oracle)
2025-10-29
minmax: clamp more efficiently by avoiding extra comparison
Jason A. Donenfeld
2025-10-29
minmax: sanity check constant bounds when clamping
Jason A. Donenfeld
2025-10-29
overflow, tracing: Define the is_signed_type() macro once
Bart Van Assche
2025-10-29
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
2025-10-29
scsi: libsas: Add sas_task_find_rq()
John Garry
2025-10-29
iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
Michael Hennerich
[next]