summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-11bcachefs: Split out journal pins by btree levelKent Overstreet2-20/+22
2025-02-11bcachefs: Fix use after freeAlan Huang1-0/+2
2025-02-11USB: serial: option: fix Telit Cinterion FN990A nameFabio Porcedda1-5/+5
2025-02-11USB: serial: option: add Telit Cinterion FN990B compositionsFabio Porcedda1-0/+16
2025-02-11mfd: syscon: Restore device_node_to_regmap() for non-syscon nodesRob Herring (Arm)1-3/+26
2025-02-11USB: serial: option: add MeiG Smart SLM828Chester A. Unal1-5/+10
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni5-50/+91
2025-02-11Merge branch 'ptp-vmclock-bugfixes-and-cleanups-for-error-handling'Paolo Abeni1-26/+21
2025-02-11ptp: vmclock: Remove goto-based cleanup logicThomas Weißschuh1-19/+13
2025-02-11ptp: vmclock: Clean up miscdev and ptp clock through devresThomas Weißschuh1-7/+6
2025-02-11ptp: vmclock: Don't unregister misc device if it was not registeredThomas Weißschuh1-1/+2
2025-02-11ptp: vmclock: Set driver data before its usageThomas Weißschuh1-2/+2
2025-02-11ptp: vmclock: Add .owner to vmclock_miscdev_fopsDavid Woodhouse1-0/+1
2025-02-11gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-02-11gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-02-11gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-02-11Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...Jakub Kicinski7-14/+22
2025-02-11Merge tag 'wireless-2025-02-07' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski10-29/+49
2025-02-11Merge branch 'net-second-round-to-use-dev_net_rcu'Jakub Kicinski6-33/+48
2025-02-11ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-11ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-11vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-11openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-02-11arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-11neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-11ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-11ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-11net: stmmac: Apply new page pool parameters when SPH is enabledFurong Xu1-0/+5
2025-02-11Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds6-7/+25
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo1-8/+21
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown1-1/+2
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-47/+104
2025-02-10Merge tag 'pinctrl-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-21/+29
2025-02-10drm/i915/selftests: avoid using uninitialized contextKrzysztof Karas1-2/+2
2025-02-10drm/xe/client: bo->client does not need bos_lockTejas Upadhyay1-1/+1
2025-02-10platform/x86: thinkpad_acpi: Support for V9 DYTC platform profilesMark Pearson1-12/+22
2025-02-10platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120eSybil Isabel Dorsett1-2/+14
2025-02-10iommu: Fix potential memory leak in iopf_queue_remove_device()Lu Baolu1-0/+1
2025-02-10KVM: arm64: Fix __pkvm_host_mkyoung_guest() return valueMarc Zyngier1-2/+1
2025-02-09Linux 6.14-rc2Linus Torvalds1-1/+1
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-8/+54
2025-02-09Merge tag 'pm-6.14-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-12/+9
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds31-1007/+1093
2025-02-09PM: sleep: core: Restrict power.set_active propagationRafael J. Wysocki1-12/+9
2025-02-09KVM: arm64: Simplify np-guest hypercallsQuentin Perret1-31/+38
2025-02-09KVM: arm64: Improve error handling from check_host_shared_guest()Quentin Perret1-2/+2
2025-02-09sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo1-4/+13