All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-07 02:45:49 to 2016-06-07 04:20:05 UTC [more...]

[U-Boot] [PATCH 1/7] mtd: nand: Remove jz4740 driver
 2016-06-07  4:20 UTC  (4+ messages)
` [U-Boot] [PATCH 7/7] mtd: nand: Sync with Linux v4.6

[ANNOUNCE] 4.6.1-rt3
 2016-06-07  4:19 UTC  (2+ messages)
` [patch rfc] locking/rwsem: Add down_write_killable/killable_nested()

[PATCH-v2 00/16] target: Allow backends to operate independent of se_cmd
 2016-06-07  4:12 UTC  (18+ messages)
` [PATCH-v2 01/16] target: Fix for hang of Ordered task in TCM
` [PATCH-v2 02/16] target: Add target_iomem descriptor
` [PATCH-v2 03/16] target: Add target_iostate descriptor
` [PATCH-v2 04/16] target: Add target_complete_ios wrapper
` [PATCH-v2 05/16] target: Setup target_iostate memory in __target_execute_cmd
` [PATCH-v2 06/16] target: Convert se_cmd->execute_cmd to target_iostate
` [PATCH-v2 07/16] target/sbc: Convert sbc_ops->execute_rw "
` [PATCH-v2 08/16] target/sbc: Convert sbc_dif_copy_prot "
` [PATCH-v2 09/16] target/file: Convert sbc_dif_verify "
` [PATCH-v2 10/16] target/iblock: Fold iblock_req into target_iostate
` [PATCH-v2 11/16] target/sbc: Convert sbc_ops->execute_sync_cache to target_iostate
` [PATCH-v2 12/16] target/sbc: Convert sbc_ops->execute_write_same "
` [PATCH-v2 13/16] target/sbc: Convert sbc_ops->execute_unmap "
` [PATCH-v2 14/16] target: Make sbc_ops accessable via target_backend_ops
` [PATCH-v2 15/16] target/sbc: Convert ->execute_unmap to __blkdev_issue_discard
` [PATCH-v2 16/16] target/iblock: Convert to inline bio/bvec + blk_poll

Minor Bug in Renaming Branches
 2016-06-07  4:13 UTC  (4+ messages)

[PATCH 3.10 000/143] 3.10.102-stable review
 2016-06-07  4:09 UTC  (3+ messages)

[PATCH 4.4 00/99] 4.4.13-stable review
 2016-06-07  4:07 UTC  (2+ messages)

kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch")
 2016-06-07  4:06 UTC  (4+ messages)

[PATCH v2 0/6] vhost: add vhost-user client mode and reconnect ability
 2016-06-07  4:05 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] vhost: rename structs for enabling client mode
  ` [PATCH v3 2/6] vhost: add vhost-user "
  ` [PATCH v3 3/6] vhost: add reconnect ability
  ` [PATCH v3 4/6] vhost: workaround stale vring base
  ` [PATCH v3 5/6] examples/vhost: add client option
  ` [PATCH v3 6/6] vhost: add pmd "

[PATCH 0/2] max8903: Add device tree support and logic fixup
 2016-06-07  4:02 UTC  (3+ messages)
` [PATCH 1/2] max8903: adds support for initiation via device tree
` [PATCH 2/2] max8903: cleans up confusing relationship between dc_valid, dok and dcm

[Qemu-devel] [PATCH v2 0/5] qcow2: Implement .bdrv_co_preadv/pwritev
 2016-06-07  4:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/5] qcow2: Make copy_sectors() byte based
` [Qemu-devel] [PATCH v2 4/5] qcow2: Use bytes instead of sectors for QCowL2Meta
` [Qemu-devel] [PATCH v2 5/5] qcow2: Implement .bdrv_co_pwritev()

btrfs device delete /dev/sdc1 /mnt/raid1 user experience
 2016-06-07  4:02 UTC  (6+ messages)

[PATCH openbmc] meta-phosphor: Move to openbmc-20160606-1
 2016-06-07  3:59 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/3] IOMMU: Add Support to VFIO devices with vIOMMU present
 2016-06-07  3:58 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 1/3] IOMMU: add VTD_CAP_CM to vIOMMU capability exposed to guest

[PATCH V3 1/2] thermal: max77620: Add DT binding doc for thermal driver
 2016-06-07  3:55 UTC  (6+ messages)
` [PATCH V3 2/2] thermal: max77620: Add thermal driver for reporting junction temp

[PATCH] perf tools: Fix crash in build_id_cache__kallsyms_path()
 2016-06-07  3:54 UTC 

[PATCH v13 00/10] arm64: Add kernel probes (kprobes) support
 2016-06-07  3:52 UTC  (5+ messages)
