summaryrefslogtreecommitdiffstats
path: root/sound/pci/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-12lib: util_macros_kunit: add kunit test for util_macros.hAlexandru Ardelean3-0/+258
2024-11-12util_macros.h: fix/rework find_closest() macrosAlexandru Ardelean1-16/+40
2024-11-12Improve consistency of '#error' directive messagesNataniel Farzan19-19/+19
2024-11-12ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2-0/+6
2024-11-12hung_task: add docs for hung_task_detect_countLance Yang1-0/+9
2024-11-12hung_task: add detect count for hung tasksLance Yang1-0/+18
2024-11-06dma-buf: use atomic64_inc_return() in dma_buf_getfile()Uros Bizjak1-1/+1
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-11-06resource: avoid unnecessary resource tree walking in __region_intersects()Huang Ying1-4/+22
2024-11-06ocfs2: remove unused errmsg function and tableDr. David Alan Gilbert2-55/+0
2024-11-06ocfs2: cluster: fix a typoAndrew Kreimer1-1/+1
2024-11-06lib/scatterlist: use sg_phys() helperSui Jingfeng1-2/+2
2024-11-06checkpatch: always parse orig_commit in fixes tagTamir Duberstein1-21/+16
2024-11-06nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)1-4/+15
2024-11-06nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)1-10/+7
2024-11-06nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)4-6/+6
2024-11-06nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)1-32/+1
2024-11-06nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi1-175/+204
2024-11-06nilfs2: remove nilfs_palloc_block_get_entry()Ryusuke Konishi2-21/+0
2024-11-06nilfs2: convert DAT file to be folio-basedRyusuke Konishi1-46/+52
2024-11-06nilfs2: convert inode file to be folio-basedRyusuke Konishi2-7/+7
2024-11-06nilfs2: convert persistent object allocator to be folio-basedRyusuke Konishi2-50/+89
2024-11-06nilfs2: convert segment usage file to be folio-basedRyusuke Konishi1-78/+82
2024-11-06nilfs2: convert common metadata file code to be folio-basedRyusuke Konishi3-13/+20
2024-11-06nilfs2: convert segment buffer to be folio-basedRyusuke Konishi1-7/+10
2024-11-06MAINTAINERS: add entry for min heap library codeKuan-Wei Chiu1-0/+9
2024-11-06Documentation/core-api: add min heap API introductionKuan-Wei Chiu2-0/+301
2024-11-06bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-9/+1
2024-11-06bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu2-28/+10
2024-11-06bcache: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu4-38/+7
2024-11-06dm vdo: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2-10/+2
2024-11-06perf/core: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-8/+1
2024-11-06lib/test_min_heap: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu1-12/+4
2024-11-06lib min_heap: avoid indirect function call by providing default swapKuan-Wei Chiu1-3/+156
2024-11-06lib min_heap: optimize min heap by prescaling counters for better performanceKuan-Wei Chiu1-24/+49
2024-11-06lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu9-46/+167
2024-11-06percpu: cast percpu pointer in PERCPU_PTR() via unsigned longUros Bizjak1-1/+4
2024-11-06percpu: introduce PERCPU_PTR() macroUros Bizjak1-5/+7
2024-11-06percpu: merge VERIFY_PERCPU_PTR() into its only userUros Bizjak1-4/+4
2024-11-06perf tools: update expected diff for lib/list_sort.cKuan-Wei Chiu1-9/+2
2024-11-06tools/lib/list_sort: remove unnecessary header includesKuan-Wei Chiu1-2/+0
2024-11-06lib/list_sort: remove unnecessary header includesKuan-Wei Chiu1-3/+0
2024-11-06ipc: fix memleak if msg_init_ns failed in create_ipc_nsMa Wupeng1-1/+3
2024-11-06scripts/spelling.txt: add typo "exprienced" and "rewritting"WangYuli1-0/+2
2024-11-06perf/hw_breakpoint: use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macrosUros Bizjak2-4/+4
2024-11-06scripts/decode_stacktrace.sh: remove trailing spaceBreno Leitao1-1/+6
2024-11-06lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu3-1/+6
2024-11-06tools: fix -Wunused-result in linux.cShuah Khan1-5/+9
2024-11-06lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto3-0/+165
2024-11-06scatterlist: fix a typoSui Jingfeng1-1/+1