summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-09erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
2026-04-09bitops: Update kernel-doc for sign_extendXX()Andy Shevchenko1-2/+8
2026-04-09powerpc/xive: simplify xive_spapr_debug_show()Yury Norov1-10/+2
2026-04-09thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()Yury Norov1-2/+1
2026-04-09coresight: don't use bitmap_print_to_pagebuf()Yury Norov1-18/+14
2026-04-09lib/prime_numbers: drop temporary buffer in dump_primes()Yury Norov1-4/+2
2026-04-09drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()Yury Norov1-2/+1
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov1-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov1-3/+1
2026-04-09HID: logitech-hidpp: fix race condition when accessing stale stack pointerBenoît Sevens1-7/+17
2026-04-09can: raw: fix ro->uniq use-after-free in raw_rcv()Samuel Page1-1/+10
2026-04-09i2c: spacemit: introduce pio for k1Troy Mitchell1-72/+228
2026-04-09i2c: spacemit: move i2c_xfer_msg()Troy Mitchell1-31/+31
2026-04-09can: ucan: fix devres lifetimeJohan Hovold1-1/+1
2026-04-09HID: winwing: Enable rumble effectsIvan Gorinov1-14/+182
2026-04-09HID: core: do not allow parsing 0-sized reportsDmitry Torokhov1-0/+5
2026-04-09HID: usbhid: refactor endpoint lookupJohan Hovold1-5/+3
2026-04-09HID: huawei: fix CD30 keyboard report descriptor issueMiao Li4-0/+93
2026-04-09HID: playstation: validate num_touch_reports in DualShock 4 reportsBenoît Sevens1-0/+12
2026-04-09HID: drop 'default !EXPERT' from tristate symbolsThomas Weißschuh1-13/+0
2026-04-09mmc: sdhci-of-dwcmshc: Disable clock before DLL configurationShawn Lin1-3/+16
2026-04-09mmc: core: Simplify with scoped for each OF child loopHans Zhang1-7/+2
2026-04-09arm64/sysreg: Update ID_AA64SMFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+6
2026-04-09arm64/sysreg: Update ID_AA64ZFR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
2026-04-09arm64/sysreg: Update ID_AA64FPFR0_EL1 description to DDI0601 2025-12Mark Brown1-1/+7
2026-04-09arm64/sysreg: Update ID_AA64ISAR2_EL1 description to DDI0601 2025-12Mark Brown1-0/+1
2026-04-09arm64/sysreg: Update ID_AA64ISAR0_EL1 description to DDI0601 2025-12Mark Brown1-0/+2
2026-04-09arm64/hwcap: Generate the KERNEL_HWCAP_ definitions for the hwcapsMark Brown3-119/+32
2026-04-09mmc: core: Optimize size of struct mmc_queue_reqBin Liu1-3/+3
2026-04-09HID: usbhid: fix deadlock in hid_post_reset()Oliver Neukum1-1/+1
2026-04-09RDMA/ionic: bound node_desc sysfs read with %.64sKai Zen1-1/+1
2026-04-09HID: apple: ensure the keyboard backlight is off if suspendingAditya Garg1-0/+2
2026-04-09HID: quirks: Set ALWAYS_POLL for LOGITECH_BOLT_RECEIVERNícolas F. R. A. Prado1-0/+1
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds97-468/+1172
2026-04-09HID: alps: fix NULL pointer dereference in alps_raw_event()Greg Kroah-Hartman1-0/+3
2026-04-09Merge tag 'iommu-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+6
2026-04-09HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB writeLee Jones1-0/+10
2026-04-09HID: logitech-dj: Standardise hid_report_enum variable nomenclatureLee Jones1-6/+6
2026-04-09Merge tag 'platform-drivers-x86-v7.0-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-3/+106
2026-04-09HID: sony: update module descriptionRosalie Wanders2-7/+9
2026-04-09HID: logitech-hidpp: Check bounds when deleting force-feedback effectsGünther Noack1-6/+9
2026-04-09IB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
2026-04-09efi: Tag memblock reservations of boot services regions as RSRV_KERNArd Biesheuvel1-1/+3
2026-04-09memblock: Permit existing reserved regions to be marked RSRV_KERNArd Biesheuvel2-0/+16
2026-04-09jbd2: store jinode dirty range in PAGE_SIZE unitsLi Chen4-35/+80
2026-04-09ocfs2: use jbd2 jinode dirty range accessorLi Chen1-2/+7
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen2-7/+19
2026-04-09jbd2: add jinode dirty range accessorsLi Chen1-0/+14
2026-04-09tracing: Documentation: Update histogram-design.rst for fn() handlingSteven Rostedt1-7/+13
2026-04-09jbd2: gracefully abort on transaction state corruptionsMilos Nikic1-28/+86