$ git log --pretty=format:'%h %s (%cs)%d'
8f7aa3d3c7323 Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-12-03)
(HEAD -> main)
015e7b0b0e8e5 Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2025-12-03)
b6d993310a65b Merge tag 'linux_kselftest-kunit-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2025-12-03)
2488655b2f6b9 Merge tag 'linux_kselftest-next-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2025-12-03)
2ddcf4962c183 Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux (2025-12-03)
784faa8eca827 Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux (2025-12-03)
51ab33fc0a8be Merge tag 'livepatching-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching (2025-12-03)
02baaa67d9afc Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext (2025-12-03)
8449d3252c260 Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2025-12-03)
2b60145734a0e Merge tag 'wq-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq (2025-12-03)
...
$ git cat-file blob HEAD:README
Linux kernel
============
The Linux kernel is the core of any Linux operating system. It manages hardware,
system resources, and provides the fundamental services for all other software.
Quick Start
-----------
* Report a bug: See Documentation/admin-guide/reporting-issues.rst
* Get the latest kernel: https://kernel.org
* Build the kernel: See Documentation/admin-guide/quickly-build-trimmed-linux.rst
* Join the community: https://lore.kernel.org/
Essential Documentation
-----------------------
All users should be familiar with:
* Building requirements: Documentation/process/changes.rst
* Code of Conduct: Documentation/process/code-of-conduct.rst
* License: See COPYING
Documentation can be built with make htmldocs or viewed online at:
https://www.kernel.org/doc/html/latest/
Who Are You?
============
Find your role below:
* New Kernel Developer - Getting started with kernel development
* Academic Researcher - Studying kernel internals and architecture
* Security Expert - Hardening and vulnerability analysis
* Backport/Maintenance Engineer - Maintaining stable kernels
* System Administrator - Configuring and troubleshooting
* Maintainer - Leading subsystems and reviewing patches
* Hardware Vendor - Writing drivers for new hardware
* Distribution Maintainer - Packaging kernels for distros
For Specific Users
==================
New Kernel Developer
--------------------
Welcome! Start your kernel development journey here:
* Getting Started: Documentation/process/development-process.rst
* Your First Patch: Documentation/process/submitting-patches.rst
* Coding Style: Documentation/process/coding-style.rst
* Build System: Documentation/kbuild/index.rst
* Development Tools: Documentation/dev-tools/index.rst
* Kernel Hacking Guide: Documentation/kernel-hacking/hacking.rst
* Core APIs: Documentation/core-api/index.rst
Academic Researcher
-------------------
Explore the kernel's architecture and internals:
* Researcher Guidelines: Documentation/process/researcher-guidelines.rst
* Memory Management: Documentation/mm/index.rst
* Scheduler: Documentation/scheduler/index.rst
* Networking Stack: Documentation/networking/index.rst
* Filesystems: Documentation/filesystems/index.rst
* RCU (Read-Copy Update): Documentation/RCU/index.rst
* Locking Primitives: Documentation/locking/index.rst
* Power Management: Documentation/power/index.rst
Security Expert
---------------
Security documentation and hardening guides:
* Security Documentation: Documentation/security/index.rst
* LSM Development: Documentation/security/lsm-development.rst
* Self Protection: Documentation/security/self-protection.rst
* Reporting Vulnerabilities: Documentation/process/security-bugs.rst
* CVE Procedures: Documentation/process/cve.rst
* Embargoed Hardware Issues: Documentation/process/embargoed-hardware-issues.rst
* Security Features: Documentation/userspace-api/seccomp_filter.rst
Backport/Maintenance Engineer
-----------------------------
Maintain and stabilize kernel versions:
* Stable Kernel Rules: Documentation/process/stable-kernel-rules.rst
* Backporting Guide: Documentation/process/backporting.rst
* Applying Patches: Documentation/process/applying-patches.rst
* Subsystem Profile: Documentation/maintainer/maintainer-entry-profile.rst
* Git for Maintainers: Documentation/maintainer/configure-git.rst
System Administrator
--------------------
Configure, tune, and troubleshoot Linux systems:
* Admin Guide: Documentation/admin-guide/index.rst
* Kernel Parameters: Documentation/admin-guide/kernel-parameters.rst
* Sysctl Tuning: Documentation/admin-guide/sysctl/index.rst
* Tracing/Debugging: Documentation/trace/index.rst
* Performance Security: Documentation/admin-guide/perf-security.rst
* Hardware Monitoring: Documentation/hwmon/index.rst
Maintainer
----------
Lead kernel subsystems and manage contributions:
* Maintainer Handbook: Documentation/maintainer/index.rst
* Pull Requests: Documentation/maintainer/pull-requests.rst
* Managing Patches: Documentation/maintainer/modifying-patches.rst
* Rebasing and Merging: Documentation/maintainer/rebasing-and-merging.rst
* Development Process: Documentation/process/maintainer-handbooks.rst
* Maintainer Entry Profile: Documentation/maintainer/maintainer-entry-profile.rst
* Git Configuration: Documentation/maintainer/configure-git.rst
Hardware Vendor
---------------
Write drivers and support new hardware:
* Driver API Guide: Documentation/driver-api/index.rst
* Driver Model: Documentation/driver-api/driver-model/driver.rst
* Device Drivers: Documentation/driver-api/infrastructure.rst
* Bus Types: Documentation/driver-api/driver-model/bus.rst
* Device Tree Bindings: Documentation/devicetree/bindings/
* Power Management: Documentation/driver-api/pm/index.rst
* DMA API: Documentation/core-api/dma-api.rst
Distribution Maintainer
-----------------------
Package and distribute the kernel:
* Stable Kernel Rules: Documentation/process/stable-kernel-rules.rst
* ABI Documentation: Documentation/ABI/README
* Kernel Configuration: Documentation/kbuild/kconfig.rst
* Module Signing: Documentation/admin-guide/module-signing.rst
* Kernel Parameters: Documentation/admin-guide/kernel-parameters.rst
* Tainted Kernels: Documentation/admin-guide/tainted-kernels.rst
Communication and Support
=========================
* Mailing Lists: https://lore.kernel.org/
* IRC: #kernelnewbies on irc.oftc.net
* Bugzilla: https://bugzilla.kernel.org/
* MAINTAINERS file: Lists subsystem maintainers and mailing lists
* Email Clients: Documentation/process/email-clients.rst
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* main Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2025-12-03)
for-next Merge tag 'rtw-2025-11-20' of https://github.com/pkshih/rtw (2025-11-20)
pending wifi: wilc1000: fix ies_len type in connect path (2024-07-02)
debugfs-locking-fixes wifi: mac80211: use wiphy locked debugfs for sdata/link (2023-11-10)
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
--format='%(refname:short) %(subject) (%(creatordate:short))'
wireless-2025-11-20 A single fix for scanning on some rtw89 devices. (2025-11-20) tar.gz
wireless-2025-11-12 Couple more fixes: - mwl8k: work around FW expecting a DSSS element in beacons - ath11k: report correct TX status - iwlwifi: avoid toggling links due to wrong element use - iwlwifi: fix beacon template rate on older devices - iwlwifi: fix loop iterator being used after loop - mac80211: disallow address changes while using the address - mac80211: avoid bad rate warning in monitor/sniffer mode - hwsim: fix potential NULL deref (on monitor injection) (2025-11-12) tar.gz
wireless-2025-11-05 Just two small fixes: - ath12k: revert a change that caused performance regressions - hwsim: don't ignore netns on netlink socket matching (2025-11-05) tar.gz
wireless-2025-10-30 Couple of new fixes: - ath10k: revert a patch that had caused issues on some devices - cfg80211/mac80211: use hrtimers for some things where the precise timing matters - zd1211rw: fix a long-standing potential leak (2025-10-30) tar.gz
wireless-2025-10-23 First set of fixes: - brcmfmac: long-standing crash when used w/o P2P - iwlwifi: fix for a use-after-free bug - mac80211: key tailroom accounting bug could leave allocation overhead and cause a warning - ath11k: add a missing platform, fix key flag operations - bcma: skip devices disabled in OF/DT - various (potential) memory leaks (2025-10-23) tar.gz
wireless-2025-09-17 Just two fixes: - fix crash in rfkill due to uninitialized type_name - fix aggregation in iwlwifi 7000/8000 devices (2025-09-17) tar.gz
wireless-2025-09-11 Some more fixes: - iwlwifi: fix 130/1030 devices - ath12k: fix alignment, power save - virt_wifi: fix crash - cfg80211: disable per-link stats due to buffer size issues (2025-09-11) tar.gz
wireless-2025-09-03 Just a few updates: - a set of buffer overflow fixes - ath11k: a fix for GTK rekeying - ath12k: a missed WiFi7 capability (2025-09-03) tar.gz
wireless-2025-08-28 Some fixes for the current cycle: - mt76: MLO regressions, offchannel handling, list corruption - mac80211: scan allocation size, no 40 MHz EHT, signed type - rt2x00: (randconfig) build - cfg80211: use-after-free - iwlwifi: config/old devices, BIOS compatibility - mwifiex: vmalloc content leak (2025-08-28) tar.gz
wireless-2025-07-17 Couple of fixes: - ath12k performance regression from -rc1 - cfg80211 counted_by() removal for scan request as it doesn't match usage and keeps complaining - iwlwifi crash with certain older devices - iwlwifi missing an error path unlock - iwlwifi compatibility with certain BIOS updates (2025-07-17) tar.gz
...
# associated public inboxes:
# (number on the left is used for dev purposes)
1338816 lkml
414959 stable
358169 netdev
268902 linux-arm-kernel
143671 linux-devicetree
117313 linux-wireless
109916 dri-devel
76070 linuxppc-dev
75430 linux-media
74429 linux-fsdevel
72822 alsa-devel
72558 linux-mm
70786 linux-patches
55887 intel-gfx
55694 kvm
52645 linux-scsi
51914 amd-gfx
46161 linux-arm-msm
43290 linux-omap
41991 linux-arch
41861 linux-mips
37384 linux-xfs
33793 linux-rdma
33360 linux-doc
33213 bpf
32551 linux-pm
31961 linux-nfs
31138 linux-crypto
30812 linux-mediatek
29148 linux-samsung-soc
28481 linux-s390
28053 linux-block
27730 linux-acpi
26334 netfilter-devel
24845 linux-renesas-soc
24440 linux-perf-users
24243 linux-clk
24193 linux-gpio
23838 linux-pci
23702 linux-riscv
23638 linux-mtd
23071 linux-usb
22694 linux-iio
22541 linux-sh
22271 linux-tegra
20554 linux-kselftest
19756 kernel-janitors
19663 sparclinux
19299 linux-input
19203 linux-btrfs
17451 kvmarm
16534 linux-ext4
16467 linux-staging
16458 linux-serial
16231 linux-iommu
16223 linux-ide
16148 xen-devel
15671 linux-api
15199 linux-mmc
15087 linux-fbdev
15064 linux-rockchip
14787 u-boot
14336 virtualization
14292 linux-cifs
14139 linux-kbuild
13996 driverdev-devel
12710 linux-bluetooth
12556 linux-spi
12319 intel-wired-lan
12255 qemu-devel
12116 linux-parisc
12050 linux-security-module
12041 linux-amlogic
11846 linux-i2c
11652 platform-driver-x86
10614 linux-f2fs-devel
10341 linux-ia64
10325 ceph-devel
10297 linux-um
10270 intel-xe
9997 dm-devel
9245 linux-alpha
9168 linux-m68k
9079 linux-sound
8638 cgroups
8628 linux-nvme
8217 linux-snps-arc
8194 nouveau
8123 linux-sunxi
8059 nvdimm
7498 linux-can
7389 linux-efi
7216 cluster-devel
6768 linux-hwmon
6707 linux-rtc
6687 linux-watchdog
6625 lustre-devel
6602 linux-trace-kernel
6582 loongarch
6496 containers
6423 batman
6380 linux-hardening
6366 linux-raid
5972 kvm-ppc
5867 linux-hexagon
5794 dmaengine
5792 openrisc
5713 rcu
5593 ocfs2-devel
5527 linux-nvdimm
5498 linux-rt-users
5351 cip-dev
5337 selinux
5309 io-uring
5162 linux-next
5147 linux-pwm
5121 llvm
5098 linux-integrity
5090 linux-leds
4817 kernel-hardening
4632 linux-csky
4586 mptcp
4499 linux-sctp
4311 outreachy
4277 imx
4206 bridge
4075 linux-hyperv
4034 ath10k
4022 dpdk-dev
3992 linux-remoteproc
3982 git
3774 linux-phy
3772 rust-for-linux
3748 lm-sensors
3746 kexec
3725 buildroot
3633 linux-cxl
3550 linux-modules
3517 soc
3478 linux-wpan
3404 keyrings
3280 linux-erofs
3157 linux-nilfs
2995 linux-bcache
2984 target-devel
2918 linux-fscrypt
2868 ath11k
2753 linux-edac
2512 ath12k
2423 linux-unionfs
2333 b4-sent
2302 openbmc
2295 ath9k-devel
2248 lvs-devel
2209 asahi
2125 openembedded-core
2091 chrome-platform
2052 linux-hams
1970 phone-devel
1947 linux-audit
1946 v9fs
1825 linux-bcachefs
1678 linux-fpga
1603 damon
1591 cpufreq
1570 linux-kernel-mentees
1533 dccp
1493 openembedded-devel
1481 linux-trace-devel
1421 reiserfs-devel
1374 b43-dev
1334 ntfs3
1258 historical-speck
1237 linux-coco
1101 gfs2
1022 ntb
1008 ecryptfs
992 live-patching
989 netfs
959 linux-metag
908 linux-x25
899 fstests
848 oe-kbuild-all
821 linux-sgx
798 ltp
734 linux-spdx
727 fsverity
715 linux-i3c
691 igt-dev
684 netfilter
664 linux-man
640 lvm-devel
628 cocci
624 linux-ppp
616 linux-sparse
590 linux-toolchains
548 qemu-riscv
544 autofs
537 tpmdd-devel
512 audit
498 regressions
488 linux-oxnas
477 yocto
455 oe-lkp
429 linux-aspeed
421 virtio-dev
398 kvm-riscv
362 wireguard
337 mhi
333 acpica-devel
311 linux-nfc
311 oe-linux-nfc
299 kernel-tls-handshake
295 spacemit
289 u-boot-amlogic
288 sophgo
270 workflows
269 arm-scmi
266 brcm80211
266 linux-rt-devel
262 lttng-dev
223 grub-devel
216 yocto-meta-ti
215 mm-commits
215 bitbake-devel
202 xfs-stable
198 backports
194 ofono
186 yocto-meta-arago
170 util-linux
169 kernel-testers
166 yocto-meta-freescale
164 fio
155 poky
154 xenomai
150 linux-embedded
149 xdp-newbies
149 devicetree-compiler
149 kvm-ia64
147 sched-ext
140 kernelci
133 virtio-fs
125 x86-cpuid
124 yocto-meta-arm
124 linux-kernel-announce
100 iwd
99 trinity
94 op-tee
91 lkmm
90 linux-laptop
88 yocto-meta-virtualization
86 kernelnewbies
76 selinux-refpolicy
76 linux-btrace
72 linux-hotplug
67 yocto-docs
65 ksummit
65 initramfs
64 ksummit-discuss
61 fuego
59 linux-firmware
59 perfbook
57 ell
57 yocto-toaster
38 timestamp
38 stable-rt
34 virtio-comment
32 kdevops
31 wireless-regdb
29 linux-console
28 devicetree-spec
27 linux-debuggers
27 powertop
26 barebox
25 linux-lvm
21 oe-kbuild
19 connman
18 dash
17 dwarves
17 linux-safety
16 linux-dash
16 ultralinux
13 linux-trace-users
13 hail-devel
12 qemu-arm
11 yocto-patches
9 radiotap
9 kbd
8 smatch
8 mailbox
7 dtrace
6 ccan
6 tools
6 tech-board-discuss
5 linux-numa
5 accel-config
4 dm-crypt
4 linux-msdos
4 linux-newbie
4 lartc
4 opensbi
3 stgt
3 linux-smp
3 qemu-rust
2 keys
2 linux-dwarves
2 oe-chipsec
2 syzbot
1 signatures
1 linux-bugs
1 linux-config
1 linux-8086
1 mlmmj
1 spdk
1 criu
git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/wireless/wireless.git