All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-13 16:31:55 to 2016-09-13 17:21:49 UTC [more...]

[meta-fsl-arm][PATCH v2 0/2] Fix firmware-imx installation
 2016-09-13 16:38 UTC  (2+ messages)
` [meta-fsl-arm][PATCH v2 1/2] firmware-imx: Fix the installation directory

[PATCH v4 4/4] regulator: Prevent falling too fast
 2016-09-13 17:21 UTC  (4+ messages)

[Qemu-devel] [PULL v2 00/58] First round of misc patches for QEMU 2.8
 2016-09-13 17:19 UTC 

[PATCH v3] net: ip, diag -- Add diag interface for raw sockets
 2016-09-13 17:19 UTC 

[PATCH v2 0/1] iio:buffer: polling unregistered device stalls user process
 2016-09-13 17:19 UTC  (7+ messages)
` [PATCH v2 1/1] iio:buffer: let poll report an error for unregistered devices

[PATCH] usb: storage: alauda: Clean up if function returned NULL on failure
 2016-09-13 17:18 UTC 

Bug
 2016-09-13 17:18 UTC 

[Qemu-devel] [PULL 00/58] First round of misc patches for QEMU 2.8
 2016-09-13 17:16 UTC  (58+ messages)
` [Qemu-devel] [PULL 01/58] qtail: clean up direct access to tqe_prev field
` [Qemu-devel] [PULL 02/58] util/qemu-sockets: revert Yoda Conditions to normal
` [Qemu-devel] [PULL 03/58] util: fix some coding style issue
` [Qemu-devel] [PULL 04/58] tcg: Pass last_tb by value to tb_find_fast()
` [Qemu-devel] [PULL 05/58] tcg: Prepare safe tb_jmp_cache lookup out of tb_lock
` [Qemu-devel] [PULL 06/58] tcg: Prepare safe access to tb_flushed "
` [Qemu-devel] [PULL 07/58] tcg: Prepare TB invalidation for lockless TB lookup
` [Qemu-devel] [PULL 08/58] tcg: set up tb->page_addr before insertion
` [Qemu-devel] [PULL 09/58] tcg: cpu-exec: remove tb_lock from the hot-path
` [Qemu-devel] [PULL 10/58] tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()
` [Qemu-devel] [PULL 11/58] tcg: Merge tb_find_slow() and tb_find_fast()
` [Qemu-devel] [PULL 12/58] tcg: rename tb_find_physical()
` [Qemu-devel] [PULL 13/58] rules.mak: Don't extract libs from .mo-libs in link command
` [Qemu-devel] [PULL 14/58] timer: update comments
` [Qemu-devel] [PULL 15/58] cpus: rename local variable to meaningful one
` [Qemu-devel] [PULL 16/58] cpus: update comments
` [Qemu-devel] [PULL 17/58] help: Update help to remove misleading display information
` [Qemu-devel] [PULL 18/58] lsi: print register names in debug prints
` [Qemu-devel] [PULL 19/58] lsi: do not exit QEMU if reading invalid register
` [Qemu-devel] [PULL 20/58] lsi: implement I/O memory space for Memory Move instructions
` [Qemu-devel] [PULL 21/58] lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register
` [Qemu-devel] [PULL 22/58] MAINTAINERS: add myself as stubs maintainers
` [Qemu-devel] [PULL 23/58] scsi-disk: change disk serial length from 20 to 36
` [Qemu-devel] [PULL 24/58] vmw_pvscsi: check page count while initialising descriptor rings
` [Qemu-devel] [PULL 25/58] scsi: mptconfig: fix an assert expression
` [Qemu-devel] [PULL 26/58] scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACK
` [Qemu-devel] [PULL 27/58] vmxcap: Show raw MSR value
` [Qemu-devel] [PULL 28/58] vmxcap: Add TSC scaling bit
` [Qemu-devel] [PULL 29/58] doc/rcu: fix typo
` [Qemu-devel] [PULL 30/58] chardev: Add 'help' option to print all available chardev backend types
` [Qemu-devel] [PULL 31/58] MAINTAINERS: Fix wildcard for scsi headers
` [Qemu-devel] [PULL 32/58] MAINTAINERS: Add some header files to the PC chipset section
` [Qemu-devel] [PULL 33/58] scsi: pvscsi: limit loop to fetch SG list
` [Qemu-devel] [PULL 34/58] default-configs: remove CONFIG_PAM
` [Qemu-devel] [PULL 35/58] default-configs: removed obsolete CONFIG_ISA_MMIO
` [Qemu-devel] [PULL 36/58] default-configs: remove CONFIG_PIIX_PCI
` [Qemu-devel] [PULL 37/58] ipmi: check return of qemu_chr_fe_write() for errors
` [Qemu-devel] [PULL 38/58] sclpconsolelm: remove bogus check for -EAGAIN
` [Qemu-devel] [PULL 39/58] hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
` [Qemu-devel] [PULL 40/58] char: convert qemu_chr_fe_write to qemu_chr_fe_write_all
` [Qemu-devel] [PULL 41/58] Revert "megasas: remove useless check for cmd->frame"
` [Qemu-devel] [PULL 42/58] i8257: Make device "i8257" unavailable with -device
` [Qemu-devel] [PULL 43/58] kvm-all: drop kvm_setup_guest_memory
` [Qemu-devel] [PULL 44/58] atomics: Remove redundant barrier()'s
` [Qemu-devel] [PULL 45/58] atomics: Use __atomic_*_n() variant primitives
` [Qemu-devel] [PULL 46/58] checkpatch: Fix whitespace checks for documentation code blocks
` [Qemu-devel] [PULL 47/58] optionrom: do not rely on compiler's bswap optimization
` [Qemu-devel] [PULL 49/58] ppc: do not redefine CPUPPCState
` [Qemu-devel] [PULL 50/58] cutils: Move buffer_is_zero and subroutines to a new file
` [Qemu-devel] [PULL 51/58] cutils: Remove SPLAT macro
` [Qemu-devel] [PULL 52/58] cutils: Export only buffer_is_zero
` [Qemu-devel] [PULL 53/58] cutils: Rearrange buffer_is_zero acceleration
` [Qemu-devel] [PULL 54/58] cutils: Remove aarch64 buffer zero checking
` [Qemu-devel] [PULL 55/58] cutils: Remove ppc "
` [Qemu-devel] [PULL 56/58] cutils: Add test for buffer_is_zero
` [Qemu-devel] [PULL 57/58] cutils: Add SSE4 version
` [Qemu-devel] [PULL 58/58] cutils: Add generic prefetch

[PATCH] iio: dt-bindings: add documentation for Light&Proximity sensor STK331x
 2016-09-13 17:17 UTC  (3+ messages)

[PATCH] scsi:Prevent deletion of SCSI block device in use
 2016-09-13 17:17 UTC  (2+ messages)

RFCv3: Consolidated userspace RDMA library repo
 2016-09-13 17:16 UTC  (8+ messages)

[PATCH] nfp: using random mac address if not a configured mac
 2016-09-13 17:15 UTC  (3+ messages)

crash when connecting to targets using nr_io_queues < num cpus
 2016-09-13 17:14 UTC  (7+ messages)

[PATCH] nfp: unregister interrupt callback function when closing device
 2016-09-13 17:14 UTC  (2+ messages)

[PATCH v3 00/15] lockdep: Implement crossrelease feature
 2016-09-13 17:12 UTC  (5+ messages)
` [PATCH v3 07/15] "

[Intel-wired-lan] [net-next PATCH v3 0/3] e1000 XDP implementation
 2016-09-13 17:13 UTC  (13+ messages)
` [Intel-wired-lan] [net-next PATCH v3 2/3] e1000: add initial XDP support
              `  "

[PATCH] nfp: fixing bug when copying mac address
 2016-09-13 17:13 UTC  (2+ messages)

[RFC PATCH] pci: support for configurable PCI endpoint
 2016-09-13 17:10 UTC  (36+ messages)
` [RFC PATCH] pci: endpoint: add EP core layer to enable EP controller and EP functions
` [RFC PATCH] pci: endpoint: introduce configfs entry for configuring "
` [RFC PATCH] Documentation: PCI: guide to use PCI Endpoint Core Layer
` [RFC PATCH] pci: endpoint: functions: add an EP function to test PCI
` [RFC PATCH] pci: rename *host* directory to *controller*
` [RFC PATCH] pci: controller: split designware into *core* and *host*
` [RFC PATCH] pci: controller: designware: Add EP mode support
` [RFC PATCH] pci: controller: dra7xx: "
` [RFC PATCH] misc: add a new host side PCI endpoint test driver
` [RFC PATCH] ARM: dts: DRA7: Modify pcie1 dt node for EP mode
` [RFC PATCH] HACK: pci: controller: dra7xx: disable smart idle

[PATCH] checkout: constify parameters of checkout_stage() and checkout_merged()
 2016-09-13 17:11 UTC 

OVMF compile error
 2016-09-13 17:12 UTC  (2+ messages)

[PATCH 0/3] net-next: dsa: add QCA8K support
 2016-09-13 17:11 UTC  (10+ messages)
` [PATCH 3/3] net-next: dsa: add new driver for qca8xxx family

