aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03block: sed-opal: fix sparse warning: obsolete array init.Randy Dunlap1-1/+1
2019-10-02block: pg: add header include guardMasahiro Yamada1-1/+4
2019-10-01Revert "s390/dasd: Add discard support for ESE volumes"Stefan Haberland1-54/+3
2019-10-01s390/dasd: Fix error handling during online processingJan Höppner1-16/+8
2019-10-01io_uring: use __kernel_timespec in timeout ABIArnd Bergmann1-4/+4
2019-10-01loop: change queue block size to match when using DIOMartijn Coenen1-0/+10
2019-09-27blk-mq: apply normal plugging for HDDMing Lei1-1/+5
2019-09-27blk-mq: honor IO scheduler for multiqueue devicesMing Lei1-2/+4
2019-09-27nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg1-1/+2
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu3-1/+21
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu1-1/+0
2019-09-26nvme: Move ctrl sqsize to generic spaceKeith Busch1-1/+1
2019-09-26iocost: bump up default latency targets for hard disksTejun Heo1-2/+2
2019-09-26iocost: improve nr_lagging handlingTejun Heo1-8/+11
2019-09-26iocost: better trace vrate changesTejun Heo1-1/+6
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei2-39/+5
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2-2/+2
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart1-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska2-16/+115
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan1-0/+10
2019-09-25nvmet-tcp: remove superflous check on request sglSagi Grimberg1-8/+4
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu1-0/+3
2019-09-25nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy1-5/+11
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter1-2/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello1-7/+10
2019-09-25nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark1-2/+2
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-09-25MAINTAINERS: keys: Update path to trusted.hDenis Efremov1-1/+1
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2-5/+14
2019-09-25selftests/tpm2: Add log and *.pyc to .gitignorePetr Vorel1-0/+2
2019-09-25selftests/tpm2: Add the missing TEST_FILES assignmentJarkko Sakkinen1-0/+1
2019-09-24mm/zsmalloc.c: fix a -Wunused-function warningQian Cai1-4/+0
2019-09-24zswap: do not map same object twiceVitaly Wool1-4/+3
2019-09-24zswap: use movable memory if zpool support allocate movable memoryHui Zhu1-3/+5
2019-09-24zpool: add malloc_support_movable to zpool_driverHui Zhu3-9/+29
2019-09-24shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen1-1/+1
2019-09-24mm/madvise: reduce code duplication in error handling pathsMike Rapoport1-36/+16
2019-09-24mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk1-0/+3
2019-09-24mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang1-6/+3
2019-09-24riscv: make mmap allocation top-down by defaultAlexandre Ghiti1-0/+12
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti3-102/+1
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti1-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti1-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti4-69/+1
2019-09-24arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24arm: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti4-11/+10
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti6-81/+92