summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-28mm: kfence: fix missing objcg housekeeping for SLABMuchun Song1-0/+1
2022-03-28powerpc: restore removed #endifStephen Rothwell1-0/+1
2022-03-27pinctrl: mediatek: common-v1: fix semicolon.cocci warningskernel test robot1-1/+1
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds3-15/+24
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips1-0/+25
2022-03-26perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo1-1/+12
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li9-18/+23
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-03-26tools arm64: Import cputype.hAli Saidi2-0/+259
2022-03-25pinctrl: nuvoton: wpcm450: Fix build error without OFZheng Bin1-0/+1
2022-03-25perf lock: Add -F/--field option to control outputNamhyung Kim2-5/+56
2022-03-25perf lock: Extend struct lock_key to have print functionNamhyung Kim1-26/+65
2022-03-25perf lock: Add --synth=no option for recordNamhyung Kim1-1/+1
2022-03-25fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher2-2/+2
2022-03-25selftests: kselftest framework: provide "finished" helperKees Cook2-1/+11
2022-03-25mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner6-10/+24
2022-03-25mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira1-1/+24
2022-03-25mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual2-3/+3
2022-03-25mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins1-4/+4
2022-03-25mm: warn on deleting redirtied only if accountedHugh Dickins3-17/+18
2022-03-25mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand1-36/+4
2022-03-25mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2-53/+0
2022-03-25mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2-108/+0
2022-03-25mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2-12/+0
2022-03-25mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand1-4/+9
2022-03-25mm: streamline COW logic in do_swap_page()David Hildenbrand1-12/+43
2022-03-25mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand1-15/+23
2022-03-25mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand1-1/+9
2022-03-25mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand1-6/+14
2022-03-25mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2-8/+1
2022-03-25userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2-36/+36
2022-03-25selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE testMike Kravetz4-0/+424
2022-03-25mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-3/+30
2022-03-25kasan: disable LOCKDEP when printing reportsAndrey Konovalov1-1/+5
2022-03-25kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov3-17/+24
2022-03-25kasan: reorder reporting functionsAndrey Konovalov1-41/+41
2022-03-25kasan: respect KASAN_BIT_REPORTED in all reporting routinesAndrey Konovalov1-3/+32
2022-03-25kasan: add comment about UACCESS regions to kasan_reportAndrey Konovalov1-0/+5
2022-03-25kasan: rename kasan_access_info to kasan_report_infoAndrey Konovalov4-10/+10
2022-03-25kasan: move and simplify kasan_report_asyncAndrey Konovalov1-14/+14
2022-03-25kasan: call print_report from kasan_report_invalid_freeAndrey Konovalov2-16/+32
2022-03-25kasan: merge __kasan_report into kasan_reportAndrey Konovalov1-21/+15
2022-03-25kasan: restructure kasan_reportAndrey Konovalov1-6/+9
2022-03-25kasan: simplify kasan_find_first_bad_addr call sitesAndrey Konovalov4-4/+10
2022-03-25kasan: split out print_report from __kasan_reportAndrey Konovalov2-30/+35
2022-03-25kasan: move disable_trace_on_warning to start_reportAndrey Konovalov1-1/+2
2022-03-25kasan: move update_kunit_status to start_reportAndrey Konovalov1-41/+34
2022-03-25kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNITAndrey Konovalov2-11/+9
2022-03-25kasan: simplify kasan_update_kunit_status() and call sitesAndrey Konovalov1-16/+14
2022-03-25kasan: simplify async check in end_report()Andrey Konovalov1-1/+1