summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-09tools: hv: Fix a complier warning in the fcopy uio daemonDexuan Cui
2024-12-09Merge tag 'locking_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-12-09Merge tag 'perf_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-09x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal
2024-12-09futex: fix user access on powerpcLinus Torvalds
2024-12-09Merge tag 'scmi-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2024-12-09Merge tag 'juno-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2024-12-09Merge branch 'net-sparx5-lan969x-fixes'David S. Miller
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon
2024-12-09spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA.Niravkumar L Rabara
2024-12-09spi: rockchip: Fix PM runtime count on no-op csChristian Loehle
2024-12-09spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()Christophe JAILLET
2024-12-09regulator: axp20x: AXP717: set ramp_delayPhilippe Simons
2024-12-09regulator: dt-bindings: qcom,qca6390-pmu: document wcn6750-pmuJanaki Ramaiah Thota
2024-12-09sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot
2024-12-09sched/fair: Fix NEXT_BUDDYK Prateek Nayak
2024-12-09drm/i915: Fix memory leak by correcting cache object name in error handlerJiasheng Jiang
2024-12-09drm/i915: Fix NULL pointer dereference in capture_engineEugene Kobyak
2024-12-09drm/i915/color: Stop using non-posted DSB writes for legacy LUTVille Syrjälä
2024-12-09drm/i915/dsb: Don't use indexed register writes needlesslyVille Syrjälä
2024-12-09sound: usb: format: don't warn that raw DSD is unsupportedAdrian Ratiu
2024-12-09sound: usb: enable DSD output for ddHiFi TC44CAdrian Ratiu
2024-12-09efivarfs: Fix error on non-existent fileJames Bottomley
2024-12-09ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic modelVasiliy Kovalev
2024-12-09ALSA: hda/ca0132: Use standard HD-audio quirk matching helpersTakashi Iwai
2024-12-09ata: sata_highbank: fix OF node reference leak in highbank_initialize_phys()Joe Hattori
2024-12-08Linux 6.13-rc2v6.13-rc2Linus Torvalds
2024-12-08Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-08phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea
2024-12-08tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter
2024-12-07Merge branch 'ocelot-ptp-fixes'Jakub Kicinski
2024-12-07net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()Vladimir Oltean
2024-12-07net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean
2024-12-07net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safeVladimir Oltean
2024-12-07net: mscc: ocelot: improve handling of TX timestamp for unknown skbVladimir Oltean
2024-12-07net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()Vladimir Oltean
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima