All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-27 15:31:02 to 2017-07-27 16:15:09 UTC [more...]

[PATCH v4 00/16] MIPS: Miscellaneous fixes related to Android Mips emulator
 2017-07-27 16:08 UTC  (11+ messages)
` [PATCH v4 01/16] input: goldfish: Fix multitouch event handling
` [PATCH v4 02/16] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms
` [PATCH v4 03/16] tty: goldfish: Implement support for kernel 'earlycon' parameter
` [PATCH v4 04/16] MIPS: VDSO: Fix clobber lists in fallback code paths
` [PATCH v4 05/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
` [PATCH v4 06/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
` [PATCH v4 07/16] MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
` [PATCH v4 08/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs
` [PATCH v4 09/16] MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
` [PATCH v4 10/16] MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs

[PATCH] cgroup: add cgroup.stat interface with basic hierarchy stats
 2017-07-27 16:14 UTC 

race in vif-common.sh
 2017-07-27 16:12 UTC  (4+ messages)

[PATCH 0/7] efi: improved correctness, arm unification, and cleanup
 2017-07-27 16:12 UTC  (13+ messages)
` [PATCH 6/7] efi: restrict arm/arm64 linux loader initrd placement
` [PATCH 7/7] efi: change heap allocation type to GRUB_EFI_LOADER_CODE

[OSSTEST PATCH v13 00/24] Have OpenStack tested on top of xen's master and libvirt's master
 2017-07-27 16:12 UTC  (4+ messages)
` [OSSTEST PATCH v13 19/24] TestSupport: Implement target_subunit_cmd a subunit stream parser into substeps

[PATCH 1/2] scsi: aacraid: reading out of bounds
 2017-07-27 16:12 UTC  (3+ messages)

FIle copy to FAT FS on NVDIMM hits BUG_ON at fs/buffer.c:3305!
 2017-07-27 16:12 UTC  (7+ messages)

[PATCH v3 1/3] mm/hugetlb: Allow arch to override and call the weak function
 2017-07-27 16:12 UTC  (4+ messages)

raid0: device does not exist with examine and scan
 2017-07-27 16:11 UTC 

Android wg binary
 2017-07-27 16:31 UTC  (2+ messages)

[U-Boot] [PATCH v2] Add support for Microchip LAN75xx and LAN78xx
 2017-07-27 16:11 UTC  (7+ messages)

[PATCH V2 0/4] powerpc/devtree: Add support for 'ibm,drc-info' property
 2017-07-27 16:10 UTC  (5+ messages)
` [PATCH V2 1/4] powerpc/firmware: Add definitions for new drc-info firmware feature
` [PATCH 2/4] pseries/drc-info: Search DRC properties for CPU indexes
` [PATCH V2 3/4] hotplug/drc-info: Add code to search ibm,drc-info property
` [PATCH V2 4/4] powerpc: Enable support for ibm,drc-info devtree property

[PATCH] staging: ccree: Fix unnecessary NULL check before kfree'ing it
 2017-07-27 16:09 UTC  (2+ messages)

[PATCH v3 0/6] perf: Support for ARM DynamIQ Shared Unit PMU
 2017-07-27 16:09 UTC  (10+ messages)
` [PATCH v3 2/6] of: Add helper for mapping device node to logical CPU number
` [PATCH v3 5/6] dt-bindings: Document devicetree binding for ARM DSU PMU

[PATCH] image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
 2017-07-27 16:08 UTC  (2+ messages)

[PATCH net] ipv6: no need to return rt->dst.error if it is not null entry
 2017-07-27 16:08 UTC  (11+ messages)

[Qemu-devel] [PATCH 00/26] qapi: add #if pre-processor conditions to generated code
 2017-07-27 15:41 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/26] qapi: fix type_seen key error
` [Qemu-devel] [PATCH 02/26] qobject: replace dump_qobject() by qobject_to_string()
` [Qemu-devel] [PATCH 03/26] qboject: add literal qobject type
` [Qemu-devel] [PATCH 04/26] qapi: generate a literal qobject for introspection
` [Qemu-devel] [PATCH 05/26] visitor: pass size of strings array to enum visitor
` [Qemu-devel] [PATCH 06/26] qapi2texi: minor python code simplification
` [Qemu-devel] [PATCH 07/26] qapi: add 'if' condition on top-level schema elements
` [Qemu-devel] [PATCH 08/26] qapi: add 'if' condition on enum member values
` [Qemu-devel] [PATCH 09/26] qapi: add 'if' condition on struct member
` [Qemu-devel] [PATCH 10/26] qapi: add 'if' condition on union variant
` [Qemu-devel] [PATCH 11/26] qapi: add 'if' condition on alternate variant
` [Qemu-devel] [PATCH 12/26] qapi2texi: add 'If:' section to generated documentation
` [Qemu-devel] [PATCH 13/26] qapi2texi: add 'If:' condition to enum values
` [Qemu-devel] [PATCH 14/26] qapi2texi: add 'If:' condition to struct members
` [Qemu-devel] [PATCH 15/26] qapi2texi: add condition to variants
` [Qemu-devel] [PATCH 16/26] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PATCH 17/26] qapi: add conditions to SPICE "
` [Qemu-devel] [PATCH 18/26] qapi: add conditions to REPLICATION type/commands "
` [Qemu-devel] [PATCH 19/26] build-sys: move qapi variables in qapi.mak
` [Qemu-devel] [PATCH 20/26] tests/qmp-test: add query-qmp-schema test
` [Qemu-devel] [PATCH 21/26] build-sys: make qemu qapi objects per-target
` [Qemu-devel] [PATCH 22/26] qapi: make rtc-reset-reinjection depend on TARGET_I386
` [Qemu-devel] [PATCH 23/26] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH 24/26] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH 25/26] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH 26/26] qapi: make query-cpu-definitions depend on specific targets
  ` [Qemu-arm] "

[U-Boot] Rockchip nand boot image support in u-boot
 2017-07-27 16:08 UTC 

[RFC PATCH 0/6] proactive kcompactd
 2017-07-27 16:07 UTC  (7+ messages)
` [PATCH 1/6] mm, kswapd: refactor kswapd_try_to_sleep()
` [PATCH 2/6] mm, kswapd: don't reset kswapd_order prematurely
` [PATCH 3/6] mm, kswapd: reset kswapd's order to 0 when it fails to reclaim enough
` [PATCH 4/6] mm, kswapd: wake up kcompactd when kswapd had too many failures
` [RFC PATCH 5/6] mm, compaction: stop when number of free pages goes below watermark
` [RFC PATCH 6/6] mm: make kcompactd more proactive

[PATCH] rpcdebug: Add proper free() to avoid memory leak
 2017-07-27 16:06 UTC  (3+ messages)

Crosscompile packages (ipk) based on SDK
 2017-07-27 16:05 UTC  (3+ messages)

[PATCH] cryptodev: fix crypto op bulk alloc Doxygen
 2017-07-27 16:05 UTC  (4+ messages)
` [PATCH v2] "

