summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Linux 5.4.126v5.4.126Greg Kroah-Hartman1-1/+1
2021-06-16proc: only require mm_struct for writingLinus Torvalds1-1/+3
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-06-16scsi: core: Only put parent device if host state differs from SHOST_CREATEDMing Lei1-1/+1
2021-06-16scsi: core: Put .shost_dev in failure path if host state changes to RUNNINGMing Lei1-2/+6
2021-06-16scsi: core: Fix failure handling of scsi_add_host_with_dma()Ming Lei1-8/+6
2021-06-16scsi: core: Fix error handling of scsi_host_alloc()Ming Lei1-10/+13
2021-06-16NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error.Dai Ngo1-0/+8
2021-06-16NFSv4: Fix second deadlock in nfs4_evict_inode()Trond Myklebust1-2/+7
2021-06-16NFS: Fix use-after-free in nfs4_init_client()Anna Schumaker1-1/+1
2021-06-16kvm: fix previous commit for 32-bit buildsPaolo Bonzini1-2/+2
2021-06-16perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-16NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode()Trond Myklebust2-1/+12
2021-06-16NFS: Fix a potential NULL dereference in nfs_get_client()Dan Carpenter1-1/+1
2021-06-16IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-06-16KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson1-3/+3
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-06-16vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor1-0/+1
2021-06-16RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory5-4/+12
2021-06-16RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib1-0/+1
2021-06-16usb: typec: mux: Fix copy-paste mistake in typec_mux_matchBjorn Andersson1-1/+1
2021-06-16regulator: max77620: Use device_set_of_node_from_dev()Dmitry Osipenko1-0/+7
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-06-16usb: fix various gadget panics on 10gbps cablingMaciej Żenczykowski1-0/+8
2021-06-16usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski10-10/+14
2021-06-16usb: gadget: eem: fix wrong eem header operationLinyu Yuan1-2/+2
2021-06-16USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner1-1/+19
2021-06-16USB: serial: quatech2: fix control-request directionsJohan Hovold1-3/+3
2021-06-16USB: serial: omninet: add device id for Zyxel Omni 56K PlusAlexandre GRIVEAUX1-0/+2
2021-06-16USB: serial: ftdi_sio: add NovaTech OrionMX product IDGeorge McCollister2-0/+2
2021-06-16usb: gadget: f_fs: Ensure io_completion_wq is idle during unbindWesley Cheng1-0/+3
2021-06-16usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana1-0/+1
2021-06-16usb: typec: wcove: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko1-1/+1
2021-06-16usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni1-2/+1
2021-06-16usb: dwc3: ep0: fix NULL pointer exceptionMarian-Cristian Rotariu1-0/+3
2021-06-16usb: pd: Set PD_T_SINK_WAIT_CAP to 310msKyle Tso1-1/+1
2021-06-16usb: f_ncm: only first packet of aggregate needs to start timerMaciej Żenczykowski1-4/+4
2021-06-16USB: f_ncm: ncm_bitrate (speed) is unsignedMaciej Żenczykowski1-1/+1
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-16staging: rtl8723bs: Fix uninitialized variablesWenli Looi1-1/+1
2021-06-16kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini1-1/+9
2021-06-16drm: Lock pointer access in drm_master_release()Desmond Cheong Zhi Xi1-1/+2
2021-06-16drm: Fix use-after-free read in drm_getunique()Desmond Cheong Zhi Xi1-4/+5
2021-06-16spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner1-2/+8
2021-06-16x86/boot: Add .text.* to setup.ldArvind Sankar1-1/+1
2021-06-16i2c: mpc: implement erratum A-004447 workaroundChris Packham1-1/+78