All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-23 20:02:14 to 2017-03-23 20:54:21 UTC [more...]

[PATCH v2 0/8] thermal: ti-soc-thermal: Migrate slope/offset data to device tree
 2017-03-23 20:52 UTC  (5+ messages)

[PATCH v9 0/3] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2017-03-23 20:53 UTC  (3+ messages)
` [PATCH v9 2/3] PCI: Add a macro to set default alignment for all PCI devices

[Qemu-devel] [PATCH for-2.9 0/5] rbd: Clean up API and code
 2017-03-23 20:52 UTC  (13+ messages)
` [Qemu-devel] [PATCH for-2.9 1/5] rbd: Clean up runtime_opts
` [Qemu-devel] [PATCH for-2.9 2/5] rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
` [Qemu-devel] [PATCH for-2.9 3/5] rbd: Rewrite the code to extract list-valued options
` [Qemu-devel] [PATCH for-2.9 4/5] rbd: Peel off redundant RbdAuthMethod wrapper struct

How to interpret the "Recipes reporting system" (e.g. for Python3 3.4, 3.5, 3.6)
 2017-03-23 20:52 UTC  (2+ messages)

[PATCH RT 1/1] remoteproc: Prevent schedule while atomic
 2017-03-23 20:51 UTC  (8+ messages)

[Qemu-devel] [RFC 0/2] Disable hotplug during migration
 2017-03-23 20:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug "
` [Qemu-devel] [PATCH 2/2] ram: remove migration_bitmap_extend()

[PATCH 0/2] cpufreq: schedutil: Fix and optimization
 2017-03-23 20:48 UTC  (6+ messages)
` [RFC][PATCH 2/2] cpufreq: schedutil: Force max frequency on busy CPUs
  ` [RFC][PATCH v2 2/2] cpufreq: schedutil: Avoid decreasing frequency of "
    ` [RFC][PATCH v3 2/2] cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely

[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
 2017-03-23 20:34 UTC  (2+ messages)
` [Qemu-devel] [Bug 1490611] "

[PATCH] i2c: thunderx: ACPI support for clock settings
 2017-03-23 20:50 UTC  (2+ messages)

[PATCH v2 0/5] Enable OA unit for Gen 8 and 9 in i915 perf
 2017-03-23 20:48 UTC  (9+ messages)
` [PATCH v2 1/5] drm/i915: expose _SLICE_MASK GETPARM
` [PATCH v2 2/5] drm/i915: expose _SUBSLICE_MASK GETPARM
` [PATCH v2 3/5] drm/i915: Add 'render basic' Gen8+ OA unit configs
` [PATCH v2 4/5] drm/i915: Add OA unit support for Gen 8+
` [PATCH v2 5/5] drm/i915: Add more OA configs for BDW, CHV, SKL + BXT

[PATCH 0/3]measure SMI cost
 2017-03-23 20:48 UTC  (5+ messages)
` [PATCH 1/3] perf/x86: add sysfs entry to freeze counter on SMI

[PATCH] i2c: i2c-scmi: add a MS HID
 2017-03-23 20:47 UTC  (2+ messages)

[PATCH v1 0/7] BQ24190 support for power_supply_battery_info and DT binding
 2017-03-23 20:47 UTC  (4+ messages)
