[PATCH 1/4] common.h: remove unused region_overlap()
2020-05-04 14:24 UTC (4+ messages)
` [PATCH 2/4] common.h: move and rename lregion_overlap()
` [PATCH 3/4] nios2: include <asm-generic/io.h> from asm/io.h
` [PATCH 4/4] common.h: move the generic IOMEM definition to asm-generic/io.h
[PATCH] mtd: nand_bbt: Skip bad blocks when searching for the BBT in NAND
2020-05-04 13:44 UTC
[PATCH] mtd: mtdraw: Fix cdev size calculation for large NANDs
2020-05-04 13:21 UTC
[PATCH] kbuild: add $(always-y) to 'targets'
2020-05-04 11:27 UTC (3+ messages)
[PATCH 1/2] scripts: bareboximd: fix write_file error handling
2020-05-04 8:35 UTC (2+ messages)
` [PATCH 2/2] common: imd: handle error in imd_write_crc32
[PATCH 0/5] net: cpsw: dual_emac mode
2020-05-04 7:50 UTC (6+ messages)
` [PATCH 1/5] net: cpsw: fix cpsw_slave_regs register offsets
` [PATCH 2/5] net: cpsw: move generic setup code to probe
` [PATCH 3/5] net: cpsw: cpsw_process should only handle rx channels for its own port
` [PATCH 4/5] net: cpsw: add vlan handling for dual_emac mode
` [PATCH 5/5] net: cpsw: make cpsw_send directional
[PATCH 1/2] scripts: imd: fix uninitialized variable read
2020-05-04 7:38 UTC (8+ messages)
` [PATCH 2/2] of: fix side effect in macro expansion
[PATCH] spi: Kconfig: drop unneeded dependency
2020-05-04 7:02 UTC (2+ messages)
[PATCH] arm: zylonite: drop empty header
2020-05-04 7:01 UTC (2+ messages)
[PATCH 1/4] kbuild: do not delete $@ explicitly on failure
2020-05-04 7:00 UTC (5+ messages)
` [PATCH 2/4] kbuild: sync filechk rule with Linux 5.7-rc2
` [PATCH 3/4] kbuild: sync if_changed and friends "
` [PATCH 4/4] kbuild: sync scripts/Kbuild.include "
[PATCH 1/2] mips: remove unused INCDIR and BOARD variables in Makefile
2020-05-04 6:49 UTC (3+ messages)
` [PATCH 2/2] mips: remove unused board/debug_ll.h
[PATCH] arm: remove empty config.h
2020-05-04 6:47 UTC (2+ messages)
[PATCH 0/5] move arch/ppc to arch/powerpc
2020-05-04 6:37 UTC (8+ messages)
` [PATCH 1/5] ppc: remove unneeded -D CONFIG_PPC
` [PATCH 2/5] ppc: pass -mno-spe and -mspe=no to cc-option
` [PATCH 3/5] ppc: add arch/ppc/Kbuild
` [PATCH 4/5] image: support 'powerpc' for mkimage architecture
` [PATCH 5/5] ppc: rename arch/ppc/ to arch/powerpc/
[PATCH v3] of: refactor of_read_number for clarity
2020-05-04 5:44 UTC (2+ messages)
[PATCH] video: ssd1307fb: fix null pointer dereference on error
2020-05-04 5:43 UTC (2+ messages)
[PATCH] ubi: Refuse to attach partitioned mtd devices
2020-04-30 9:30 UTC
[PATCH] ARM: Phytec phyCORE i.MX6: delete wrong memory node
2020-04-30 5:44 UTC (3+ messages)
[PATCH] arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiers
2020-04-29 15:52 UTC (4+ messages)
[PATCH] ARM: dts: vexpress-v2p-ca9: adapt fixed NOR flash partition setup
2020-04-29 15:35 UTC
[PATCH v2] of: refactor of_read_number for clarity
2020-04-29 8:58 UTC
[PATCH v3 0/7] elf: add better bootm support
2020-04-29 8:55 UTC (10+ messages)
` [PATCH v3 1/7] common: elf: add computation of elf boundaries
` [PATCH v3 2/7] common: elf: fix warning on 32 bits architectures
` [PATCH v3 3/7] common: elf: split init to be reused from other function
` [PATCH v3 4/7] common: elf: add elf_open, elf_close and elf_load
` [PATCH v3 5/7] common: bootm: add support for elf file loading
` [PATCH v3 6/7] mips: lib: bootm: use bootm elf loading capabilities
` [PATCH v3 7/7] common: elf: remove elf_load_image/elf_release_image
[RFC PATCH] ddr: fsl: fix null pointer dereference handling DDR4 memories
2020-04-29 7:25 UTC (2+ messages)
[PATCH 1/5] commands: remove left-over CMD_AT91MUX Kconfig option
2020-04-29 7:09 UTC (6+ messages)
` [PATCH 2/5] x86: mach-i386: remove unused X86_GENERIC_HAS_{ISA, PCI, USB} options
` [PATCH 3/5] net: remove unused Kconfig options
` [PATCH 4/5] net: enc28j60: fix typo in referenced Kconfig option
` [PATCH 5/5] PPC: remove unused left-over "
[PATCH 01/11] scripts: import Zephyr scripts/kconfig/lint.py into barebox
2020-04-29 6:43 UTC (12+ messages)
` [PATCH 02/11] scripts: kconfig-lint.py: extend for undefined symbol detection
` [PATCH 03/11] commands: fix misindented help text
` [PATCH 04/11] ARM: at91: remove undefined Kconfig symbol
` [PATCH 05/11] ARM: socfpga: remove duplicate ARCH_TEXT_BASE
` [PATCH 06/11] crypto: drop select on non-existing Kconfig options
` [PATCH 07/11] lib: bch: define referenced but undefined Kconfig option
` [PATCH 08/11] MIPS: ath79: define used, but undefined, "
` [PATCH 09/11] phy: freescale: fix typo in Kconfig default
` [PATCH 10/11] reset: "
` [PATCH 11/11] treewide: Kconfig: remove some unused symbols
[PATCH v2 0/6] elf: add better bootm support
2020-04-28 12:40 UTC (15+ messages)
` [PATCH v2 1/6] common: elf: add computation of elf boundaries
` [PATCH v2 2/6] common: elf: fix warning on 32 bits architectures
` [PATCH v2 3/6] common: elf: split init to be reused from other function
` [PATCH v2 4/6] common: elf: add elf_open and elf_close
` [PATCH v2 5/6] common: bootm: add support for elf file loading
` [PATCH v2 6/6] mips: lib: bootm: use bootm elf loading capabilities
` [PATCH v2 6/6] mips: lib: bootm: use new data->elf member
docker-barebox-mkall
2020-04-28 12:22 UTC
[PATCH] ppc: Test for compiler options
2020-04-28 9:41 UTC (2+ messages)
[PATCH] x86: delete X86_NATIVE_BRINGUP in choice
2020-04-28 7:48 UTC (2+ messages)
[PATCH 1/3] ARM: stm32mp: add Linux Automation MC-1 support
2020-04-28 7:47 UTC (8+ messages)
` [PATCH 2/3] ARM: stm32mp: lxa-mc1: break reg_3v3 dependency on PMIC
` [PATCH] fixup! ARM: stm32mp: add Linux Automation MC-1 support
` [PATCH 3/3] ARM: stm32mp: expand stm32mp_defconfig for new drivers and board
[PATCH] treewide: remove references to CREDITS
2020-04-28 7:41 UTC (5+ messages)
[PATCH 1/3] ARM: i.MX: boot: correctly handle SRC_SBMR1 override via SRC_GPR9
2020-04-27 8:28 UTC (5+ messages)
` [PATCH 2/3] ARM: i.MX: boot: interpret reserved boot as forced serial
` [PATCH 3/3] ARM: i.MX6: boot: handle i.MX6UL differences
[PATCH 1/6] kbuild: remove meaningless headers_check from help target
2020-04-27 7:56 UTC (7+ messages)
` [PATCH 2/6] modpost: sync mk_elfconfig.c with Linux 5.7-rc2
` [PATCH 3/6] kbuild: swap the include order of arch Makefile and auto.conf.cmd
` [PATCH 4/6] kbuild: make DEFCONFIG_LIST work
` [PATCH 5/6] kbuild: use $(SRCARCH) to point to the arch directory
` [PATCH 6/6] kbuild: set SRCARCH=arm when ARCH=arm64
[PATCH v2 1/2] LICENSES: Add MIT license
2020-04-27 7:09 UTC (6+ messages)
` [PATCH v2 2/2] commands/*: Replace license and copyright boilerplate by SPDX identfiers
[PATCH] dtc: remove redundant YYLOC global declaration
2020-04-27 6:56 UTC (2+ messages)
[PATCH] mach-imx: hab: Unlock CAAM MID for OP-TEE
2020-04-23 7:09 UTC (4+ messages)
[PATCH] common: bootm: Enforce CONFIG_BOOTM_FORCE_SIGNED_IMAGES for TEE bins
2020-04-23 7:06 UTC (2+ messages)
[PATCH 0/6] elf: add better bootm support
2020-04-23 7:04 UTC (10+ 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 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 (2+ messages)
[PATCH 1/4] mci: sdhci: provide sdhci_readx_poll_timeout helpers
2020-04-22 5:51 UTC (6+ messages)
` [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)
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