` [PATCH v13 04/10] arm64: Blacklist non-kprobe-able symbol

[RFC] sparc64: Meaning of /sys/**/core_siblings on newer platforms
 2016-06-07  3:52 UTC  (2+ messages)

[PATCH v2 00/19] vhost ABI/API refactoring
 2016-06-07  3:52 UTC  (22+ messages)
` [PATCH v3 00/20] "
  ` [PATCH v3 01/20] vhost: declare backend with int type
  ` [PATCH v3 02/20] vhost: set/reset dev flags internally
  ` [PATCH v3 03/20] vhost: declare device fh as int
  ` [PATCH v3 04/20] examples/vhost: make a copy of virtio device id
  ` [PATCH v3 05/20] vhost: rename device fh to vid
  ` [PATCH v3 06/20] vhost: get device by vid only
  ` [PATCH v3 07/20] vhost: move vhost device ctx to cuse
  ` [PATCH v3 08/20] vhost: introduce new API to export numa node
  ` [PATCH v3 09/20] vhost: introduce new API to export number of queues
  ` [PATCH v3 10/20] vhost: introduce new API to export ifname
  ` [PATCH v3 11/20] vhost: introduce new API to export queue free entries
  ` [PATCH v3 12/20] vhost: remove dependency on priv field
  ` [PATCH v3 13/20] vhost: export vid as the only interface to applications
  ` [PATCH v3 14/20] vhost: hide internal structs/macros/functions
  ` [PATCH v3 15/20] vhost: remove unnecessary fields
  ` [PATCH v3 16/20] vhost: remove virtio-net.h
  ` [PATCH v3 17/20] vhost: reserve few more space for future extension
  ` [PATCH v3 18/20] examples/tep_term: adapt to new vhost ABI/API changes
  ` [PATCH v3 19/20] vhost: per device virtio net header len
  ` [PATCH v3 20/20] vhost: make buf vector for scatter Rx local

[PATCH 01/14] drm/nouveau: use drm_crtc_send_vblank_event() v2
 2016-06-07  3:43 UTC  (4+ messages)
` [PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

[PATCH net-next v2 0/3] net: vrf: Add support for local traffic to local addresses
 2016-06-07  3:50 UTC  (4+ messages)
` [PATCH net-next 1/3] net: vrf: Minor refactoring for local address patches
` [PATCH net-next 2/3] net: vrf: ipv4 support for local traffic to local addresses
` [PATCH net-next v2 3/3] net: vrf: ipv6 "

[PATCH v10 0/2] gpio: add DT support for memory-mapped GPIOs
 2016-06-07  3:49 UTC  (3+ messages)

[PATCH 3.14 00/23] 3.14.72-stable review
 2016-06-07  3:49 UTC  (2+ messages)

[PATCH V3 0/9] cpufreq: Sort policy->freq_table
 2016-06-07  3:48 UTC  (3+ messages)

fsl-dcu not works on latest "drm-next"
 2016-06-07  3:47 UTC  (9+ messages)

[PATCH] xfstests: update xfs/096 for new behaviour
 2016-06-07  3:45 UTC  (2+ messages)

[Qemu-devel] [Bug 1589153] [NEW] qemu-system-x86_64 version 2.5.0 freezes during windows 7 installation in lubuntu 16.04
 2016-06-07  3:38 UTC  (2+ messages)
` [Qemu-devel] [Bug 1589153] "

[PATCH] bnx2i: fix spelling mistake "complection" -> "completion"
 2016-06-07  3:43 UTC  (2+ messages)

[Qemu-devel] [PATCH qemu v17 07/12] vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
 2016-06-07  3:42 UTC  (7+ messages)
  ` [Qemu-devel] [PATCH qemu v17 06/12] memory: Add reporting of supported page sizes

[PATCH] sd: remove redundant check for BLK_DEF_MAX_SECTORS
 2016-06-07  3:42 UTC  (5+ messages)

[PATCH] ALSA: sh: aica: Remove deprecated create_workqueue
 2016-06-07  3:41 UTC  (2+ messages)

[Qemu-arm] [PATCH v2 00/22] GICv3 emulation
 2016-06-07  3:32 UTC  (4+ messages)
` [Qemu-arm] [PATCH v2 01/22] migration: Define VMSTATE_UINT64_2DARRAY
  ` [Qemu-devel] "

