All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-05 18:54:25 to 2016-01-05 19:46:32 UTC [more...]

[4.2.y-ckt stable] Linux 4.2.8-ckt1 stable review
 2016-01-05 19:43 UTC  (10+ messages)
` [PATCH 4.2.y-ckt 001/211] mxc_nand: fix copy_spare
` [PATCH 4.2.y-ckt 002/211] drivers: usb :fsl: Implement Workaround for USB Erratum A007792
` [PATCH 4.2.y-ckt 003/211] drivers: usb: fsl: Workaround for USB erratum-A005275
` [PATCH 4.2.y-ckt 004/211] x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map
` [PATCH 4.2.y-ckt 006/211] drm/radeon: add quirk for ASUS R7 370
` [PATCH 4.2.y-ckt 017/211] netlink, mmap: fix edge-case leakages in nf queue zero-copy
` [PATCH 4.2.y-ckt 030/211] HID: core: Avoid uninitialized buffer access
` [PATCH 4.2.y-ckt 088/211] drm: Use userspace compatible type in fourcc_mod_code macro
` [PATCH 4.2.y-ckt 094/211] arm64: bpf: fix div-by-zero case

[Intel-wired-lan] [PATCH v3] igb: Add I210 cable fault detection to self test
 2016-01-05 19:44 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[Qemu-devel] [PATCH] send readcapacity10 when readcapacity16 failed
 2016-01-05 19:42 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2016-01-05 19:40 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] Expand documentation describing --signoff
 2016-01-05 19:20 UTC 

bluetoothd aborted
 2016-01-05 19:40 UTC  (3+ messages)

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-05 19:39 UTC  (11+ messages)

[Buildroot] [PATCH 1/2] webkitgtk24: add multimedia option
 2016-01-05 19:39 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] webkitgtk24: add https option

[PATCH v3] staging/rdma/hfi1: check for ARMED->ACTIVE transition in receive interrupt
 2016-01-05 19:38 UTC 

time to kill rte_pci_dev_ids.h
 2016-01-05 19:37 UTC 

[PATCH 0/7] staging:lustre: get rid of IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls
 2016-01-05 19:35 UTC  (8+ messages)
` [PATCH 1/7] staging:lustre: remove obsolete comment in libcfs_ioctl.h
` [PATCH 2/7] staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctl
` [PATCH 3/7] staging:lustre: remove the IOC_LIBCFS_MEMHOG ioctl
` [PATCH 4/7] staging:lustre: remove struct libcfs_device_userstate
` [PATCH 5/7] staging:lustre: simplify libcfs_psdev_[open|release]
` [PATCH 6/7] staging:lustre: call libcfs_ioctl directly
` [PATCH 7/7] staging:lustre: remove libcfs pseudo device abstraction

[PATCH] tzdata: Make /etc/timezone optional
 2016-01-05 19:04 UTC  (4+ messages)
  ` [PATCH v2] "

CGroup Namespaces (v9)
 2016-01-05 19:36 UTC  (5+ messages)

[PATCH 1/2] compat_ioctl: don't look up the fd twice
 2016-01-05 19:35 UTC  (4+ messages)
` [PATCH 2/2] compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)

[PATCH net-next] soreuseport: change consume_skb to kfree_skb in error case
 2016-01-05 19:34 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/22] 9pfs: disentangling virtio and generic code
 2016-01-05 19:06 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] 9pfs: rename virtio-9p-coth.{c, h} to coth.{c, h}
