index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
timers: Fix kernel-doc format and add Return values
Randy Dunlap
1
-2
/
+10
2024-04-01
time/timekeeping: Fix kernel-doc warnings and typos
Randy Dunlap
1
-7
/
+42
2024-04-01
time/timecounter: Fix inline documentation
Randy Dunlap
1
-2
/
+9
2024-04-01
Merge tag 'v6.9-rc2' into media_stage
Hans Verkuil
19
-27
/
+76
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+0
2024-03-31
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2024-03-31
fpga: bridge: add owner module and take its refcount
Marco Pagani
1
-3
/
+7
2024-03-31
fpga: manager: add owner module and take its refcount
Marco Pagani
1
-6
/
+20
2024-03-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-1
/
+5
2024-03-30
x86/mce: Clean up TP_printk() output line of the 'mce_record' tracepoint
Ingo Molnar
1
-3
/
+6
2024-03-30
Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+14
2024-03-30
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-0
/
+27
2024-03-30
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-0
/
+6
2024-03-29
net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
Balazs Scheidler
1
-5
/
+24
2024-03-29
net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent
Balazs Scheidler
2
-43
/
+42
2024-03-29
Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+15
2024-03-29
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
1
-8
/
+0
2024-03-29
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-1
/
+1
2024-03-29
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-1
/
+0
2024-03-29
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-03-29
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-03-29
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-0
/
+3
2024-03-29
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
2
-0
/
+3
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+11
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+12
2024-03-29
spi: spi.h: add missing kernel-doc for @last_cs_index_mask
Randy Dunlap
1
-0
/
+1
2024-03-29
Bluetooth: add quirk for broken address properties
Johan Hovold
1
-0
/
+9
2024-03-29
udp: do not accept non-tunnel GSO skbs landing in a tunnel
Antoine Tenart
1
-0
/
+28
2024-03-29
net/smc: make smc_hash_sk/smc_unhash_sk static
Zhengchao Shao
1
-3
/
+0
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
2
-0
/
+10
2024-03-29
net: sched: cls_api: add filter counter
Asbjørn Sloth Tønnesen
1
-0
/
+2
2024-03-29
net: sched: cls_api: add skip_sw counter
Asbjørn Sloth Tønnesen
1
-0
/
+1
2024-03-29
ASoC: tas2781: mark dvc_tlv with __maybe_unused
Gergo Koteles
1
-1
/
+1
2024-03-29
net: phylink: add rxc_always_on flag to phylink_pcs
Romain Gantois
1
-0
/
+38
2024-03-29
net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flags
Russell King (Oracle)
2
-0
/
+5
2024-03-29
compiler_types: add Endianness-dependent __counted_by_{le,be}
Alexander Lobakin
1
-0
/
+11
2024-03-29
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
1
-1
/
+15
2024-03-29
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
1
-0
/
+17
2024-03-29
bpf: Add support for passing mark with bpf_fib_lookup
Anton Protopopov
1
-2
/
+18
2024-03-29
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-7
/
+1
2024-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
27
-43
/
+206
2024-03-29
drm/xe/uapi: Define topology types as indexes rather than masks
Francois Dugast
1
-3
/
+3
2024-03-29
clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
Uwe Kleine-König
1
-0
/
+5
2024-03-29
Merge tag 'sound-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+10
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-8
/
+15
2024-03-28
phy: Add Embedded DisplayPort and DisplayPort submodes
Abel Vesa
1
-0
/
+3
2024-03-28
spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"
Louis Chauvet
1
-3
/
+0
2024-03-28
ASoC: SOF: Intel: support tplg suffix detection
Brent Lu
1
-0
/
+12
2024-03-28
ASoC: Intel: ssp-common: get codec tplg suffix function
Brent Lu
1
-0
/
+5
[prev]
[next]