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.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-03
wifi: ath12k: Move rx error and defrag functions to wifi7 directory
Pavankumar Nandeshwar
4
-702
/
+714
2025-09-03
wifi: ath12k: Move rxdma ring config functions to wifi7 directory
Pavankumar Nandeshwar
5
-90
/
+89
2025-09-03
wifi: ath12k: Move rx_desc.h file to wifi7 directory
Pavankumar Nandeshwar
3
-49
/
+49
2025-09-03
wifi: ath12k: Move hal_desc.h file to wifi7 directory
Pavankumar Nandeshwar
8
-154
/
+156
2025-09-03
wifi: ath12k: Move Rx error related functions to wifi7 directory
Pavankumar Nandeshwar
7
-362
/
+397
2025-09-03
wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.h
Pavankumar Nandeshwar
2
-238
/
+238
2025-09-03
wifi: ath12k: Move hal_rx.h file to wifi7 directory
Pavankumar Nandeshwar
7
-306
/
+304
2025-09-03
wifi: ath12k: Move hal_tx.h file to wifi7 directory
Pavankumar Nandeshwar
7
-19
/
+19
2025-09-03
wifi: ath12k: Move hal_tx and hal_rx to wifi7 directory
Pavankumar Nandeshwar
3
-14
/
+15
2025-08-21
wifi: ath12k: Remove HAL define dependencies from shared AHB code
Kiran Venkatappa
4
-3
/
+7
2025-08-21
wifi: ath12k: Remove HAL defines from shared PCI code
Kiran Venkatappa
3
-4
/
+21
2025-08-21
wifi: ath12k: Rename ath12k_* symbols to ath12k_wifi7_* for clarity
Kiran Venkatappa
8
-118
/
+132
2025-08-21
wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific components
Kiran Venkatappa
23
-33
/
+65
2025-08-21
wifi: ath12k: Move hw_init invocation to target-specific probe
Kiran Venkatappa
6
-10
/
+31
2025-08-21
wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated file
Kiran Venkatappa
3
-32
/
+45
2025-08-21
wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modules
Kiran Venkatappa
6
-55
/
+190
2025-08-21
wifi: ath12k: Rename ahb_hif_ops to reflect generic usage
Kiran Venkatappa
1
-2
/
+2
2025-08-21
wifi: ath12k: Rename hw.c to Wi-Fi 7 specific implementation file
Kiran Venkatappa
2
-3
/
+4
2025-08-21
wifi: ath12k: Move Wi-Fi 7 MHI configuration to dedicated file
Kiran Venkatappa
6
-133
/
+152
2025-08-21
wifi: ath12k: Move Wi-Fi 7 WMI configuration to dedicated file
Kiran Venkatappa
6
-101
/
+122
2025-08-21
wifi: ath12k: Move Copy Engine configuration to Wi-Fi 7 specific file
Kiran Venkatappa
6
-933
/
+994
2025-08-21
wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logic
Kiran Venkatappa
7
-140
/
+278
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
178
-2288
/
+9770
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1904
-29237
/
+83211
2025-07-30
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
22
-387
/
+445
2025-07-30
Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-8
/
+16
2025-07-30
Merge tag 'uml-for-linux-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
28
-153
/
+153
2025-07-30
Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
25
-223
/
+224
2025-07-30
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
100
-1246
/
+3765
2025-07-30
Merge tag 'm68k-for-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
48
-180
/
+270
2025-07-30
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
133
-430
/
+602
2025-07-30
Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-0
/
+760
2025-07-30
Merge tag 'x86-kconfig-2025-07-29' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-27
/
+7
2025-07-30
Merge tag 'x86-fpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-33
/
+124
2025-07-30
Merge tag 'x86-cpu-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-7
/
+21
2025-07-30
Merge tag 'x86-cleanups-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+2
2025-07-30
Merge tag 'x86-boot-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-16
/
+51
2025-07-30
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-65
/
+75
2025-07-30
Merge tag 'perf-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-22
/
+166
2025-07-30
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
68
-1463
/
+1472
2025-07-30
compiler_types: Provide __no_kstack_erase to disable coverage only on Clang
Kees Cook
4
-2
/
+9
2025-07-30
fortify: Fix incorrect reporting of read buffer size
Kees Cook
1
-1
/
+1
2025-07-30
Merge tag 'x86_sev_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-55
/
+70
2025-07-30
kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGS
Kees Cook
1
-1
/
+1
2025-07-30
Merge tag 'x86_microcode_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-7
/
+7
2025-07-30
Merge tag 'x86_core_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-14
/
+76
2025-07-30
Merge tag 'x86_bugs_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-154
/
+713
2025-07-30
Merge tag 'edac_updates_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-102
/
+140
2025-07-30
Merge tag 'stop-machine.2025.07.23a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-32
/
+58
2025-07-30
Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-0
/
+156
[next]