` [Qemu-devel] [PATCH 02/22] 9pfs: rename virtio-9p-handle.c to 9p-handle.c
` [Qemu-devel] [PATCH 03/22] "
` [Qemu-devel] [PATCH 04/22] 9pfs: rename virtio-9p-posix-acl.c to 9p-posix-acl.c
` [Qemu-devel] [PATCH 05/22] 9pfs: rename virtio-9p-proxy.{c, h} to 9p-proxy.{c, h}
` [Qemu-devel] [PATCH 06/22] 9pfs: rename virtio-9p-synth.{c, h} to 9p-synth.{c, h}
` [Qemu-devel] [PATCH 07/22] 9pfs: rename virtio-9p-xattr{, -user}.{c, h} to 9p-xattr{, -user}.{c, h}
` [Qemu-devel] [PATCH 08/22] 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h
` [Qemu-devel] [PATCH 09/22] 9pfs: remove dead code
` [Qemu-devel] [PATCH 10/22] fsdev: break out 9p-marshal.{c, h} from virtio-9p-marshal.{c, h}
` [Qemu-devel] [PATCH 11/22] fsdev: 9p-marshal: introduce V9fsBlob
` [Qemu-devel] [PATCH 12/22] 9pfs: use V9fsBlob to transmit xattr
` [Qemu-devel] [PATCH 13/22] fsdev: rename virtio-9p-marshal.{c, h} to 9p-iov-marshal.{c, h}
` [Qemu-devel] [PATCH 14/22] 9pfs: PDU processing functions don't need to take V9fsState as argument
` [Qemu-devel] [PATCH 15/22] 9pfs: PDU processing functions should start pdu_ prefix
` [Qemu-devel] [PATCH 16/22] 9pfs: make pdu_{, un}marshal proper functions
` [Qemu-devel] [PATCH 17/22] 9pfs: factor out virtio_pdu_{, un}marshal
` [Qemu-devel] [PATCH 18/22] 9pfs: factor out pdu_push_and_notify
` [Qemu-devel] [PATCH 19/22] 9pfs: break out virtio_init_iov_from_pdu
` [Qemu-devel] [PATCH 20/22] 9pfs: break out generic code from virtio-9p.{c, h}
` [Qemu-devel] [PATCH 21/22] 9pfs: factor out v9fs_device_{, un}realize_common
` [Qemu-devel] [PATCH 22/22] 9pfs: disentangle V9fsState

Activate DVI-I behind KVM on FX 5200
 2016-01-05 19:31 UTC  (5+ messages)

[patch v2] qlcnic: fix a timeout loop
 2016-01-05 19:30 UTC  (3+ messages)

[U-Boot] [PATCH v2 02/13] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller
 2016-01-05 19:31 UTC  (2+ messages)

[Bug 93573] New: bad performance with 4k h264 video
 2016-01-05 19:28 UTC  (2+ messages)
  ` [Bug 93573] "

