[PATCH] ARM: ZynqMP: Add ZCU102 support
2023-09-13 13:01 UTC
[PATCH 0/3] ARM: support booting arbitrary ELF executables
2023-09-13 12:57 UTC (4+ messages)
` [PATCH 1/3] common: elf: support loading to address 0
` [PATCH 2/3] ARM: add support for booting ELF executables
` [PATCH 3/3] kbuild: support generating stripped ELF files for PBL
[PATCH] ARM: drop unreferenced left-over lib/Makefile
2023-09-13 12:40 UTC (2+ messages)
[PATCH] ARM: drop unreferenced left-over lib/Makefile
2023-09-13 12:26 UTC
[PATCH 0/2] watchdog: add Cadence watchdog support for Xilinx SoCs
2023-09-13 12:08 UTC (3+ messages)
` [PATCH 1/2] clk: implement clk_get_enabled helper
` [PATCH 2/2] watchdog: add Cadence watchdog support for Xilinx SoCs
[PATCH] ARM: Zynqmp: define cdns_serial_putc for use with pbl_set_putc
2023-09-13 12:01 UTC
[PATCH 1/2] commands: test: support signed comparisons
2023-09-13 11:59 UTC (2+ messages)
` [PATCH 2/2] test: self: add some test cases for test command
[PATCH] treewide: remove remaining _d suffixes from struct driver_d/device_d
2023-09-13 11:42 UTC
[PATCH] fs: fat: enable VFAT long file names by default
2023-09-13 10:35 UTC
[PATCH 1/3] common: machine_id: support deriving app specific UUIDs
2023-09-12 12:34 UTC (5+ messages)
` [PATCH 2/3] net: import Linux eth_addr_inc/dec/add helpers
` [PATCH 3/3] net: add generic MAC address derivation from machine ID
[PATCH 1/3] i2c: Add slices for I2C adapters
2023-09-12 12:21 UTC (4+ messages)
` [PATCH 2/3] spi: Add slices for SPI controllers
` [PATCH 3/3] net: ksz9477: Add mdio bus slice dependency to i2c/spi device
[PATCH] MIPS: bootm: fix format string type mismatch
2023-09-12 11:12 UTC (4+ messages)
[PATCH 1/2] raspi: support to read vc values via dt-2nd boot
2023-09-12 10:54 UTC (5+ messages)
` [PATCH 2/2] raspi: fixup additional vc created nodes
[PATCH 0/4] KASan: print output directly to stderr
2023-09-12 9:36 UTC (6+ messages)
` [PATCH 1/4] ARM: unwind: don't allocate while printing stack trace
` [PATCH 2/4] ARM64: backtrace: print stacktrace to stderr
` [PATCH 3/4] KASan: only print "
` [PATCH 4/4] KASan: don't allocate memory while printing report
[PATCH] include: linux/kernel.h: define PTR_ALIGN_DOWN/PTR_IS_ALIGNED
2023-09-12 9:29 UTC (2+ messages)
[PATCH] KAsan: support including header from PBL
2023-09-12 9:28 UTC (2+ messages)
[PATCH] lib: random: make linux/hw_random.h header self-contained
2023-09-12 9:27 UTC (2+ messages)
[PATCH] Documentation: dt-bindings: ocotp: deprecate barebox,provide-mac-address
2023-09-12 9:27 UTC (5+ messages)
[PATCH] ARM: i.MX8M: don't print TF-A version
2023-09-12 9:25 UTC (3+ messages)
[PATCH master 0/2] mci: sdhci: fix memory corruption on DMA
2023-09-12 9:19 UTC (4+ messages)
` [PATCH master 1/2] mci: sdhci: unmap the DMA buffers actually used
` [PATCH master 2/2] mci: sdhci: hardcode SDMA boundary for DMA
[PATCH master] boards: qemu-virt: rescan aliases after merging DT fragment
2023-09-12 8:46 UTC (2+ messages)
[PATCH v2] aiodev: imx_thermal: fix breakage after device tree sync
2023-09-12 8:45 UTC (3+ messages)
[PATCH] fs: ext4: initialize variable to silence GCC false-positive
2023-09-12 8:38 UTC (2+ messages)
Porting barebox to a new SoC
2023-09-12 6:04 UTC (19+ messages)
` [PATCH v2] "
[PATCH 0/4] Fix rockchip I2C bus
2023-09-12 6:03 UTC (14+ messages)
` [PATCH 1/4] i2c: rockchip: fix i2c stop condition
` [PATCH 2/4] i2c: rockchip: ignore i2c transfers when another transfer is running
` [PATCH 3/4] net: ksz9477: propagate phy read error
` [PATCH 4/4] net: ksz9477: propagate phy write error
[PATCH 0/5] add stack protector and guard page support
2023-09-12 4:48 UTC (8+ messages)
` [PATCH 1/5] include: move PAGE_ definitions into linux/pagemap.h
` [PATCH 2/5] ARM: mark early C setup functions as __prereloc
` [PATCH 3/5] lib: add stackprotector support
` [PATCH 4/5] ARM: mmu: catch stack overflowing into TTB with stack guard page
` [PATCH 5/5] commands: add stacksmash command for causing stack overflows
` [PATCH] fixup! lib: add stackprotector support
[PATCH 1/3] memory: Add driver for FMC2 External Bus Interface on STM32MP SoCs
2023-09-11 16:09 UTC (10+ messages)
` [PATCH 2/3] mtd: nand: Add driver for NAND controller "
` [PATCH 3/3] ARM: boards: Add MyirTech MYD-YA15XC-T development board support
[PATCH v2 0/7] tlsf: use 8-byte alignment for normal malloc allocations
2023-09-11 15:24 UTC (8+ messages)
` [PATCH v2 1/7] tlsf: turn static const variables into compiletime constant expressions
` [PATCH v2 2/7] tlsf: ensure malloc pool is aligned
` [PATCH v2 3/7] tlsf: fix sizeof(size_t) == sizeof(void *) assumption
` [PATCH v2 4/7] tlsf: give malloc 8-byte alignment on 32-bit as well
` [PATCH v2 5/7] common: malloc: ensure alignment is always at least 8 byte
` [PATCH v2 6/7] test: self: refactor to allow alignment check
` [PATCH v2 7/7] test: self: malloc: fix memory leaks
[PATCH master] aiodev: imx_thermal: fix breakage after device tree sync
2023-09-11 12:43 UTC (4+ messages)
[PATCH v2 1/3] i2c: Add slices for I2C adapters
2023-09-11 11:49 UTC (6+ messages)
` [PATCH v2 2/3] spi: Add slices for SPI controllers
` [PATCH v2 3/3] net: ksz9477: Add mdio bus slice dependency to i2c/spi device
[PATCH v2 1/3] decompressors: Update xz to include ARM64 BCJ decoder
2023-09-08 15:36 UTC (6+ messages)
` [PATCH v2 2/3] scripts: Select XZ --arm64 BCJ filter for 64-bit arm
` [PATCH v2 3/3] kbuild: remove duplicated xz compressions target
[PATCH 0/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc
2023-09-08 6:58 UTC (4+ messages)
` [PATCH 1/2] ARM: mmu64: mark barebox text section executable during early init
` [PATCH 2/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc
[PATCH 1/3] decompressors: Update xz to include ARM64 BCJ decoder
2023-09-07 13:37 UTC (14+ messages)
` [PATCH 2/3] scripts: Select XZ --arm64 BCJ filter for 64-bit arm
` [PATCH 3/3] kbuild: remove duplicated xz compressions target
` [PATCH] fixup! decompressors: Update xz to include ARM64 BCJ decoder
ARM: mmu_early_enable
2023-09-07 10:08 UTC (7+ messages)
ARM: aarch64: lowlevel: potential bug in arm_cpu_lowlevel_init
2023-09-07 8:30 UTC (4+ messages)
[PATCH 1/4] crypto: crc32: Drop CONFIG_DYNAMIC_CRC_TABLE option
2023-09-07 5:48 UTC (5+ messages)
` [PATCH 2/4] crypto: crc32: Lindent
` [PATCH 3/4] crypto: crc32: allocate crc_table statically
` [PATCH 4/4] crypto: crc32: enable for PBL
[PATCH master] ARM: i.MX8M: romapi: reserve scratch space
2023-09-06 14:16 UTC (3+ messages)
[PATCH v3] ARM: i.MX8M: esdctl: split memory banks for devices with >4G
2023-09-06 14:16 UTC (2+ messages)
[PATCH master] firmware: fix dependency tracking for PBL firmware files
2023-09-06 14:14 UTC (2+ messages)
[PATCH] commands: pwm: add option to list registered PWMs
2023-09-06 14:13 UTC (2+ messages)
[PATCH] ARM: dts: i.MX8: add pwm aliases
2023-09-06 14:10 UTC (2+ messages)
[PATCH v2 1/2] clk: implement clk_get_optional helper
2023-09-06 14:09 UTC (3+ messages)
` [PATCH v2 2/2] pwm: imx: enable clocks during PWM register accesses
[PATCH master 1/2] clk: implement clk_get_optional helper
2023-09-06 12:42 UTC (5+ messages)
` [PATCH master 2/2] pwm: imx: enable clocks during PWM register accesses
[PATCH v2] crypto: crc32: make crc32 available in PBL
2023-09-05 12:27 UTC (6+ messages)
[PATCH 1/4] ARM: boards: polyhex-debix: fix RGMII pin setup
2023-09-05 12:23 UTC (4+ messages)
` [PATCH 3/4] ARM: boards: polyhex-debix: add support to read MAC addresses
` [PATCH 4/4] ARM: dts: imx8mp-debix-som-a-bmb-08-upstream: sync with mainlined kernel version
[PATCH v2] ARM: i.MX8M: esdctl: split memory banks for devices with >4G
2023-09-05 8:11 UTC (5+ messages)
[PATCH] aiodev: port Linux vf610-adc driver
2023-09-04 10:50 UTC (2+ messages)
[PATCH 1/2] imx: Fix Kconfig dependency
2023-09-04 10:49 UTC (2+ messages)
[PATCH v4 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
2023-09-04 10:40 UTC (2+ messages)
[PATCH master] ARM: mmu32: mark whole early pagetable region as reserved
2023-09-04 9:08 UTC (2+ messages)
[PATCH] ARM: stm32mp: phycore: register barebox update handlers
2023-09-04 9:07 UTC (2+ messages)
[PATCH 1/2] ARM: i.MX: esdctl: add force_split option to add_mem
2023-08-31 14:30 UTC (4+ messages)
` [PATCH 2/2] ARM: i.MX8M: esdctl: split memory banks for devices with >4G
imx8mm & genimage
2023-08-30 14:45 UTC (4+ messages)
[PATCH 1/2] HABv4: remove useless error message
2019-12-03 14:51 UTC (6+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox