aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/trident (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14kasan: consistently disable debugging featuresAndrey Konovalov1-5/+10
2020-05-14ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin1-6/+6
2020-05-14userfaultfd: fix remap event with MREMAP_DONTUNMAPBrian Geffon1-1/+1
2020-05-14mm/gup: fix fixup_user_fault() on multiple retriesPeter Xu1-5/+7
2020-05-14epoll: call final ep_events_available() check under the lockRoman Penyaev1-20/+28
2020-05-14mm, memcg: fix inconsistent oom event behaviorYafang Shao1-0/+2
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)1-6/+6
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)1-15/+7
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)5-23/+60
2020-05-12bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu1-4/+6
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)1-2/+10
2020-05-11tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)1-0/+1
2020-05-11drm: fix trivial field description cut-and-paste errorLinus Torvalds1-1/+1
2020-05-11mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040Raul E Rangel1-4/+6
2020-05-11ACPI: EC: PM: Avoid premature returns from acpi_s2idle_wake()Rafael J. Wysocki3-21/+18
2020-05-10Linux 5.7-rc5Linus Torvalds1-1/+1
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2-2/+2
2020-05-09gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds2-6/+6
2020-05-09gcc-10: disable 'restrict' warning for nowLinus Torvalds1-0/+3
2020-05-09gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds1-0/+1
2020-05-09nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2-2/+4
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu4-8/+10
2020-05-09gcc-10: disable 'array-bounds' warning for nowLinus Torvalds1-0/+1
2020-05-09gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds1-0/+3
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds3-23/+3
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson1-1/+2
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-05-08gfs2: don't call quota_unhold if quotas are not lockedBob Peterson1-2/+1
2020-05-08gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-08gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson1-3/+0
2020-05-08gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson1-1/+3
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2-4/+4
2020-05-08ceph: demote quotarealm lookup warning to a debug messageLuis Henriques1-2/+2
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner1-6/+7
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-05-08gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson1-0/+5
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson1-4/+6
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson1-1/+1
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-05-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-05-07mm: limit boost_watermark on small zonesHenry Willard1-0/+8
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook2-10/+6
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen1-1/+0
2020-05-07epoll: atomically remove wait entry on wake upRoman Penyaev1-19/+24