summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-22dt-bindings: mtd: brcm,brcmnand: Drop "brcm,brcmnand" compatible for iProcRob Herring (Arm)-1/+0
2026-01-22mtd: jedec_probe: fix shift-out-of-bounds UB in JEDEC ID maskingChenxi Hou-2/+2
2026-01-22i2c: designware: Remove an unnecessary conditionHeikki Krogerus-5/+3
2026-01-22i2c: designware: Enable mode swappingHeikki Krogerus-43/+57
2026-01-22i2c: designware: Combine the init functionsHeikki Krogerus-117/+85
2026-01-22i2c: designware: Combine some of the common functionsHeikki Krogerus-143/+126
2026-01-22kselftest/arm64: Add HWCAP test for FEAT_LS64Yicong Yang-0/+49
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang-0/+52
2026-01-22KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guestYicong Yang-0/+6
2026-01-22arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1Yicong Yang-1/+11
2026-01-22KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memoryYicong Yang-1/+56
2026-01-22KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64BMarc Zyngier-7/+36
2026-01-22KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslotsMarc Zyngier-2/+28
2026-01-22i2c: designware: Use device_is_compatible() instead of custom approachAndy Shevchenko-7/+2
2026-01-22i2c: spacemit: drop IRQF_ONESHOT flag from IRQ requestYixun Lan-1/+1
2026-01-22apparmor: make str table more generic and be able to have multiple entriesJohn Johansen-46/+90
2026-01-22apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller-9/+10
2026-01-22AppArmor: Allow apparmor to handle unaligned dfa tablesHelge Deller-7/+8
2026-01-22apparmor: Replace deprecated strcpy with memcpy in gen_symlink_nameThorsten Blum-4/+8
2026-01-22apparmor: fix NULL sock in aa_sock_file_permJohn Johansen-2/+4
2026-01-22ALSA: hda/realtek: ALC269 fixup for Lenovo Yoga Book 9i 13IRU8 audioMartin Hamilton-1/+23
2026-01-22ALSA: hda/realtek: Add quirk for Samsung 730QED to fix headphoneZhang Heng-0/+1
2026-01-22net: atp: drop ancient parallel-port Ethernet driverEthan Nelson-Moore-1164/+1
2026-01-22mmc: sdhci-of-dwcmshc: Fix DMA 128MB boundary for Eswin EIC7700Huan He-0/+1
2026-01-22mmc: sdhci-of-dwcmshc: Fix init for AXI clock for Eswin EIC7700Huan He-0/+6
2026-01-22net: fec: account for VLAN header in frame length calculationsClemens Gruber-6/+7
2026-01-22xen/netfront: Use u64_stats_t with u64_stats_sync properlyDavid Yang-12/+12
2026-01-22net: ifb: use u64_stats_t with u64_stats_sync properlyDavid Yang-9/+9
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang-5/+6
2026-01-22kselftest/arm64: Use syscall() macro over nolibc my_syscall()Thomas Weißschuh-26/+17
2026-01-22arm64: mm: warn once for ioremap attempts on RAM mappingsBreno Leitao-1/+2
2026-01-22arm64: topology: Do not warn on missing AMU in cpuhp_topology_online()Geert Uytterhoeven-1/+0
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg-1/+2
2026-01-22drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selectedThomas Hellström-1/+2
2026-01-22t Merge branch 'a-series-of-minor-optimizations-of-the-bonding-module'Paolo Abeni-47/+75
2026-01-22net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessingTonghao Zhang-4/+5
2026-01-22net: bonding: skip the 2nd trylock when first one failTonghao Zhang-7/+9
2026-01-22net: bonding: move bond_should_notify_peers, e.g. into rtnl lock blockTonghao Zhang-21/+9
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang-19/+56
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier-28/+3
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier-66/+0
2026-01-22sched: remove task_struct->faults_disabled_mappingChristoph Hellwig-2/+0
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik-12/+14
2026-01-22selftests/rseq: Add rseq slice histogram scriptPeter Zijlstra-0/+135
2026-01-22hrtimer: Fix trace oddityThomas Gleixner-1/+1
2026-01-22rseq: Lower default slice extensionPeter Zijlstra-2/+2
2026-01-22rseq: Move slice_ext_nsec to debugfsPeter Zijlstra-35/+49
2026-01-22rseq: Allow registering RSEQ with slice extensionPeter Zijlstra-3/+12
2026-01-22selftests/rseq: Implement time slice extension testThomas Gleixner-1/+251
2026-01-22entry: Hook up rseq time slice extensionThomas Gleixner-2/+25