mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 00/12] various fixes for MIPS64
 2018-05-21 15:04 UTC  (14+ messages)
` [PATCH v2 01/12] resource: fix iomem root resource for 64 bit
` [PATCH v2 02/12] fs: fix memory access for 64bit MIPS
` [PATCH v2 03/12] mtd: cfi-flash: fix write_buff() for 64BIT
` [PATCH v2 04/12] i2c/muxes/i2c-mux-pca954x: fix private data retrieval for 64bit mode
` [PATCH v2 05/12] MIPS: import 64-bit address conversion macros
` [PATCH v2 06/12] common.h: fix IOMEM() for MIPS64
` [PATCH v2 07/12] mips: fix copy_to_link_location for 64 bit mode
` [PATCH v2 08/12] MIPS: use CKSEG1 instead of KSEG1
` [PATCH v2 09/12] mips: fix warnings from CPHYSADDR() macro
` [PATCH v2 10/12] mips: add PHYS_ADDR_T_64BIT option
` [PATCH v2 11/12] mips: 64BIT selects PHYS_ADDR_T_64BIT
` [PATCH v2 12/12] fixup! MIPS: import optimized string functions from Linux

[PATCH v3 00/28] ARM MMU code improvements and on-demand PTE allocation
 2018-05-18 23:30 UTC  (32+ messages)
` [PATCH v3 01/28] ARM: mmu: Remove unused ARM_VECTORS_SIZE
` [PATCH v3 02/28] ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram()
` [PATCH v3 03/28] ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()
` [PATCH v3 04/28] ARM: mmu: Introduce set_ttbr()
` [PATCH v3 05/28] ARM: mmu: Introduce set_domain()
` [PATCH v3 06/28] ARM: mmu: Share code for create_sections()
` [PATCH v3 07/28] ARM: mmu: Separate index and address in create_sections()
` [PATCH v3 08/28] sizes.h: Sync with Linux 4.16
` [PATCH v3 09/28] ARM: mmu: Specify size in bytes in create_sections()
` [PATCH v3 10/28] ARM: mmu: Share code for initial flat mapping creation
` [PATCH v3 11/28] ARM: mmu: Share PMD_SECT_DEF_CACHED
` [PATCH v3 12/28] ARM: mmu: Drop needless shifting in map_io_sections()
` [PATCH v3 13/28] ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux
` [PATCH v3 14/28] ARM: mmu: Trivial simplification in arm_mmu_remap_sdram()
` [PATCH v3 15/28] ARM: mmu: Replace various SZ_1M with PGDIR_SIZE
` [PATCH v3 16/28] ARM: mmu: Use PAGE_SIZE when specifying size of one page
` [PATCH v3 17/28] ARM: mmu: Define and use PTRS_PER_PTE
` [PATCH v3 18/28] ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12
` [PATCH v3 19/28] ARM: mmu: Use xmemalign in arm_create_pte()
` [PATCH v3 20/28] ARM: mmu: Use xmemalign in mmu_init()
` [PATCH v3 21/28] ARM: mmu: Share code between dma_alloc_*() functions
` [PATCH v3 22/28] ARM: mmu: Pass PTE flags a parameter to arm_create_pte()
` [PATCH v3 23/28] ARM: mmu: Make sure that address is 1M aligned in arm_create_pte()
` [PATCH v3 24/28] ARM: mmu: Use find_pte() to find PTE in create_vector_table()
` [PATCH v3 25/28] ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu()
` [PATCH v3 26/28] ARM: mmu: Simplify the use of dma_flush_range()
` [PATCH v3 27/28] ARM: mmu: Implement on-demand PTE allocation
` [PATCH v3 28/28] ARM: mmu: Introduce ARM_TTB_SIZE

[PATCH v2] net: use dev_warn() when no MAC address is set
 2018-05-18 20:44 UTC  (2+ messages)

[PATCH] net: specify device name in warning
 2018-05-18 20:36 UTC  (3+ messages)

[RFC PATCH 00/15] MIPS64 support
 2018-05-18 15:24 UTC  (22+ messages)
