All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-10 08:37:32 to 2015-09-10 09:22:49 UTC [more...]

[Qemu-devel] [PATCH 0/4] virtio-1/virtio-ccw related patches
 2015-09-10  9:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] virtio: ring sizes vs. reset
` [Qemu-devel] [PATCH 4/4] virtio-ccw: enable virtio-1

[PATCH 0/13] xfs_repair: recombine cut&waste code in dir2.c/attr_repair.c
 2015-09-10  9:22 UTC  (2+ messages)

[ceph-users] Ceph.conf
 2015-09-10  9:21 UTC  (3+ messages)
      ` Ceph.conf

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 40cd62b59e3a49680b6e8744cd72f18d734b7240 BUILD DONE
 2015-09-10  9:21 UTC 

[Qemu-devel] [PULL 0/19] xen-2015-09-08-tag
 2015-09-10  9:20 UTC  (12+ messages)
          `  "

[PATCH RFC 0/3] Rework nfnetlink_queue conntrack support
 2015-09-10  9:20 UTC  (10+ messages)
` [PATCH RFC 3/3] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
      ` [PATCH nf-next 0/1] netfilter: nfnetlink_queue: return -EOPNOTSUPP if QUEUE_CT is disabled
  ` [PATCH lnf-queue] examples: attaching a conntrack information

[PATCH] powerpc: Wire up sys_userfaultfd()
 2015-09-10  9:20 UTC 

[Qemu-devel] [PATCH v2 0/2] update-linux-headers changes
 2015-09-10  9:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] target-i386: move asm-x86/hyperv.h to standard-headers

[RFC 00/13] perf_env/CPU socket reorg/fixes
 2015-09-10  9:19 UTC  (2+ messages)

[PATCH net-next] Revert "net/ipv6: add sysctl option accept_ra_min_hop_limit"
 2015-09-10  9:19 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] ide: simple ATAPI tests
 2015-09-10  9:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/4] qtest/ahci: export generate_pattern

"This is a bug."
 2015-09-10  9:18 UTC 

[Qemu-devel] [PATCH V2 0/8] virtio 1.0 pci optimizations and fixes
 2015-09-10  9:18 UTC  (8+ messages)
` [Qemu-devel] [PATCH V2 4/8] virtio-pci: fix 1.0 virtqueue migration

[Qemu-devel] [PULL 0/7] virtio,pc,acpi fixes, cleanups
 2015-09-10  9:18 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/7] pci: Fix pci_device_iommu_address_space() bus propagation
` [Qemu-devel] [PULL 2/7] pc: Remove redundant arguments from xen_hvm_init()
  `  "
` [Qemu-devel] [PULL 3/7] virtio: avoid leading underscores for helpers
` [Qemu-devel] [PULL 4/7] acpi: Remove unused definition
` [Qemu-devel] [PULL 5/7] pc: memhotplug: fix incorrectly set reserved-memory-end
` [Qemu-devel] [PULL 6/7] pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines
` [Qemu-trivial] [PULL 7/7] hw/pci: fix pci_update_mappings() trace events
  ` [Qemu-devel] "

[PATCH] clocksource: Add CPU info to clocksource watchdog reporting
 2015-09-10  9:01 UTC 

[PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-09-10  9:15 UTC  (3+ messages)

[fido-kilo][PATCH] dhcp: fix QA issue files installed but not shipped
 2015-09-10  9:15 UTC 

[PATCH 05/14][RFC] arm64: renesas: r8a7795: add AUDIO-DMAC support
 2015-09-10  9:14 UTC  (2+ messages)

[ANNOUNCE] Git Rev News edition 7
 2015-09-10  9:13 UTC  (2+ messages)

[PATCH 00/21] dmaengine/ARM: Merge the edma drivers into one
 2015-09-10  9:13 UTC  (71+ messages)
` [PATCH 01/21] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH 02/21] ARM: common: edma: Remove unused functions
` [PATCH 03/21] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH 04/21] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH 05/21] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH 06/21] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH 07/21] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH 08/21] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH 09/21] ARM: davinci: Add set dma_mask to eDMA devices
` [PATCH 10/21] ARM/dmaengine: edma: Merge the two drivers under drivers/dmaengine
` [PATCH 11/21] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH 12/21] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH 13/21] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH 14/21] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH 15/21] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH 16/21] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH 17/21] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH 18/21] dmaengine: edma: Consolidate the comments for functions
` [PATCH 19/21] dmaengine: edma: Simplify the interrupt handling
` [PATCH 20/21] dmaengine: edma: Move the pending error check into helper function
` [PATCH 21/21] dmaengine: edma: Simplify and optimize ccerr interrupt handler

[PATCH 1/1] mm: kmemleak: remove unneeded initialization of object to NULL
 2015-09-10  9:13 UTC  (3+ messages)

