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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-25
Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+14
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
stddef: Introduce struct_group() helper macro
Kees Cook
1
-0
/
+48
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-24
net: phy: broadcom: Fix PHY_BRCM_IDDQ_SUSPEND definition
Florian Fainelli
1
-1
/
+1
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
1
-0
/
+6
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
5
-7
/
+22
2021-09-23
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-2
/
+5
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
KVM: Remove tlbs_dirty
Lai Jiangshan
1
-1
/
+0
2021-09-23
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...
Vladimir Oltean
1
-14
/
+1
2021-09-23
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-15
/
+14
2021-09-23
net: dsa: sja1105: remove sp->dp
Vladimir Oltean
1
-1
/
+0
2021-09-23
firmware: zynqmp: Add MMIO read and write support for PS_MODE pin
Piyush Mehta
1
-0
/
+14
2021-09-23
lib: devres: Add managed arch_io_reserve_memtype_wc()
Thomas Zimmermann
1
-0
/
+3
2021-09-23
lib: devres: Add managed arch_phys_wc_add()
Thomas Zimmermann
1
-0
/
+2
2021-09-22
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
1
-2
/
+2
2021-09-22
tty: remove file from tty_mode_ioctl
Jiri Slaby
1
-2
/
+1
2021-09-22
tty: make tty_ldisc_ops::hangup return void
Jiri Slaby
1
-1
/
+1
2021-09-22
tty: remove extern from functions in tty headers
Jiri Slaby
4
-95
/
+94
2021-09-22
tty: remove flags from struct tty_ldisc_ops
Jiri Slaby
1
-3
/
+0
2021-09-22
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
1
-5
/
+0
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
1
-0
/
+2
2021-09-22
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Bixuan Cui
1
-1
/
+1
2021-09-22
Merge tag 'drm-misc-next-2021-09-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-143
/
+110
2021-09-22
soc: qcom: aoss: Expose send for generic usecase
Deepak Kumar Singh
1
-0
/
+38
2021-09-21
libnvdimm/labels: Add uuid helpers
Dan Williams
1
-2
/
+2
2021-09-21
PCI: Rename pcibios_add_device() to pcibios_device_add()
Oliver O'Halloran
1
-1
/
+1
2021-09-21
cpumask: Omit terminating null byte in cpumap_print_{list,bitmask}_to_buf
Tobias Klauser
1
-3
/
+4
2021-09-21
net: phy: broadcom: Add IDDQ-SR mode
Florian Fainelli
1
-0
/
+8
2021-09-21
bus: ti-sysc: Handle otg force idle quirk
Tony Lindgren
1
-0
/
+1
2021-09-21
bus: ti-sysc: Add quirk handling for reset on re-init
Tony Lindgren
1
-0
/
+1
2021-09-21
bus: ti-sysc: Add quirk handling for reinit on context lost
Tony Lindgren
1
-0
/
+1
2021-09-21
fscrypt: remove fscrypt_operations::max_namelen
Eric Biggers
1
-3
/
+0
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
1
-0
/
+2
2021-09-20
misc_cgroup: remove error log to avoid log flood
Chunguang Xu
1
-1
/
+0
2021-09-20
misc_cgroup: introduce misc.events to count failures
Chunguang Xu
1
-0
/
+5
2021-09-20
KVM: arm64: Fix PMU probe ordering
Marc Zyngier
1
-0
/
+6
2021-09-20
lsm,io_uring: add LSM hooks to io_uring
Paul Moore
3
-0
/
+34
[prev]
[next]