Tags give the ability to mark specific points in history as being important
-
-
x86-urgent-2020-09-27
86a82ae0 · ·Two fixes for the x86 interrupt code: - Unbreak the magic 'search the timer interrupt' logic in IO/APIC code which got wreckaged when the core interrupt code made the state tracking logic stricter. That caused the interrupt line to stay masked after switching from IO/APIC to PIC delivery mode, which obviously prevents interrupts from being delivered. - Make run_on_irqstack_code() typesafe. The function argument is a void pointer which is then casted to 'void (*fun)(void *). This breaks Control Flow Integrity checking in clang. Use proper helper functions for the three variants reuqired. -
timers-urgent-2020-09-27
a7b6c0fe · ·A set of clocksource/clockevents updates: - Reset the TI/DM timer before enabling it instead of doing it the other way round. - Initialize the reload value for the GX6605s timer correctly so the hardware counter starts at 0 again after overrun. - Make error return value negative in the h8300 timer init function
-
-
-
-
-
-
-
pm-5.9-rc7
60407230 · ·Power management fixes for 5.9-rc7 - Export rcu_idle_{enter,exit} to modules to fix build issues introduced by recent RCU-lockdep fixes (Borislav Petkov). - Add missing return statement to a stub function in the ACPI processor driver to fix a build issue introduced by recent RCU-lockdep fixes (Rafael Wysocki). - Fix recently introduced suspicious RCU usage warnings in the PSCI cpuidle driver and drop stale comments regarding RCU_NONIDLE() usage from enter_s2idle_proper() (Ulf Hansson). - Fix error code path in the tegra30 devfreq driver (Dan Carpenter). - Add missing information to devfreq_summary debugfs (Chanwoo Choi). -
wireless-drivers-2020-09-25
efb16763 · ·wireless-drivers fixes for v5.9 Second, and last, set of fixes for v5.9. Only one important regression fix for mt76. mt76 * fix a regression in aggregation which appeared after mac80211 changes
-
3.10.107-23
75d11cd0 · · -
v5.4-stm32mp-r1.1
ec918908 · ·The following changes since commit b8663f5fdb5cfd6f243b72c9fac82c24b2594294: usb: dwc2: defer probe in case of core reset failure (2020-06-01 10:07:58 +0200) are available in the Git repository at: https://github.com/STMicroelectronics/linux.git tags/v5.4-stm32mp-r1.1 for you to fetch changes up to ec918908fd55be1ce4cd1357ca68f9bf7174b81a: Revert "usb: dwc2: defer probe in case of core reset failure" (2020-09-08 15:54:08 +0200) ---------------------------------------------------------------- This is the v5.4-stm32mp-r1.1 release. ---------------------------------------------------------------- Alain Volmat (3): spi: stm32: properly handle 0 byte transfer spi: stm32: removal of the data extension feature spi: stm32h7: ensure message are smaller than max size Alexandre Torgue (1): opp: core: fix memory leak in probe deferral Amelie Delaunay (8): dmaengine: stm32-dma: fix max width computing usb: dwc2: fix build issue when config is USB_DWC2_HOST only Merge tag 'v5.4.56' into v5.4-stm32mp usb: dwc2: disable Link Power Management on STM32MP1 HS OTG usb: dwc2: fix error path with missing dwc2_drd_exit usb: dwc2: fix dwc2_drd_exit order in remove usb: dwc2: drd: fix sleeping while spinlock atomic context Revert "usb: dwc2: defer probe in case of core reset failure" Arnaud Pouliquen (1): rpmg: rpmsg_tty: rework to tty port allocation and release Christophe Guibout (1): ARM: dts: stm32: fix thermal trip point to stm32mp15xd Patrice Chotard (1): spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER arch/arm/boot/dts/stm32mp15xd.dtsi | 2 +- drivers/block/loop.c | 6 +- drivers/dma/stm32-dma.c | 3 +- drivers/iio/adc/stm32-adc.c | 8 +- drivers/iio/adc/stm32-dfsdm-adc.c | 21 +- drivers/mmc/host/mmci.c | 28 +- drivers/mtd/nand/raw/nand_base.c | 10 +- drivers/opp/core.c | 3 + drivers/rpmsg/rpmsg_tty.c | 97 +-- drivers/spi/spi-stm32-qspi.c | 46 +- drivers/spi/spi-stm32.c | 71 +-- drivers/usb/dwc2/core.h | 1 + drivers/usb/dwc2/drd.c | 36 +- drivers/usb/dwc2/params.c | 4 + drivers/usb/dwc2/platform.c | 29 +- 2538 files changed, 26722 insertions(+), 12683 deletions(-) -
-
-
4.9.236-38
cbb49c05 · · -
4.9.236-39
cbb49c05 · · -
-
-