Eclipse Yocto Plugin: Preference Profile "Save As..."-Button not working
 2015-09-10  9:12 UTC 

[Qemu-devel] [PATCH v4 0/4] iotests: skip tests with unchanged dependencies
 2015-09-10  9:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/4] iotests: Add dependency info to groups list

[PATCH] selftests/seccomp: add support for s390
 2015-09-10  9:11 UTC  (6+ messages)

[PATCH 0/4] Fix gaps detection in bio merges
 2015-09-10  9:10 UTC  (6+ messages)
` [PATCH 3/4] block: Refuse adding appending a gaped integrity page to a bio

[Qemu-devel] [PATCH RFC 0/5] disk deadlines
 2015-09-10  9:05 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] disk_deadlines: add request to resume Virtual Machine
` [Qemu-devel] [PATCH 3/5] disk_deadlines: add disk-deadlines option per drive

[PATCH] drm/i915: Fix CSR MMIO address check
 2015-09-10  9:13 UTC  (4+ messages)

[RFC v4 0/4] iio: new chemical sensor framework and channel types
 2015-09-10  9:08 UTC  (3+ messages)
` [RFC v4 4/4] iio: chemical: add SGX VZ89x VOC sensor support

[Qemu-devel] OVMF BoF @ KVM Forum 2015
 2015-09-10  9:08 UTC  (14+ messages)
  ` [Qemu-devel] EDK II & GPL - Re: [edk2] "
    ` [Qemu-devel] [edk2] EDK II & GPL - "
                      `  "

[PATCH 0/2] Preserve framebuffer during rmfb / drm fd close
 2015-09-10  9:07 UTC  (15+ messages)
` [PATCH 1/2] drm/core: Preserve the framebuffer after removing it
    ` [Intel-gfx] "

[PATCH v2 0/2] Allwinner SoC CAN controller Support
 2015-09-10  9:07 UTC  (7+ messages)
` [PATCH v2 2/2] "

PowerPC: massive "scheduling while atomic" reports
 2015-09-10  9:06 UTC 

[PATCH net v2 0/2] xen-net{front,back}: respect user provided max_queues
 2015-09-10  9:05 UTC  (5+ messages)
    ` [PATCH net v2 0/2] xen-net{front, back}: "

[Bug 91551] New: DXTn compressed normal maps produce severe artifacts on all NV5x and NVDx chipsets
 2015-09-10  9:05 UTC  (3+ messages)
  ` [Bug 91551] "

[PATCH] carl9170: fix bad rssi reading
 2015-09-10 18:04 UTC 

[PATCH 0/5] ACPI probing infrastructure
 2015-09-10  9:03 UTC  (4+ messages)

[PATCH 0/4] sched fixes and clean-ups
 2015-09-10  9:03 UTC  (5+ messages)
` [PATCH 1/4] sched/{cpuset,core}: restore complete root_domain status across hotplug

[Qemu-devel] [PATCH] linux-user/main.c: Always set QEMU_LD_PREFIX when interp_prefix is changed
 2015-09-10  9:02 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] d3724007e0bcd07ce429236f432837bad4bffac3 BUILD DONE
 2015-09-10  9:02 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 58110e692d6b0248c20b428b00b59292f59bdde4 BUILD DONE
 2015-09-10  9:02 UTC 

[Qemu-devel] qmp_device_add() ret_data argument
 2015-09-10  9:01 UTC  (2+ messages)

[PATCH RESEND 0/4] dmaengine: mv_xor improvements
 2015-09-10  9:00 UTC  (4+ messages)
` [PATCH RESEND 3/4] ARM: mvebu: remove unneeded dmacap, * properties in Device Trees

eata fails to load on post 4.2 kernels
 2015-09-10  9:00 UTC  (9+ messages)

[PATCH 0/5] virtio-gpu: add virgl/3d rendering support
 2015-09-10  8:59 UTC  (13+ messages)
` [PATCH 1/5] virtio-gpu: add virtio_gpu_queue_ctrl_buffer_nolock
` [PATCH 3/5] update virtio gpu driver: add 3d/virgl support
` [PATCH 5/5] virtgpu: mark as a render gpu

[PATCH v6 00/18] Add VT-d Posted-Interrupts support
 2015-09-10  8:59 UTC  (8+ messages)
` [PATCH v6 16/18] vmx: Add some scheduler hooks for VT-d posted interrupts

[PATCH] xen/domctl: lower loglevel of XEN_DOMCTL_memory_mapping
 2015-09-10  8:59 UTC  (10+ messages)

Use a variable before it's declaration
 2015-09-10  8:58 UTC  (7+ messages)

is esfq discontinued ?
 2015-09-10  8:58 UTC  (2+ messages)

eata fails to load on post 4.2 kernels
 2015-09-10  8:58 UTC  (6+ messages)
` [Bugfix] PCI, x86: Correctly allocate IRQs for PCI devices managed by non-PCI drivers

