summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-14Merge tag 'drm-misc-fixes-2025-02-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie7-100/+110
2025-02-14MAINTAINERS: Add maintainer for Qualcomm's I2C GENI driverMukesh Kumar Savaliya1-0/+9
2025-02-14MAINTAINERS: delete entry for AXXIA I2CWolfram Sang1-7/+0
2025-02-14Merge tag 'spi-fix-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+6
2025-02-14Merge tag 'regulator-fix-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-35/+28
2025-02-14Merge tag 'regmap-fix-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds75-456/+707
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+21
2025-02-13Merge tag 'bcachefs-2025-02-12' of git://evilpiepirate.org/bcachefsLinus Torvalds12-27/+100
2025-02-13KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()Marc Zyngier1-37/+37
2025-02-13KVM: arm64: timer: Drop warning on failed interrupt signallingMarc Zyngier1-9/+7
2025-02-13net: pse-pd: Fix deadlock in current limit functionsKory Maincent1-2/+2
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells1-0/+7
2025-02-13KVM: arm64: Fix alignment of kvm_hyp_memcache allocationsQuentin Perret1-1/+1
2025-02-13KVM: arm64: Convert timer offset VA when accessed in HYP codeMarc Zyngier1-1/+14
2025-02-13KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()Mark Rutland1-6/+1
2025-02-13KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland6-41/+76
2025-02-13KVM: arm64: Mark some header functions as inlineMark Rutland1-10/+9
2025-02-13KVM: arm64: Refactor exit handlersMark Rutland3-41/+26
2025-02-13KVM: arm64: Refactor CPTR trap deactivationMark Rutland3-47/+42
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland2-22/+0
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland2-17/+0
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland7-64/+29
2025-02-13KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland2-50/+10
2025-02-13gpiolib: Fix crash on error in gpiochip_get_ngpios()Andy Shevchenko1-3/+3
2025-02-13Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-100/+92
2025-02-13Merge tag 'nf-25-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-6/+2
2025-02-13md/raid*: Fix the set_queue_limits implementationsBart Van Assche3-9/+3
2025-02-13io_uring/uring_cmd: unconditionally copy SQEs at prep timeJens Axboe1-23/+11
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou1-3/+3
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski3-22/+99
2025-02-13sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
2025-02-13drm: panel: jd9365da-h3: fix reset signal polarityHugo Villeneuve1-4/+4
2025-02-13sched_ext: selftests: Fix grammar in tests descriptionDevaansh Kumar2-2/+2
2025-02-13Merge tag 'loongarch-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-73/+30
2025-02-13Merge tag 'platform-drivers-x86-v6.14-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-36/+110
2025-02-13s390/qeth: move netif_napi_add_tx() and napi_enable() from under BHAlexandra Winter1-3/+5
2025-02-13mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang1-1/+3
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-13team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet1-1/+3
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz3-98/+58
2025-02-13Bluetooth: btintel_pcie: Fix a potential race conditionKiran K1-1/+4
2025-02-13Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz1-5/+34
2025-02-13rust/kernel: Add faux device bindingsLyude Paul7-0/+111
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman6-1/+310
2025-02-13MAINTAINERS: Use my kernel.org address for I2C ACPI workMika Westerberg1-1/+1
2025-02-13block: cleanup and fix batch completion adding conditionsJens Axboe1-4/+14
2025-02-13Merge patch series "netfs: Miscellaneous fixes"Christian Brauner9-20/+70
2025-02-13netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queuedDavid Howells1-6/+13
2025-02-13netfs: Add retry stat countersDavid Howells5-0/+19