` [PATCH v1 7/7] power: bq24190_charger: Set bq24190-battery device .type=unknown

[Qemu-devel] [PATCH v2 00/51] Creating RAMState for migration
 2017-03-23 20:45 UTC  (52+ messages)
` [Qemu-devel] [PATCH 01/51] ram: Update all functions comments
` [Qemu-devel] [PATCH 02/51] ram: rename block_name to rbname
` [Qemu-devel] [PATCH 03/51] ram: Create RAMState
` [Qemu-devel] [PATCH 04/51] ram: Add dirty_rate_high_cnt to RAMState
` [Qemu-devel] [PATCH 05/51] ram: Move bitmap_sync_count into RAMState
` [Qemu-devel] [PATCH 06/51] ram: Move start time "
` [Qemu-devel] [PATCH 07/51] ram: Move bytes_xfer_prev "
` [Qemu-devel] [PATCH 08/51] ram: Move num_dirty_pages_period "
` [Qemu-devel] [PATCH 09/51] ram: Move xbzrle_cache_miss_prev "
` [Qemu-devel] [PATCH 10/51] ram: Move iterations_prev "
` [Qemu-devel] [PATCH 11/51] ram: Move dup_pages "
` [Qemu-devel] [PATCH 12/51] ram: Remove unused dup_mig_bytes_transferred()
` [Qemu-devel] [PATCH 13/51] ram: Remove unused pages_skipped variable
` [Qemu-devel] [PATCH 14/51] ram: Move norm_pages to RAMState
` [Qemu-devel] [PATCH 15/51] ram: Remove norm_mig_bytes_transferred
` [Qemu-devel] [PATCH 16/51] ram: Move iterations into RAMState
` [Qemu-devel] [PATCH 17/51] ram: Move xbzrle_bytes "
` [Qemu-devel] [PATCH 18/51] ram: Move xbzrle_pages "
` [Qemu-devel] [PATCH 19/51] ram: Move xbzrle_cache_miss "
` [Qemu-devel] [PATCH 20/51] ram: Move xbzrle_cache_miss_rate "
` [Qemu-devel] [PATCH 21/51] ram: Move xbzrle_overflows "
` [Qemu-devel] [PATCH 22/51] ram: Move migration_dirty_pages to RAMState
` [Qemu-devel] [PATCH 23/51] ram: Everything was init to zero, so use memset
` [Qemu-devel] [PATCH 24/51] ram: Move migration_bitmap_mutex into RAMState
` [Qemu-devel] [PATCH 25/51] ram: Move migration_bitmap_rcu "
` [Qemu-devel] [PATCH 26/51] ram: Move bytes_transferred "
` [Qemu-devel] [PATCH 27/51] ram: Use the RAMState bytes_transferred parameter
` [Qemu-devel] [PATCH 28/51] ram: Remove ram_save_remaining
` [Qemu-devel] [PATCH 29/51] ram: Move last_req_rb to RAMState
` [Qemu-devel] [PATCH 30/51] ram: Move src_page_req* "
` [Qemu-devel] [PATCH 31/51] ram: Create ram_dirty_sync_count()
` [Qemu-devel] [PATCH 32/51] ram: Remove dirty_bytes_rate
` [Qemu-devel] [PATCH 33/51] ram: Move dirty_pages_rate to RAMState
` [Qemu-devel] [PATCH 34/51] ram: Move postcopy_requests into RAMState
` [Qemu-devel] [PATCH 35/51] ram: Add QEMUFile to RAMState
` [Qemu-devel] [PATCH 36/51] ram: Move QEMUFile into RAMState
` [Qemu-devel] [PATCH 37/51] ram: Move compression_switch to RAMState
` [Qemu-devel] [PATCH 38/51] migration: Remove MigrationState from migration_in_postcopy
` [Qemu-devel] [PATCH 39/51] ram: We don't need MigrationState parameter anymore
` [Qemu-devel] [PATCH 40/51] ram: Rename qemu_target_page_bits() to qemu_target_page_size()
` [Qemu-devel] [PATCH 41/51] Add page-size to output in 'info migrate'
` [Qemu-devel] [PATCH 42/51] ram: Pass RAMBlock to bitmap_sync
` [Qemu-devel] [PATCH 43/51] ram: ram_discard_range() don't use the mis parameter
` [Qemu-devel] [PATCH 44/51] ram: reorganize last_sent_block
` [Qemu-devel] [PATCH 45/51] ram: Use page number instead of an address for the bitmap operations
` [Qemu-devel] [PATCH 46/51] ram: Remember last_page instead of last_offset
` [Qemu-devel] [PATCH 47/51] ram: Change offset field in PageSearchStatus to page
` [Qemu-devel] [PATCH 48/51] ram: Use ramblock and page offset instead of absolute offset
` [Qemu-devel] [PATCH 49/51] ram: rename last_ram_offset() last_ram_pages()
` [Qemu-devel] [PATCH 50/51] ram: Use RAMBitmap type for coherence
` [Qemu-devel] [PATCH 51/51] migration: Remove MigrationState parameter from migration_is_idle()

Regression in i915 for 4.11-rc1 - bisected to commit 69df05e11ab8
 2017-03-23 20:44 UTC  (3+ messages)

