summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox5-15/+29
2020-03-11pipe: add pipe_buf_get() helperMiklos Szeredi3-3/+14
2020-03-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds5-13/+65
2020-03-11mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal1-6/+6
2020-03-11mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon1-3/+0
2020-03-11mm: add 'try_get_page()' helper functionLinus Torvalds2-0/+35
2020-03-11mm: make page ref count overflow check tighter and more explicitLinus Torvalds2-3/+8
2020-03-11slip: stop double free sl->dev in slip_openyangerkun1-1/+0
2020-03-11KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-03-11namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai1-1/+1
2020-03-11net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov1-2/+3
2020-03-11include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson1-1/+2
2020-03-11ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor1-2/+2
2020-03-11i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-03-11MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-03-11HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-03-11HID: core: increase HID report buffer size to 8KiBJohan Korsnes1-1/+1
2020-03-11HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-03-11audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-11net: sched: correct flower port blockingJason Baron2-0/+10
2020-03-11nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-03-11sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-7/+20
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-03-11net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-03-11net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-03-11sysrq: Remove duplicated sysrq messagePetr Mladek1-4/+3
2020-03-11sysrq: Restore original console_loglevel when sysrq disabledPetr Mladek1-0/+1
2020-03-11cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich1-0/+1
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-03-11cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich1-2/+6
2020-03-11mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-03-11ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-03-11ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2-21/+39
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o4-24/+96
2020-03-11iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg1-1/+5
2020-02-28Linux 4.4.215v4.4.215Greg Kroah-Hartman1-1/+1
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2020-02-28ALSA: rawmidi: Avoid bit fields for state flagsTakashi Iwai1-3/+3
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2020-02-28scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2-9/+2
2020-02-28scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2-3/+15
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton1-7/+52
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton1-13/+27