aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30media: venus: firmware: Ignore secure call error on first resumeStanimir Varbanov1-2/+8
2020-03-29seccomp: Add missing compat_ioctl for notifySven Schnelle1-0/+1
2020-03-29Linux 5.6Linus Torvalds1-1/+1
2020-03-29mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V1-0/+6
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin3-2/+52
2020-03-29hugetlb_cgroup: fix illegal access to memoryMina Almasry1-2/+1
2020-03-29drivers/base/memory.c: indicate all memory blocks as removableDavid Hildenbrand1-20/+3
2020-03-29mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota1-21/+20
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni1-1/+1
2020-03-29efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel1-1/+1
2020-03-29efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel1-1/+6
2020-03-29i3c: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-03-28fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_tThomas Gleixner4-26/+16
2020-03-28thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tClark Williams1-12/+12
2020-03-28Documentation/locking/locktypes: Minor copy editor fixesRandy Dunlap1-11/+11
2020-03-28Documentation/locking/locktypes: Further clarifications and wordsmithingThomas Gleixner1-50/+98
2020-03-28m68knommu: Remove mm.h include from uaccess_no.hThomas Gleixner1-1/+0
2020-03-28MAINTAINERS: erofs: update my email addressGao Xiang1-1/+1
2020-03-28i2c: pca-platform: Use platform_irq_get_optionalChris Packham1-1/+1
2020-03-28i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-03-27x86: get rid of user_atomic_cmpxchg_inatomic()Al Viro2-94/+19
2020-03-27generic arch_futex_atomic_op_inuser() doesn't need access_ok()Al Viro1-2/+0
2020-03-27x86: don't reload after cmpxchg in unsafe_atomic_op2() loopAl Viro1-8/+8
2020-03-27x86: convert arch_futex_atomic_op_inuser() to user_access_begin/user_access_end()Al Viro1-26/+36
2020-03-27objtool: whitelist __sanitizer_cov_trace_switch()Al Viro1-0/+1
2020-03-27[parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro3-7/+0
2020-03-27sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro1-3/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro20-57/+43
2020-03-27r8169: fix PHY driver check on platforms w/o module softdepsHeiner Kallweit1-9/+7
2020-03-27null_blk: add trace in null_blk_zoned.cChaitanya Kulkarni1-1/+11
2020-03-27null_blk: add tracepoint helpers for zoned modeChaitanya Kulkarni3-0/+106
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni2-0/+36
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig4-523/+513
2020-03-27Documentation: x86: exception-tables: document CONFIG_BUILDTIME_TABLE_SORTNick Desaulniers1-0/+14
2020-03-27Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig1-9/+0
2020-03-27block: simplify queue allocationChristoph Hellwig26-108/+54
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig3-9/+11
2020-03-27null_blk: use blk_mq_init_queue_dataChristoph Hellwig1-22/+1
2020-03-27block: add a blk_mq_init_queue_data helperChristoph Hellwig2-1/+11
2020-03-27spi: efm32: Convert to use GPIO descriptorsLinus Walleij1-41/+3
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig4-9/+9
2020-03-27USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-03-27Revert "driver core: Set fw_devlink to "permissive" behavior by default"Greg Kroah-Hartman1-1/+1
2020-03-27io_uring: cleanup io_alloc_async_ctx()Xiaoguang Wang1-3/+9
2020-03-27parisc: Fix defconfig selectionHelge Deller2-0/+12
2020-03-27scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller1-1/+0
2020-03-27clocksource/drivers/hyper-v: Make sched clock return nanoseconds correctlyYubo Xie1-2/+4
2020-03-27staging: vt6656: Use DIV_ROUND_UP macro instead of specific codeOscar Carter1-17/+4
2020-03-27staging: remove hp100 driverGreg Kroah-Hartman6-3672/+0
2020-03-26net: ks8851-ml: Fix IO operations, againMarek Vasut1-4/+52