[PATCH 0/6] elf: add better bootm support
2020-04-23 6:56 UTC (9+ messages)
` [PATCH 1/6] common: elf: add computation of elf boundaries
` [PATCH 2/6] common: elf: fix warning on 32 bits architectures
` [PATCH 3/6] common: elf: split init to be reused from other function
` [PATCH 4/6] common: elf: add elf_open and elf_close
` [PATCH 5/6] common: bootm: add support for elf file loading
` [PATCH 6/6] mips: lib: bootm: use new data->elf member
[PATCH v2 1/3] startup: rename AUTOBOOT_UNKNOWN to more descriptive AUTOBOOT_COUNTDOWN
2020-04-23 6:30 UTC (4+ messages)
` [PATCH v2 2/3] startup: don't clobber original autoboot state
` [PATCH v2 3/3] startup: add $global.autoboot to make behavior configurable
[PATCH] kconfig: update to Linux 5.7-rc2
2020-04-23 6:27 UTC (2+ messages)
[PATCH v2 1/4] riscv: remove meaningless LDFLAGS addition
2020-04-23 6:26 UTC (5+ messages)
` [PATCH v2 2/4] mips: rename ldflags-y to mips-ldflags-y
` [PATCH v2 3/4] kbuild: support ccflags-y, asflags-y, cppflags-y, and ldflags-y
` [PATCH v2 4/4] kbuild: prefix compiler flag variables with KBUILD_
[PATCH v2 1/2] LICENSES: Add MIT license
2020-04-23 6:25 UTC (3+ messages)
` [PATCH v2 2/2] commands/*: Replace license and copyright boilerplate by SPDX identfiers
[PATCH] mach-imx: hab: Unlock CAAM MID for OP-TEE
2020-04-22 12:34 UTC (2+ messages)
[PATCH] common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE bins
2020-04-22 11:39 UTC
[PATCH v4 00/11] Protect code from pollers
2020-04-22 7:54 UTC (12+ messages)
` [PATCH 01/11] poller: Give pollers a name
` [PATCH 02/11] poller: Add a poller command
` [PATCH 03/11] Introduce slices
` [PATCH 04/11] net: Add a slice to struct eth_device
` [PATCH 05/11] net: mdiobus: Add slice
` [PATCH 06/11] usb: Add a slice to usb host controllers
` [PATCH 07/11] usbnet: Add slice
` [PATCH 08/11] net: Call net_poll() in a poller
` [PATCH 09/11] net: reply to ping requests
` [PATCH 10/11] usbnet: Be more friendly in the receive path
` [PATCH 11/11] poller: Allow to run pollers inside of pollers
[PATCH v3 00/19] Protect code from pollers
2020-04-22 7:40 UTC (6+ messages)
` [PATCH 19/19] poller: Allow to run pollers inside of pollers
[PATCH] startup: add $global.autoboot to make behavior configurable
2020-04-22 7:29 UTC (3+ messages)
[PATCH] Documentation: kvx: add first documentation
2020-04-22 6:03 UTC (2+ messages)
[PATCH 1/2] kbuild: support ccflags-y, asflags-y, and cppflags-y
2020-04-22 6:00 UTC (3+ messages)
` [PATCH 2/2] kbuild: prefix compiler flag variables with KBUILD_
[PATCH 1/4] mci: sdhci: provide sdhci_readx_poll_timeout helpers
2020-04-22 5:51 UTC (9+ messages)
` [PATCH 2/4] mci: sdhci: implement sdhci_reset()
` [PATCH 3/4] ARM: at91: dts: specify aliases for sdmmc nodes
` [PATCH 4/4] mci: sdhci: add Atmel SDHCI (sama5d2, sam9x60) support
` [PATCH 1/2] iopoll: Introduce read_poll_timeout
` [PATCH 2/2] mci: sdhci: provide sdhci_readx_poll_timeout helpers
[PATCH] commands/*: Replace license boilerplate by SPDX identfiers
2020-04-21 21:08 UTC (5+ messages)
[PATCH] Add magicvar description for autoboot variables
2020-04-20 13:49 UTC
[PATCH] ARM: dts. i.MX7: add stopgap solution for barebox UART clock breakage
2020-04-20 13:10 UTC (2+ messages)
[PATCH] libfdt: update <linux/libfdt.h> and <linux/libfdt_env.h> to Linux 5.7-rc1
2020-04-16 6:35 UTC (4+ messages)
[PATCH v2 7/7] added-zynq-fpga-manager
2020-04-15 10:27 UTC (5+ messages)
v2020.04.0
2020-04-15 10:17 UTC
[PATCH 1/3] clk-conf.h: Add missing re-inclusion protection
2020-04-15 9:57 UTC (5+ messages)
` [PATCH 3/3] driver: Call of_clk_set_defaults for each probed device
[PATCH 1/8] ARM: stm32mp: init: don't cast signed error to unsigned
2020-04-15 9:38 UTC (4+ messages)
` [PATCH 6/8] pinctrl: stm32: fix up st,package into stm32mp nodes
[PATCH v2 0/6] Add support for Kalray VLIW family (kvx)
2020-04-15 9:33 UTC (11+ messages)
` [PATCH v2 1/6] kvx: Initial Kalray Coolidge (kv3) architecture support
` [PATCH v2 2/6] kvx: Add processor definitions
` [PATCH v2 3/6] kvx: Add support for device tree
` [PATCH v2 4/6] kvx: Implement reset source and reset
` [PATCH v2 5/6] clocksource: kvx: Add kvx clocksource support
` [PATCH v2 6/6] watchdog: kvx: Add kvx watchdog support
[PATCH 1/3] kbuild: rename hostprogs-y/always to hostprogs/always-y
2020-04-15 9:29 UTC (4+ messages)
` [PATCH 2/3] kbuild: update flex and bison rules to Linux 5.7-rc1
` [PATCH 3/3] fixdep: update "
[PATCH 00/21] clk: at91: sync with Linux v5.6
2020-04-15 9:23 UTC (28+ messages)
` [PATCH 01/21] mfd: syscon: enable specified clocks on syscon_base_lookup_by_phandle
` [PATCH 02/21] mfd: syscon: refactor of_syscon_register compatible check
` [PATCH 03/21] mfd: syscon: implement device_node_to_regmap
` [PATCH 04/21] regmap: retire of_node_to_regmap in favor of device_node_to_regmap
` [PATCH 05/21] ARM: include: remove unused <asm/processor.h>
` [PATCH 06/21] treewide: use cpu_relax() where appropriate
` [PATCH 07/21] of: port Linux of_get_compatible_child helper
` [PATCH] fixup! "
` [PATCH 08/21] clk: implement clk_register_fixed_rate
` [PATCH 09/21] clk: add clk_unregister stub
` [PATCH 10/21] include: linux/kernel.h: port DIV_ROUND_CLOSEST_ULL definition
` [PATCH 11/21] clk: migrate to SPDX-License-Identifier use
` [PATCH 12/21] clk: at91: fix masterck name
` [PATCH 13/21] clk: at91: fix possible deadlock
` [PATCH 14/21] clk: at91: delete no-longer required DT compat code
` [PATCH 15/21] clk: at91: compile dt-compat for all platforms that require it
` [PATCH 16/21] clk: at91: add __init marker where appropriate
` [PATCH 17/21] clk: at91: Mark struct clk_range as const
` [PATCH 18/21] clk: at91: allow 24 Mhz clock as input for PLL
` [PATCH 19/21] clk: at91: add sama5d2 audio PLL support
` [PATCH 20/21] clk: at91: port Linux v5.6 SAM9X60 (new ARM926EJ-S) clock support
` [PATCH 21/21] clk: at91: sckc: fix off-by-1000 in udelay()
[PATCH] ppc,riscv: set something to KBUILD_DEFCONFIG
2020-04-15 9:17 UTC (2+ messages)
[PATCH] mfd: double-quote the menu prompt of MFD
2020-04-15 9:16 UTC (2+ messages)
[PATCH v2] mfd: syscon: enable specified clocks on syscon_base_lookup_by_phandle
2020-04-15 9:11 UTC
imx7d dual core boot
2020-04-14 13:05 UTC (18+ messages)
[PATCH 0/5] Add fsl-dspi driver support
2020-04-14 10:30 UTC (4+ messages)
` [PATCH 4/5] spi: Add fsl-dspi driver
[PATCH 2/2] ARM: sm.c: add the attribute 'volatile' to some asm() statements
2020-04-14 10:06 UTC (2+ messages)
[PATCH 1/2] ARM: i.MX: fixed enabling the MMU after switching in non secure mode
2020-04-14 10:03 UTC (2+ messages)
[PATCH] commands: remove CONFIG_ prefix from Kconfig symbol
2020-04-14 9:49 UTC (2+ messages)
[PATCH V2] startup: introduce global.endianness variable
2020-04-14 9:36 UTC (3+ messages)
[PATCH] uimage: add define for RISC-V architecture
2020-04-14 9:22 UTC (3+ messages)
[PATCH] checkpatch.pl: Update DT vendor prefix check
2020-04-14 9:17 UTC (2+ messages)
[PATCH] ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partition
2020-04-14 9:17 UTC (2+ messages)
[PATCH] of: overlay: fix uninitialized read of variable
2020-04-14 9:15 UTC (2+ messages)
[PATCH] of: use of_get_child_by_name() to find child node
2020-04-14 9:13 UTC (2+ messages)
[PATCH] mci: arasan: fix missing select on sdhci-helpers
2020-04-14 9:09 UTC (2+ messages)
[PATCH v2 1/7] add-MCI_SDHCI-dependency-to-Arasan-driver
2020-04-14 8:15 UTC (2+ messages)
[PATCH] fixup! regmap-mmio: Add big endian support
2020-04-14 7:14 UTC (2+ messages)
[PATCH v2 6/7] turns-on-mio7-led-an-startup
2020-04-09 14:42 UTC
[PATCH v2 5/7] added-fpga-clock-control-and-pcap-clock-control
2020-04-09 14:41 UTC
[PATCH v2 4/7] fixed-gem0-mio-settings
2020-04-09 14:40 UTC
[PATCH v2] remove-compiler-warning-in-mkimage
2020-04-09 14:39 UTC
[PATCH v2 2/7] fixed-false-bit-in-arasan-driver
2020-04-09 14:38 UTC
am335x: load a kernel with integrated initramfs
2020-04-08 17:17 UTC (9+ messages)
[PATCH 1/2] ARM: i.MX: fixed enabling the MMU after switching in non secure mode
2020-04-07 15:35 UTC
[PATCH] startup: introduce global.endianity variable
2020-04-06 12:12 UTC (3+ messages)
Booting optee
2020-04-06 8:39 UTC (2+ messages)
[PATCH 7/7] Zedboard added Zynq FPGA manager
2020-04-03 11:11 UTC (2+ messages)
[PATCH 00/23] A number of ZII related fixes
2020-04-03 7:58 UTC (9+ messages)
` [PATCH 01/23] ARM: zii-common: Gate rdu_i210_invm() call with CONFIG_PCI_IMX6
` [PATCH 11/23] ARM: zii-common: Add common environment directory
[RFC PATCH 0/4] ARM: introduce sjlj structured exception handling
2020-04-03 6:09 UTC (4+ messages)
` [RFC PATCH 1/4] ARM: implement sjlj-based TRY/CATCH "
bug report: fail to boot barebox in marvell 6281 board
2020-04-02 10:58 UTC (6+ messages)
[PATCH 6/7] Zedboard turn on LED on startup
2020-04-02 8:22 UTC
[PATCH 5/7] Zedboard added FPGA and PCAP clock control
2020-04-02 8:21 UTC
[PATCH 4/7] Zedboard fix GEM0 MIO Settings
2020-04-02 8:20 UTC
[PATCH 3/7] Zedboard fix compiler warning
2020-04-02 8:19 UTC
[PATCH 1/7] Zedboard Arasan MMC driver checks wrong bit
2020-04-02 8:18 UTC
[PATCH 1/7] Zedboard: Arasan MMC driver
2020-04-02 8:17 UTC
[PATCH 1/1] boards: liteboard: add i.MX6ULL revision
2020-04-02 8:01 UTC (3+ 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