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
2021-02-04
mt7601u: fix kernel crash unplugging the device
Lorenzo Bianconi
1
-1
/
+1
2021-02-04
leds: trigger: fix potential deadlock with libata
Andrea Righi
1
-4
/
+6
2021-02-04
xen: Fix XenStore initialisation for XS_LOCAL
David Woodhouse
1
-0
/
+31
2021-02-04
KVM: x86: get smi pending status correctly
Jay Zhou
1
-0
/
+5
2021-02-04
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
1
-1
/
+1
2021-02-04
drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
Claudiu Beznea
1
-1
/
+2
2021-02-04
drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
Sudeep Holla
1
-0
/
+12
2021-02-04
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Giacinto Cifelli
1
-0
/
+1
2021-02-04
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Johannes Berg
1
-2
/
+3
2021-02-04
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
Koen Vandeputte
1
-1
/
+1
2021-02-04
ACPI: sysfs: Prefer "compatible" modalias
Kai-Heng Feng
1
-14
/
+6
2021-02-04
nbd: freeze the queue while we're adding connections
Josef Bacik
1
-0
/
+8
2021-01-30
Linux 4.14.218
v4.14.218
Greg Kroah-Hartman
1
-1
/
+1
2021-01-30
fs: fix lazytime expiration handling in __writeback_single_inode()
Eric Biggers
1
-11
/
+13
2021-01-30
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
4
-20
/
+12
2021-01-30
fs: move I_DIRTY_INODE to fs.h
Christoph Hellwig
4
-10
/
+8
2021-01-30
x86/boot/compressed: Disable relocation relaxation
Arvind Sankar
1
-0
/
+2
2021-01-30
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
1
-0
/
+4
2021-01-30
futex: Handle faults correctly for PI futexes
Thomas Gleixner
1
-36
/
+20
2021-01-30
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
1
-27
/
+26
2021-01-30
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
1
-7
/
+1
2021-01-30
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
3
-5
/
+3
2021-01-30
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
1
-33
/
+33
2021-01-30
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
1
-7
/
+3
2021-01-30
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
1
-16
/
+16
2021-01-30
Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Wang Hai
1
-3
/
+1
2021-01-30
gpio: mvebu: fix pwm .get_state period calculation
Baruch Siach
1
-15
/
+10
2021-01-30
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
1
-2
/
+2
2021-01-30
net: dsa: b53: fix an off by one in checking "vlan->vid"
Dan Carpenter
1
-1
/
+1
2021-01-30
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
2021-01-30
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-30
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-30
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-30
sh_eth: Fix power down vs. is_opened flag ordering
Geert Uytterhoeven
1
-2
/
+2
2021-01-30
sh: dma: fix kconfig dependency for G2_DMA
Necip Fazil Yildiran
1
-2
/
+1
2021-01-30
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-30
compiler.h: Raise minimum version of GCC to 5.1 for arm64
Will Deacon
1
-0
/
+6
2021-01-30
xhci: tegra: Delay for disabling LFPS detector
JC Kuo
1
-0
/
+7
2021-01-30
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
1
-0
/
+2
2021-01-30
usb: bdc: Make bdc pci driver depend on BROKEN
Patrik Jakobsson
1
-1
/
+1
2021-01-30
usb: udc: core: Use lock when write to soft_connect
Thinh Nguyen
1
-3
/
+10
2021-01-30
USB: ehci: fix an interrupt calltrace error
Longfang Liu
1
-0
/
+3
2021-01-30
ehci: fix EHCI host controller initialization sequence
Eugene Korenevsky
1
-0
/
+12
2021-01-30
stm class: Fix module init return on allocation failure
Wang Hui
1
-2
/
+4
2021-01-30
intel_th: pci: Add Alder Lake-P support
Alexander Shishkin
1
-0
/
+5
2021-01-30
irqchip/mips-cpu: Set IPI domain parent chip
Mathias Kresin
1
-0
/
+7
2021-01-30
iio: ad5504: Fix setting power-down state
Lars-Peter Clausen
1
-2
/
+2
2021-01-30
can: vxcan: vxcan_xmit: fix use after free bug
Vincent Mailhol
1
-2
/
+4
2021-01-30
can: dev: can_restart: fix use after free bug
Vincent Mailhol
1
-2
/
+2
2021-01-30
i2c: octeon: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-1
/
+1
[prev]
[next]