All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-18 07:13:18 to 2016-07-18 08:42:20 UTC [more...]

[Qemu-devel] A question about 9894dc0cdcc397ee5b26370bc53da6d360a363c2
 2016-07-18  8:41 UTC 

[PATCH 1/2] mem-hotplug: use GFP_HIGHUSER_MOVABLE in, alloc_migrate_target()
 2016-07-18  8:31 UTC  (13+ messages)
` [PATCH 2/2] mem-hotplug: use different mempolicy in alloc_migrate_target()

mount btrfs takes 30 minutes, btrfs check runs out of memory
 2016-07-18  8:41 UTC  (12+ messages)

[RFC PATCH 0/2] mempool vs. page allocator interaction
 2016-07-18  8:41 UTC  (6+ messages)
` [RFC PATCH 1/2] mempool: do not consume memory reserves from the reclaim path
  ` [RFC PATCH 2/2] mm, mempool: do not throttle PF_LESS_THROTTLE tasks

[PATCH v3 0/9] Add HSV format
 2016-07-18  8:40 UTC  (3+ messages)
` [PATCH v3 4/9] [media] vivid: code refactor for color encoding

[meta-oe][PATCH] lmbench: Fix compilation error of gcc format-security
 2016-07-18  8:38 UTC 

[U-Boot] [mips][cfi] Unable to write into flash under qemu
 2016-07-18  8:38 UTC  (5+ messages)

[PATCH v2 1/2] iio: sun4i-lradc: Add binding documentation
 2016-07-18  8:38 UTC  (4+ messages)
