|
| 1 | +* Fri Dec 16 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-217.el9] |
| 2 | +- igc: Correct the launchtime offset (Corinna Vinschen) [2104471] |
| 3 | +- net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). (Corinna Vinschen) [2104471] |
| 4 | +- igc: Remove IGC_MDIC_INT_EN definition (Corinna Vinschen) [2104471] |
| 5 | +- igc: add xdp frags support to ndo_xdp_xmit (Corinna Vinschen) [2104471] |
| 6 | +- igc: Remove forced_speed_duplex value (Corinna Vinschen) [2104471] |
| 7 | +- igc: Remove MSI-X PBA Clear register (Corinna Vinschen) [2104471] |
| 8 | +- igc: Lift TAPRIO schedule restriction (Corinna Vinschen) [2104471] |
| 9 | +- PCI: vmd: Fix secondary bus reset for Intel bridges (Myron Stowe) [2136299] |
| 10 | +- PCI: vmd: Disable MSI remapping after suspend (Myron Stowe) [2136299] |
| 11 | +- KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field (Thomas Huth) [2140899] |
| 12 | +- scsi: qla2xxx: Fix crash when I/O abort times out (Nilesh Javali) [2115892] |
| 13 | +- redhat/configs: Change the amd-pstate to builtin (David Arcari) [2150425] |
| 14 | +- Documentation: amd-pstate: add driver working mode introduction (David Arcari) [2150425] |
| 15 | +- cpufreq: amd-pstate: add amd-pstate driver parameter for mode selection (David Arcari) [2150425] |
| 16 | +- cpufreq: amd-pstate: change amd-pstate driver to be built-in type (David Arcari) [2150425] |
| 17 | +- cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init (David Arcari) [2150425] |
| 18 | +- Documentation: amd-pstate: Add unit test introduction (David Arcari) [2150425] |
| 19 | +- cpufreq: amd-pstate: Expose struct amd_cpudata (David Arcari) [2150425] |
| 20 | +- cpufreq: amd-pstate: Fix initial highest_perf value (David Arcari) [2150425] |
| 21 | +- cpufreq: amd-pstate: update pstate frequency transition delay time (David Arcari) [2150425] |
| 22 | +- cpufreq: amd_pstate: map desired perf into pstate scope for powersave governor (David Arcari) [2150425] |
| 23 | +- cpufreq: amd_pstate: fix wrong lowest perf fetch (David Arcari) [2150425] |
| 24 | +- cpufreq: amd-pstate: fix white-space (David Arcari) [2150425] |
| 25 | +- cpufreq: amd-pstate: simplify cpudata pointer assignment (David Arcari) [2150425] |
| 26 | +- ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid() (David Arcari) [2150425] |
| 27 | +- cpufreq: amd-pstate: Add resume and suspend callbacks (David Arcari) [2150425] |
| 28 | +- Documentation: amd-pstate: grammar and sentence structure updates (David Arcari) [2150425] |
| 29 | +- Documentation: amd-pstate: add tracer tool introduction (David Arcari) [2150425] |
| 30 | +- MAINTAINERS: Add AMD P-State driver maintainer entry (David Arcari) [2150425] |
| 31 | +- Documentation: amd-pstate: Add AMD P-State driver introduction (David Arcari) [2150425] |
| 32 | +- arm64: dts: imx93-pinfunc: drop execution permission (Steve Best) [2144998] |
| 33 | +- dt-bindings: i2c: i2c-imx-lpi2c: add i.MX93 (Steve Best) [2140034] |
| 34 | +- dt-bindings: i2c: i2c-imx-lpi2c: add dmas property (Steve Best) [2140034] |
| 35 | +- dt-bindings: i2c: i2c-imx-lpi2c: add ipg clk (Steve Best) [2140034] |
| 36 | +- dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string (Steve Best) [2140034] |
| 37 | +- dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match (Steve Best) [2140034] |
| 38 | +- dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QM compatible matching (Steve Best) [2140034] |
| 39 | +- dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers (Steve Best) [2140034] |
| 40 | +- dt-bindings: soc: add i.MX93 SRC (Steve Best) [2140034] |
| 41 | +- hwmon: Handle failure to register sensor with thermal zone correctly (d.marlin) [2122394] |
| 42 | +- openvswitch: add nf_ct_is_confirmed check before assigning the helper (Antoine Tenart) [2134560] |
| 43 | +- net: openvswitch: allow conntrack in non-initial user namespace (Antoine Tenart) [2134560] |
| 44 | +- net: openvswitch: allow metering in non-initial user namespace (Antoine Tenart) [2134560] |
| 45 | +- openvswitch: Change the return type for vport_ops.send function hook to int (Antoine Tenart) [2134560] |
| 46 | +- net: openvswitch: fix repeated words in comments (Antoine Tenart) [2134560] |
| 47 | +- openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requests (Antoine Tenart) [2134560] |
| 48 | +- openvswitch: allow specifying ifindex of new interfaces (Antoine Tenart) [2134560] |
| 49 | +- openvswitch: move from strlcpy with unused retval to strscpy (Antoine Tenart) [2134560] |
| 50 | +- openvswitch: Fix overreporting of drops in dropwatch (Antoine Tenart) [2134560] |
| 51 | +- openvswitch: Fix double reporting of drops in dropwatch (Antoine Tenart) [2134560] |
| 52 | +- openvswitch: fix memory leak at failed datapath creation (Antoine Tenart) [2134560] |
| 53 | +Resolves: rhbz#2104471, rhbz#2136299, rhbz#2140899, rhbz#2115892, rhbz#2150425, rhbz#2144998, rhbz#2140034, rhbz#2122394, rhbz#2134560 |
| 54 | + |
1 | 55 | * Fri Dec 16 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-216.el9] |
2 | 56 | - mailbox: imx: fix RST channel support (Al Stone) [2122400 2129154 2139961] |
3 | 57 | - mailbox: imx: clear pending interrupts (Al Stone) [2122400 2129154 2139961] |
|
0 commit comments