All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-16 12:49:41 to 2017-05-16 13:38:56 UTC [more...]

[linux-lvm] Snapshot behavior on classic LVM vs ThinLVM
 2017-05-16 13:38 UTC  (18+ messages)

Playing with BFQ
 2017-05-16 13:38 UTC  (11+ messages)

[PATCH] qmimodem: add debug helper qmi_result_tlv_walk
 2017-05-16 13:38 UTC 

[patch 2/2] MM: allow per-cpu vmstat_threshold and vmstat_worker configuration
 2017-05-16 13:37 UTC  (13+ messages)

[PATCH] S390-DASD: Delete an error message for a failed memory allocation in two functions
 2017-05-16 13:36 UTC  (2+ messages)

[PATCH 0/3] Improvements to page writeback commit policy
 2017-05-16 13:36 UTC  (4+ messages)
` [PATCH 1/3] NFS: Remove unused fields in the page I/O structures
  ` [PATCH 2/3] NFS: Ensure we commit after writeback is complete
    ` [PATCH 3/3] NFS: Fix commit policy for non-blocking calls to nfs_write_inode()

[RFC 0/2] Consolidate patch_instruction
 2017-05-16 13:35 UTC  (3+ messages)
` [RFC 2/2] powerpc/kprobes: Move kprobes over to patch_instruction

EXCHANGE_ID with same network address but different server owner
 2017-05-16 13:36 UTC  (9+ messages)

[Qemu-devel] [PATCH] sockets: ensure we can bind to both ipv4 & ipv6 separately
 2017-05-16 13:35 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 0/6] s390x: basic test infrastructure
 2017-05-16 13:35 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 2/6] s390x: basic self test

[Qemu-devel] [PATCH v2 00/18] Block layer thread safety, part 1
 2017-05-16 13:34 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/18] block: access copy_on_read with atomic ops

[PATCH] sparc64: Add initial sparc64 support
 2017-05-16 13:33 UTC  (5+ messages)

[PATCH linux dev-4.7] arm: configs: aspeed: Disable CONFIG_MTD_SPI_NOR_USE_4K_SECTORS
 2017-05-16 13:30 UTC  (6+ messages)

[LTP] [PATCH v2] move_pages12: Make sure hugepages are available
 2017-05-16 13:32 UTC  (3+ messages)

[Buildroot] [Bug 9866] New: BASE_DIR usage
 2017-05-16 13:31 UTC 

[PATCH v3 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-16 13:29 UTC  (6+ messages)

[PATCH RFC 0/6] qemu-xen-trad: sasl: add SASL support to VNC
 2017-05-16 13:28 UTC  (5+ messages)

[Qemu-devel] [PATCH v9 0/6] migration/ppc: migrating DRC, ccs_list and pending_events
 2017-05-16 13:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH v9 1/6] hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState
    ` [Qemu-devel] [Qemu-ppc] "

[RFC v1 0/7] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-05-16 13:27 UTC  (10+ messages)
` [RFC v1 2/7] iommu/arm-smmu-v3: Add erratum framework functions
` [RFC v1 4/7] iommu/arm-smmu-v3: Enable HiSilicon erratum 161010701
` [RFC v1 6/7] iommu/arm-smmu-v3: Rearrange msi resv alloc functions

Issue->Dpdk for arm cortex-a15 compilation
 2017-05-16 13:27 UTC  (6+ messages)

ALSA 1.1.3 release
 2017-05-16 13:25 UTC  (2+ messages)
` ALSA 1.1.4 release

[PATCH i-g-t v2 00/13] Fix IGTs for Android
 2017-05-16 13:25 UTC  (14+ messages)
` [PATCH i-g-t 01/13] tests/drm_import_export: Include {i915_, }drm.h properly
` [PATCH i-g-t 02/13] Make conditions on HAVE_UDEV consistent
` [PATCH i-g-t 03/13] lib/igt_aux: Include unistd.h for gettid() on Android
` [PATCH i-g-t 04/13] lib/igt_aux: Make procps optional
` [PATCH i-g-t 05/13] chamelium: Fix build issues on Android
` [PATCH i-g-t 06/13] tools/Android.mk: Add guc_logger and l3_parity skip list
` [PATCH i-g-t 07/13] tests/Android.mk: Add perf to "
` [PATCH i-g-t 08/13] Android.mk: Fix libkmod use
` [PATCH i-g-t 09/13] Android.mk: Filter out *.h from src files
` [PATCH i-g-t 10/13] Android.mk: Use drm stubs
` [PATCH i-g-t 11/13] tools/Android.mk: Fix zlib inclusion
` [PATCH i-g-t 12/13] tests/gem_exec_nop: Disable headless subtest on cairoless Android
` [PATCH i-g-t 13/13] tests/gem_exec_nop: Rename signal() to fence_signal()