[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
 2016-01-05 19:28 UTC  (5+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers

[PATCH v2] spi: atmel: Refactor spi-atmel to use SPI framework queue
 2016-01-05 19:27 UTC  (4+ messages)

Widespread boot failures on ARM due to "mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()"
 2016-01-05 19:24 UTC  (8+ messages)

[PATCH v3 00/15] ref-filter: use parsing functions
 2016-01-05 19:24 UTC  (3+ messages)
` [PATCH v3 01/15] strbuf: introduce strbuf_split_str_omit_term()

[Qemu-devel] [PATCH COLO-Frame v12 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-01-05 19:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH COLO-Frame v12 25/38] qmp event: Add event notification for COLO error
      ` [Qemu-devel] [Qemu-block] "

[PATCH 00/15] drm/i915/bios: mipi sequence block v3, etc
 2016-01-05 19:21 UTC  (3+ messages)
` [PATCH 09/15] drm/i915/bios: interpret the i2c element

[PATCH v3 0/7] mm, x86/vdso: Special IO mapping improvements
 2016-01-05 19:21 UTC  (3+ messages)
` [PATCH v3 1/7] x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n

[RFC/PATCH] perf report: Show random usage tip on the help line
 2016-01-05 19:19 UTC  (5+ messages)

[PATCH 0/2] ppp: add netlink support
 2016-01-05 19:20 UTC  (6+ messages)

[U-Boot] [PATCH v2 01/13] MIPS: initial infrastructure for Microchip PIC32 architecture
 2016-01-05 19:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] virtio: cross-endian helpers fixes
 2016-01-05 19:19 UTC  (4+ messages)

[PATCH] thermal: cpu_cooling: fix out of bounds access in time_in_idle
 2016-01-05 19:19 UTC  (3+ messages)

[PATCH] crypto: qat - change name for c6xx dev type
 2016-01-05 19:14 UTC 

[PATCH] perf, tools, stat: Force C numeric locale for CSV mode
 2016-01-05 19:17 UTC 

[PATCHv2 00/18] arm64: mm: rework page table creation
 2016-01-05 19:17 UTC  (6+ messages)

[PATCH] drm/i915: Cleaning up DDI translation tables
 2016-01-05 19:18 UTC 

[PATCH v2 3/8] i2c-mux: move the slave side adapter management to i2c_mux_core
 2016-01-05 19:16 UTC  (3+ messages)

[PATCH RFC 0/2] Add a display driver to the Allwinner H3
 2016-01-05 19:15 UTC 

[PATCHv2][RESEND 1/3] canutils: rdep on iproute2
 2016-01-05 19:15 UTC  (3+ messages)
` [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps

[PATCH] sstate: change "stamp is not reachable, removing manifests" message from info to debug
 2016-01-05 19:15 UTC  (2+ messages)

[PATCH net-next V3 0/4] Introduce mlx5 ethernet timestamping
 2016-01-05 19:15 UTC  (6+ messages)

[PATCH v2 5/8] spi: loopback-test: spi_check_rx_ranges can get always done
 2016-01-05 19:15 UTC  (2+ messages)
  ` Applied "spi: loopback-test: spi_check_rx_ranges can get always done" to the spi tree

[PATCH v2 8/8] spi: loopback-test: added support for HW-loopback mode
 2016-01-05 19:15 UTC  (2+ messages)
  ` Applied "spi: loopback-test: added support for HW-loopback mode" to the spi tree

[PATCH v3 0/8] spi: loopback-test: improvments and sharing dump code
 2016-01-05 19:15 UTC  (4+ messages)
` [PATCH v3 3/8] spi: core: add spi_message_dump and spi_transfer_dump

[PATCH] fs/coredump: Prevent "" / "." / ".." core path components
 2016-01-05 19:14 UTC  (2+ messages)

[PATCH] drm/i915/guc: Enable GuC submission, where supported
 2016-01-05 19:10 UTC 

[PATCH] net: sched: fix missing free per cpu on qstats
 2016-01-05 19:14 UTC  (3+ messages)

[PATCH] drm/i915: Update Skylake DDI translation table for HDMI
 2016-01-05 19:11 UTC  (2+ messages)

drm/vc4: v3d: called object '0u' is not a function (next-20160104)
 2016-01-05 19:09 UTC  (3+ messages)

[qemu-mainline test] 77011: regressions - FAIL
 2016-01-05 19:09 UTC 

[PATCH 0/4] Misc improvements 2 from Mentor
 2016-01-05 19:08 UTC  (2+ messages)

[PATCH net-next 0/5] sctp: use transport hashtable to replace association's with rhashtable
 2016-01-05 19:07 UTC  (5+ messages)
` [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
  ` [PATCH net-next 2/5] sctp: apply rhashtable api to send/recv path

[U-Boot] [PATCH 1/2] imx: mx6: add more entry for mxc_ccm_reg
 2016-01-05 19:06 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] imx: mx6ul/sx: fix mmdc_ch0 clk calculation

Applied "regmap: debugfs: Use seq_file for the access map" to the regmap tree
 2016-01-05 19:06 UTC 

[PATCH v2 2/8] spi: loopback-test: write rx pattern also when running without tx_buf
 2016-01-05 19:06 UTC  (2+ messages)
  ` Applied "spi: loopback-test: write rx pattern also when running without tx_buf" to the spi tree

[U-Boot] [PATCH v2 1/3] phy: atheros: Use ar8035_config for AR8031
 2016-01-05 19:06 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/3] mx6sabresd: Simplify the Ethernet PHY configuration
` [U-Boot] [PATCH v2 3/3] wandboard: "

