All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-22 07:10:21 to 2016-03-22 07:51:18 UTC [more...]

[PATCH V2 net 00/10] net: hns: bugs fixed for hns
 2016-03-22  8:06 UTC  (3+ messages)
` [PATCH V2 net 06/10] net: hns: fix return value of the function about rss
` [PATCH V2 net 10/10] net: hns: bug fix about the overflow of mss

[U-Boot] [RFC PATCH 0/1] net: phy: Force master mode for RTL8211C
 2016-03-22  7:51 UTC 

[Qemu-devel] [PATCH 00/35] Patch Round-up for stable 2.5.1, freeze on 2016-03-25
 2016-03-22  7:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH 28/35] spapr: skip configuration section during migration of older machines
  ` [Qemu-devel] [Qemu-stable] "

[U-Boot] [PATCH v7 00/87] mtd: Add SPI-NOR core support
 2016-03-22  7:49 UTC  (3+ messages)

[PATCH v2] Add ${S} to do_unpack[cleandirs]
 2016-03-22  7:47 UTC  (3+ messages)
` [PATCH v2] base.bbclass wipe ${S} before unpacking source

[RFC_PATCHv4 0/7] Git submodule labels
 2016-03-22  7:46 UTC  (3+ messages)
` [RFC_PATCHv4 4/7] submodule init: redirect stdout to stderr

[PATCH 00/16] Fixes and improvement (including hard affinity!) for Credit2
 2016-03-22  7:46 UTC  (3+ messages)
` [PATCH 13/16] xen: sched: allow for choosing credit2 runqueues configuration at boot

[PATCH v3 0/8] ARM: sunxi: Add SPDIF playback support
 2016-03-22  7:46 UTC  (3+ messages)
    ` [linux-sunxi][PATCH "

guaranteed progress for NVME commands?
 2016-03-22  7:45 UTC 

[PATCH 0/4] Add support for Engicam IMX6UL module
 2016-03-22  7:44 UTC  (10+ messages)
` [PATCH 3/4] ARM: dts: imx6ul: Add GPMI nand controller support
      ` [PATCH V2 "

[RFC][PATCH v5 1/2] printk: Make printk() completely async
 2016-03-22  7:43 UTC  (11+ messages)

[Qemu-devel] [PATCH] slirp: Allow to disable IPv4 or IPv6
 2016-03-22  7:41 UTC  (4+ messages)

[PATCH trace-cmd 0/2] better error handling during copy
 2016-03-22  7:40 UTC  (3+ messages)
` [PATCH trace-cmd 1/2] trace-cmd-listen: remove useless printf
` [PATCH trace-cmd 2/2] trace-recorder: better error handling during copy

[PATCH 3/3] staging: dgnc: use tty_alloc_driver instead of kcalloc
 2016-03-22  7:40 UTC  (5+ messages)

[U-Boot] [RFC PATCH 0/1] net: phy: Force master mode for RTL8211C
 2016-03-22  7:40 UTC  (3+ messages)
` [U-Boot] [RFC PATCH] "

[PATCH 1/3] rte_interrupts: add rte_eal_intr_exit to shut down IRQ thread
 2016-03-22  7:39 UTC  (4+ messages)
` [dpdk-dev, "

[PATCH v2 0/4] rewrites discard support
 2016-03-22  7:38 UTC  (9+ messages)
` [PATCH v2 1/4] nvme: add helper nvme_map_len()
` [PATCH v2 2/4] block: add offset in blk_add_request_payload()
` [PATCH v2 3/4] nvme: rewrite discard support
` [PATCH v2 4/4] nvme: add helper nvme_setup_cmd()

[Qemu-devel] [PATCH] util: Improved qemu_hexmap() to include an ascii dump of the buffer
 2016-03-22  7:41 UTC 

[U-Boot] [PATCH v7 01/87] mtd: Add m25p80 driver
 2016-03-22  7:38 UTC  (87+ messages)
` [U-Boot] [PATCH v7 02/87] mtd: Add Kconfig entry for MTD_M25P80
` [U-Boot] [PATCH v7 03/87] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v7 04/87] doc: device-tree-bindings: jedec, spi-nor
` [U-Boot] [PATCH v7 05/87] mtd: spi-nor: Add Kconfig entry for MTD_SPI_NOR
` [U-Boot] [PATCH v7 06/87] mtd: spi-nor: Add kconfig for MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v7 07/87] mtd: spi-nor: Add MTD support
` [U-Boot] [PATCH v7 08/87] mtd: spi-nor: Add spi_nor support in m25p80
` [U-Boot] [PATCH v7 09/87] mtd: spi-nor: Add dm spi-nor probing
` [U-Boot] [PATCH v7 10/87] mtd: spi-nor: Add spi_flash_probe for mtd-dm-spi-nor
` [U-Boot] [PATCH v7 11/87] mtd: spi-nor: Add spi_flash_free "
` [U-Boot] [PATCH v7 12/87] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
` [U-Boot] [PATCH v7 13/87] sf: Rename erase_size to erasesize
` [U-Boot] [PATCH v7 14/87] sf: Use erasesize instead of sector_size
` [U-Boot] [PATCH v7 15/87] sf: Use uint64_t for flash->size
` [U-Boot] [PATCH v7 16/87] spi_flash: Use mtd_info operation for SPI-NOR
` [U-Boot] [PATCH v7 17/87] spi_flash: Use spi_flash_t instead of struct spi_flash
` [U-Boot] [PATCH v7 18/87] mtd: spi-nor: Move spi_read_then_write to spi layer
` [U-Boot] [PATCH v7 19/87] spi: Rename spi_read_then_write to spi_write_then_read
` [U-Boot] [PATCH v7 20/87] mtd: spi-nor: Rename SPI_FLASH_BAR to SPI_NOR_BAR
` [U-Boot] [PATCH v7 21/87] mtd: spi-nor: Add Kconfig entry for SPI_NOR_BAR
` [U-Boot] [PATCH v7 22/87] mtd: spi-nor: Copy spl files from drivers/mtd/spi
` [U-Boot] [PATCH v7 23/87] mtd: spi-nor: spl: Follow ascending order of include headers
` [U-Boot] [PATCH v7 24/87] mtd: spi-nor: fsl_espi_spl: Use mtd_info
` [U-Boot] [PATCH v7 25/87] mtd: spi-nor: fsl_espi_spl: Use writebufsize instead of page_size
` [U-Boot] [PATCH v7 26/87] mtd: spi-nor: spi_spl_load: Use mtd_info
` [U-Boot] [PATCH v7 27/87] spl: Add CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v7 28/87] mtd: spi-nor: Add flash vendor Kconfig entries
` [U-Boot] [PATCH v7 29/87] arm: zynq: Kconfig: Select MTD uclass
` [U-Boot] [PATCH v7 30/87] arm: zynq: Kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v7 31/87] mtd: spi-nor: Copy sf_dataflash
` [U-Boot] [PATCH v7 32/87] mtd: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v7 33/87] mtd: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v7 34/87] mtd: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v7 35/87] mtd: dataflash: Add UCLASS_MTD support
` [U-Boot] [PATCH v7 36/87] mtd: dataflash: Use spi_write_then_read
` [U-Boot] [PATCH v7 37/87] mtd: dataflash: Drop sf_internal.h
` [U-Boot] [PATCH v7 38/87] mtd: dataflash: Minor cleanups
` [U-Boot] [PATCH v7 39/87] mtd: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v7 40/87] mtd: spi-nor: Add Kconfig entry for mtd_dataflash
` [U-Boot] [PATCH v7 41/87] mtd: dataflash: Add MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v7 42/87] mtd: spi-nor: Add kconfig MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v7 43/87] configs: ls1021aqds: Drop DM_SPI_FLASH and DATAFLASH
` [U-Boot] [PATCH v7 44/87] defconfig: ls1021aqds_qspi: Enable SPI-NOR
` [U-Boot] [PATCH v7 45/87] defconfig: ls1021aqds_qspi: Enable CONFIG_MTD_DATAFLASH
` [U-Boot] [PATCH v7 46/87] mtd: spi-nor: Copy sandbox
` [U-Boot] [PATCH v7 47/87] mtd: spi-nor: sandbox: Use spi-nor header
` [U-Boot] [PATCH v7 48/87] mtd: spi-nor: sandbox: Fix ID exctract from spi_nor_info
` [U-Boot] [PATCH v7 49/87] mtd: spi-nor: Add SPI_NOR_SANDBOX
` [U-Boot] [PATCH v7 50/87] test/dm: Makefile: Use CONFIG_DM_MTD_SPI_NOR
` [U-Boot] [PATCH v7 51/87] test/dm: spi: "
` [U-Boot] [PATCH v7 52/87] configs: sandbox: Enable SPI-NOR sandbox driver
` [U-Boot] [PATCH v7 53/87] test/dm: spi: Use m25p80 as driver name
` [U-Boot] [PATCH v7 54/87] dts: sandbox: Use jedec, spi-nor compatible string
` [U-Boot] [PATCH v7 55/87] x86: Drop using spi_flash_dm_ops
` [U-Boot] [PATCH v7 56/87] spi_flash: Use spi_flash_t
` [U-Boot] [PATCH v7 57/87] defconfig: zynq_zc770_xm013: Enable ZYNQ_QSPI
` [U-Boot] [PATCH v7 58/87] configs: Drop CONFIG_SPI_FLASH_MTD
` [U-Boot] [PATCH v7 59/87] config: Enable SPI-NOR framework
` [U-Boot] [PATCH v7 60/87] spi-nor: Use CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v7 61/87] configs: Use CONFIG_SPI_NOR_BAR
` [U-Boot] [PATCH v7 62/87] configs: spi-nor: Add new flash vendor configs
` [U-Boot] [PATCH v7 63/87] mtd: spi-nor: Add CONFIG_SPI_NOR_MISC
` [U-Boot] [PATCH v7 64/87] configs: Use CONFIG_SPI_NOR_MISC
` [U-Boot] [PATCH v7 65/87] powerpc/mpc85xx: Use spi.h instead of spi_flash.h
` [U-Boot] [PATCH v7 66/87] sf: Drop entire spi-flash framework
` [U-Boot] [PATCH v7 67/87] uclass: Drop UCLASS_SPI_FLASH
` [U-Boot] [PATCH v7 68/87] spi: Drop mode_rx
` [U-Boot] [PATCH v7 69/87] spi: Drop SPI_RX_FAST
` [U-Boot] [PATCH v7 70/87] MAINTAINERS: Add myself as SPI NOR maintainer
` [U-Boot] [PATCH v7 71/87] configs: CONFIG_MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v7 72/87] dts: spi-nor: Use jedec, spi-nor compatible string
` [U-Boot] [PATCH v7 73/87] dts: spi-nor: Use spi-nor as node name
` [U-Boot] [PATCH v7 74/87] mtd: spi-nor: Add erase ops
` [U-Boot] [PATCH v7 75/87] mtd: spi-nor: Not required to memset dummy byte
` [U-Boot] [PATCH v7 76/87] mtd: spi-nor: Move opcode handling in m25p80
` [U-Boot] [PATCH v7 77/87] mtd: spi-nor: Rename spi_nor_addr to m25p_addr2cmd
` [U-Boot] [PATCH v7 78/87] mtd: spi-nor: Add addr_width
` [U-Boot] [PATCH v7 79/87] mtd: spi-nor: Add m25p_cmdsz
` [U-Boot] [PATCH v7 80/87] mtd: spi-nor: read_dummy refers to dummy cycles not bytes
` [U-Boot] [PATCH v7 81/87] mtd: spi-nor: Use to instead of offset in write
` [U-Boot] [PATCH v7 82/87] mtd: spi-nor: offset with addr
` [U-Boot] [PATCH v7 83/87] mtd: m25p80: Rename cmd with opcode
` [U-Boot] [PATCH v7 84/87] armv8/ls1043a: move CONFIG_MTD to defconfig
` [U-Boot] [PATCH v7 85/87] defconfig: ls1021atwr_sdcard_qspi: Enable CONFIG_MTD
` [U-Boot] [PATCH v7 86/87] defconfig: ls1021aqds_sdcard_qspi: Enable MTD
` [U-Boot] [PATCH v7 87/87] defconfig: ls1021aqds_sdcard_qspi: Enable MTD_DATAFLASH

hrtimer_clock_base and hrtimer_cpu_base
 2016-03-22  7:38 UTC 

[PATCH v4 00/20] x86, boot: kaslr cleanup and 64bit kaslr support
 2016-03-22  7:32 UTC  (21+ messages)
` [PATCH v4 01/20] x86, kaslr: Remove not needed parameter for choose_kernel_location
` [PATCH v4 02/20] x86, kaslr: Fix a bug that relocation can not be handled when kernel is loaded above 2G
` [PATCH v4 03/20] x86, boot: Move compressed kernel to end of buffer before decompressing
` [PATCH v4 04/20] x86, boot: Move z_extract_offset calculation to header.S
` [PATCH v4 05/20] x86, kaskr: Update the description for decompressor worst case
` [PATCH v4 06/20] x86, boot: Fix run_size calculation
` [PATCH v4 07/20] x86, kaslr: Clean up useless code related to run_size
` [PATCH v4 08/20] x86, kaslr: Get correct max_addr for relocs pointer
` [PATCH v4 09/20] x86, kaslr: Consolidate mem_avoid array filling
` [PATCH v4 10/20] x86, boot: Split kernel_ident_mapping_init to another file
` [PATCH v4 11/20] x86, 64bit: Set ident_mapping for kaslr
` [PATCH v4 12/20] x86, boot: Add checking for memcpy
` [PATCH v4 13/20] x86, kaslr: Introduce struct slot_area to manage randomization slot info
` [PATCH v4 14/20] x86, kaslr: Add two functions which will be used later
` [PATCH v4 15/20] x86, kaslr: Introduce fetch_random_virt_offset to randomize the kernel text mapping address
` [PATCH v4 16/20] x86, kaslr: Randomize physical and virtual address of kernel separately
` [PATCH v4 17/20] x86, kaslr: Add support of kernel physical address randomization above 4G
` [PATCH v4 18/20] x86, kaslr: Remove useless codes
` [PATCH v4 19/20] x86, kaslr: Allow random address to be below loaded address
` [PATCH v4 20/20] x86, kaslr: Use KERNEL_IMAGE_SIZE as the offset max for kernel virtual randomization

[PATCH v4 0/3] add hypercall option to temporarily pin a vcpu
 2016-03-22  7:36 UTC  (2+ messages)

[PATCH 00/16] git bisect improvements
 2016-03-22  7:35 UTC  (4+ messages)

[PATCH 0/4] Add AXP209 GPIO driver
 2016-03-22  7:33 UTC  (9+ messages)
    ` [linux-sunxi] "
        `  "

[PATCH 00/16] IB/hfi1: Add a page pinning cache for PSM sdma
 2016-03-22  7:33 UTC  (12+ messages)

Reg: promiscuous mode on VF
 2016-03-22  7:33 UTC  (8+ messages)

[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
 2016-03-22  7:33 UTC  (9+ messages)

[PATCH v4] drm/i915: implement WaClearTdlStateAckDirtyBits
 2016-03-22  7:32 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915: implement WaClearTdlStateAckDirtyBits (rev3)

[Qemu-devel] [PATCH] disas/microblaze: Add missing 'const' attributes
 2016-03-22  7:31 UTC 

[PATCH 0/6] *** alsabat: clean structure and tinyalsa support ***
 2016-03-22  7:30 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-03-21
 2016-03-22  7:30 UTC 

[PATCH v2 0/3] libxl: add support for qemu base pvusb backend
 2016-03-22  7:29 UTC  (4+ messages)
` [PATCH v2 1/3] libxl: make libxl__need_xenpv_qemu() operate on domain config
` [PATCH v2 2/3] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v2 3/3] libxl: add domain config parameter to force start of qemu

proposed ceph 10.1.0 release candidate & jenkins fix
 2016-03-22  7:27 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-03-20
 2016-03-22  7:26 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/4] Make usb device-tree fixup independent of USB controller
 2016-03-22  7:25 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/4] drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
` [U-Boot] [PATCH v5 2/4] drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node_type
` [U-Boot] [PATCH v5 3/4] drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller
` [U-Boot] [PATCH v5 4/4] drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_type

imx6ul uart modem lines and the device tree
 2016-03-21 10:25 UTC  (4+ messages)

[PATCH v6 1/8] btrfs-progs: Basic framework for dedupe command group
 2016-03-22  7:19 UTC  (8+ messages)
` [PATCH v6 2/8] btrfs-progs: dedupe: Add enable command "
` [PATCH v6 3/8] btrfs-progs: dedupe: Add disable support for inband dedupelication
` [PATCH v6 4/8] btrfs-progs: dedupe: Add status subcommand
` [PATCH v6 5/8] btrfs-progs: Add dedupe feature for mkfs and convert
` [PATCH v6 6/8] btrfs-progs: Add show-super support for new DEDUPE flag
` [PATCH v6 7/8] btrfs-progs: debug-tree: Add dedupe tree support
` [PATCH v6 8/8] btrfs-progs: property: add a dedupe property

[PATCH v2 0/2] usb: renesas_usbhs: fix to avoid unexpected condition
 2016-03-22  7:21 UTC  (4+ messages)

[Buildroot] [PATCH valijson v3] valijson: new package
 2016-03-22  7:21 UTC  (3+ messages)

[Qemu-devel] [PATCH qemu v14 00/18] spapr: vfio: Enable Dynamic DMA windows (DDW)
 2016-03-22  7:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH qemu v14 01/18] memory: Fix IOMMU replay base address

[ath9k-devel] [PATCH] ath9k: fix checkpatch.pl identation and sapce errors
 2016-03-22  7:18 UTC 

[Qemu-devel] [PATCH 0/4] Tweaks around virtio-blk start/stop
 2016-03-22  7:18 UTC  (11+ messages)

[PATCH 2/3] staging: dgnc: use pointer type of tty_struct
 2016-03-22  7:17 UTC  (5+ messages)

[PATCH] drm/i915: intel_audio clear eld buf when disconnecting monitor
 2016-03-22  7:15 UTC  (9+ messages)

[patch iproute2 1/2] include: add linked list implementation from kernel
 2016-03-22  7:15 UTC  (4+ messages)
` [patch iproute2 2/2] add devlink tool

[PATCH] sd: fixup capacity calculation for 4k drives
 2016-03-22  7:14 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] usb: Support compilation without poll.h
 2016-03-22  7:13 UTC 

[Qemu-devel] [RFC PATCH 0/2] ppc: fix spapr migration (TCG)
 2016-03-22  7:13 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 1/2] target-ppc: migrate interrupt vectors address for spapr VM

[RFC PATCH 0/4] cgroup aware workqueues
 2016-03-22  7:12 UTC  (6+ messages)
    ` vhost threading model (was: Re: [RFC PATCH 0/4] cgroup aware workqueues)

[PATCH] tools lib api: respect CROSS_COMPILE for the linker
 2016-03-22  7:10 UTC  (9+ messages)


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.