[PATCH v2 00/20] support profile-optimized build for Python
 2017-05-16 13:23 UTC  (22+ messages)
` [PATCH v2 01/20] python-native: support profile optimized build
` [PATCH v2 02/20] python: add python-profile-opt recipe
` [PATCH v2 03/20] python: remove path hack from setup.py
` [PATCH v2 04/20] python-profile-opt: rename libpython
` [PATCH v2 05/20] devtools/images: add python-pgo-image
` [PATCH v2 06/20] python: make profile-optimized build possible
` [PATCH v2 07/20] python-pgo-image: exclude tests from the default profile target
` [PATCH v2 08/20] python: add python-tools subpackage
` [PATCH v2 09/20] python-pgo-image: switch python default profile task to pybench
` [PATCH v2 10/20] python-pgo-image: enable sstate for do_profile
` [PATCH v2 11/20] python3-native: support profile optimized build
` [PATCH v2 12/20] python3: fix depends of python-tests
` [PATCH v2 13/20] python3: add python-profile-opt3 recipe
` [PATCH v2 14/20] python-pgo-image: profiling for python3
` [PATCH v2 15/20] python3: remove two setup.py cross-compile hacks
` [PATCH v2 16/20] python3: support profile optimized build
` [PATCH v2 17/20] python3: fix profile-optimized build of modules
` [PATCH v2 18/20] python-pgo-image: exclude tests from the python3 profile target
` [PATCH v2 19/20] python3: add python3-tools subpackage
` [PATCH v2 20/20] python-pgo-image: change python3 profile target to pybench

[Qemu-devel] [PATCH 0/4] exec: address space translation cleanups
 2017-05-16 13:24 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] vhost-user: Specify and implement device IOTLB support
 2017-05-16 13:23 UTC  (6+ messages)
` [Qemu-devel] [PATCH 6/6] spec/vhost-user spec: Add IOMMU support

[RFC PATCH 0/3] mmc: core: Prepare mmc host locking for blk-mq
 2017-05-16 13:24 UTC  (5+ messages)
` [RFC PATCH 3/3] mmc: core: Allow mmc block device to re-claim the host

[PATCH] drm: use kvmalloc_array for drm_malloc*
 2017-05-16 13:21 UTC  (8+ messages)

[Qemu-devel] [PATCH 00/13] vvfat: misc fixes for read-only mode
 2017-05-16 13:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/13] vvfat: fix qemu-img map and qemu-img convert
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 03/13] vvfat: fix typos

[ISSUE: sky2 - rx error] Link stops working under heavy traffic load connected to a mv88e6176
 2017-05-16 13:21 UTC  (12+ messages)

[PATCH] scripts: add pkgdataui
 2017-05-16 13:20 UTC 

[PATCH 00/10] rtlwifi: btcoex: More changes to Bluetooth Coexistence
 2017-05-16 13:19 UTC  (11+ messages)
` [PATCH 01/10] rtlwifi: btcoex: 21a 1ant: treat ARP as special packet
` [PATCH 02/10] rtlwifi: btcoex: 21a 1ant: fix some coding style issues
` [PATCH 03/10] rtlwifi: btcoex: 21a 1ant: add bt_tx_rx_mask into bt info
` [PATCH 04/10] rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustment
` [PATCH 05/10] rtlwifi: btcoex: 23b 1ant: rename and coding style modification
` [PATCH 06/10] rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busy
` [PATCH 07/10] rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counter
` [PATCH 08/10] rtlwifi: btcoex: 23b 1ant: check if BT high priority packet exist
` [PATCH 09/10] rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabled
` [PATCH 10/10] rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma duration

[PATCH v4 1/9] iio: light: rpr0521 disable sensor -bugfix
 2017-05-16 12:33 UTC  (6+ messages)