` [RFC PATCH 01/15] FIXME: add t4..t7 definitions for MIPS64
` [RFC PATCH 02/15] MIPS: use CKSEG1 instead of KSEG1
` [RFC PATCH 03/15] FIXME: mips: fix copy_to_link_location for 64 bit mode
` [RFC PATCH 04/15] mips: fix warnings from CPHYSADDR() macro
` [RFC PATCH 05/15] mips: fix dma_sync_* stuff for MIPS64
` [RFC PATCH 06/15] common/Kconfig: add PHYS_ADDR_T_64BIT option
` [RFC PATCH 07/15] mips: 64BIT selects PHYS_ADDR_T_64BIT
` [RFC PATCH 08/15] fixup! MIPS: import optimized string functions from Linux
` [RFC PATCH 09/15] MIPS: import 64-bit address conversion macros
` [RFC PATCH 10/15] common.h: fix IOMEM() for MIPS64
` [RFC PATCH 11/15] resource: fix iomem root resource for 64 bit
` [RFC PATCH 12/15] FIXME: commands/mem: fix /dev/mem size
` [RFC PATCH 13/15] FIXME: fs: fix memory access for 64bit MIPS
` [RFC PATCH 14/15] mtd: cfi-flash: fix write_buff() for 64BIT
` [RFC PATCH 15/15] i2c/muxes/i2c-mux-pca954x: fix private data retrieval for 64bit mode

[PATCH 00/19] Add Linux dcache implementation
 2018-05-18 11:54 UTC  (3+ messages)
` [PATCH 18/19] fs: tftp: Switch to "

[PATCH] mtd: nand: nand_omap_gpmc: Fix ecc steps
 2018-05-18  9:57 UTC 

[PATCH v1 00/10] provide ELF/KEXEC support for MIPS ath79 and malta
 2018-05-18  5:46 UTC  (18+ messages)
` [PATCH v1 01/10] resource: add create_resource() helper function
` [PATCH v1 02/10] port resource_overlaps() from kernel
` [PATCH v1 03/10] filetype: add ELF type
` [PATCH v1 04/10] bootm: add kexec ELF support
` [PATCH v1 05/10] MIPS: add kexec ELF loading support
` [PATCH v1 06/10] MIPS: ath79: enable kexec
` [PATCH v1 07/10] MIPS: malta: "
` [PATCH v1 08/10] MIPS: configs: add KEXEC=y to atheros devices
` [PATCH v1 09/10] MIPS: configs: dptechnics-dpt-module: enable watchdog poller
` [PATCH v1 10/10] MIPS: malta: update malta qemu defconfig

[PATCH v3 0/4] Pass reset and boot sources via /chosen node
 2018-05-17 21:29 UTC  (5+ messages)
` [PATCH v3 1/4] of: Make of_property_get_value() public
` [PATCH v3 2/4] bootsource: Add bootsource alias name API
` [PATCH v3 3/4] common: oftree: Pass bootsource and bootsource instance to kernel
` [PATCH v3 4/4] common: oftree: Pass reset source and reset source "

[PATCH v2 0/4] Pass reset and boot sources via /chosen node
 2018-05-17 20:20 UTC  (9+ messages)
` [PATCH v2 1/4] of: Make of_property_get_value() public
` [PATCH v2 2/4] bootsource: Add bootsource alias name API
` [PATCH v2 3/4] common: oftree: Pass bootsource and bootsource instance to kernel
` [PATCH v2 4/4] common: oftree: Pass reset source and reset source "

[PATCH] USB: host: hub: increase delay after device removal
 2018-05-17 16:19 UTC  (3+ messages)

[PATCH v2 00/28] ARM MMU code improvements and on-demand PTE allocation
 2018-05-17  9:24 UTC  (38+ messages)
` [PATCH v2 01/28] ARM: mmu: Remove unused ARM_VECTORS_SIZE
` [PATCH v2 02/28] ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram()
` [PATCH v2 03/28] ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()
` [PATCH v2 04/28] ARM: mmu: Introduce set_ttbr()
` [PATCH v2 05/28] ARM: mmu: Introduce set_domain()
` [PATCH v2 06/28] ARM: mmu: Share code for create_sections()
` [PATCH v2 07/28] ARM: mmu: Separate index and address in create_sections()
` [PATCH v2 08/28] sizes.h: Sync with Linux 4.16
` [PATCH v2 09/28] ARM: mmu: Specify size in bytes in create_sections()
` [PATCH v2 10/28] ARM: mmu: Share code for initial flat mapping creation
` [PATCH v2 11/28] ARM: mmu: Share PMD_SECT_DEF_CACHED
` [PATCH v2 12/28] ARM: mmu: Drop needless shifting in map_io_sections()
` [PATCH v2 13/28] ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux
` [PATCH v2 14/28] ARM: mmu: Trivial simplification in arm_mmu_remap_sdram()
` [PATCH v2 15/28] ARM: mmu: Replace various SZ_1M with PGDIR_SIZE
` [PATCH v2 16/28] ARM: mmu: Use PAGE_SIZE when specifying size of one page
` [PATCH v2 17/28] ARM: mmu: Define and use PTRS_PER_PTE
` [PATCH v2 18/28] ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12
` [PATCH v2 19/28] ARM: mmu: Use xmemalign in arm_create_pte()
` [PATCH v2 20/28] ARM: mmu: Use xmemalign in mmu_init()
` [PATCH v2 21/28] ARM: mmu: Share code between dma_alloc_*() functions
` [PATCH v2 22/28] ARM: mmu: Pass PTE flags a parameter to arm_create_pte()
` [PATCH v2 23/28] ARM: mmu: Make sure that address is 1M aligned in arm_create_pte()
` [PATCH v2 24/28] ARM: mmu: Use find_pte() to find PTE in create_vector_table()
` [PATCH v2 25/28] ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu()
` [PATCH v2 26/28] ARM: mmu: Simplify the use of dma_flush_range()
` [PATCH v2 27/28] ARM: mmu: Implement on-demand PTE allocation
` [PATCH v2 28/28] ARM: mmu: Introduce ARM_TTB_SIZE