` [PATCH v2 2/2] iio: adc: sun4i_lradc: new driver

[Qemu-devel] [RFC PATCH V7 0/7] Introduce COLO-compare
 2016-07-18  8:37 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH V7 1/7] colo-compare: introduce colo compare initialization
` [Qemu-devel] [RFC PATCH V7 2/7] colo-base: add colo-base to define and handle packet
` [Qemu-devel] [RFC PATCH V7 3/7] Jhash: add linux kernel jhashtable in qemu
` [Qemu-devel] [RFC PATCH V7 4/7] colo-compare: track connection and enqueue packet
` [Qemu-devel] [RFC PATCH V7 5/7] qemu-char: Fix context for g_source_attach()
` [Qemu-devel] [RFC PATCH V7 6/7] colo-compare: introduce packet comparison thread
` [Qemu-devel] [RFC PATCH V7 7/7] colo-compare: add TCP, UDP, ICMP packet comparison

[meta-networking][PATCH v2 1/2] c-ares: use our compilation flags
 2016-07-18  8:37 UTC  (4+ messages)
` [meta-networking][PATCH v2 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

[PATCH v4 0/8] MT2701 DRM support
 2016-07-18  8:36 UTC  (6+ messages)
` [PATCH v4 3/8] drm/mediatek: add shadow register support

[PATCH v3 0/2] Toshiba TC358767 eDP bridge driver
 2016-07-18  8:36 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: tc358767: add DT documentation

[RFC Design Doc v2] Add vNVDIMM support for Xen
 2016-07-18  8:36 UTC  (2+ messages)

[Qemu-devel] [Bug 1603636] [NEW] Guest has not initialized the display yet on ubuntu 16.10 PPC
 2016-07-18  8:28 UTC  (2+ messages)
` [Qemu-devel] [Bug 1603636] "

[PATCH v8 00/11] Add driver bpf hook for early packet drop and forwarding
 2016-07-18  8:35 UTC  (9+ messages)
` [PATCH v8 04/11] net/mlx4_en: add support for fast rx drop bpf program

omap3-sgx-modules kernel 3.14
 2016-07-18  8:34 UTC  (4+ messages)

[RFC/PATCHSET 0/3] virtio-pstore: Implement virtio pstore device
 2016-07-18  8:33 UTC  (15+ messages)
` [PATCH 1/3] virtio: Basic implementation of virtio pstore driver
    ` [Qemu-devel] "
` [PATCH 2/3] qemu: Implement virtio-pstore device
    ` [Qemu-devel] "

[PATCH] [media] vb2: map dmabuf for planes on driver queue instead of vidioc_qbuf
 2016-07-18  8:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 05/16] pc: enforce adding CPUs contiguously and removing them in opposit order
 2016-07-18  8:32 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 "

[Qemu-devel] [PATCH v4 04/16] pc: forbid BSP removal
 2016-07-18  8:31 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 "

linux-next: build failure after merge of the tip tree
 2016-07-18  8:29 UTC 

[PATCH v3 1/2] drm/dsi: Implement dcs set/get display brightness
 2016-07-18  8:28 UTC  (4+ messages)
` [PATCH v8 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

[U-Boot] [PATCH 00/13] i2c: mvtwsi: DM conversion and improvements
 2016-07-18  8:28 UTC  (14+ messages)
` [U-Boot] [PATCH 01/13] i2c: mvtwsi: Fix style violations
` [U-Boot] [PATCH 02/13] i2c: mvtwsi: Streamline code and add documentation
` [U-Boot] [PATCH 03/13] i2c: mvtwsi: Improve and fix comments
` [U-Boot] [PATCH 04/13] i2c: mvtwsi: Eliminate flags parameter
` [U-Boot] [PATCH 05/13] i2c: mvtwsi: Get rid of status parameter
` [U-Boot] [PATCH 06/13] i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
` [U-Boot] [PATCH 07/13] i2c: mvtwsi: Add compatibility functions
` [U-Boot] [PATCH 08/13] i2c: mvtwsi: Factor out adap parameter
` [U-Boot] [PATCH 09/13] i2c: mvtwsi: Make address length variable
` [U-Boot] [PATCH 10/13] i2c: mvtwsi: Add compatibility to DM
` [U-Boot] [PATCH 11/13] i2c: mvtwsi: Handle zero-length offsets properly
` [U-Boot] [PATCH 12/13] i2c: mvtwsi: Make delay times frequency-dependent
` [U-Boot] [PATCH 13/13] i2c: mvtwsi: Add documentation

[PATCH v3 00/11] mm: Hardened usercopy
 2016-07-18  8:26 UTC  (8+ messages)
  ` [kernel-hardening] "

[patch V2 00/67] cpuhotplug: Convert all priority notifiers to the state machine
 2016-07-18  8:26 UTC  (11+ messages)
` [patch V2 43/67] leds/trigger/cpu: Convert to hotplug "

[Qemu-devel] [PATCH V4] block/iscsi: allow caching of the allocation map
 2016-07-18  8:25 UTC  (4+ messages)

[PATCH V2 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-07-18  8:24 UTC  (13+ messages)
` [PATCH V2 4/5] kvm/stats: Add provisioning for 64-bit vcpu statistics

[U-Boot] [PATCH 1/2 v2] x86: Add DFI BT700 BayTrail board support
 2016-07-18  8:24 UTC 

[PATCH] tests: add -a option cases
 2016-07-18  8:21 UTC  (5+ messages)

[PATCH] sctp: load transport header after sk_filter
 2016-07-18  8:20 UTC  (2+ messages)

how to use cache tiering with proxy in ceph-10.2.2
 2016-07-18  8:19 UTC 

[PATCH] cxl: add option to enable -DDEBUG
 2016-07-18  8:19 UTC  (2+ messages)

BUG: sleeping function called from invalid context at kernel/irq/manage.c:110
 2016-07-18  8:15 UTC  (2+ messages)
` [lkp] "

[PATCH -v4 0/2] printk.devkmsg: Ratelimit it by default
 2016-07-18  8:17 UTC  (13+ messages)
` [PATCH -v4 2/2] printk: Add kernel parameter to control writes to /dev/kmsg

[U-Boot] [PATCH] serial: ns16550: Add support for the BayTrail internal HS UART
 2016-07-18  8:17 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/6] Auto-fragment large transactions at the block layer
 2016-07-18  8:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 4/6] nbd: Rely on block layer to break up large requests
` [Qemu-devel] [PATCH v3 5/6] nbd: Drop unused offset parameter
` [Qemu-devel] [PATCH v3 6/6] iscsi: Rely on block layer to break up large requests

[U-Boot] [PATCH v2] misc: Add simple driver for some Nuvoton NCT6102D devices
 2016-07-18  8:16 UTC 

[Buildroot] [PATCH 0/2] Meson: new build system
 2016-07-18  8:14 UTC  (4+ messages)
