All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-27 20:26:26 to 2015-07-27 20:50:35 UTC [more...]

[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
 2015-07-27 20:50 UTC  (73+ messages)
` [U-Boot] [PATCH 001/172] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
` [U-Boot] [PATCH 002/172] driver/ddr/altera: Add the sdram calibration portion
` [U-Boot] [PATCH 003/172] arm: socfpga: enable the Altera SDRAM controller driver
` [U-Boot] [PATCH 004/172] arm: socfpga: Move sdram_config.h to board dir
` [U-Boot] [PATCH 005/172] ddr: altera: Move struct sdram_prot_rule prototype
` [U-Boot] [PATCH 006/172] ddr: altera: Fix typo in mp_threshold1 programming
` [U-Boot] [PATCH 007/172] ddr: altera: Fix debug message format in sequencer
` [U-Boot] [PATCH 008/172] arm: socfpga: reset: Add missing reset manager regs
` [U-Boot] [PATCH 009/172] arm: socfpga: reset: Start reworking the SoCFPGA reset manager
` [U-Boot] [PATCH 010/172] arm: socfpga: reset: Implement unified function to toggle reset
` [U-Boot] [PATCH 011/172] arm: socfpga: reset: Replace ad-hoc reset functions
` [U-Boot] [PATCH 012/172] arm: socfpga: reset: Repair bridge reset handling
` [U-Boot] [PATCH 013/172] arm: socfpga: reset: Add function to reset add peripherals
` [U-Boot] [PATCH 014/172] arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
` [U-Boot] [PATCH 015/172] arm: socfpga: clock: Get rid of cm_config_t typedef
` [U-Boot] [PATCH 016/172] arm: socfpga: clock: Clean up pll_config.h
` [U-Boot] [PATCH 017/172] arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 018/172] arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 019/172] arm: socfpga: scan: Zap iocsr_scan_chain*_table()
` [U-Boot] [PATCH 020/172] arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio()
` [U-Boot] [PATCH 021/172] arm: socfpga: system: Clean up pinmux_config.c
` [U-Boot] [PATCH 022/172] arm: socfpga: spl: Toggle warm reset config I/O bit
` [U-Boot] [PATCH 023/172] arm: socfpga: spl: Configure SCU and NIC-301 early
` [U-Boot] [PATCH 024/172] arm: socfpga: spl: Add missing reset logic
` [U-Boot] [PATCH 025/172] arm: socfpga: spl: Merge spl_board_init() into board_init_f()
` [U-Boot] [PATCH 026/172] arm: socfpga: spl: Remove custom linker script
` [U-Boot] [PATCH 027/172] arm: socfpga: spl: Add support for booting from SD/MMC
` [U-Boot] [PATCH 028/172] arm: socfpga: spl: Add support for booting from QSPI
` [U-Boot] [PATCH 029/172] arm: socfpga: spl: Add support for selecting boot device from BSEL
` [U-Boot] [PATCH 030/172] arm: socfpga: misc: Fix warm reset
` [U-Boot] [PATCH 031/172] arm: socfpga: misc: Add support for printing boot mode
` [U-Boot] [PATCH 032/172] arm: socfpga: misc: Export bootmode into environment variable
` [U-Boot] [PATCH 033/172] arm: socfpga: misc: Probe ethernet GMAC from OF
` [U-Boot] [PATCH 034/172] arm: socfpga: misc: Reset ethernet "
` [U-Boot] [PATCH 035/172] arm: socfpga: config: Move SPL GD and malloc to RAM
` [U-Boot] [PATCH 036/172] arm: socfpga: config: Zap incorrect config options
` [U-Boot] [PATCH 037/172] arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build
` [U-Boot] [PATCH 038/172] arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR
` [U-Boot] [PATCH 039/172] arm: socfpga: config: Fix LOADADDR
` [U-Boot] [PATCH 040/172] arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful
` [U-Boot] [PATCH 041/172] Makefile: Add target for building bootable SPL image for SoCFPGA
` [U-Boot] [PATCH 042/172] ddr: altera: Minor indent fix in set_rank_and_odt_mask()
` [U-Boot] [PATCH 043/172] ddr: altera: Clean up ugly casts in sdram_calibration_full()
` [U-Boot] [PATCH 044/172] ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
` [U-Boot] [PATCH 045/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
` [U-Boot] [PATCH 046/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
` [U-Boot] [PATCH 047/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
` [U-Boot] [PATCH 048/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
` [U-Boot] [PATCH 049/172] ddr: altera: Pluck out remaining sdr_get_addr() calls
` [U-Boot] [PATCH 050/172] ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS
` [U-Boot] [PATCH 051/172] ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly
` [U-Boot] [PATCH 052/172] ddr: altera: Massage addr into I/O accessors
` [U-Boot] [PATCH 053/172] ddr: altera: Clean up hc_initialize_rom_data()
` [U-Boot] [PATCH 054/172] ddr: altera: Clean up initialize_reg_file()
` [U-Boot] [PATCH 055/172] ddr: altera: Clean up initialize_hps_phy()
` [U-Boot] [PATCH 056/172] ddr: altera: Clean up reg_file_set*()
` [U-Boot] [PATCH 057/172] ddr: altera: Clean up scc manager function args
` [U-Boot] [PATCH 058/172] ddr: altera: Reorder scc manager functions
` [U-Boot] [PATCH 059/172] ddr: altera: Implement universal scc manager config function
` [U-Boot] [PATCH 060/172] ddr: altera: Clean up scc_mgr_initialize()
` [U-Boot] [PATCH 061/172] ddr: altera: Shuffle around scc_mgr_set_*all_ranks()
` [U-Boot] [PATCH 062/172] ddr: altera: Implement universal scc_mgr_set_all_ranks()
` [U-Boot] [PATCH 063/172] ddr: altera: Clean up scc_mgr_load_dqs_for_write_group()
` [U-Boot] [PATCH 064/172] ddr: altera: Clean up scc_set_bypass_mode()
` [U-Boot] [PATCH 065/172] ddr: altera: Clean up scc_mgr_set_oct_out1_delay()
` [U-Boot] [PATCH 066/172] ddr: altera: Clean up scc_mgr_apply_group_dq_out1_delay()
` [U-Boot] [PATCH 067/172] ddr: altera: Clean up scc_mgr_*_delay() args
` [U-Boot] [PATCH 068/172] ddr: altera: Clean up scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 069/172] ddr: altera: Extract scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 070/172] ddr: altera: Clean up scc_mgr_zero_all()
` [U-Boot] [PATCH 071/172] ddr: altera: Clean up scc_mgr_zero_group()
` [U-Boot] [PATCH 072/172] FIXME: ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1

[Qemu-trivial] [PULL for-2.4 00/10] Trivial patches for 2015-07-27
 2015-07-27 20:50 UTC  (4+ messages)
` [Qemu-trivial] [PULL 01/10] hw/acpi/ich9: clear smi_en on reset
    ` [Qemu-devel] "

[PATCH 1/5] x86/asm/entry/32: Massage SYSENTER32 fast path to be nearly identical to SYSCALL32
 2015-07-27 20:49 UTC  (6+ messages)
` [PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32 code path
` [PATCH 3/5] x86/asm/entry/32: Jump from SYSENTER32 to "
` [PATCH 4/5] x86/asm/entry/32: Delete most of SYSENTER32 code
` [PATCH 5/5] x86/asm/entry/32: Simplify FLAGS_NT clearing in "

[Qemu-devel] [Bug 1478360] [NEW] Cant compile on ubuntu 14.04 x64
 2015-07-27 20:48 UTC  (3+ messages)
` [Qemu-devel] [Bug 1478360] "

[Buildroot] nios2 : gcc 4.9.x buildroot toolchain broken
 2015-07-27 20:48 UTC  (2+ messages)

[Buildroot] [PATCH] lighttpd: bump to version 1.4.36
 2015-07-27 20:48 UTC 

[Buildroot] [PATCH] sqlite: bump to version 3.8.11
 2015-07-27 20:47 UTC 

[U-Boot] [PATCH] arm: socfpga: Move generated files into qts subdir
 2015-07-27 20:47 UTC 

[PATCH v1 0/7] APQ8064 dt patches
 2015-07-27 20:46 UTC  (10+ messages)
` [PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes
` [PATCH v1 3/7] ARM: dts: qs600: Add real regulators to sdcc
` [PATCH v1 4/7] ARM: dts: apq8064: Add pm8921 mfd and its gpio node

+ proc-add-kpageidle-file-fix-5.patch added to -mm tree
 2015-07-27 20:46 UTC 

[GIT PULL] MODSIGN: Use PKCS#7 for module signatures
 2015-07-27 20:46 UTC  (2+ messages)

[Buildroot] Autobuilder update: ARC toolchain updated
 2015-07-27 20:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
 2015-07-27 20:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "

[Bug 91253] Regression: Can't boot on 4.0.5 and later but can boot on 4.0.4 (on iMac)
 2015-07-27 20:43 UTC 

[PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board
 2015-07-27 20:43 UTC  (7+ messages)
` [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size

[U-Boot] [PATCH] arm: dts: socfpga: Add mmc alias
 2015-07-27 20:42 UTC 

[nacked] parse_integer-convert-sound.patch removed from -mm tree
 2015-07-27 20:41 UTC 

Crash in -next due to 'MIPS: Move FP usage checks into protected_{save, restore}_fp_context'
 2015-07-27 20:41 UTC  (8+ messages)

[U-Boot] [PATCH] arm: dts: socfpga: Fix SPI aliases
 2015-07-27 20:41 UTC 

+ proc-add-kpageidle-file-fix-4.patch added to -mm tree
 2015-07-27 20:40 UTC 

list_del corruption / unhash_ol_stateid()
 2015-07-27 20:40 UTC  (3+ messages)

[Buildroot] [git commit] package/exfat-utils: fix compilation error with musl
 2015-07-27 20:40 UTC 

[Buildroot] [git commit branch/next] package/exfat-utils: fix compilation error with musl
 2015-07-27 20:40 UTC 

[net-next 0/16] Proposal for VRF-lite - v3
 2015-07-27 20:33 UTC  (4+ messages)
` [PATCH net-next 14/16] net: Add sk_bind_dev_if to task_struct

[PATCH] Use pthread_setname APIs
 2015-07-27 20:40 UTC  (4+ messages)

[PATCH 0/3] Improve mtdpart robustness
 2015-07-27 20:39 UTC  (5+ messages)
` [PATCH 3/3] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails
` [PATCH 2/3] mtd: ofpart: do not fail probe when no partitions exist
` [PATCH 1/3] mtd: mtdpart: add debug prints to partition parser

[Buildroot] [PATCH v3 1/1] linux: Add support for FIT image
 2015-07-27 20:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] mmc: dw_mmc: Stop bounce buffer even in case of failure
 2015-07-27 20:39 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] mmc: dw_mmc: Zap endless timeout
` [U-Boot] [PATCH 3/4] mmc: dw_mmc: Improve handling of data transfer failure
` [U-Boot] [PATCH 4/4] mmc: dw_mmc: Probe the MMC from OF

Slow find performance
 2015-07-27 20:39 UTC 

[PATCH 3/3] mmc: sdhci-of-esdhc: add workaround for T4240 incorrect HOSTVER value
 2015-07-27 15:57 UTC  (5+ messages)

max rbd devices
 2015-07-27 20:38 UTC 

[PATCHv2 0/9] SDR transmitter API
 2015-07-27 20:38 UTC  (5+ messages)
` [PATCHv2 8/9] hackrf: add support for transmitter

[PATCH v2] x86: Introduce ASM flags to bitops
 2015-07-27 20:38 UTC  (3+ messages)
` ASM flags in general

[U-Boot] [PATCH] arm: socfpga: Fix FPGA bitstream programming routine
 2015-07-27 20:34 UTC 

[Buildroot] [PATCH] jquery-datetimepicker: new package
 2015-07-27 20:34 UTC  (2+ messages)

[U-Boot] [PATCH] arm: cache: Implement cache range check for v7
 2015-07-27 20:34 UTC 

+ proc-add-kpageidle-file-fix-3.patch added to -mm tree
 2015-07-27 20:33 UTC 

[U-Boot] [PATCH 1/2] net: designware: Add SoCFPGA GMAC DT compatible string
 2015-07-27 20:33 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] net: designware: Rename the driver var name to eth_designware

master - libdm: Add dm_size_to_string to libdevmapper
 2015-07-27 20:32 UTC 

[Buildroot] [PATCH 01/32] cgilua: add hash file
 2015-07-27 20:32 UTC  (4+ messages)
` [Buildroot] [PATCH 17/32] lua-periphery: "

[PATCH 0/5] iTCO_wdt: Add support for Intel Sunrisepoint
 2015-07-27 20:32 UTC  (4+ messages)
` [PATCH 1/5] iTCO_wdt: Expose watchdog properties using platform data

[U-Boot] [PATCH] dm: core: Allow simple-bus driver in SPL
 2015-07-27 20:31 UTC 

linux-next: build failure after merge of the akpm-current tree
 2015-07-27 20:31 UTC  (11+ messages)

[PATCH WIP 00/43] New fast registration API
 2015-07-27 20:29 UTC  (11+ messages)
` [PATCH WIP 28/43] IB/core: Introduce new "

[Buildroot] [git commit branch/next] luajson: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] rings: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lzlib: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lzlib: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lunit: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lualogging: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luasql-sqlite3: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] xavante: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luasec: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luasocket: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] rings: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] orbit: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luasocket: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] xavante: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luasql-sqlite3: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lunit: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lualogging: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luasec: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luajson: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] orbit: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-testmore: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-csnappy: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luafilesystem: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-iconv: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-coatpersistent: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-cjson: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luaexpat: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-coatpersistent: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-messagepack: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luafilesystem: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-iconv: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-coat: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luacrypto: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luaexpat: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-coat: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-cjson: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-testmore: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] luabitop: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lua-csnappy: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lua-messagepack: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luacrypto: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] luabitop: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit] lsqlite3: add hash file
 2015-07-27 20:29 UTC 

[Buildroot] [git commit branch/next] lsqlite3: add hash file
 2015-07-27 20:29 UTC 

[patch net-next 0/4] Introduce Mellanox Technologies Switch ASICs switchdev drivers
 2015-07-27 20:27 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] packages/dmraid: mark as broken on nios2, _gp2 issue
 2015-07-27 20:26 UTC  (3+ messages)

[PATCH 0/7] ARM: sunxi: Switch to clock indices
 2015-07-27 20:26 UTC  (4+ messages)
` [PATCH 7/7] clk: sunxi: Add a simple gates driver

[Buildroot] [git commit branch/next] ljlinenoise: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] lbase64: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] lpeg: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] lpty: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] lrandom: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] copas: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] cgilua: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] dado: add hash file
 2015-07-27 20:26 UTC 

[Buildroot] [git commit branch/next] coxpcall: add hash file
 2015-07-27 20:26 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.