[RESEND PATCH v2] staging:speakup: Fix alignment with parenthesis
 2017-03-23 20:45 UTC  (2+ messages)

[PATCH] i2c: xlp9xx: update for ARCH_THUNDER2
 2017-03-23 20:44 UTC  (2+ messages)

[PATCH] staging: lustre: Replace a bit shift by a use of BIT
 2017-03-23 20:43 UTC  (4+ messages)
` [lustre-devel] "

[PATCH v4 0/4] pinctrl: rockchip: PREEMPT_RT_FULL fixes
 2017-03-23 20:43 UTC  (7+ messages)
` [PATCH v4 1/4] pinctrl: rockchip: remove unnecessary locking

[PATCH v1] travis-ci: build and test Git on Windows
 2017-03-23 20:42 UTC  (18+ messages)

[PATCH v2] KVM: kvm_io_bus_unregister_dev() should never fail
 2017-03-23 20:42 UTC  (2+ messages)

crypto: out-of-bounds write in pre_crypt
 2017-03-23 20:39 UTC  (3+ messages)
` [PATCH] crypto: xts,lrw - fix out-of-bounds write after kmalloc failure

[PATCH 0/5] Add support for the STM32F7 I2C
 2017-03-23 20:42 UTC  (10+ messages)
` [PATCH 3/5] i2c: i2c-stm32f7: add driver

[PATCH v2] staging: lustre: Replace a bit shift by a use of BIT
 2017-03-23 20:41 UTC  (3+ messages)
` [lustre-devel] "

[PATCH v2 02/14] i2c: mv64xxx: simplify optional reset handling
 2017-03-23 20:41 UTC  (2+ messages)

[PATCH 00/33] multipath-tools fixes from SUSE
 2017-03-23 20:40 UTC  (5+ messages)
    ` multipath-tools (patch): Do not select sysfs prioritizer for RDAC arrays (was Re: [PATCH 00/33] multipath-tools fixes from SUSE)

Bug: Revert with -m 0 says no -m was given
 2017-03-23 20:39 UTC  (3+ messages)

Upstream work for OpenFSI patches
 2017-03-23 20:39 UTC  (2+ messages)

[Buildroot] Howto change group of /dev/snd when using devtmpfs
 2017-03-23 20:38 UTC  (2+ messages)

[PATCH 00/46] SELinux: Fine-tuning for several function implementations
 2017-03-23 20:38 UTC  (21+ messages)
` [PATCH 01/46] selinux: Use kmalloc_array() in cond_init_bool_indexes()
` [PATCH 02/46] selinux: Delete an unnecessary return statement in cond_compute_av()
` [PATCH 03/46] selinux: Improve size determinations in four functions
` [PATCH 04/46] selinux: Use kmalloc_array() in hashtab_create()
` [PATCH 05/46] selinux: Adjust four checks for null pointers

[kernel-hardening] [PATCH v5 1/4] syscalls: Restore address limit after a syscall
 2017-03-23 20:38 UTC  (20+ messages)
` [kernel-hardening] [PATCH v5 2/4] x86/syscalls: Specific usage of verify_pre_usermode_state
  ` [kernel-hardening] "
    `  "
` [kernel-hardening] [PATCH v5 3/4] arm/syscalls: "
  ` [kernel-hardening] "
    `  "
` [kernel-hardening] [PATCH v5 4/4] arm64/syscalls: "
  ` [kernel-hardening] "
    `  "
` [kernel-hardening] Re: [PATCH v5 1/4] syscalls: Restore address limit after a syscall
  `  "

[PATCH 1/2] leds: Add driver for Qualcomm LPG
 2017-03-23 20:37 UTC  (3+ messages)

[PATCH v3 00/16] Various changes to the "tag" command & related
 2017-03-23 20:37 UTC  (7+ messages)
` [PATCH v3 09/16] tag: add more incompatibles mode tests
` [PATCH v3 12/16] tag: implicitly supply --list given another list-like option

[PATCH] hwclock: try the 'new' rtc class first
 2017-03-23 20:36 UTC 

[Qemu-devel] [Bug 1675549] [NEW] tcg softmmu i386 crashes on BE hardware
 2017-03-23 20:29 UTC 

[PATCH v4 00/17] Wind River Systems AVP PMD
 2017-03-23 20:35 UTC  (5+ messages)
