summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-07-31s390/sclp: Allow SCLP Action Qualifiers for Spyre card status reportingNiklas Schnelle1-0/+3
2026-07-31s390/ap: Fix queue depth field lengthFinn Callies1-1/+1
2026-07-31s390/zcrypt: Fix missing mem scrub at clear key import in cca_clr2cipherkey()Harald Freudenberger1-6/+13
2026-07-31s390/zcrypt: Close speculative mem read possibilityHarald Freudenberger1-0/+2
2026-07-31s390/zcrypt: Fix wrong domain value verification with EP11 CPRBsHarald Freudenberger1-1/+1
2026-07-31s390/zcrypt: Fix buffer over-read in cca_cipher2protkeyHarald Freudenberger3-23/+62
2026-07-31s390/zcrypt: Validate length for CCA ECC private key requestsHolger Dengler1-0/+3
2026-07-31s390/zcrypt: Validate length for CCA AES cipher key requestsHolger Dengler1-0/+3
2026-07-31mei: pull kvfree out of spinlockAlexander Usyskin1-10/+15
2026-07-31initramfs_test: use test init/exit hooks to override init fsChristian Brauner1-10/+15
2026-07-31rust_binder: do not query current thread for all ioctlsAlice Ryhl1-4/+8
2026-07-31nvmem: layouts: Add fixed-layout driverMathieu Dubois-Briand5-33/+63
2026-07-31nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFIAelin Reidel1-2/+18
2026-07-31misc: fastrpc: fix memory leak in fastrpc_channel_ctx_freeEddie Lin1-0/+1
2026-07-31misc: fastrpc: fix channel ctx ref leak when session alloc failsAnandu Krishnan E1-1/+1
2026-07-31misc: fastrpc: take fl->lock when moving mmaps on interrupted invokeJunrui Luo1-0/+2
2026-07-31misc: fastrpc: Remove buffer from list prior to unmap operationEkansh Gupta1-4/+10
2026-07-31misc: fastrpc: Fix initial memory allocation for Audio PD memory poolEkansh Gupta1-4/+4
2026-07-31gpiolib: Check gc->get_direction() before calling gpiod_get_direction()Christophe Leroy (CS GROUP)1-1/+2
2026-07-31pinctrl: qcom: shikra: Fix intr_target_width for summary interrupt routingKomal Bajaj1-0/+1
2026-07-31drm/imagination: Reorder some fields in struct pvr_device_featuresAlexandru Dadu1-3/+3
2026-07-31md/raid1: create serial pool adding rdev to array with serialize_policy=1Martin Wilck1-1/+2
2026-07-31drm/imagination: Set scheduler timeout period higher than Firmware timeoutBrajesh Gupta1-1/+2
2026-07-31media: renesas: vsp1: Declare index variables in for loop statementLaurent Pinchart12-96/+56
2026-07-31media: renesas: vsp1: Make reset control optional to support platforms withou...Lad Prabhakar1-1/+1
2026-07-31drm/panthor: fix firmware control interface bounds checksOsama Abdelkader1-6/+13
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-21/+5
2026-07-31i3c: renesas: Drop unused structure member 'resuming'Claudiu Beznea1-1/+0
2026-07-31hwmon: spd5118: Add I3C supportAkhil R2-4/+61
2026-07-31hwmon: spd5118: Remove 16-bit addressingAkhil R1-74/+5
2026-07-31i3c: dw-i3c-master: Add ACPI ID for Tegra410Akhil R1-3/+4
2026-07-31i3c: dw-i3c-master: Add ACPI core clock frequency quirkAkhil R1-12/+33
2026-07-31i3c: dw-i3c-master: Add SETAASA as supported CCCAkhil R1-0/+2
2026-07-31i3c: master: match I3C device through DT and ACPIAkhil R1-1/+19
2026-07-31i3c: master: Add support for devices without PIDAkhil R1-11/+41
2026-07-31i3c: master: Add support for devices using SETAASAAkhil R1-3/+111
2026-07-31i3c: master: Support ACPI enumeration of child devicesAkhil R1-8/+143
2026-07-31i3c: master: Use unified device property interfaceAkhil R1-34/+43
2026-07-31i3c: master: require dests for read CCC commandsAdrian Ng Ho Yin1-1/+2
2026-07-31i3c: master: Fix info leak and UAF in device unregister pathAdrian Hunter1-4/+5
2026-07-31i3c: master: dw: Drop redundant core reset nameShubham Patil1-1/+1
2026-07-31i3c: master: adi: add OF module alias for autoloadingCan Peng1-0/+1
2026-07-31i3c: renesas: Add runtime PM supportClaudiu Beznea1-28/+112
2026-07-31i3c: renesas: Drop unnecessary tabClaudiu Beznea1-1/+1
2026-07-31i3c: renesas: Use the "dev_name:irq_name" format for the interrupt nameClaudiu Beznea1-1/+8
2026-07-31i3c: renesas: Organize structures to avoid unnecessary paddingClaudiu Beznea1-15/+16
2026-07-31i3c: renesas: Update HW registers after SW computations are doneClaudiu Beznea1-14/+14
2026-07-31i3c: renesas: Drop the explicit memset() callClaudiu Beznea1-1/+0
2026-07-31i3c: renesas: Follow a unified pattern for transfer and command initializationClaudiu Beznea1-11/+11
2026-07-31i3c: renesas: Return immediately if there is no transferClaudiu Beznea1-3/+3