Why xen-pirq chip use startup_irq() for .irq_enable?
 2017-07-27 16:06 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ul-14x14-evk: Remove unrelated pin from ENET group
 2017-07-27 16:04 UTC 

Potential race in TLB flush batching?
 2017-07-27 16:04 UTC  (12+ messages)

[pull] radeon and amdgpu drm-next-4.14
 2017-07-27 16:00 UTC 

[PATCH umr] Improve NPI support (include/name/family)
 2017-07-27 16:00 UTC 

[RFC]Add new mdev interface for QoS
 2017-07-27 16:00 UTC  (3+ messages)

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-07-27 15:58 UTC  (2+ messages)
` [Bug 196161] "

[PATCH v8 00/13] Fix the on-flight DMA issue on system with amd iommu
 2017-07-27 15:58 UTC  (15+ messages)
` [PATCH v8 06/13] iommu/amd: copy old trans table from old kernel
` [PATCH v8 09/13] iommu/amd: Use is_attach_deferred call-back
` [PATCH v8 10/13] iommu/amd: Allocate memory below 4G for dev table if translation pre-enabled
` [PATCH v8 11/13] iommu/amd: Don't copy GCR3 table root pointer
` [PATCH v8 13/13] iommu/amd: Disable iommu only if amd_iommu=off is specified

[PATCH] drm/amdgpu: remove unused power control for vcn
 2017-07-27 15:58 UTC  (3+ messages)

