summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Linux 5.4.23v5.4.23Greg Kroah-Hartman1-1/+1
2020-02-28ASoC: SOF: Intel: hda: Add iDisp4 DAISathyanarayana Nujella1-0/+4
2020-02-28bpf: Selftests build error in sockmap_basic.cJohn Fastabend1-0/+5
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28s390/kaslr: Fix casts in get_randomNathan Chancellor1-1/+1
2020-02-28net/mlx5e: Fix crash in recovery flow without devlink reporterAya Levin1-1/+1
2020-02-28net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepaHuy Nguyen1-11/+3
2020-02-28net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDYAya Levin4-9/+43
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-02-28ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha3-0/+29
2020-02-28io_uring: prevent sq_thread from spinning when it should stopStefano Garzarella1-10/+10
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang1-0/+10
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-28io_uring: fix __io_iopoll_check deadlock in io_sq_threadXiaoguang Wang1-18/+9
2020-02-28arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino1-1/+1
2020-02-28bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude1-1/+1
2020-02-28genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner3-18/+24
2020-02-28crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang1-1/+1
2020-02-28iommu/vt-d: Fix compile warning from intel-svm.hJoerg Roedel1-1/+1
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2020-02-28ASoC: fsl_sai: Fix exiting path on probing failureOleksandr Suvorov1-5/+17
2020-02-28ASoC: atmel: fix atmel_ssc_set_audio link failureArnd Bergmann2-4/+10
2020-02-28staging: greybus: use after free in gb_audio_manager_remove_all()Dan Carpenter1-1/+1
2020-02-28staging: rtl8723bs: fix copy of overlapping memoryColin Ian King1-3/+2
2020-02-28usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-02-28usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
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-28drm/msm/dpu: fix BGR565 vs RGB565 confusionRob Clark1-2/+2
2020-02-28drm/i915/gt: Protect defer_request() from new waitersChris Wilson2-3/+10
2020-02-28drm/bridge: tc358767: fix poll timeoutsTomi Valkeinen1-4/+4
2020-02-28drm/i915/gvt: more locking for ppgtt mm LRU listIgor Druzhinin1-0/+4
2020-02-28drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson4-10/+19
2020-02-28drm/i915/gt: Detect if we miss WaIdleLiteRestoreChris Wilson1-22/+20
2020-02-28Revert "dmaengine: imx-sdma: Fix memory leak"Greg Kroah-Hartman1-11/+8
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-28btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-28Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik1-0/+1
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-28btrfs: destroy qgroup extent records on transaction abortJeff Mahoney4-0/+17
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-28KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52