summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11ARM: imx: build v7_cpu_resume() unconditionallyAhmad Fatoum4-16/+28
2020-03-11RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe1-0/+1
2020-03-11RDMA/iwcm: Fix iwcm work deallocationBernard Metzler1-1/+3
2020-03-11ASoC: dapm: Correct DAPM handling of active widgets during shutdownCharles Keepax1-1/+1
2020-03-11ASoC: pcm512x: Fix unbalanced regulator enable call in probe error pathMatthias Reichl1-3/+5
2020-03-11ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs outputTakashi Iwai1-8/+8
2020-03-11dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko1-1/+1
2020-03-11dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko1-4/+0
2020-03-11vt: selection, push sel_lock upJiri Slaby1-9/+7
2020-03-11vt: selection, push console lock downJiri Slaby2-3/+12
2020-03-11vt: selection, close sel_buffer raceJiri Slaby1-6/+15
2020-03-11fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi1-12/+7
2020-03-11vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2020-03-11usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-2/+8
2020-03-11usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-11usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky1-0/+3
2020-03-11usb: storage: Add quirk for Samsung Fit flashJim Lin1-0/+6
2020-03-11cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg1-1/+5
2020-03-11s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin1-2/+3
2020-03-11watchdog: da9062: do not ping the hw during stop()Marco Felsch1-7/+0
2020-03-11net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-03-11net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2020-03-11drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P1-0/+5
2020-03-11drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1
2020-03-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-03-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-03-11serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle1-0/+8
2020-03-11audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
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