[PATCH 00/41] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
 2017-07-27 15:57 UTC  (6+ messages)
` [PATCH 01/41] drm/gem: Add drm_gem_dumb_map_offset()

[RFC PATCH 1/3] powerpc/mm: update pmdp_invalidate to return old pmd value
 2017-07-27 15:57 UTC  (12+ messages)
` [RFC PATCH 2/3] powerpc/mm: Implement pmdp_establish for ppc64
` [RFC PATCH 3/3] mm/hugetlb: Remove pmd_huge_split_prepare

[PATCH V4 net-next 0/8] Hisilicon Network Subsystem 3 Ethernet Driver
 2017-07-27 15:56 UTC  (8+ messages)
` [PATCH V4 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver
` [PATCH V4 net-next 8/8] net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS

[PATCH 0/3] memdelay: memory health metric for systems and workloads
 2017-07-27 15:56 UTC  (5+ messages)
` [PATCH 2/3] mm: workingset: tell cache transitions from workingset thrashing
` [PATCH 3/3] mm/sched: memdelay: memory health interface for systems and workloads

[Qemu-devel] [for-2.11 PATCH 00/26] spapr: add support for PHB hotplug
 2017-07-27 15:52 UTC  (5+ messages)
` [Qemu-devel] [for-2.11 PATCH 16/26] spapr: enable PHB hotplug for pseries-2.11
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH] credential-cache: interpret an ECONNRESET as on EOF
 2017-07-27 15:52 UTC  (2+ messages)

[PATCH] x86/cpuid: Rename *_policy to *_cpuid_policy
 2017-07-27 15:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] build-sys: there is no qemu-ga.c
 2017-07-27 15:45 UTC  (2+ messages)
` [Qemu-trivial] "

[PATCH 1/2] drm/amdgpu: Add support for filling a buffer with 64 bit value
 2017-07-27 15:51 UTC  (6+ messages)

[Qemu-devel] [PATCH] tests: test-netfilter && pxe-test require slirp
 2017-07-27 15:45 UTC  (2+ messages)
` [Qemu-trivial] "

qmi_wwan: Null pointer dereference when removing driver
 2017-07-27 15:50 UTC  (3+ messages)

[Buildroot] How to add a new board to buildroot
 2017-07-27 15:50 UTC 

[PATCH] dm-integrity: count failures
 2017-07-27 15:49 UTC  (3+ messages)
  `  "

[PATCH v1 0/4] Add Mediatek thermal driver for mt2712
 2017-07-27 15:49 UTC  (5+ messages)
` [PATCH v1 3/4] thermal: mediatek: extend calibration data for mt2712 chip
` [PATCH v1 4/4] thermal: mediatek: minor mtk_thermal.c cleanups

[PATCH v1] spi: pxa2xx: Don't touch CS pin until we have a transfer pending
 2017-07-27 15:49 UTC 

[Qemu-devel] [PATCH v2 1/1] s390x/css: check ccw address validity
 2017-07-27 15:48 UTC 

[PATCH] rwsem: fix missed wakeup due to reordering of load
 2017-07-27 15:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] ps2: fix sending of PAUSE/BREAK scancodes
 2017-07-27 15:48 UTC  (3+ messages)

[PATCH 0/3] Add larbid init routine for mediatek's gen1 smi larb driver
 2017-07-27 15:42 UTC  (5+ messages)
` [PATCH 1/3] memory: mtk-smi: add larbid init routine

[PATCH] xen-pciback: Mark a PCIe device to be hidden on AER error
 2017-07-27 15:46 UTC  (4+ messages)

[PATCH 0/5 v2] btrfs-progs: convert fixes + reiserfs support
 2017-07-27 15:47 UTC  (6+ messages)
