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-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
2025-10-19
driver core/PM: Set power.no_callbacks along with power.no_pm
Rafael J. Wysocki
1
-0
/
+3
2025-10-02
crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
Eric Biggers
1
-1
/
+1
2025-10-02
crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
Herbert Xu
1
-4
/
+6
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
3
-17
/
+53
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
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-2
/
+38
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
2025-09-09
bpf: Add cookie object to bpf maps
Daniel Borkmann
1
-0
/
+1
2025-09-04
atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
Kuniyuki Iwashima
1
-0
/
+1
2025-09-04
NFS: Fix a race when updating an existing write
Trond Myklebust
1
-0
/
+1
2025-09-04
nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests
Christoph Hellwig
1
-1
/
+0
2025-08-28
bonding: update LACP activity flag after setting lacp_active
Hangbin Liu
1
-0
/
+1
2025-08-28
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
2
-0
/
+39
2025-08-28
compiler: remove __ADDRESSABLE_ASM{_STR,}() again
Jan Beulich
1
-8
/
+0
2025-08-28
asm-generic: Add memory barrier dma_mb()
Kefeng Wang
1
-0
/
+8
2025-08-28
locking/barriers, kcsan: Support generic instrumentation
Marco Elver
1
-0
/
+25
2025-08-28
platform/chrome: cros_ec: Use per-device lockdep key
Chen-Yu Tsai
1
-0
/
+4
2025-08-28
block: Make REQ_OP_ZONE_FINISH a write operation
Damien Le Moal
1
-4
/
+4
[next]