summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu-7/+6
2026-04-02lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim-1/+1
2026-04-02lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt-0/+203
2026-04-02lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt-1/+6
2026-04-02lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt-6/+8
2026-04-02lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt-2/+1
2026-04-02lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt-2/+3
2026-04-02lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu-10/+0
2026-04-02ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu-3/+0
2026-04-02xor: add a kunit test caseChristoph Hellwig-1/+205
2026-04-02xor: use static_call for xor_genChristoph Hellwig-11/+11
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig-505/+224
2026-04-02btrfs: use xor_genChristoph Hellwig-23/+4
2026-04-02async_xor: use xor_genChristoph Hellwig-24/+10
2026-04-02xor: add a better public APIChristoph Hellwig-0/+36
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-109/+73
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig-97/+114
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig-580/+522
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig-3/+2
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig-57/+52
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig-57/+59
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig-105/+74
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig-74/+27
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig-78/+67
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig-202/+205
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig-849/+855
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig-725/+748
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig-173/+168
2026-04-02xor: split xor.hChristoph Hellwig-22/+30
2026-04-02xor: cleanup registration and probingChristoph Hellwig-50/+48
2026-04-02xor: small cleanupsChristoph Hellwig-4/+1
2026-04-02xor: move to lib/raid/Christoph Hellwig-4/+14
2026-04-02um/xor: cleanup xor.hChristoph Hellwig-16/+0
2026-04-02arm64/xor: fix conflicting attributes for xor_block_templateChristoph Hellwig-1/+1
2026-04-02arm/xor: remove in_interrupt() handlingChristoph Hellwig-29/+12
2026-04-02xor: assert that xor_blocks is not call from interrupt contextChristoph Hellwig-0/+2
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+4
2026-04-02perf metrics: Make common stalled metrics conditional on having the eventIan Rogers-57/+57
2026-04-02perf tests kwork: Add basic kwork coverage testsIan Rogers-0/+79
2026-04-02perf data convert ctf: Pipe mode improvementsIan Rogers-4/+59
2026-04-02perf evsel: Make unknown event names more uniqueIan Rogers-3/+4
2026-04-02perf ordered-events: Event processing consistency with the regular readerIan Rogers-1/+1
2026-04-02perf header: Refactor pipe mode end marker handlingIan Rogers-78/+75
2026-04-02perf session: Extra logging for failed to process eventsIan Rogers-8/+20
2026-04-02perf header: Properly warn/print when libtraceevent/libbpf support is missingIan Rogers-23/+47
2026-04-02perf header: Add utility to convert feature number to a stringIan Rogers-0/+9
2026-04-02perf clockid: Add missing includeIan Rogers-1/+2
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-12/+432
2026-04-02perf trace: Fix potential u64 underflow in duration calculationMichael Petlan-1/+1
2026-04-02net: stmmac: fix integer underflow in chain modeTyllis Xu-5/+6