` [PATCH 1/5] btrfs-progs: convert: properly handle reserved ranges while iterating files
` [PATCH 2/5] btrfs-progs: convert: add missing newlines for printfs
` [PATCH 3/5] btrfs-progs: convert: use search_cache_extent in migrate_one_reserved_range
` [PATCH 4/5] btrfs-progs: tests: fix typo in convert-tests/008-readonly-image
` [PATCH 5/5] btrfs-progs: convert: add support for converting reiserfs

[PATCH] kexec: Provide a user friendly option for memory address limit
 2017-07-27 15:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] instrument: Add basic event instrumentation
 2017-07-27 15:45 UTC  (10+ messages)

[PATCH] doc: fix l2fwd-crypto sample code
 2017-07-27 15:44 UTC  (2+ messages)

[PATCH] xen: cleanup xen.h
 2017-07-27 15:44 UTC  (5+ messages)

[PATCH 1/8] drm/amdgpu: cleanup kptr handling
 2017-07-27 15:44 UTC  (8+ messages)
  ` [PATCH 2/8] drm/amdgpu: consistent use u64_to_user_ptr
  ` [PATCH 3/8] drm/amdgpu: move some defines around
  ` [PATCH 4/8] drm/amdgpu: shadow and mn list are mutal exclusive
  ` [PATCH 5/8] drm/amdgpu: improve amdgpu_bo_create_kernel
  ` [PATCH 6/8] drm/amdgpu: add amdgpu_bo_create_reserved
  ` [PATCH 7/8] drm/amdgpu: use amdgpu_bo_create_kernel more often
  ` [PATCH 8/8] drm/amdgpu: use amdgpu_bo_free_kernel "

[Qemu-devel] [PULL 0/7] Ui 20170727 patches
 2017-07-27 15:43 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] common: Move CONFIG_BOOTARGS to Kconfig
 2017-07-27 15:43 UTC 

[PATCH] doc: fix missing section underline
 2017-07-27 15:42 UTC  (2+ messages)

[PATCH v2 1/4] drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier
 2017-07-27 15:42 UTC  (5+ messages)
` [PATCH v2 2/4] drm/i915: Re-register PMIC bus access notifier on runtime resume
` [PATCH v2 3/4] drm/i915: Call uncore_suspend before platform suspend handlers

[LTP] [PATCH 1/1] ver_linux: Print iputils version
 2017-07-27 15:42 UTC  (2+ messages)

[1/1] EDAC, sb_edac: Classify memory mirroring modes
 2017-07-27 15:42 UTC 

[PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties
 2017-07-27 15:40 UTC  (3+ messages)

[PATCH] v4l2-tpg-core.c: fix typo in bt2020_full matrix
 2017-07-27 15:39 UTC 

[PATCH v3] Btrfs: add skeleton code for compression heuristic
 2017-07-27 15:36 UTC  (8+ messages)

[Intel-wired-lan] [PATCH] igb: support BCM54616 PHY
 2017-07-27 15:37 UTC  (4+ messages)

[PATCH 1/6] ARM: multi_v7_defconfig: Cleanup from non-existing options
 2017-07-27 15:37 UTC  (5+ messages)

[PATCH v2] powerpc/mm: Check for _PAGE_PTE in *_devmap()
 2017-07-27 15:35 UTC 

[RFC v6 00/62] powerpc: Memory Protection Keys
 2017-07-27 15:34 UTC  (5+ messages)
` [RFC v6 19/62] powerpc: ability to create execute-disabled pkeys

[GIT PULL] Second Round of Renesas ARM Based SoC Fixes for v4.13
 2017-07-27 15:34 UTC  (4+ messages)

What are the typical usecase of "btrfs check --init-extent-tree"?
 2017-07-27 15:33 UTC  (2+ messages)

perftest proprietary files
 2017-07-27 15:33 UTC  (6+ messages)

echo "\\1"?
 2017-07-27 15:32 UTC  (8+ messages)

Здравствуйте! Вас интересуют клиентские базы данных? Ответ на Email: prodawez395@gmail.com
 2017-07-27  5:31 UTC 

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
 2017-07-27 15:32 UTC  (2+ messages)

[PATCHv2 1/5] image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
 2017-07-27 15:09 UTC  (2+ messages)

[PATCH] ARM: shmobile: Remove ARCH_SHMOBILE_MULTI
 2017-07-27 15:31 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] console: Tidy up console_dev_is_serial()
 2017-07-27 15:31 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] test/py: Handle the banner being printed after relocation
` [U-Boot] [PATCH 2/3] console: Unify the check for a serial console
` [U-Boot] [PATCH 3/3] dm: console: Check for serial devices properly


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.