[PATCH 00/10] HYP mode handling and RasPi 3 support
2018-01-29 16:30 UTC (8+ messages)
` [PATCH 01/10] ARM: import opcode helpers from Linux kernel
` [PATCH 02/10] ARM: safely switch from HYP to SVC mode if required
` [PATCH 03/10] ARM: allow secure monitor code to be built without PSCI
` [PATCH 04/10] ARM: add file for HYP mode related setup
` [PATCH 08/10] ARM: rpi: add revision IDs for Pi 3 Model B and Pi Zero
` [PATCH 09/10] ARM: rpi: add raspberry pi 3 support
` [PATCH 10/10] ARM: rpi: autosize malloc area
[PATCH] ratp: remove unused context fields
2018-01-29 16:28 UTC
[PATCH 1/3] commands: ubi: ubiupdatevol: Reduce error code to 0 or 1
2018-01-29 13:04 UTC (3+ messages)
` [PATCH 2/3] ARM: configs: am335x_defconfig: Reorder configs
` [PATCH 3/3] drivers: mtd: nand: omap: Return stat value
[PATCH v3 0/3] sandbox: add gpio support with libftdi1
2018-01-29 7:28 UTC (8+ messages)
` [PATCH v3 1/3] sandbox: avoid symbol conflict for {open, read, close}dir
` [PATCH v3 2/3] sandbox: add gpio support with libftdi1
` [PATCH v3 3/3] sandbox: add i2c and spi libftdi1 bit-bang example
[PATCH] fs: Fix memory leak in mount()
2018-01-29 7:24 UTC (3+ messages)
[PATCH] ratp: remove unused list pointer from ratp_bb_pkt
2018-01-28 21:30 UTC
[PATCH] ratp: move barebox-specific command to ratp_bb.h
2018-01-28 21:30 UTC
[PATCH] ratp: rename global context variable
2018-01-28 21:29 UTC
[PATCH] of: base: fix segfault in of_get_machine_compatible()
2018-01-28 13:08 UTC
[PATCH] bbremote: rename command subparser variables
2018-01-28 10:33 UTC
[PATCH 0/2] Make finding fixup nodes more robust
2018-01-26 21:36 UTC (5+ messages)
` [PATCH 1/2] of: Add function to find the same node in another tree
` [PATCH 2/2] of: mtd: partition: Use reproducible node names for fixup
[PATCH] bootargs: Fix memory leak in linux_bootargs_get()
2018-01-26 20:57 UTC
[PATCH v3 1/5] net/e1000: remove one level of indentation
2018-01-26 13:32 UTC (5+ messages)
` [PATCH v3 2/5] net/e1000: use correct bit for flash detection
` [PATCH v3 3/5] net/e1000: EEPROM isn't valid if only iNVM is available
` [PATCH v3 4/5] net/e1000: don't check EEPROM signature if populated from iNVM
` [PATCH v3 5/5] net/e1000: don't register EERPOM device if the content is invalid
[PATCH 0/7] Make TFTP detection more convenient
2018-01-25 7:46 UTC (13+ messages)
` [PATCH 1/7] startup: create /tmp
` [PATCH 2/7] fs: implement is_tftp_fs()
` [PATCH 3/7] libfile: implement make_temp
` [PATCH 4/7] libfile: implement a function to cache a file
` [PATCH 5/7] uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaround
` [PATCH 6/7] fs/uimagefs: "
` [PATCH 7/7] fs: remove now unused function can_lseek_backward()
[PATCH v2 0/8] Make TFTP detection more convenient
2018-01-25 7:45 UTC (9+ messages)
` [PATCH 1/8] startup: create /tmp
` [PATCH 2/8] fs: implement is_tftp_fs()
` [PATCH 3/8] libfile: implement make_temp
` [PATCH 4/8] libfile: implement a function to cache a file
` [PATCH 5/8] uimage: fix memory leak in error path
` [PATCH 6/8] uimage: Use is_tftp_fs() and cache_file() to ease TFTP workaround
` [PATCH 7/8] fs/uimagefs: "
` [PATCH 8/8] fs: remove now unused function can_lseek_backward()
[PATCH 1/3] net/e1000: use correct bit to check for flash presence
2018-01-25 7:21 UTC (4+ messages)
` [PATCH 2/3] net/e1000: mark EEPROM as invalid if external flash is absent
` [PATCH 3/3] net/e1000: don't check EEPROM signature if populated from iNVM
[PATCH] commands/Kconfig: fix copy'n'paste error in CMD_GPIO help
2018-01-25 7:20 UTC (2+ messages)
[PATCH v2] net: phy: scan PHYs referenced by phandle
2018-01-25 7:20 UTC (2+ messages)
[PATCH] at91sam9x5ek: Add appropriate compatibility guards to all initcalls
2018-01-25 7:17 UTC (2+ messages)
[PATCH] i2c: read/write_reg: don't assume client->dev to be valid
2018-01-25 7:15 UTC (2+ messages)
[PATCH] sandbox: use 'poweroff' command for exit
2018-01-25 7:14 UTC (5+ messages)
[PATCH] net/e1000: init eeprom word size if only iNVM is found
2018-01-24 10:34 UTC (2+ messages)
[PATCH v2 1/2] mci: drop unused parameter from mci_switch()
2018-01-22 8:48 UTC (4+ messages)
` [PATCH v2 2/2] mci: implement command to switch a mmc device to enhanced mode
v2018.01.0
2018-01-22 8:43 UTC
[PATCH] commands/Kconfig: Fix tpyo
2018-01-22 8:32 UTC (2+ messages)
[PATCH v2] state: Documentation: fix typo
2018-01-22 7:37 UTC
[PATCH] state: Documentation: fix typo
2018-01-22 7:37 UTC (4+ messages)
[PATCH] Documentation: Bootchooser: fix typo
2018-01-22 7:28 UTC (2+ messages)
[PATCH] blspec: fix crash when trying to boot from loop mounts
2018-01-22 7:27 UTC (2+ messages)
[PATCH] partitions: dos: Treat all extended partition types equally
2018-01-22 7:26 UTC (2+ messages)
[PATCH 1/2] mci: drop unused parameter from mci_switch()
2018-01-19 13:26 UTC (3+ messages)
` [PATCH 2/2] mci: implement command to switch a mmc device to enhanced mode
[PATCH v2 0/7] sandbox: add gpio support with libftdi1
2018-01-19 11:39 UTC (16+ messages)
` [PATCH v2 1/7] sandbox: avoid symbol conflict for {open, read, close}dir
` [PATCH v2 2/7] sandbox: add gpio support with libftdi1
` [PATCH v2 3/7] sandbox: add i2c and spi libftdi1 bit-bang example
` [PATCH v2 4/7] move parseopt to lib/
` [PATCH v2 5/7] include/parseopt.h: add guard macro
` [PATCH v2 6/7] parseopt: introduce parseopt_u16() and parseopt_str()
` [PATCH v2 7/7] sandbox: parse libftdi options
[PATCH] FIT: export fit_open_configuration() and fit_open_image()
2018-01-18 12:54 UTC
[PATCH] FIT: Fix error path
2018-01-17 13:22 UTC
[PATCH v3 0/3] Enable DT support for AT91SAM9263EK
2018-01-17 10:07 UTC (5+ messages)
` [PATCH v3 1/3] arm: at91: move irq_fixup to header file
` [PATCH v3 2/3] arm: at91: simplify soc setup
` [PATCH v3 3/3] at91sam9263ek: enable DT support
command: hashsum: md5sum reports wrong sum for the file named 4k.bin
2018-01-17 9:31 UTC (13+ messages)
` [PATCH] lib: parse_area_spec: don't modify *start and *size values if parse failed
` [PATCH v2 1/3] lib: parse_area_spec: don't modify *start value "
` [PATCH v2 2/3] lib: parse_area_spec: part of the area spec after -/+ should start with a digit
` [PATCH v2 3/3] lib: parse_area_spec: no extra symbols after area spec are allowed except for spaces
[PATCH 1/2] common: state: Add property to protect existing data
2018-01-17 8:58 UTC (3+ messages)
[PATCH] of: base: use root_node compatible as suggestion for a hostname
2018-01-17 8:20 UTC (2+ messages)
[PATCH] atmel_lcdfb: introduce driver data
2018-01-17 8:06 UTC (4+ messages)
[PATCH] net/e1000: fix driver probing in the presence of two e1000 devices
2018-01-17 8:03 UTC (2+ messages)
Barebox device tree overlay support
2018-01-12 10:14 UTC (4+ messages)
fastboot sparse support
2018-01-12 8:03 UTC (9+ messages)
` [PATCH 1/7] fs: implement ftruncate
` [PATCH 2/7] ubiformat: Add ubiformat write function
` [PATCH 3/7] Documentation: USB gadget: Add section for partition description
` [PATCH 4/7] filetype: Add fastboot sparse format detection
` [PATCH 5/7] Add support for fastboot sparse images
` [PATCH 6/7] file_list: Add ubi flag
` [PATCH 7/7] usb: gadget: fastboot: Add sparse image support
` [PATCH] "
[PATCH] Revert "mci: imx-esdhc: Enable clock"
2018-01-11 8:44 UTC (2+ messages)
[PATCH] i.MX: Select DRIVER_SPI_IMX_2_3 for i.MX7
2018-01-11 8:44 UTC (2+ messages)
[PATCH] i.MX: ecspi: Enable imx->clk as a part of initialization
2018-01-11 8:44 UTC (2+ messages)
[PATCH 1/2] i.MX: Fix MX7_UART2_BASE_ADDR
2018-01-11 8:43 UTC (3+ messages)
` [PATCH 2/2] i.MX7: Add CCM definitions for UART2
[PATCH] Kconfig: drop unused HAS_POWEROFF
2018-01-11 8:42 UTC (2+ messages)
[PATCH] reset: reset-socfpga: sync driver with linux
2018-01-11 8:42 UTC (2+ messages)
[PATCH 1/2] ARM: socfpga: get rid of clock-frequency assignments
2018-01-11 8:36 UTC (3+ messages)
` [PATCH 2/2] ARM: socfpga: move environment from dtsi to board dts
[PATCH 1/4] net: designware: move probe to generic driver
2018-01-11 8:34 UTC (5+ messages)
` [PATCH 2/4] net: add SoCFPGA-specific designware driver
` [PATCH 3/4] ARM: SoCFPGA: remove emac init code
` [PATCH 4/4] net: designware: add warning for drvdata
[PATCH] i2c: designware: evaluate i2c-sda-hold-time property
2018-01-11 8:16 UTC (2+ messages)
[PATCH] ARM: i.MX6: add new silicon revision number 1.6
2018-01-11 7:50 UTC (2+ messages)
[PATCH] usbgadget: Update command help text
2018-01-11 7:33 UTC
[PATCH] ubiformat: Lower message printing frequency
2018-01-11 7:32 UTC
[PATCH] device parameters: Allow dots in device names for setenv aswell
2018-01-10 15:06 UTC
[PATCH v5 0/22] at91: move reset vector to board code
2018-01-09 10:35 UTC (17+ messages)
` [PATCH v5 02/22] arm: at91: refactor lowlevel_init selection
` [PATCH v5 07/22] at91sam9261ek, at91sam9g10ek: move reset vector to board code
` [PATCH v5 09/22] at91: drop unused at91sam9261_lowlevel_init
` [PATCH v5 10/22] pm9263: move reset vector to board code
` [PATCH v5 11/22] {usb,tny}-a926x: "
` [PATCH v5 13/22] haba-knx: "
` [PATCH v5 14/22] sama5d{3, 4}{xek, xplained}: "
` [PATCH v5 15/22] at91sam9n12ek: "
` [PATCH v5 16/22] at91sam9260ek, at91sam9g20ek: "
` [PATCH v5 17/22] at91sam9m10g45ek, at91sam9m10ihd, pm9g45: "
` [PATCH v5 18/22] animeo: "
` [PATCH v5 19/22] telit-evk-pro3: "
` [PATCH v5 20/22] dss11: "
` [PATCH v5 21/22] at91rm9200ek: "
` [PATCH v5 22/22] arm: at91: remove leftovers from moving reset code in mach-at91
[PATCH v2 0/4] Enable DT support for AT91SAM9263EK
2018-01-07 22:11 UTC (3+ messages)
` [PATCH 4/4] at91sam9263ek: enable DT support
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