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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-11
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
5
-15
/
+29
2020-03-11
pipe: add pipe_buf_get() helper
Miklos Szeredi
3
-3
/
+14
2020-03-11
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
5
-13
/
+65
2020-03-11
mm, gup: ensure real head page is ref-counted when using hugepages
Punit Agrawal
1
-6
/
+6
2020-03-11
mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages
Will Deacon
1
-3
/
+0
2020-03-11
mm: add 'try_get_page()' helper function
Linus Torvalds
2
-0
/
+35
2020-03-11
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
2
-3
/
+8
2020-03-11
slip: stop double free sl->dev in slip_open
yangerkun
1
-1
/
+0
2020-03-11
KVM: Check for a bad hva before dropping into the ghc slow path
Sean Christopherson
1
-6
/
+6
2020-03-11
namei: only return -ECHILD from follow_dotdot_rcu()
Aleksa Sarai
1
-1
/
+1
2020-03-11
net: netlink: cap max groups which will be considered in netlink_bind()
Nikolay Aleksandrov
1
-2
/
+3
2020-03-11
include/linux/bitops.h: introduce BITS_PER_TYPE
Chris Wilson
1
-1
/
+2
2020-03-11
ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66
Nathan Chancellor
1
-2
/
+2
2020-03-11
i2c: jz4780: silence log flood on txabrt
Wolfram Sang
1
-34
/
+2
2020-03-11
MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
Christophe JAILLET
1
-1
/
+1
2020-03-11
HID: hiddev: Fix race in in hiddev_disconnect()
dan.carpenter@oracle.com
1
-1
/
+1
2020-03-11
HID: core: increase HID report buffer size to 8KiB
Johan Korsnes
1
-1
/
+1
2020-03-11
HID: core: fix off-by-one memset in hid_report_raw_event()
Johan Korsnes
1
-1
/
+3
2020-03-11
audit: fix error handling in audit_data_to_entry()
Paul Moore
1
-32
/
+39
2020-03-11
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
1
-3
/
+3
2020-03-11
net: sched: correct flower port blocking
Jason Baron
2
-0
/
+10
2020-03-11
nfc: pn544: Fix occasional HW initialization failure
Dmitry Osipenko
1
-0
/
+1
2020-03-11
sctp: move the format error check out of __sctp_sf_do_9_1_abort
Xin Long
1
-7
/
+20
2020-03-11
ipv6: Fix route replacement with dev-only route
Benjamin Poirier
1
-3
/
+4
2020-03-11
ipv6: Fix nlmsg_flags when splitting a multipath route
Benjamin Poirier
1
-0
/
+1
2020-03-11
net: phy: restore mdio regs in the iproc mdio driver
Arun Parameswaran
1
-0
/
+20
2020-03-11
net: fib_rules: Correctly set table field when table number exceeds 8 bits
Jethro Beekman
1
-1
/
+1
2020-03-11
sysrq: Remove duplicated sysrq message
Petr Mladek
1
-4
/
+3
2020-03-11
sysrq: Restore original console_loglevel when sysrq disabled
Petr Mladek
1
-0
/
+1
2020-03-11
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
Sergey Matyukevich
1
-0
/
+1
2020-03-11
cifs: Fix mode output in debugging statements
Frank Sorenson
3
-4
/
+4
2020-03-11
cfg80211: check wiphy driver existence for drvinfo report
Sergey Matyukevich
1
-2
/
+6
2020-03-11
mac80211: consider more elements in parsing CRC
Johannes Berg
1
-6
/
+12
2020-03-11
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
1
-3
/
+7
2020-03-11
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
2
-21
/
+39
2020-03-11
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
5
-37
/
+76
2020-03-11
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
4
-24
/
+96
2020-03-11
iwlwifi: pcie: fix rb_allocator workqueue allocation
Johannes Berg
1
-1
/
+5
2020-02-28
Linux 4.4.215
v4.4.215
Greg Kroah-Hartman
1
-1
/
+1
2020-02-28
xen: Enable interrupts when calling _cond_resched()
Thomas Gleixner
1
-1
/
+3
2020-02-28
ALSA: seq: Fix concurrent access to queue current tick/time
Takashi Iwai
4
-9
/
+20
2020-02-28
ALSA: seq: Avoid concurrent access to queue flags
Takashi Iwai
1
-4
/
+16
2020-02-28
ALSA: rawmidi: Avoid bit fields for state flags
Takashi Iwai
1
-3
/
+3
2020-02-28
ecryptfs: replace BUG_ON with error handling code
Aditya Pakki
1
-2
/
+4
2020-02-28
scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...
Bart Van Assche
2
-9
/
+2
2020-02-28
scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...
Bart Van Assche
2
-3
/
+15
2020-02-28
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
Filipe Manana
1
-1
/
+6
2020-02-28
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
1
-1
/
+3
2020-02-28
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
1
-7
/
+52
2020-02-28
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
1
-13
/
+27
[prev]
[next]