summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-29crypto: s390 - add select CRYPTO_AEAD for aesArnd Bergmann
2026-05-29crypto: atmel-ecc - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)
2026-05-29crypto: atmel-sha204a - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)
2026-05-29crypto: atmel-sha204a - Drop of_device_id dataUwe Kleine-König (The Capable Hub)
2026-05-29crypto: tegra - Return ENOMEM when input buffer allocation fails for ccmHerbert Xu
2026-05-29crypto: ecrdsa - remove empty sig_alg exit callbackThorsten Blum
2026-05-29crypto: tegra - Fix dma_free_coherent size errorHerbert Xu
2026-05-29crypto: inside-secure/eip93 - Add check for devm_request_threaded_irqAleksander Jan Bajkowski
2026-05-29crypto: inside-secure/eip93 - Drop superfluous blank lineAleksander Jan Bajkowski
2026-05-29crypto: hisilicon/qm - support doorbell enable controlZongyu Wu
2026-05-29crypto: hisilicon - mask all error type when removing driverWeili Qian
2026-05-29crypto: hisilicon/qm - disable error report before flrWeili Qian
2026-05-29crypto: hisilicon/qm - support function-level error resetZhushuai Yin
2026-05-29crypto: hisilicon/qm - place the interrupt status interface after the PM usag...Zhushuai Yin
2026-05-29crypto: hisilicon/qm - allow VF devices to query hardware isolation statusZhushuai Yin
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang
2026-05-28lib/nmi_backtrace: print out the CPUs which fail to respond to NMIFeng Tang
2026-05-28string: use min in sized_strscpyThorsten Blum
2026-05-28lib/uuid_kunit: add tests for the four random UUID/GUID generatorsStepan Ionichev
2026-05-28ocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito
2026-05-28ocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito
2026-05-28ocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito
2026-05-28error-inject: use IS_ERR() check for debugfs_create_file()Ingyu Jang
2026-05-28ocfs2: kill osb->system_file_mutex lockTetsuo Handa
2026-05-28include: remove unused cnt32_to_63.hCosta Shulyupin
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: remove unused defines in pq.hChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig
2026-05-28raid6: remove __KERNEL__ ifdefsChristoph Hellwig
2026-05-28raid6: turn the userspace test harness into a kunit testChristoph Hellwig
2026-05-28mailmap: update Jorge Ramirez-Ortiz email addressJorge Ramirez-Ortiz
2026-05-28kcov: allow simultaneous KCOV_ENABLE/KCOV_REMOTE_ENABLEJann Horn
2026-05-28riscv: fix building compressed EFI imageDmitry Antipov
2026-05-28lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()Dmitry Antipov
2026-05-28riscv: add platform-specific double word shifts for riscv32Dmitry Antipov
2026-05-28lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warningsDmitry Antipov
2026-05-28lib/cmdline_kunit: add test case for memparse()Dmitry Antipov