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
/
linux
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
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
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
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
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
3
-0
/
+3
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
iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
Michael Hennerich
1
-1
/
+1
2025-10-19
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-0
/
+27
2025-10-19
driver core/PM: Set power.no_callbacks along with power.no_pm
Rafael J. Wysocki
1
-0
/
+3
2025-10-02
can: dev: add generic function can_eth_ioctl_hwts()
Vincent Mailhol
1
-0
/
+1
2025-10-02
can: dev: add generic function can_ethtool_op_get_ts_info_hwts()
Vincent Mailhol
1
-0
/
+3
2025-10-02
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
1
-7
/
+0
2025-10-02
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
2
-17
/
+51
2025-10-02
genirq: Provide new interfaces for affinity hints
Thomas Gleixner
1
-1
/
+52
2025-10-02
compiler-clang.h: define __SANITIZE_*__ macros only when undefined
Nathan Chancellor
1
-5
/
+24
2025-10-02
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
2
-6
/
+36
2025-09-11
x86/vmscape: Enable the mitigation
Pawan Gupta
1
-0
/
+1
2025-09-09
mm: move page table sync declarations to linux/pgtable.h
Harry Yoo
2
-16
/
+16
2025-09-09
ptp: Add generic PTP is_sync() function
Kurt Kanzenbach
1
-0
/
+15
2025-09-09
bpf: Fix oob access in cgroup local storage
Daniel Borkmann
1
-0
/
+1
2025-09-09
bpf: Move bpf map owner out of common struct
Daniel Borkmann
1
-10
/
+13
2025-09-09
bpf: Move cgroup iterator helpers to bpf.h
Daniel Borkmann
2
-13
/
+101
[next]