Tags give the ability to mark specific points in history as being important
-
-
vfs-5.7-merge-1
56939e01 · ·New code for 5.7: - Fix a regression where we broke the userspace hibernation driver by disallowing writes to the swap device.
-
xfs-5.7-merge-7
69363999 · ·New code for 5.7: - Fix a hard to trigger race between iclog error checking and log shutdown. - Strengthen the AGF verifier. - Ratelimit some of the more spammy error messages. - Remove the icdinode uid/gid members and just use the ones in the vfs inode. - Hold ILOCK across insert/collapse range. - Clean up the extended attribute interfaces. - Clean up the attr flags mess. - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering warnings in the process accounting code. - Remove the flexibly-sized array from struct xfs_agfl to eliminate compiler warnings about unaligned pointers and packed structures. - Various macro and typedef removals. - Stale metadata buffers if we decide they're corrupt outside of a verifier. - Check directory data/block/free block owners. - Fix a UAF when aborting inactivation of a corrupt xattr fork. - Teach online scrub to report failed directory and attr name lookups as a metadata corruption instead of a runtime error. - Avoid potential buffer overflows in sysfs files by using scnprintf. - Fix a regression in getdents lookups due to a mistake in pointer arithmetic. - Refactor btree cursor private data structures to use anonymous unions. - Cleanups in the log unmounting code. - Fix a potential mishandling of ENOMEM errors on multi-block directory buffer lookups. - Fix an incorrect test in the block allocation code. - Cleanups and name prefix shortening in the scrub code. - Introduce btree bulk loading code for online repair and scrub. - Fix a quotaoff log item leak (and hang) when the fs goes down midway through a quotaoff operation. - Remove di_version from the incore inode. - Refactor some of the log shutdown checking code. - Record the forcing of the log unmount records in the log force counters.
-
v4.19-stm32mp-r3.1
bcac5af7 · ·The following changes since commit 1cb30cb5ffc29a53ec2031b6a29878ddd266516c: serial: stm32: use dma_request/release_chan_linked API for rx (2020-01-20 17:30:55 +0100) are available in the Git repository at: https://github.com/STMicroelectronics/linux.git tags/v4.19-stm32mp-r3.1 for you to fetch changes up to bcac5af7a5f8d42359cdbfeeca665f70bc678718: phy: stm32: rework PLL Lock detection (2020-03-18 18:35:14 +0100) ---------------------------------------------------------------- This is the v4.19-stm32mp-r3.1 release. ---------------------------------------------------------------- Alain Volmat (1): spi: stm32: always perform registers configuration prior to transfer Alexandre Torgue (3): phy: core: Add consumer device link support dt-bindings: stm32: document STM32MP151 and STM32MP153 SoC ARM: stm32: add STM32MP151 and STM32MP153 SoC support Amelie Delaunay (17): usb: dwc2: enable FS/LS PHY clock select on stm32mp1_fsotg usb: dwc2: set ahbcfg parameter for STM32MP1 OTG HS and FS ARM: dts: stm32: adjust USB OTG gadget fifo sizes in stm32mp157c phy: stm32: fix ck_usbo_48m management and remove clk: don't prepare_enable/disable_unprepare an unregistered old_parent clk mfd: stmfx: reset chip on resume as supply was disabled mfd: stmfx: fix stmfx_irq_init error path mfd: stmfx: disable irq in suspend to avoid spurious interrupt dmaengine: stm32-dma: avoid race condition around DMA/MDMA flush dmaengine: stm32-dma: display stm32_dma_mdma_flush_remaining return value dmaengine: stm32-dma: rework irq handler to manage error before transfer events dmaengine: stm32-mdma: rework interrupt handler i2c: stm32f7: fix documentation warnings when compiling with W=1 ARM: configs: fix CONFIG_NR_CPUS in multiv7_addons fragment usb: dwc2: mask CONIDSTSCHNG interrupt during suspend with extcon Merge tag 'v4.19.108' into v4.19-stm32mp phy: stm32: rework PLL Lock detection Erwan Le Ray (1): serial: stm32: fix -Wall W=1 compilation warnings Gabriel Fernandez (1): clk: stm32mp1: Add DT bindings for bus clocks PCLK 1/2/3/4/5 Kishon Vijay Abraham I (1): phy: core: Fix phy_get() to not return error on link creation failure Ludovic Barre (2): mmc: mmci: sdmmc: fix DMA API warning: max segment size mmc: mmci: sdmmc: fix DMA API warning overlapping mappings Pascal Paillet (2): ARM: dts: stm32: reduce temperature critical threshold on stm32mp157c regulator: stpmic1: Usb boost over-current protection workaround Peter Ujfalusi (1): dmaengine: Add basic debugfs support Yannick Fertre (1): Revert "drm/panel: rm68200: don't reset at unprepare call" .../devicetree/bindings/arm/stm32/stm32.txt | 2 + arch/arm/boot/dts/stm32mp157c.dtsi | 10 +- arch/arm/configs/fragment-02-multiv7_addons.config | 2 +- arch/arm/mach-stm32/board-dt.c | 2 + drivers/clk/clk-stm32mp1.c | 10 +- drivers/clk/clk.c | 17 +- drivers/dma/dmaengine.c | 87 ++++- drivers/dma/stm32-dma.c | 56 ++- drivers/dma/stm32-mdma.c | 64 +-- drivers/gpu/drm/panel/panel-raydium-rm68200.c | 5 + drivers/i2c/busses/i2c-stm32f7.c | 14 +- drivers/mfd/stmfx.c | 22 +- drivers/mmc/host/mmci_stm32_sdmmc.c | 17 +- drivers/phy/phy-core.c | 43 +- drivers/phy/st/phy-stm32-usbphyc.c | 89 +++-- drivers/regulator/stpmic1_regulator.c | 197 +++++++++- drivers/spi/spi-stm32.c | 60 ++- drivers/tty/serial/stm32-usart.c | 43 +- drivers/usb/dwc2/core.h | 2 + drivers/usb/dwc2/drd.c | 26 ++ drivers/usb/dwc2/params.c | 4 + drivers/usb/dwc2/platform.c | 4 + drivers/usb/renesas_usbhs/rcar2.c | 2 +- include/dt-bindings/clock/stm32mp1-clks.h | 6 + include/linux/dmaengine.h | 9 + include/linux/mfd/stmfx.h | 1 + include/linux/phy/phy.h | 9 +- 1691 files changed, 15882 insertions(+), 9343 deletions(-) -
-
-
-
-
-
-
-
-
-
-
-
-
3.10.107-20
409d98d6 · · -
3.10.107-21
409d98d6 · · -
xfs-5.7-merge-6
6471e9c5 · ·New code for 5.7: - Fix a hard to trigger race between iclog error checking and log shutdown. - Strengthen the AGF verifier. - Ratelimit some of the more spammy error messages. - Remove the icdinode uid/gid members and just use the ones in the vfs inode. - Hold ILOCK across insert/collapse range. - Clean up the extended attribute interfaces. - Clean up the attr flags mess. - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering warnings in the process accounting code. - Remove the flexibly-sized array from struct xfs_agfl to eliminate compiler warnings about unaligned pointers and packed structures. - Various macro and typedef removals. - Stale metadata buffers if we decide they're corrupt outside of a verifier. - Check directory data/block/free block owners. - Fix a UAF when aborting inactivation of a corrupt xattr fork. - Teach online scrub to report failed directory and attr name lookups as a metadata corruption instead of a runtime error. - Avoid potential buffer overflows in sysfs files by using scnprintf. - Fix a regression in getdents lookups due to a mistake in pointer arithmetic. - Refactor btree cursor private data structures to use anonymous unions. - Cleanups in the log unmounting code. - Fix a potential mishandling of ENOMEM errors on multi-block directory buffer lookups. - Fix an incorrect test in the block allocation code. - Cleanups and name prefix shortening in the scrub code. - Introduce btree bulk loading code for online repair and scrub. - Fix a quotaoff log item leak (and hang) when the fs goes down midway through a quotaoff operation. - Remove di_version from the incore inode.
-
xfs-5.7-merge-5
8a627143 · ·New code for 5.7: - Fix a hard to trigger race between iclog error checking and log shutdown. - Strengthen the AGF verifier. - Ratelimit some of the more spammy error messages. - Remove the icdinode uid/gid members and just use the ones in the vfs inode. - Hold ILOCK across insert/collapse range. - Clean up the extended attribute interfaces. - Clean up the attr flags mess. - Restore PF_MEMALLOC after exiting xfsaild thread to avoid triggering warnings in the process accounting code. - Remove the flexibly-sized array from struct xfs_agfl to eliminate compiler warnings about unaligned pointers and packed structures. - Various macro and typedef removals. - Stale metadata buffers if we decide they're corrupt outside of a verifier. - Check directory data/block/free block owners. - Fix a UAF when aborting inactivation of a corrupt xattr fork. - Teach online scrub to report failed directory and attr name lookups as a metadata corruption instead of a runtime error. - Avoid potential buffer overflows in sysfs files by using scnprintf. - Fix a regression in getdents lookups due to a mistake in pointer arithmetic. - Refactor btree cursor private data structures to use anonymous unions. - Cleanups in the log unmounting code. - Fix a potential mishandling of ENOMEM errors on multi-block directory buffer lookups. - Fix an incorrect test in the block allocation code. - Cleanups and name prefix shortening in the scrub code. - Introduce btree bulk loading code for online repair and scrub. - Fix a quotaoff log item leak (and hang) when the fs goes down midway through a quotaoff operation.