summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-03selftests/bpf: Enable private stack tests for powerpc64Abhishek Dubey4-35/+13
2026-04-03powerpc64/bpf: Implement JIT support for private stackAbhishek Dubey3-8/+126
2026-04-03Merge tag 'drm-xe-fixes-2026-04-02' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie5-26/+48
2026-04-03Merge tag 'drm-intel-fixes-2026-04-02' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-3/+57
2026-04-03drm/shmem_helper: Make sure PMD entries get the writeable upgradeBoris Brezillon1-14/+32
2026-04-03ALSA: hda: Notify IEC958 Default PCM switch state changesCássio Gabriel2-8/+39
2026-04-03ALSA: aoa/onyx: Fix OF node leak on probe failurewangdicheng1-1/+3
2026-04-03ata: pata_arasan_cf: fix missing newline in dev_err() messagesHaoyu Lu1-2/+2
2026-04-03arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernelCoiby Xu4-0/+48
2026-04-03crash: align the declaration of crash_load_dm_crypt_keys with CONFIG_CRASH_DM...Coiby Xu1-7/+7
2026-04-03crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu2-7/+6
2026-04-03lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim1-1/+1
2026-04-03lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt1-0/+203
2026-04-03lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt1-1/+6
2026-04-03lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt1-6/+8
2026-04-03lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt1-2/+1
2026-04-03lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt1-2/+3
2026-04-03lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu1-10/+0
2026-04-03ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu2-3/+0
2026-04-03xor: add a kunit test caseChristoph Hellwig5-1/+205
2026-04-03xor: use static_call for xor_genChristoph Hellwig1-11/+11
2026-04-03xor: pass the entire operation to the low-level opsChristoph Hellwig26-505/+224
2026-04-03btrfs: use xor_genChristoph Hellwig1-23/+4
2026-04-03async_xor: use xor_genChristoph Hellwig1-24/+10
2026-04-03xor: add a better public APIChristoph Hellwig2-0/+36
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig36-109/+73
2026-04-03xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig4-97/+114
2026-04-03x86: move the XOR code to lib/raid/Christoph Hellwig6-580/+522
2026-04-03s390: move the XOR code to lib/raid/Christoph Hellwig3-3/+2
2026-04-03sparc: move the XOR code to lib/raid/Christoph Hellwig7-57/+52
2026-04-03riscv: move the XOR code to lib/raid/Christoph Hellwig5-57/+59
2026-04-03powerpc: move the XOR code to lib/raid/Christoph Hellwig8-105/+74
2026-04-03loongarch: move the XOR code to lib/raid/Christoph Hellwig8-74/+27
2026-04-03arm64: move the XOR code to lib/raid/Christoph Hellwig5-78/+67
2026-04-03arm: move the XOR code to lib/raid/Christoph Hellwig6-202/+205
2026-04-03alpha: move the XOR code to lib/raid/Christoph Hellwig3-849/+855
2026-04-03xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig7-725/+748
2026-04-03xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig16-173/+168
2026-04-03xor: split xor.hChristoph Hellwig6-22/+30
2026-04-03xor: cleanup registration and probingChristoph Hellwig1-50/+48
2026-04-03xor: small cleanupsChristoph Hellwig1-4/+1
2026-04-03xor: move to lib/raid/Christoph Hellwig8-4/+14
2026-04-03um/xor: cleanup xor.hChristoph Hellwig1-16/+0
2026-04-03arm64/xor: fix conflicting attributes for xor_block_templateChristoph Hellwig1-1/+1
2026-04-03arm/xor: remove in_interrupt() handlingChristoph Hellwig1-29/+12
2026-04-03xor: assert that xor_blocks is not call from interrupt contextChristoph Hellwig1-0/+2
2026-04-03bus: mhi: host: pci_generic: Add Telit FE912C04 modem supportDaniele Palmas1-0/+13
2026-04-03Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2026-04-03perf metrics: Make common stalled metrics conditional on having the eventIan Rogers2-57/+57
2026-04-03perf tests kwork: Add basic kwork coverage testsIan Rogers1-0/+79