[Qemu-devel] steps towards deprecation of old boards and devices
 2016-09-13 17:09 UTC 

[Buildroot] [PATCH] board: add support for liteBoard
 2016-09-13 17:08 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.8 v1 00/60] Modular build of trace event files
 2016-09-13 17:08 UTC  (3+ messages)

TSS for TPM 2.0 git repository
 2016-09-13 17:08 UTC 

[PATCH] drm/i915/fbc: disable FBC on FIFO underruns
 2016-09-13 17:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/34] cmpxchg-based emulation of atomics
 2016-09-13 17:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers

Query related to the UPIU endianess
 2016-09-13 17:06 UTC 

[PATCH] iommu/io-pgtable-arm: Check for v7s-incapable systems
 2016-09-13 17:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Significant changes to Xen Project Governance (governance.html)
 2016-09-13 16:57 UTC  (4+ messages)
` [PATCH v2 3/3] Significant changes to decision making; some new roles and minor changes

[PATCH v3] Livepatch for ARM 64 and 32
 2016-09-13 16:58 UTC  (5+ messages)
` [PATCH v3 01/18] arm/x86: Add HAS_[ALTERNATIVE|EX_TABLE]

KVM patches applied in weird order in -stable
 2016-09-13 16:58 UTC  (5+ messages)

[PATCH v2] xfs_repair: update the manual content about xfs_repair exit status
 2016-09-13 16:57 UTC  (3+ messages)

[PATCH 1/2] clocksource: mips-gic-timer: Print an error if IRQ setup fails
 2016-09-13 16:56 UTC  (4+ messages)
` [PATCH 2/2] clocksource: mips-gic-timer: Stop checking cpu_has_counter

[GIT PULL] MD update for 4.8-rc6
 2016-09-13 16:56 UTC 

[PATCH v1 0/2] i2c: Stop i2c modules being unloaded while in use
 2016-09-13 16:55 UTC  (4+ messages)

[PATCH v2 01/14] i18n: apply: mark plural string for translation
 2016-09-13 16:54 UTC  (8+ messages)
` [PATCH 01/13] "
  ` [PATCH v2 07/14] i18n: merge-recursive: mark error messages "
` [PATCH v2 09/14] i18n: notes: "

[PATCH] irqchip: mips-gic: Use for_each_set_bit to iterate over local IRQs
 2016-09-13 16:54 UTC  (2+ messages)

[ANNOUNCE] Git User's Survey 2016
 2016-09-13 16:54 UTC  (3+ messages)

[PATCH] irqchip: mips-gic: Fix local interrupts
 2016-09-13 16:53 UTC  (2+ messages)

[PATCH] pathspec: removed unnecessary function prototypes
 2016-09-13 16:52 UTC 

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-13 16:51 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] hypertrace: Lightweight guest-to-QEMU trace channel
 2016-09-13 16:50 UTC  (12+ messages)
`  "

Source code review around jump label usage
 2016-09-13 16:50 UTC  (10+ messages)
` [PATCH 00/47] RADOS Block Device: Fine-tuning for several function implementations
  ` [PATCH 03/47] block-rbd: Adjust the position of a jump label in rbd_header_from_disk()

[PATCH RFC 00/11] mlx5 RX refactoring and XDP support
 2016-09-13 16:47 UTC  (9+ messages)
` [PATCH RFC 11/11] net/mlx5e: XDP TX xmit more
  ` README: "
      ` [iovisor-dev] "

[PATCH Altp2m cleanup v5 0/3] Cleaning up altp2m code
 2016-09-13 16:46 UTC  (4+ messages)