` [PATCH v4 3/9] iio: light: rpr0521 on-off sequence change for CONFIG_PM
` [PATCH v4 4/9] iio: light: rpr0521 magic number to sizeof() on value read
` [PATCH v4 5/9] iio: light: rpr0521 whitespace fixes
` [PATCH v4 6/9] iio: light: rpr0521 sample_frequency read/write
` [PATCH v4 7/9] iio: light: rpr0521 proximity offset read/write

[PATCH v2] perf report: distinguish between inliners in the same function
 2017-05-16 13:18 UTC  (4+ messages)

[PATCH] drm: Add crtc/encoder/bridge->mode_valid() callbacks
 2017-05-16 13:17 UTC  (7+ messages)
` [PATCH 1/2] drm/doc: Document adjusted/request modes a bit better
    ` [PATCH 2/2] drm/doc: Clarify mode_fixup vs. atomic_check a bit more

HDA cs8409 codec support
 2017-05-16 13:16 UTC  (6+ messages)

[PATCH v4 1/4] can: m_can: move Message RAM initialization to function
 2017-05-16 13:16 UTC  (6+ messages)

CYGWIN git cannot install python packages with pip
 2017-05-16 13:15 UTC  (9+ messages)

[PATCH 1/2] drm/i915: Try harder to reset the GPU
 2017-05-16 13:14 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Reorder media/render reset on g4x

[PATCH 0/2] Use READ_ONCE() and WRITE_ONCE in count_stat_eventual.c
 2017-05-16 13:14 UTC  (6+ messages)
` [PATCH 2/2] count_stat_eventual: Add READ_ONCE() to protect global shared variable stopflag

[PATCH 0/2] Allow oe-pkgdata-util package-info to display more info
 2017-05-16 13:14 UTC  (2+ messages)

[PATCH] mm: per-cgroup memory reclaim stats
 2017-05-16 13:13 UTC  (4+ messages)

[patch 00/18] init: Enable might_sleep() and smp_processor_id() debugging early
 2017-05-16 13:14 UTC  (7+ messages)
` [patch 17/18] sched: Enable might_sleep() checks early

J1939 kernel for Raspberry Pi
 2017-05-16 13:13 UTC  (10+ messages)

Driver support for QCA6174 chip using SDIO interface
 2017-05-16 13:13 UTC  (9+ messages)

[PATCH v2 00/53] Get rid of Docbook
 2017-05-16 13:13 UTC  (7+ messages)
` [PATCH v2 37/53] docs-rst: convert mtdnand book to ReST
` [PATCH v2 38/53] mtdnand.rst: group the "::" with previous line
` [PATCH v2 39/53] mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings

[PATCH] iio: imu: inv_mpu6050: add accel lpf register setting for chip >= MPU6500
 2017-05-16 13:12 UTC 

[PATCH v1 00/10] "Non-shared" IOMMU support on ARM
 2017-05-16 13:11 UTC  (11+ messages)
` [PATCH v1 02/10] iommu: Add extra order argument to the IOMMU APIs and platform callbacks

[PATCH v4 0/5] Make find_later_rq() choose a closer cpu in topology
 2017-05-16 13:10 UTC  (6+ messages)
` [PATCH v4 1/5] sched/deadline: Refer to cpudl.elements atomically

[patch net-next v2 00/10] net: sched: introduce multichain support for filters
 2017-05-16 13:10 UTC  (10+ messages)
` [patch net-next v2 02/10] net: sched: introduce tcf block infractructure
` [patch net-next v2 04/10] net: sched: replace nprio by a bool to make the function more readable

[PATCH] drm: add missing declaration to drm_blend.h
 2017-05-16 13:10 UTC  (2+ messages)

[PATCH v2 0/2] cec: STM32 driver
 2017-05-16 13:09 UTC  (7+ messages)
` [PATCH v2 1/2] binding for stm32 cec driver
` [PATCH v2 2/2] cec: add STM32 "

Cephalocon Cancelled
 2017-05-16 13:08 UTC  (6+ messages)
  ` [ceph-users] "

[Fuego] PC_WRITE_RETIRED event not implemented on A57?
 2017-05-16 13:08 UTC 

[PATCH 0/5] mmc: cavium: bug fixes for 4.12
 2017-05-16 13:07 UTC  (3+ messages)
` [PATCH 5/5] mmc: cavium: Fix probing race with regulator

Use case for TASKS_RCU
 2017-05-16 13:07 UTC  (4+ messages)

[lkp-robot] [sched, cpumask] 9475ceda45: -6% regression of hackbench.throughput
 2017-05-16 13:05 UTC  (2+ messages)

[RESEND PATCH v5 0/3] Support for USB DRD Phy driver for NS2
 2017-05-16 13:03 UTC  (5+ messages)
` [RESEND PATCH v5 2/3] phy:phy-bcm-ns2-usbdrd:Broadcom USB DRD Phy driver for Northstar2

[PATCH v9 00/28] arm64: Dom0 ITS emulation
 2017-05-16 13:03 UTC  (3+ messages)
` [PATCH v9 12/28] ARM: vGIC: advertise LPI support

