aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-12backlight: ktd2801: Fix unmet dependency on GPIOLIBJulian Braha1-1/+1
2026-08-12backlight: aw99706: Honor the core blank state in update_status()Junjie Cao1-1/+1
2026-08-12backlight: aw99706: Validate all DT property values consistentlyJunjie Cao1-5/+10
2026-08-12backlight: aw99706: Fix DT property names to match bindingJunjie Cao1-4/+4
2026-08-12soundwire: dmi-quirks: Disable ghost Realtek on Asus ROG Zephyrus DuoCharles Keepax1-0/+7
2026-08-12KVM: s390: Fix potential tiny kernel stack leakClaudio Imbrenda1-0/+1
2026-08-12KVM: s390: Fix kvm_s390_clear_pv_state()Claudio Imbrenda1-0/+4
2026-08-12KVM: s390: Fix IRQ injection with SIGP Stop and Store StatusClaudio Imbrenda1-32/+38
2026-08-12RDMA/rxe: Fix OOB in free_rd_atomic_resources()Peiyang He1-2/+1
2026-08-12m68k: Define NR_CPUS to 1Uwe Kleine-König1-0/+4
2026-08-12leds: is31fl319x: Modernize registrationAndreas Kemnade1-30/+31
2026-08-12KVM: s390: Fix pgste_get_trylock_multiple()Claudio Imbrenda1-5/+2
2026-08-12KVM: s390: Fix get_all_floating_irqs()Claudio Imbrenda1-1/+6
2026-08-12KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()Claudio Imbrenda1-2/+4
2026-08-12KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()Claudio Imbrenda1-1/+4
2026-08-12KVM: s390: Restore sigset on error pathChristian Borntraeger1-2/+4
2026-08-12KVM: s390: pv: Fix rc/rrc offset for PVM_DUMPChristian Borntraeger1-1/+1
2026-08-12KVM: s390: vsie: zero stale crypto bitsChristian Borntraeger1-0/+1
2026-08-12KVM: s390: keyop: use mmu_lock to read gmap->asceChristian Borntraeger1-1/+2
2026-08-12mfd: cs42l43: Fix regmap defaults orderingCharles Keepax1-8/+8
2026-08-12dt-bindings: mfd: syscon: Allow syscon compatible for Loongson-2K0300 chip idBinbin Zhou1-0/+1
2026-08-12pid: reject allocations through dead ancestor pid namespacesJérémy Jean1-2/+4
2026-08-12ASoC: es8316: Add regulator supportMark Brown11-145/+379
2026-08-12ASoC: codecs: es8316: Add regulator supportHongyang Zhao1-0/+13
2026-08-12ASoC: dt-bindings: es8316: Add regulator suppliesHongyang Zhao1-0/+27
2026-08-12arm64/efi: Avoid voluntary preemption with efi_mm installedWill Deacon1-2/+2
2026-08-12rust: fmt: route {:p} through HashedPtr to prevent address leaksKe Sun1-2/+186
2026-08-12rust: fmt: fix {:p} printing stack addressesKe Sun1-1/+8
2026-08-12ovl: fix double end_creating() on the casefold-mismatch pathVivek Parikh1-1/+0
2026-08-12pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumersOleg Nesterov2-9/+15
2026-08-12pidfd: hold exec_update_lock around namespace ioctlChen Linxuan1-12/+31
2026-08-12fs: fix user path of nested backing filesBaokun Li1-1/+1
2026-08-12fs: remove stale inode_insert5() kernel-doc parameterYichong Chen1-1/+0
2026-08-12fs: fix switch/case indentation in sysfs() syscallManush Prajwal1-9/+9
2026-08-12fs: document semantics of kstat::{uid,gid} fieldsJann Horn1-2/+2
2026-08-12pmdomain: Merge branch fixes into nextUlf Hansson1-1/+1
2026-08-12pmdomain: mediatek: mfg: initialize prev_o in mtk_mfg_attach_dev()Karl Mehltretter1-1/+1
2026-08-12pmdomain: renesas: Add R-Car X5H MDLC driverGeert Uytterhoeven4-0/+331
2026-08-12dt-bindings: mfd: syscon: Add ESWIN EIC7700 compatiblePinkesh Vaghela1-0/+1
2026-08-12mfd: qnap-mcu: keep the reply buffer alive past a command timeoutAli Ahmet Memis1-6/+7
2026-08-12rust: module: update MAINTAINERS to cover module.rsAlvin Sun1-1/+1
2026-08-12rust: macros: remove `THIS_MODULE` static from `module!`Alvin Sun1-16/+0
2026-08-12rust_binder: use `LocalModule` for `THIS_MODULE`Alvin Sun1-1/+2
2026-08-12rust: configfs: use `LocalModule` for `THIS_MODULE`Alvin Sun2-4/+7
2026-08-12rust: miscdevice: set fops.owner from driver module pointerAlvin Sun1-1/+3
2026-08-12rust: drm: set fops.owner from driver module pointerAlvin Sun2-3/+4
2026-08-12rust: macros: auto-insert OwnerModule in #[vtable]Alvin Sun3-6/+54
2026-08-12rust: doctest: add LocalModule fallback for #[vtable] ThisModuleAlvin Sun1-0/+19
2026-08-12rust: module: add `THIS_MODULE` const to `ModuleMetadata` traitAlvin Sun2-1/+26
2026-08-12rust: module: move module types into `module.rs`Alvin Sun8-74/+88