` [Buildroot] [PATCH 1/2] meson: new package

[PATCH] Bluetooth: btmrvl: reset is_suspending flag in failure path
 2016-07-18  8:13 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: Add Japan Display Inc vendor id
 2016-07-18  8:13 UTC  (8+ messages)
` [PATCH v2 3/4] drm/dsi: Implement dcs set/get display brightness
` [PATCH v8 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

[meta-oe][krogoth][issue]
 2016-07-18  7:50 UTC  (2+ messages)

[PATCH v1] IB/ipoib: Report SG feature regardless of HW UD CSUM capability
 2016-07-18  8:09 UTC  (2+ messages)

[Buildroot] Buildroot server outage
 2016-07-18  8:09 UTC 

[PATCH] generic/120: requires working *atime mount options
 2016-07-18  8:07 UTC 

[PATCH] generic/071: require falloc -k
 2016-07-18  8:06 UTC 

[RFC][PATCH] ubi: Implement a read cache
 2016-07-18  8:05 UTC  (2+ messages)

AttributeError: 'Rados' object has no attribute 'monitor_log'
 2016-07-18  8:03 UTC  (5+ messages)

[PATCH 0/2] Get rid of transport layer retry count config parameter
 2016-07-18  8:01 UTC  (10+ messages)

[Qemu-devel] [PATCH] util: Fix MIN_NON_ZERO
 2016-07-18  8:00 UTC  (4+ messages)

[Cocci] Remove unnecessary null pointer checks?
 2016-07-18  7:41 UTC  (22+ messages)
                              ` [PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
                                ` [PATCH] drm/amdgpu: Delete an unnecessary check before the function call "kfree"
                                  ` [PATCH 0/8] drm/amdgpu: Fine-tuning for three function implementations

[PATCH v6] Implement the -a option to pad dtb aligned
 2016-07-18  7:56 UTC 

linux-next: manual merge of the rtc tree with the tip tree
 2016-07-18  7:55 UTC 

[PATCH] powerpc/powernv: fix pci-cxl.c build when CONFIG_MODULES=n
 2016-07-18  7:53 UTC 

[PATCH v3 0/2] doc: live migration procedure
 2016-07-18  7:53 UTC  (5+ messages)
` [PATCH v2 0/2] doc: live migration procedure with vhost_user
  ` [PATCH v2 1/2] doc: live migration of VM with vhost_user on host

[PATCH 0/5] ACPI: ACPI documentations and trivial fixes
 2016-07-18  7:53 UTC  (3+ messages)
` [PATCH v3 1/2] ACPI / button: Add KEY_LID_CLOSE for new usage model

[meta-java][PATCH] openjdk-8: make GCC6 happy
 2016-07-18  7:51 UTC  (3+ messages)

[PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property
 2016-07-18  7:51 UTC  (8+ messages)
` [linux-sunxi] "
        `  "
          ` [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm, nvram_file_name "

[patch iproute2] jsonw: Fix indentation of ending "}"
 2016-07-18  7:51 UTC 

[Qemu-devel] [PATCH v4 0/5] fix numa node mapping for hotplugged CPUs
 2016-07-18  7:51 UTC  (2+ messages)

xfstests: error: redefinition of 'struct fsxattr'
 2016-07-18  7:51 UTC 

[PATCH] Nightly color management fixes
 2016-07-18  7:50 UTC  (3+ messages)
` [PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)

[PATCH] clk: at91: fix clk_programmable_set_parent()
 2016-07-18  7:49 UTC 

[PATCH v10 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-18  7:46 UTC  (8+ messages)
` [PATCH v10 15/17] KVM: arm64: implement ITS command queue command handlers

[PATCH V2 00/10] arm64: tegra: add BPMP support
 2016-07-18  7:44 UTC  (7+ messages)
` [PATCH V2 03/10] Documentation: dt-bindings: firmware: tegra: add bindings of the BPMP

[PATCH 1/2] drm/imx: Remove imx_drm_crtc_vblank_get/_put()
 2016-07-18  7:44 UTC  (2+ messages)
` [PATCH 2/2] drm/imx: Remove imx_drm_crtc_id()

[Ksummit-discuss] [CORE TOPIC] stable workflow
 2016-07-18  7:44 UTC  (12+ messages)
              ` [Ksummit-discuss] [CORE TOPIC] kernel unit testing

[PATCH 0/3] Initial support for LG Nexus 5 phone (hammerhead)
 2016-07-18  7:44 UTC  (4+ messages)
` [PATCH 2/3] ARM: dts: msm8974-hammerhead: Add regulator nodes for hammerhead

[PATCH 0/2] Color management fixed for 4.7
 2016-07-18  7:43 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: add missing condition for committing planes on crtc
` [PATCH 2/2] drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)

[PATCH v2] lib/bitmap.c: enhance bitmap syntax
 2016-07-18  7:06 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] IB/iopib: Report SG feature regardless of HW UD CSUM capability
 2016-07-18  7:39 UTC  (3+ messages)

System freezes after OOM
 2016-07-18  7:39 UTC  (12+ messages)

[U-Boot] [PATCH 1/1] mtd: nand-base: fix bug writing 1 byte less than page size
 2016-07-18  7:39 UTC  (2+ messages)

PROBLEM: pcie imx6 link problem after a random number of reboot
 2016-07-18  7:38 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/1] mtd: nand: fix bug writing 1 byte less than page size
 2016-07-18  7:37 UTC 

[PATCH -next] iommu/exynos: Fix return value check in exynos_iommu_of_setup()
 2016-07-18  7:34 UTC  (4+ messages)

[PATCH v2 0/5] xenstore: fix memory leak of xenstored
 2016-07-18  7:31 UTC  (6+ messages)
` [PATCH v2 1/5] xenstore: call each xenstored command function with temporary context
` [PATCH v2 2/5] xenstore: add explicit memory context parameter to get_parent()
` [PATCH v2 3/5] xenstore: add explicit memory context parameter to read_node()
` [PATCH v2 4/5] xenstore: add explicit memory context parameter to get_node()
` [PATCH v2 5/5] xenstore: use temporary memory context for firing watches

[PATCH 01/11] drm/drm-kms.rst: Remove unused drm_fourcc.h include directive
 2016-07-18  7:29 UTC  (5+ messages)
` [PATCH 02/11] drm/doc: Add kerneldoc for @index

Konto E-mail Zostal Zawieszony!!!
 2016-07-18  7:19 UTC 

[PATCH] leds: lp3952: Store leds[LP3952_LED_ALL] in struct lp3952_led_array
 2016-07-18  7:29 UTC  (3+ messages)

[PATCH 00/10] Add support for cros-ec-sensors
 2016-07-18  7:29 UTC  (3+ messages)
` [PATCH 04/10] iio: cros_ec: Add common functions for cros_ec sensors

人管人,累死人
 2016-07-18  7:29 UTC 

[Qemu-devel] [RFC 0/2] Fix some bugs in usermode cpu tracking
 2016-07-18  7:25 UTC  (8+ messages)
` [Qemu-devel] [RFC 2/2] linux-user: Fix cpu_index generation

[U-Boot] [RFC PATCH 0/1] bug writing to NAND 1 byte less than page size
 2016-07-18  7:25 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 1/1] mtd: nand: fix bug writing "

Page Allocation Failures/OOM with dm-crypt on software RAID10 (Intel Rapid Storage)
 2016-07-18  7:24 UTC  (15+ messages)
                      ` Page Allocation Failures/OOM with dm-crypt on software RAID10 (Intel Rapid Storage) with check/repair/sync

[Qemu-devel] [PATCH RFC 07/16] qom/cpu: make nr-cores, nr-threads real properties
 2016-07-18  7:23 UTC  (12+ messages)
          ` [Qemu-devel] QOM: best way for parents to pass information to children? (was Re: [PATCH RFC 07/16] qom/cpu: make nr-cores, nr-threads real properties)

[nightly] Core TISDK (krogoth/2.1) 2016.07 build 2016-07-17_23-00-47
 2016-07-18  7:23 UTC 

Question: Getting 'git diff' to generate /usr/bin/diff output
 2016-07-18  7:23 UTC  (2+ messages)

System freezes after OOM
 2016-07-18  7:22 UTC  (12+ messages)

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-18  7:24 UTC  (12+ messages)
` [PATCH 08/31] mm, vmscan: simplify the logic deciding whether kswapd sleeps

[Qemu-devel] [PATCH] MAINTAINERS: Add include/block/aio.h to block I/O path section
 2016-07-18  7:19 UTC 

[PATCH] mm, oom: fix for hiding mm which is shared with kthread or global init
 2016-07-18  7:18 UTC  (2+ messages)

[PATCH v3 1/4] crypto: add template handling for RNGs
 2016-07-18  7:18 UTC  (3+ messages)

[RFC] rfkill: Add new ACPI device for Realtek serial BT
 2016-07-18  7:18 UTC  (2+ messages)

[PATCH 1/3] dmaengine: tegra-apb: Correct grammar in TX status debug message
 2016-07-18  7:17 UTC  (6+ messages)
` [PATCH 2/3] dmaengine: tegra-apb: Remove duplicated residue calculation
` [PATCH 3/3] dmaengine: tegra-apb: Return the actual descriptor status

[RFC PATCH] net: macb: Handle HRESP error
 2016-07-18  7:16 UTC 

[PATCH 00/21] drm: make fbdev support really optional
 2016-07-18  7:13 UTC  (6+ 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.