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
2021-09-27
mm: Introduce struct folio
Matthew Wilcox (Oracle)
3
-0
/
+163
2021-09-27
mm: Convert get_page_unless_zero() to return bool
Matthew Wilcox (Oracle)
2
-3
/
+3
2021-09-27
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-4
/
+4
2021-09-27
firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPs
Simon Trimmer
2
-0
/
+444
2021-09-27
mac80211: save transmit power envelope element and power constraint
Wen Gong
1
-0
/
+6
2021-09-27
ptp: clockmatrix: use rsmu driver to access i2c/spi bus
Min Li
1
-1
/
+30
2021-09-27
ieee80211: add power type definition for 6 GHz
Wen Gong
2
-0
/
+40
2021-09-27
cfg80211: AP mode driver offload for FILS association crypto
Subrat Mishra
2
-0
/
+59
2021-09-27
mac80211: Fix Ptk0 rekey documentation
Alexander Wetzel
1
-4
/
+4
2021-09-26
Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2021-09-26
Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-09-26
net: prevent user from passing illegal stab size
王贇
1
-0
/
+1
2021-09-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+7
2021-09-26
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+0
2021-09-26
Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+0
2021-09-25
Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2021-09-25
Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+21
2021-09-25
Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2021-09-25
fortify: Allow strlen() and strnlen() to pass compile-time known lengths
Kees Cook
1
-11
/
+38
2021-09-25
fortify: Prepare to improve strnlen() and strlen() warnings
Kees Cook
1
-11
/
+11
2021-09-25
fortify: Fix dropped strcpy() compile-time write overflow check
Kees Cook
1
-1
/
+4
2021-09-25
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
2
-9
/
+7
2021-09-25
compiler_types.h: Remove __compiletime_object_size()
Kees Cook
3
-8
/
+1
2021-09-25
drm/mga/mga_ioc32: Use struct_group() for memcpy() region
Kees Cook
1
-10
/
+12
2021-09-25
stddef: Introduce struct_group() helper macro
Kees Cook
2
-0
/
+69
2021-09-25
stddef: Fix kerndoc for sizeof_field() and offsetofend()
Kees Cook
1
-2
/
+2
2021-09-25
mm/debug: sync up latest migrate_reason to migrate_reason_names
Weizhao Ouyang
1
-1
/
+5
2021-09-25
mm: fs: invalidate bh_lrus for only cold path
Minchan Kim
1
-2
/
+2
2021-09-25
drm/print: Add deprecation notes to DRM_...() functions
Douglas Anderson
1
-0
/
+30
2021-09-25
drm/edid: Fix EDID quirk compile error on older compilers
Douglas Anderson
1
-6
/
+8
2021-09-24
Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-8
/
+0
2021-09-24
drm/mipi-dsi: Create devm device attachment
Maxime Ripard
1
-0
/
+1
2021-09-24
drm/mipi-dsi: Create devm device registration
Maxime Ripard
1
-0
/
+3
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
1
-3
/
+6
2021-09-24
net: phy: broadcom: Fix PHY_BRCM_IDDQ_SUSPEND definition
Florian Fainelli
1
-1
/
+1
2021-09-24
devlink: Delete not used port parameters APIs
Leon Romanovsky
1
-6
/
+0
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
2
-2
/
+2
2021-09-24
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
1
-1
/
+1
2021-09-24
brcmfmac: Replace zero-length array with flexible array member
Len Baker
1
-1
/
+1
2021-09-24
Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-3
/
+6
2021-09-24
Merge tag 'drm-misc-next-2021-09-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+45
2021-09-23
Revert "ACPI: Add memory semantics to acpi_os_map_memory()"
Jia He
1
-8
/
+0
2021-09-23
Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-44
/
+51
2021-09-23
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-2
/
+15
2021-09-23
driver core: fw_devlink: Add support for FWNODE_FLAG_NEEDS_CHILD_BOUND_ON_ADD
Saravana Kannan
1
-3
/
+8
2021-09-23
platform/chrome: cros_ec_proto: Fix check_features ret val
Prashant Malani
1
-1
/
+1
2021-09-23
erofs: fix up erofs_lookup tracepoint
Gao Xiang
1
-3
/
+3
2021-09-23
KVM: Remove tlbs_dirty
Lai Jiangshan
1
-1
/
+0
2021-09-23
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
1
-19
/
+0
[prev]
[next]