` [PATCH Altp2m cleanup v5 1/3] altp2m cleanup work
` [PATCH Altp2m cleanup v5 2/3] Move altp2m specific functions to altp2m files
` [PATCH Altp2m cleanup v5 3/3] Making altp2m domain dynamically allocated

[U-Boot] [PATCH 01/21] ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
 2016-09-13 16:46 UTC  (21+ messages)
` [U-Boot] [PATCH 02/21] mmc: tegra: use correct alias for SDHCI/MMC nodes
` [U-Boot] [PATCH 03/21] mmc: tegra: move pad_init_mmc() into MMC driver
` [U-Boot] [PATCH 04/21] mmc: tegra: don't use periph_id in pad_init_mmc()
` [U-Boot] [PATCH 05/21] mmc: tegra: priv struct and naming cleanup
` [U-Boot] [PATCH 06/21] ARM: tegra: set MMC pin mux in board_init()
` [U-Boot] [PATCH 07/21] mmc: tegra: Add DM_MMC support to Tegra MMC driver
` [U-Boot] [PATCH 08/21] ARM: tegra: remove "0, " from DT unit addresses
` [U-Boot] [PATCH 09/21] ARM: tegra: pull Tegra20 SoC DT from Linux v4.7
` [U-Boot] [PATCH 10/21] ARM: tegra: pull Tegra30 "
` [U-Boot] [PATCH 11/21] ARM: tegra: pull Tegra114 "
` [U-Boot] [PATCH 12/21] ARM: tegra: pull Tegra124 "
` [U-Boot] [PATCH 13/21] ARM: tegra: pull Tegra210 "
` [U-Boot] [PATCH 14/21] ARM: tegra: add peripheral clock init table
` [U-Boot] [PATCH 15/21] ARM: tegra: add APIs the clock uclass driver will need
` [U-Boot] [PATCH 16/21] misc: implement Tegra CAR core driver
` [U-Boot] [PATCH 17/21] reset: implement a driver for the Tegra CAR
` [U-Boot] [PATCH 18/21] clock: "
` [U-Boot] [PATCH 19/21] ARM: tegra: enable standard clock/reset APIs everywhere
` [U-Boot] [PATCH 20/21] mmc: tegra: only use new clock/reset APIs
` [U-Boot] [PATCH 21/21] i2c: "

[Qemu-devel] qemu 2.7 / PXE
 2016-09-13 16:45 UTC 

[Qemu-devel] [PATCH] ppc: do not redefine CPUPPCState
 2016-09-13 16:43 UTC 

[RFC] Preliminary BTRFS Encryption
 2016-09-13 16:42 UTC  (2+ messages)

[PATCH v7 00/10] Git filter protocol
 2016-09-13 16:42 UTC  (6+ messages)
` [PATCH v7 10/10] convert: add filter.<driver>.process option

[PATCH 1/2] PCI: save and restore device state during bus reset
 2016-09-13 16:42 UTC  (3+ messages)

[PATCH] strbuf: use valid pointer in strbuf_remove()
 2016-09-13 16:40 UTC 

[PATCH v2] stop_machine: Make migration_cpu_stop() does useful works for CONFIG_PREEMPT_NONE
 2016-09-13 16:37 UTC  (8+ messages)
` [PATCH v3] "

Logitech Precision Gamepad shows axis activity upon connection
 2016-09-13 16:36 UTC  (2+ messages)

[PATCH V3] net-next: dsa: add FIB support
 2016-09-13 16:34 UTC  (4+ messages)

[PATCH 3/4] input: Deprecate real timestamps beyond year 2106
 2016-09-13 16:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/10] Improve buffer_is_zero
 2016-09-13 16:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH 10/10] cutils: Rewrite x86 buffer zero checking

[meta-fsl-arm][PATCH 0/2] Fix firmware-imx installation
 2016-09-13 16:33 UTC  (3+ messages)
` [meta-fsl-arm][PATCH 1/2] firmware-imx: Fix the installation directory
` [meta-fsl-arm][PATCH 2/2] firmware-imx: Install the firmware on a subfolders

[PATCHv4] pciehp: Let user control LED status
 2016-09-13 16:31 UTC 

[Qemu-devel] [PATCH v2 0/7] qemu-img dd
 2016-09-13 16:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 6/7] qemu-img: clean up dd documentation


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.