[PATCH] usb: gadget: fastboot: fix barebox update without using buffer
 2018-05-17  7:04 UTC  (2+ messages)

[PATCH] serial: lpuart: Avoid division by zero when requested baudrate is
 2018-05-15  6:07 UTC  (4+ messages)

[PATCH 00/28] ARM MMU code improvements and on-demand PTE allocation
 2018-05-15  5:42 UTC  (36+ messages)
` [PATCH 02/28] ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram()
` [PATCH 03/28] ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()
` [PATCH 04/28] ARM: mmu: Introduce set_ttbr()
` [PATCH 05/28] ARM: mmu: Introduce set_domain()
` [PATCH 06/28] ARM: mmu: Share code for create_sections()
` [PATCH 07/28] ARM: mmu: Separate index and address in create_sections()
` [PATCH 08/28] sizes.h: Sync with Linux 4.16
` [PATCH 09/28] ARM: mmu: Specify size in bytes in create_sections()
` [PATCH 10/28] ARM: mmu: Share code for initial flat mapping creation
` [PATCH 11/28] ARM: mmu: Share PMD_SECT_DEF_CACHED
` [PATCH 12/28] ARM: mmu: Drop needless shifting in map_io_sections()
` [PATCH 13/28] ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux
` [PATCH 14/28] ARM: mmu: Trivial simplification in arm_mmu_remap_sdram()
` [PATCH 15/28] ARM: mmu: Replace various SZ_1M with PGDIR_SIZE
` [PATCH 16/28] ARM: mmu: Use PAGE_SIZE when specifying size of one page
` [PATCH 17/28] ARM: mmu: Define and use PTRS_PER_PTE
` [PATCH 18/28] ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12
` [PATCH 19/28] ARM: mmu: Use xmemalign in arm_create_pte()
` [PATCH 20/28] ARM: mmu: Use xmemalign in mmu_init()
` [PATCH 21/28] ARM: mmu: Share code between dma_alloc_*() functions
` [PATCH 22/28] ARM: mmu: Pass PTE flags a parameter to arm_create_pte()
` [PATCH 23/28] ARM: mmu: Make sure that address is 1M aligned in arm_create_pte()
` [PATCH 24/28] ARM: mmu: Use find_pte() to find PTE in create_vector_table()
` [PATCH 25/28] ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu()
` [PATCH 26/28] ARM: mmu: Simplify the use of dma_flush_range()
` [PATCH 27/28] ARM: mmu: Implement on-demand PTE allocation
` [PATCH 28/28] ARM: mmu: Introduce ARM_TTB_SIZE

[PATCH 0/2] Pass reset and boot sources via /chosen node
 2018-05-15  5:40 UTC  (4+ messages)
` [PATCH 1/2] common: oftree: Pass bootsource and bootsource instance to kernel

[PATCH 1/2] ARM: i.MX50: Replace expicit casts with IOMEM
 2018-05-14  7:53 UTC  (3+ messages)
` [PATCH 2/2] ARM: i.MX50: Record reset reason as a part of startup

[PATCH 1/2] clk: add clk-gpio driver
 2018-05-14  7:53 UTC  (3+ messages)
` [PATCH 2/2] clk: support pinmux configuration in clock provider nodes

[PATCH] bbu: imx-bbu-internal: add i.MX51 SPI/I2C flash handler
 2018-05-14  7:09 UTC  (2+ messages)

[PATCH 1/2] README: describe how to build the documentation
 2018-05-14  7:08 UTC  (2+ messages)

[PATCH] IMX gpio: use DR register to get gpio value
 2018-05-10 18:00 UTC  (2+ messages)

v2018.05.0
 2018-05-09 12:16 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox