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
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
2023-12-03
Revert "usb: phy: add usb phy notify port status API"
Johan Hovold
1
-13
/
+0
2023-12-03
mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
Florent Revest
1
-0
/
+10
2023-12-03
HID: fix HID device resource race between HID core and debugging support
Charles Yi
1
-0
/
+3
2023-12-03
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
1
-4
/
+16
2023-12-03
net, vrf: Move dstats structure to core
Daniel Borkmann
1
-0
/
+10
2023-12-03
filemap: add a per-mapping stable writes flag
Christoph Hellwig
1
-0
/
+17
2023-11-28
net: ethtool: Fix documentation of ethtool_sprintf()
Andrew Lunn
1
-2
/
+2
2023-11-28
lsm: fix default return value for inode_getsecctx
Ondrej Mosnacek
1
-1
/
+1
2023-11-28
lsm: fix default return value for vm_enough_memory
Ondrej Mosnacek
1
-1
/
+1
2023-11-28
torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter
Paul E. McKenney
1
-1
/
+2
2023-11-28
mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A
Bean Huo
1
-0
/
+2
2023-11-28
mm/damon: implement a function for max nr_accesses safe calculation
SeongJae Park
1
-0
/
+7
2023-11-28
proc: sysctl: prevent aliased sysctls from getting passed to init
Krister Johansen
1
-0
/
+6
2023-11-28
x86/apic/msi: Fix misconfigured non-maskable MSI quirk
Koichiro Den
2
-28
/
+4
2023-11-28
spi: Fix null dereference on suspend
Mark Hasemeyer
1
-0
/
+1
2023-11-28
perf/core: Fix cpuctx refcounting
Peter Zijlstra
1
-5
/
+8
2023-11-28
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
1
-2
/
+6
2023-11-28
SUNRPC: Fix RPC client cleaned up the freed pipefs dentries
felix
1
-0
/
+1
2023-11-28
sched/core: Optimize in_task() and in_interrupt() a bit
Finn Thain
1
-2
/
+13
2023-11-28
pwm: Fix double shift bug
Dan Carpenter
1
-2
/
+2
2023-11-28
f2fs: fix error path of __f2fs_build_free_nids
Zhiguo Niu
1
-0
/
+1
2023-11-28
string.h: add array-wrappers for (v)memdup_user()
Philipp Stanner
1
-0
/
+40
2023-11-28
vsock: read from socket's error queue
Arseniy Krasnov
1
-0
/
+1
2023-11-28
wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
Ingo Rohloff
1
-0
/
+2
2023-11-28
workqueue: Provide one lock class key per work_on_cpu() callsite
Frederic Weisbecker
1
-7
/
+39
2023-11-28
lib/generic-radix-tree.c: Don't overflow in peek()
Kent Overstreet
1
-0
/
+7
2023-11-20
Fix termination state for idr_for_each_entry_ul()
NeilBrown
1
-2
/
+4
2023-11-20
mfd: core: Un-constify mfd_cell.of_reg
Michał Mirosław
1
-1
/
+1
2023-11-20
crypto: hisilicon/qm - fix PF queue parameter issue
Longfang Liu
1
-0
/
+7
2023-11-20
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
1
-0
/
+1
2023-11-20
KEYS: Include linux/errno.h in linux/verification.h
Herbert Xu
1
-0
/
+1
2023-11-20
arm64/arm: xen: enlighten: Fix KPTI checks
Mark Rutland
1
-0
/
+1
2023-11-20
clk: linux/clk-provider.h: fix kernel-doc warnings and typos
Randy Dunlap
1
-7
/
+8
2023-11-20
net: add DEV_STATS_READ() helper
Eric Dumazet
1
-0
/
+1
2023-11-20
PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()
Raag Jadav
1
-14
/
+29
2023-11-20
udplite: fix various data-races
Eric Dumazet
1
-4
/
+2
2023-11-20
udplite: remove UDPLITE_BIT
Eric Dumazet
1
-3
/
+2
2023-11-20
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
1
-5
/
+4
2023-11-20
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
1
-7
/
+9
2023-11-20
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
1
-1
/
+1
2023-11-20
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
1
-5
/
+5
2023-11-20
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
1
-5
/
+5
2023-11-20
udp: introduce udp->udp_flags
Eric Dumazet
1
-7
/
+21
2023-11-20
bpf, x64: Fix tailcall infinite loop
Leon Hwang
1
-0
/
+5
2023-11-20
string: Adjust strtomem() logic to allow for smaller sources
Kees Cook
1
-2
/
+5
2023-11-20
PCI/MSI: Provide stubs for IMS functions
Reinette Chatre
1
-8
/
+26
2023-11-20
perf: Optimize perf_cgroup_switch()
Peter Zijlstra
1
-0
/
+1
2023-11-20
x86/numa: Introduce numa_fill_memblks()
Alison Schofield
1
-0
/
+7
2023-11-20
x86/srso: Fix unret validation dependencies
Josh Poimboeuf
1
-1
/
+2
2023-11-20
sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case
Yury Norov
1
-1
/
+1
[next]