aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko1-5/+3
2021-03-24pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko1-9/+6
2021-03-24pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko1-5/+5
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio3-0/+68
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio1-2/+2
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio3-10/+154
2021-03-24vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy1-1/+1
2021-03-24misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-03-24w1: slaves: Typo fixesBhaskar Chowdhury1-2/+2
2021-03-24w1: Use kobj_to_dev()[RESEND]dongjian2-2/+2
2021-03-24w1: w1_therm: use clamp() in int_to_short()Dan Carpenter1-2/+1
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li2-6/+2
2021-03-24virt: acrn: Fix document of acrn_msi_inject()Shuo Liu1-1/+1
2021-03-24cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour1-1/+1
2021-03-24cxl: Fix couple of spellingsBhaskar Chowdhury1-1/+1
2021-03-24misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede1-3/+1
2021-03-24misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sensors to -ENODEVHans de Goede1-1/+1
2021-03-24misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede1-5/+16
2021-03-24uapi: map_to_7segment: Remove licence boilerplateGeert Uytterhoeven1-14/+0
2021-03-24kgdb: fix gcc-11 warning on indentationArnd Bergmann1-13/+13
2021-03-24fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne2-6/+40
2021-03-24dt-bindings: fpga: Add compatible value for Xilinx DFX AXI shutdown managerNava kishore Manne1-1/+23
2021-03-24fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek1-5/+3
2021-03-24fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli1-15/+9
2021-03-14Linux 5.12-rc3Linus Torvalds1-1/+1
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan1-1/+1
2021-03-13zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argumentZhou Guanghui3-14/+9
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2021-03-13mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit1-0/+8
2021-03-13kasan: fix KASAN_STACK dependency for HW_TAGSAndrey Konovalov1-0/+1
2021-03-13kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov1-2/+6
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-13kfence: fix reports if constant function prefixes existMarco Elver1-6/+12
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver1-1/+1
2021-03-13kfence: fix printk format for ptrdiff_tMarco Elver1-6/+6
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-03-13MAINTAINERS: exclude uapi directories in API/ABI sectionVlastimil Babka1-2/+2
2021-03-13binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak1-15/+14
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi1-5/+12
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu1-4/+62
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu4-9/+3
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu4-18/+24
2021-03-13hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu1-1/+1
2021-03-13hugetlb: dedup the code to add a new file_regionPeter Xu1-24/+27
2021-03-13mm/fork: clear PASID for new mmFenghua Yu2-0/+9