[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
 2016-06-07  3:40 UTC  (3+ messages)

[PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support
 2016-06-07  3:39 UTC  (6+ messages)
` [PATCH 1/3] iommu/ipmmu-vmsa: Add r8a7796 DT binding
` [PATCH 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48
` [PATCH 3/3] iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code

[LTP] [PATCH V3-2 0/9] tracing: make ftrace tests to be extended
 2016-06-07  3:38 UTC  (3+ messages)

[PATCH V2 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-06-07  3:27 UTC  (3+ messages)

[PATCH v3 0/4] tpm: Command duration logging and chip-specific override
 2016-06-07  3:37 UTC  (5+ messages)
  ` [PATCH v3 1/4] tpm_tis: Improve reporting of IO errors
  ` [PATCH v3 2/4] tpm: Add optional logging of TPM command durations
  ` [PATCH v3 3/4] tpm: Allow TPM chip drivers to override reported "
  ` [PATCH v3 4/4] tpm_tis: Increase ST19NP18 TPM command duration to avoid chip lockup

[PATCH net-next v4 0/2] net: vrf: Improve use of FIB rules
 2016-06-07  3:35 UTC  (3+ messages)
  ` [PATCH net-next v4 1/2] net: Add l3mdev rule
  ` [PATCH net-next v4 2/2] net: vrf: Add l3mdev rules on first device create

[PATCH v4 0/5] sched/fair: Fix attach and detach sched avgs for task group change or sched class change
 2016-06-06 19:38 UTC  (9+ messages)
` [PATCH v4 2/5] sched/fair: Fix attaching task sched avgs twice when switching to fair or changing task group
` [PATCH v4 3/5] sched/fair: Skip detach sched avgs for new task when changing task groups

[PATCH V2] powerpc/ptrace: Fix out of bounds array access warning
 2016-06-07  3:35 UTC  (2+ messages)
` [V2] "

[PATCH] powerpc/pseries: Fix PCI config address for DDW
 2016-06-07  3:35 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH 0/6] Small tests/docker fixes
 2016-06-07  3:34 UTC  (2+ messages)

[PATCH 0/1] Fix image creation problems (WRT dosfstools)
 2016-06-07  3:33 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/9] ppc: Properly tag the translation cache based on MMU mode
 2016-06-07  2:50 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/9] ppc: Fix tlb invalidations on 6xx/7xx/7xxx 32-bit processors
` [Qemu-devel] [PATCH 3/9] ppc: Batch TLB flushes on 32-bit 6xx/7xx/7xxx in hash mode
` [Qemu-devel] [PATCH 4/9] ppc: POWER7 had ACOP and PID registers
` [Qemu-devel] [PATCH 5/9] ppc: POWER7 has lq/stq instructions and stq need to check ISA
` [Qemu-devel] [PATCH 6/9] ppc: Fix mtmsr decoding
` [Qemu-devel] [PATCH 7/9] ppc: Fix slbia decode
` [Qemu-devel] [PATCH 8/9] ppc: Add missing slbfee. instruction on ppc64 BookS processors
` [Qemu-devel] [PATCH 9/9] ppc: Do not take exceptions on unknown SPRs in privileged mode

Bluestore crash in mkfs
 2016-06-07  3:32 UTC  (9+ messages)

[PATCH] examples/vhost: fix corrupted vdev tailq list
 2016-06-07  3:32 UTC 

[PATCH v3 0/2] Add a new Rockchip usb2 phy driver
 2016-06-07  3:31 UTC  (6+ messages)
` [PATCH v3 1/2] Documentation: bindings: add DT documentation for Rockchip USB2PHY

[PATCH openbmc 00/10] initial ast2500 stubs
 2016-06-07  3:30 UTC  (10+ messages)
` [PATCH openbmc 04/10] Remove duplicate kernel config fragments
` [PATCH openbmc 06/10] Move static kernel recipe configuration to include
` [PATCH openbmc 10/10] AST2500: Add AST2500 evaluation board layer

cashewnut kernels
 2016-06-07  3:26 UTC 

fio bw and iops logs broken
 2016-06-07  3:25 UTC  (3+ messages)

[Qemu-devel] [PATCH] docker: Don't use eval trick on Makefile
 2016-06-07  3:24 UTC  (2+ messages)

performance delta after VFS i_mutex=>i_rwsem conversion
 2016-06-07  3:22 UTC  (5+ messages)

[PATCH v3 1/2] scsi: fix race between simultaneous decrements of ->host_failed
 2016-06-07  3:22 UTC  (4+ messages)
` [PATCH v3 2/2] Documentation/scsi: update scsi_eh.txt about ->host_failed

[PATCH v10 0/7] usb: add support for Intel dual role port mux
 2016-06-07  3:03 UTC  (10+ messages)