[PATCH v2 3/8] spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_pattern
 2016-01-05 19:06 UTC  (2+ messages)
  ` Applied "spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_pattern" to the spi tree

[PATCH v3 01/17] resource: Add System RAM resource type
 2016-01-05 19:04 UTC  (58+ messages)
  ` [PATCH v3 02/17] resource: make resource flags handled properly
  ` [PATCH v3 03/17] resource: Add I/O resource descriptor
  ` [PATCH v3 04/17] x86/e820: Set System RAM type and descriptor
  ` [PATCH v3 05/17] ia64: "
  ` [PATCH v3 06/17] arch: Set IORESOURCE_SYSTEM_RAM to System RAM
  ` [PATCH v3 07/17] kexec: "
  ` [PATCH v3 08/17] xen, mm: "
  ` [PATCH v3 09/17] drivers: Initialize resource entry to zero
  ` [PATCH v3 10/17] resource: Change walk_system_ram to use System RAM type
  ` [PATCH v3 11/17] arm/samsung: Change s3c_pm_run_res() "
  ` [PATCH v3 12/17] memremap: Change region_intersects() to take @flags and @desc
  ` [PATCH v3 13/17] resource: Add walk_iomem_res_desc()
  ` [PATCH v3 14/17] x86,nvdimm,kexec: Use walk_iomem_res_desc() for iomem search
    ` [PATCH v3 14/17] x86, nvdimm, kexec: "
  ` [PATCH v3 15/17] x86/kexec: Remove walk_iomem_res() call with GART
  ` [PATCH v3 16/17] resource: Kill walk_iomem_res()
  ` [PATCH v3 17/17] ACPI/EINJ: Allow memory error injection to NVDIMM

[PATCH 0/8] Add ASoC support for AMD APUs [v6]
 2016-01-05 19:04 UTC  (6+ messages)
` [PATCH 7/8] ASoC: AMD: add pm ops
` [PATCH 8/8] ASoC: AMD: Manage ACP 2.x SRAM banks power

[RESEND PATCH 0/3] Add MEMREMAP_WC to fix dma_init_coherent_memory
 2016-01-05 19:02 UTC  (4+ messages)
` [RESEND PATCH 2/3] drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAP

[U-Boot] [PATCH v2 05/13] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32
 2016-01-05 19:02 UTC  (2+ messages)

[PATCH v2 0/8] i2c mux cleanup and locking update
 2016-01-05 19:01 UTC  (8+ messages)
` [PATCH v2 1/8] i2c-mux: add common core data for every mux instance

[PATCH] xfs: create helper for bmap finish & trans join in xfs_attr.c
 2016-01-05 19:01 UTC  (3+ messages)
` [PATCH V2] xfs: create helper for bmap finish & trans join in attr code
  ` [PATCH V3] xfs: eliminate committed arg from xfs_bmap_finish

Btrfs Check - "type mismatch with chunk"
 2016-01-05 19:01 UTC  (8+ messages)

[PATCHv1 0/6] rdma controller support
 2016-01-05 18:58 UTC  (8+ messages)
` [PATCHv1 1/6] rdmacg: Added rdma cgroup header file
` [PATCHv1 2/6] IB/core: Added members to support rdma cgroup
` [PATCHv1 3/6] rdmacg: implements "
` [PATCHv1 4/6] IB/core: rdmacg support infrastructure APIs
` [PATCHv1 5/6] IB/core: use rdma cgroup for resource accounting
` [PATCHv1 6/6] rdmacg: Added documentation for rdma controller

[PATCHv3 TRIVIAL] IB/core: Documentation fix to ib_mad_snoop_handler in the MAD header file
 2016-01-05 19:00 UTC  (4+ messages)

[PATCH 1/2] of: Add for_each_compatible_node_from iterator
 2016-01-05 18:58 UTC  (5+ messages)

[RESEND PATCH v2 0/9] eeprom: at24: at24cs series serial number read
 2016-01-05 18:58 UTC  (6+ messages)

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2016-01-05 18:56 UTC  (6+ messages)
` [PATCH 03/16] refs: add methods for the ref iterators

[PATCH v2 0/3] Deal with lost delegations and EKEYEXPIRED
 2016-01-05 18:55 UTC  (4+ messages)
` [PATCH v2 1/3] nfs/nfsd: Move useful bitfield ops to a commonly accessible place
` [PATCH v2 2/3] nfsd: allow mach_creds_match to be used more broadly
` [PATCH v2 3/3] nfsd: implement machine credential support for some operations

[PATCH 0/6] MTD: lantiq: xway: various nand fixes
 2016-01-05 18:55 UTC  (6+ messages)

[PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM
 2016-01-05 18:54 UTC  (5+ messages)

[PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM
 2016-01-05 18:54 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.