[PATCH 0/1] Use Jquery's Qunit tests to create some unit tests for javascript
 2015-09-10  8:57 UTC  (6+ messages)
` [PATCH 1/1] toastergui: Add frontend javascript unit tests

[PATCH 03/14][RFC] arm64: renesas: r8a7795: add MSTP10 support
 2015-09-10  8:57 UTC  (2+ messages)

mysterious crashes on OMAP5 uevm
 2015-09-10  8:57 UTC  (8+ messages)

[Buildroot] [PATCHv4] gdb: prevent building the documentation
 2015-09-10  8:56 UTC 

[Qemu-devel] Confused by QOM: /machine/unattached/device[5]/dr-connector[255]/fdt
 2015-09-10  8:55 UTC  (5+ messages)

[PATCH 00/10] Various x86 pmu scheduling patches
 2015-09-10  8:54 UTC  (4+ messages)
` [PATCH 01/10] perf,x86: Fix event/group validation

[PATCH 00/11] clk: samsung: exynos7: Cleanup of clock file
 2015-09-10  8:53 UTC  (4+ messages)
` [PATCH 11/11] clk: samsung: exynos7: Add required clock tree for UFS

[PATCH 1/3] perf probe: Free perf probe event in cleanup_perf_probe_events()
 2015-09-10  8:51 UTC  (2+ messages)

[PATCH] efi/libstub/fdt: Standardize the names of EFI stub parameters
 2015-09-10  8:41 UTC  (3+ messages)

[PATCH 02/14][RFC] arm64: renesas: r8a7795: add I2C support
 2015-09-10  8:49 UTC  (2+ messages)

[PATCH v2] f2fs: optimize code of f2fs_update_extent_tree_range
 2015-09-10  8:48 UTC 

[PATCH/RFC] mm: do not regard CMA pages as free on watermark check
 2015-09-10  8:48 UTC  (5+ messages)

[PATCH v3] r8169: Fix sleeping function called during get_stats64, v2
 2015-09-10  8:47 UTC 

[PATCH net 1/1] r8169: fix sleepable allocation during netdevice stats retrieval
 2015-09-10  8:47 UTC  (11+ messages)

[PATCH v2 00/12] clk: samsung: exynos7: Cleanup of clock file
 2015-09-10  8:44 UTC  (13+ messages)
` [PATCH v2 01/12] clk: samsung: exynos7: Change the CMU_TOPC block clock names
` [PATCH v2 02/12] clk: samsung: exynos7: Adds missing clocks gates of CMU_TOPC
` [PATCH v2 03/12] clk: samsung: exynos7: Corrects CMU_TOP0 clocks names
` [PATCH v2 04/12] clk: samsung: exynos7: Corrects CMU_TOP1 "
` [PATCH v2 5/12] clk: samsung: exynos7: Corrects CMU_CCORE "
` [PATCH v2 06/12] clk: samsung: exynos7: Corrects CMU_PERIC0 "
` [PATCH v2 07/12] clk: samsung: exynos7: Corrects CMU_PERIC1 "
` [PATCH v2 08/12] clk: samsung: exynos7: Corrects CMU_PERIS "
` [PATCH v2 09/12] clk: samsung: exynos7: Corrects CMU_FSYS0 "
` [PATCH v2 10/12] clk: samsung: exynos7: Corrects CMU_FSYS1 "
` [PATCH v2 11/12] clk: samsung: exynos7: Add missing fixed_clks to cmu_info
` [PATCH v2 12/12] clk: samsung: exynos7: Add required clock tree for UFS

[PATCH] thermal: Fix thermal_zone_of_sensor_register to match documentation
 2015-09-10  8:44 UTC  (4+ messages)

[PATCH 0/5] fixup ip pipeline examples
 2015-09-10  8:44 UTC  (3+ messages)
` [PATCH 2/5] example_ip_pipeline: avoid strncpy issue

[RFC PATCH] mmc: block: Add new ioctl to send combo commands
 2015-09-10  8:43 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH] spapr: Reduce creation of LMB DR connectors from O(n^3) to O(n^2)
 2015-09-10  8:42 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 13c54bf1522e124d28452996a07f97c1bae4ce4c BUILD DONE
 2015-09-10  8:42 UTC 

[PATCH] efi/libstub/fdt: Standardize the names of EFI stub parameters
 2015-09-10  8:41 UTC 

[PATCH] lib/vsprintf.c: increase the size of the field_width variable
 2015-09-10  8:39 UTC  (6+ messages)

[PATCH] mmc: block: Add new ioctl to send multi commands
 2015-09-10  8:38 UTC  (4+ messages)

Sometimes a session destroy hangs lttng-consumerd process
 2015-09-10  8:37 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.