` [PATCH v10 2/7] usb: mux: add generic code for "

[PATCH v2] scsi_debug: fix sleep in invalid context
 2016-06-07  3:17 UTC  (2+ messages)

[PATCH] added kernel module for FTS sensor chip "Teutates"
 2016-06-07  3:18 UTC  (4+ messages)

[PATCH 0/3] hisi_sas: v2 hw ACPI support and fix lock
 2016-06-07  3:16 UTC  (3+ messages)

[Buildroot] [PATCH] configs/qemu: bump to latest version
 2016-06-07  3:16 UTC  (5+ messages)

[PATCH] acpi: thermal: Remove create_workqueue
 2016-06-07  3:15 UTC 

linux-next: build failure after merge of the clockevents tree
 2016-06-07  3:12 UTC 

linux-next: Tree for Jun 6
 2016-06-07  3:10 UTC  (2+ messages)
` linux-next: Tree for Jun 6 (scsi_debug.c)

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user
 2016-06-07  3:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

[PATCH net-next v10 0/5] openvswitch: support for layer 3 encapsulated packets
 2016-06-07  3:08 UTC  (10+ messages)
` [PATCH net-next v10 2/5] openvswitch: set skb protocol and mac_len when receiving on internal device
` [PATCH net-next v10 3/5] openvswitch: add support to push and pop mpls for layer3 packets
` [PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

fio hang (sleep forever) after first job with ramp_time?
 2016-06-07  3:07 UTC  (2+ messages)

[RFC PATCH v4 0/3] Add Mediated device support[was: Add vGPU support]
 2016-06-07  3:03 UTC  (11+ messages)
` [RFC PATCH v4 1/3] Mediated device Core driver
                ` [Qemu-devel] "

[PATCH] ASoC: rt5670: fix HP Playback Volume control
 2016-06-07  3:03 UTC 

linux-next: manual merge of the clockevents tree with Linus' tree
 2016-06-07  3:03 UTC 

[PATCH v3 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga
 2016-06-07  3:01 UTC  (2+ messages)

[radeon-alex:drm-next-4.8-wip-si 99/115] drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:1587:40: error: 'EVERGREEN_GRPH_ENDIAN_8IN16' undeclared
 2016-06-07  3:00 UTC 

cron job: media_tree daily build: WARNINGS
 2016-06-07  3:00 UTC 

linux-next: manual merge of the clockevents tree with the arm-soc tree
 2016-06-07  2:56 UTC 

[PATCH 0/9] pinctrl: make non-modular drivers really non modular
 2016-06-07  2:54 UTC  (4+ messages)
` [PATCH 7/9] pinctrl: zynq: make it explicitly non-modular

[U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C
 2016-06-07  2:54 UTC  (12+ messages)
` [U-Boot] [PATCH v3 01/11] ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()
` [U-Boot] [PATCH v3 02/11] ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all
` [U-Boot] [PATCH v3 03/11] ARM: PSCI: export common PSCI function declarations for C code
` [U-Boot] [PATCH v3 04/11] ARM: allocate extra space for PSCI stack in secure section during link phase
` [U-Boot] [PATCH v3 05/11] sunxi: Make CPUCFG_BASE macro names the same across families
` [U-Boot] [PATCH v3 06/11] sunxi: Add packed attribute to struct sunxi_prcm_reg
` [U-Boot] [PATCH v3 07/11] sunxi: Add missing linux/types.h header for cpucfg_sun6i.h
` [U-Boot] [PATCH v3 08/11] sunxi: Group cpu core related controls together
` [U-Boot] [PATCH v3 09/11] sunxi: Add CPUCFG debug lock and sun7i cpu power controls
` [U-Boot] [PATCH v3 10/11] sunxi: Add base address for GIC
` [U-Boot] [PATCH v3 11/11] sunxi: Add PSCI implementation in C

[PATCH 1/8] Add basic Coccinelle transforms
 2016-06-07  2:54 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/3] Add guest PMU in machine virt
 2016-06-07  2:46 UTC  (8+ messages)
` [Qemu-arm] [PATCH v5 1/3] target-arm: kvm64: set guest PMUv3 feature bit if supported
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 2/3] hw/arm/virt: Add PMU node for virt machine
` [Qemu-devel] [PATCH v5 3/3] hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table

[PATCH v3] ASoC: rockchip: Add machine driver for MAX98357A/RT5514/DA7219
 2016-06-07  2:49 UTC  (7+ messages)

[PATCH] loop: Make user notify for adding loop device failed
 2016-06-07  2:49 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] This series adds support for fastboot related to USB
 2016-06-07  2:48 UTC  (5+ messages)

[RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
 2016-06-07  2:47 UTC  (16+ messages)
            ` [Qemu-devel] "

[ovmf test] 95331: regressions - FAIL
 2016-06-07  2:46 UTC 

[PATCH] generic/015, generic/274: add to the 'enospc' group
 2016-06-07  2:45 UTC  (2+ 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.