` [PATCH v5 00/14] "

security, hugetlbfs: write to user memory in hugetlbfs_destroy_inode
 2017-03-23 20:34 UTC  (6+ messages)

[kernel-hardening] [PATCH] lkdtm: add bad USER_DS test
 2017-03-23 20:34 UTC  (4+ messages)
`  "

[PATCH v4 1/7] net/ark: PMD for Atomic Rules Arkville driver stub
 2017-03-23 20:33 UTC  (4+ messages)
` [PATCH v4 2/7] net/ark: HW API part 1 of 3

[PATCH v4 00/10] i2c: meson: series with improvements
 2017-03-23 20:34 UTC  (10+ messages)
` [PATCH v4 04/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v4 05/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v4 03/10] i2c: meson: set clock divider in probe instead of setting it for each transfer

[PATCH 0/7] power: supply: bq24190_charger: Various fixes + extcon support
 2017-03-23 20:33 UTC  (9+ messages)
` [PATCH v2 4/7] power: supply: bq24190_charger: Never reset the charger chip

[PATCH 1/1] Drivers: hv: vmbus: Don't leak memory when a channel is rescinded
 2017-03-23 20:30 UTC  (3+ messages)

[PATCH 00/13] Add HD44780 Character LCD support
 2017-03-23 20:29 UTC  (6+ messages)

[PATCH v1 0/8] gpio: acpi: Make it working
 2017-03-23 20:28 UTC  (9+ messages)
` [PATCH v1 2/8] gpio: acpi: Align acpi_find_gpio() with DT version
` [PATCH v1 3/8] gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()
` [PATCH v1 4/8] gpio: acpi: Even more tighten up ACPI GPIO lookups
` [PATCH v1 6/8] gpio: acpi: Explain how to get GPIO descriptors in ACPI case

[PATCH net-next] liquidio: do not reset Octeon if NIC firmware was preloaded
 2017-03-23 20:26 UTC 

[PATCH] hwmon: asus_atk0110.c fix uninitialized data access
 2017-03-23 20:26 UTC  (2+ messages)

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
 2017-03-23 20:24 UTC  (2+ messages)

[Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image
 2017-03-23 20:24 UTC  (2+ messages)
` [Bug 79431] "

[PATCH] ACPI / gpio: do not fall back to parsing _CRS when we get a deferral
 2017-03-23 20:21 UTC 

[RFT PATCH 0/6] pinctrl: meson: Fix gpio-ranged for GPIO Hog
 2017-03-23 20:09 UTC  (6+ messages)
` [RFT PATCH 5/6] pinctrl: meson: use gpio-ranges from DT

[Qemu-devel] [PATCH 0/3] script for crash-testing -device
 2017-03-23 20:12 UTC  (4+ messages)

Morty 2.2.1 build failure
 2017-03-23 20:11 UTC  (6+ messages)

[PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
 2017-03-23 20:10 UTC  (2+ messages)

RAID array is gone, please help
 2017-03-23 20:09 UTC  (7+ messages)

[PATCH v2 00/27] arm64: Dom0 ITS emulation
 2017-03-23 20:08 UTC  (4+ messages)
` [PATCH v2 09/27] ARM: GICv3: introduce separate pending_irq structs for LPIs

Question about dirty data for unlinked files
 2017-03-23 20:07 UTC 

[PATCH v3 1/2] i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
 2017-03-23 20:07 UTC  (4+ messages)
` [PATCH v3 2/2] i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method

[PATCH] qedf: fix wrong le16 conversion
 2017-03-23 20:07 UTC  (4+ messages)

[PATCH] refs.c: use skip_prefix() in prettify_refname()
 2017-03-23 20:06 UTC  (8+ messages)

[PATCH v2 1/2] serial: samsung: Use right device for DMA-mapping calls
 2017-03-23 20:04 UTC  (3+ messages)
  ` [PATCH v2 2/2] serial: samsung: Add missing checks for dma_map_single failure

QA Test Report for Yocto Project Release 2.3 M3 rc1
 2017-03-23 20:03 UTC 

[PATCH V2 rdma-core 0/6] Enable mlx5 vendor functionality
 2017-03-23 20:02 UTC  (5+ messages)
` [PATCH V2 rdma-core 6/6] Bump version and update debian


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.