[PATCH] rtc-88pm80x: Delete an error message for a failed memory allocation in pm80x_rtc_probe()
 2017-05-16 13:01 UTC  (3+ messages)
` [rtc-linux] "

Text-based IPC for Userspace Implementations
 2017-05-16 13:12 UTC  (2+ messages)

[PATCH] ata: libahci: properly propagate return value of platform_get_irq()
 2017-05-16 12:59 UTC  (2+ messages)

[PATCH 0/7] IMA: new parser for ima_restore_measurement_list()
 2017-05-16 12:53 UTC  (16+ messages)
` [PATCH 1/7] ima: introduce ima_parse_buf()
` [PATCH 2/7] ima: use ima_parse_buf() to parse measurements headers
` [PATCH 3/7] ima: use ima_parse_buf() to parse template data
` [PATCH 4/7] ima: declare get_binary_runtime_size() as non-static
` [PATCH 5/7] ima: add securityfs interface to save a measurements list with kexec header
` [PATCH 6/7] ima: add securityfs interface to restore a measurements list
` [PATCH 7/7] ima: fix get_binary_runtime_size()

switchdev offload & ecmp
 2017-05-16 12:57 UTC  (3+ messages)

[PATCH] sulogin: remove duplicate const declaration
 2017-05-16 12:57 UTC  (2+ messages)

nfs+ext4,can not umount the ext4 mountpoint
 2017-05-16 12:57 UTC 

support autofocus / autogain in libv4l2
 2017-05-16 12:56 UTC  (12+ messages)
  ` [patch] propagating controls in libv4l2 was "
      ` [patch] autogain support for bayer10 format (was Re: [patch] propagating controls in libv4l2)
          ` [patch, libv4l]: fix integer overflow
              ` [patch, libv4l]: Introduce define for lookup table size

[PATCH] getops: make --a-long option work again
 2017-05-16 12:56 UTC  (2+ messages)

[PATCH] fsck.minix: fix crash
 2017-05-16 12:56 UTC  (2+ messages)

[RFC PATCH v2 0/4] RFC: ADV748x HDMI/Analog video receiver
 2017-05-16 12:56 UTC  (7+ messages)
` [RFC PATCH v2 1/4] media: i2c: adv748x: add adv748x driver

[Qemu-devel] [PULL 00/48] ppc-for-2.10 queue 20170426
 2017-05-16 12:55 UTC  (5+ messages)
` [Qemu-devel] [PULL 19/48] spapr: allocate the ICPState object from under sPAPRCPUCore

[PATCH 1/5] drm/amdgpu: Return EINVAL if no PT BO
 2017-05-16 12:55 UTC  (5+ messages)
` [PATCH 4/5] drm/amdgpu: Support page directory update via CPU
` [PATCH 5/5] drm/amdgpu: Support page table "

[PATCH] gcc-cross-canadian: Use ${target_includedir} for compatibility with meta-micro
 2017-05-16 12:40 UTC 

[PATCH net-next] bnx2x: Remove open coded carrier check
 2017-05-16 12:54 UTC  (2+ messages)

Exclude Watched Items
 2017-05-16 12:54 UTC  (3+ messages)
  ` EXT :Re: "

[PATCH 00/12] Implement DDB algorithm and WM cleanup
 2017-05-16 12:57 UTC  (4+ messages)
` [PATCH 11/12] drm/i915/skl: New ddb allocation algorithm

[PATCH] scripts: check.c fix compile error
 2017-05-16 12:52 UTC  (3+ messages)

libblkid: udf: Incorrect implementation of Unicode strings
 2017-05-16 12:52 UTC  (6+ messages)

[PATCH] sd: fix sysfs writes to "provisioning_mode" and "zeroing_mode"
 2017-05-16 12:52 UTC  (6+ messages)

[PATCH v2 1/2] iio: accel: bma180: Add support for BMA250E
 2017-05-16 12:51 UTC  (2+ messages)
` [PATCH v2 2/2] iio: accel: bma180: Add ACPI enumeration "

[patch v2 0/6] staging: speakup: migrate synths to use TTY-based comms
 2017-05-16 12:51 UTC  (6+ messages)
` [patch v2 6/6] staging: speakup: flush tty buffers and ensure hardware flow control

[PATCH v2 00/10] outstanding nvme_fc/nvmet_fc fixes
 2017-05-16 12:51 UTC  (5+ messages)
` [PATCH v2 09/10] nvme_fcloop: fix port deletes and callbacks
` [PATCH v2 10/10] nvme_fc: correct nvme status set on abort

xfsprogs 4.5 vs 4.10
 2017-05-16 12:49 UTC  (4+ 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.