All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-07 16:28:28 to 2017-07-07 17:10:52 UTC [more...]

[Qemu-devel] [PULL 000/100] Block layer patches
 2017-07-07 17:08 UTC  (71+ messages)
` [Qemu-devel] [PULL 001/100] qemu-io: Don't die on second open
` [Qemu-devel] [PULL 002/100] block: Guarantee that *file is set on bdrv_get_block_status()
` [Qemu-devel] [PULL 003/100] block: Simplify use of BDRV_BLOCK_RAW
` [Qemu-devel] [PULL 004/100] blkdebug: Support .bdrv_co_get_block_status
` [Qemu-devel] [PULL 005/100] vvfat: fix qemu-img map and qemu-img convert
` [Qemu-devel] [PULL 006/100] vvfat: replace tabs by 8 spaces
` [Qemu-devel] [PULL 007/100] vvfat: fix typos
` [Qemu-devel] [PULL 008/100] vvfat: rename useless enumeration values
` [Qemu-devel] [PULL 009/100] vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir
` [Qemu-devel] [PULL 010/100] vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors
` [Qemu-devel] [PULL 011/100] vvfat: always create . and .. entries at first and in that order
` [Qemu-devel] [PULL 012/100] vvfat: correctly create long names for non-ASCII filenames
` [Qemu-devel] [PULL 013/100] vvfat: correctly create base short "
` [Qemu-devel] [PULL 014/100] vvfat: correctly generate numeric-tail of short file names
` [Qemu-devel] [PULL 015/100] vvfat: limit number of entries in root directory in FAT12/FAT16
` [Qemu-devel] [PULL 016/100] vvfat: handle KANJI lead byte 0xe5
` [Qemu-devel] [PULL 017/100] vvfat: change OEM name to 'MSWIN4.1'
` [Qemu-devel] [PULL 018/100] qemu-img: drop -e and -6 options from the 'create' & 'convert' commands
` [Qemu-devel] [PULL 019/100] blockdev: Print a warning for legacy drive options that belong to -device
` [Qemu-devel] [PULL 020/100] blockjob: Track job ratelimits via bytes, not sectors
` [Qemu-devel] [PULL 021/100] trace: Show blockjob actions "
` [Qemu-devel] [PULL 022/100] stream: Switch stream_populate() to byte-based
` [Qemu-devel] [PULL 023/100] stream: Drop reached_end for stream_complete()
` [Qemu-devel] [PULL 024/100] stream: Switch stream_run() to byte-based
` [Qemu-devel] [PULL 025/100] commit: Switch commit_populate() "
` [Qemu-devel] [PULL 026/100] commit: Switch commit_run() "
` [Qemu-devel] [PULL 027/100] mirror: Switch MirrorBlockJob "
` [Qemu-devel] [PULL 028/100] mirror: Switch mirror_do_zero_or_discard() "
` [Qemu-devel] [PULL 029/100] mirror: Update signature of mirror_clip_sectors()
` [Qemu-devel] [PULL 030/100] mirror: Switch mirror_cow_align() to byte-based
` [Qemu-devel] [PULL 031/100] mirror: Switch mirror_do_read() "
` [Qemu-devel] [PULL 032/100] mirror: Switch mirror_iteration() "
` [Qemu-devel] [PULL 033/100] block: Drop unused bdrv_round_sectors_to_clusters()
` [Qemu-devel] [PULL 034/100] backup: Switch BackupBlockJob to byte-based
` [Qemu-devel] [PULL 035/100] backup: Switch block_backup.h "
` [Qemu-devel] [PULL 036/100] backup: Switch backup_do_cow() "
` [Qemu-devel] [PULL 037/100] backup: Switch backup_run() "
` [Qemu-devel] [PULL 038/100] block: Make bdrv_is_allocated() byte-based
` [Qemu-devel] [PULL 039/100] block: Minimize raw use of bds->total_sectors
` [Qemu-devel] [PULL 040/100] block: Make bdrv_is_allocated_above() byte-based
` [Qemu-devel] [PULL 041/100] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PULL 042/100] block: add ability to set a prefix for opt names
` [Qemu-devel] [PULL 043/100] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PULL 044/100] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PULL 045/100] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PULL 046/100] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PULL 047/100] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PULL 048/100] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 049/100] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 050/100] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 051/100] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 052/100] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PULL 053/100] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PULL 054/100] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PULL 055/100] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PULL 056/100] block: rip out all traces of password prompting
` [Qemu-devel] [PULL 057/100] block: remove all encryption handling APIs
` [Qemu-devel] [PULL 058/100] block: pass option prefix down to crypto layer
` [Qemu-devel] [PULL 059/100] qcow2: report encryption specific image information
` [Qemu-devel] [PULL 060/100] docs: document encryption options for qcow, qcow2 and luks
` [Qemu-devel] [PULL 061/100] iotests: 181 does not work for all formats
` [Qemu-devel] [PULL 062/100] mirror: Fix inconsistent backing AioContext for after mirroring
` [Qemu-devel] [PULL 063/100] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PULL 064/100] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PULL 065/100] hbitmap: improve dirty iter
` [Qemu-devel] [PULL 066/100] tests: add hbitmap iter test
` [Qemu-devel] [PULL 067/100] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PULL 068/100] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PULL 069/100] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PULL 071/100] block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field

[Qemu-devel] [PATCH v1 0/6] Implement a warning_report function
 2017-07-07 17:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 2/6] error: Functions to report warnings and informational messages

[PATCH] doc: add new targets to "make help" output
 2017-07-07 17:09 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

Problem with commit bf22ff45bed664aefb5c4e43029057a199b7070c
 2017-07-07 17:09 UTC  (7+ messages)

[Buildroot] [PATCH] execline: restore --shebangdir configure option
 2017-07-07 17:09 UTC 

[PATCH 0/2] drm/i915/perf: Add support for loadable OA configs
 2017-07-07 17:08 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Implement I915_PERF_ADD/REMOVE_CONFIG interface
` [PATCH 2/2] drm/i915/perf: prune OA configs

[PATCH v2 0/3] kernel/kprobes: A few trivial updates to jprobes
 2017-07-07 17:07 UTC  (4+ messages)
` [PATCH v2 1/3] kernel/kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()
` [PATCH v2 2/3] kernel/kprobes: Simplify register_jprobes()
` [PATCH v2 3/3] kernel/kprobes: Ensure that jprobe probepoints are at function entry

[PATCH] sched: Count loadavg under rq::lock in calc_load_nohz_start()
 2017-07-07 17:06 UTC 

[kernel-hardening] [PATCH v3] mm: Add SLUB free list pointer obfuscation
 2017-07-07 17:06 UTC  (13+ messages)
` [kernel-hardening] "
            `  "

[PATCH v2 00/10] arm, arm64: frequency- and cpu-invariant accounting support for task scheduler
 2017-07-07 17:06 UTC  (9+ messages)
` [PATCH v2 02/10] cpufreq: provide data for frequency-invariant load-tracking support
` [PATCH v2 03/10] drivers base/arch_topology: "

[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
 2017-07-07 17:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH v11 10/29] target/i386: [tcg] Refactor translate_insn

[RFC PATCH 0/1] mm/mremap: add MREMAP_MIRROR flag
 2017-07-07 17:04 UTC  (4+ messages)

Hello dear!!!!
 2017-07-07 17:05 UTC 

[PATCH] drm/i915/cnl: Get DDI clock based on PLLs
 2017-07-07 17:03 UTC  (2+ messages)

Notes on stubdoms and latency on ARM
 2017-07-07 17:03 UTC  (13+ messages)

[PATCH] unicode: update the width tables to Unicode 10
 2017-07-07 16:53 UTC  (3+ messages)

[PATCH] platform/x86: fujitsu-laptop: add NULL check on devm_kzalloc() return value
 2017-07-07 17:02 UTC  (3+ messages)

[morty][PATCH v3] glibc: fix pthread_cond_broadcast issue (arm)
 2017-07-07 17:01 UTC  (2+ messages)
` ✗ patchtest: failure for glibc: fix pthread_cond_broadcast issue (arm) (rev3)

[PATCH v2] nvme-pci: add module parameter for io queue depth
 2017-07-07 17:01 UTC 

btrfs device ready purpose
 2017-07-07 16:59 UTC  (2+ messages)

[Patch net] wl1251: add a missing spin_lock_init()
 2017-07-07 16:59 UTC  (3+ messages)

[PATCH i-g-t] igt/perf: add tests to verify create/destroy userspace configs
 2017-07-07 16:57 UTC 

[PATCH v2] integrity: track mtime in addition to i_version for assessment
 2017-07-07 16:57 UTC  (3+ messages)

[PATCH] KVM: use correct accessor function for __kvm_memslots
 2017-07-07 16:56 UTC  (2+ messages)

[PATCH v2] KVM: mark kvm->busses as rcu protected
 2017-07-07 16:54 UTC  (2+ messages)

[PATCH] nvme-pci: add module parameter for io queue depth
 2017-07-07 16:53 UTC  (3+ messages)

[PATCH 3/9] firmware: arm_scmi: add basic driver infrastructure for SCMI
 2017-07-07 16:52 UTC  (2+ messages)

[RFC PATCH v2 0/1] VM introspection
 2017-07-07 16:52 UTC  (3+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[RFC/WIP PATCH] object store classification
 2017-07-07 16:50 UTC  (4+ messages)

Leveldb in google-chrome incompatible with btrfs?
 2017-07-07 16:50 UTC  (10+ messages)

[PATCH v2 0/6] Generic Raspberry Pi IR transmitters
 2017-07-07 16:48 UTC  (3+ messages)
` [PATCH v2 4/6] [media] rc: pwm-ir-tx: add new driver

[xen-unstable-smoke test] 111535: tolerable trouble: broken/pass - PUSHED
 2017-07-07 16:47 UTC 

[PATCH] fs: ext4: inode->i_generation not assigned 0
 2017-07-07 16:47 UTC  (11+ messages)

[PATCH v2 0/2] Additions to default DMA coherent pool
 2017-07-07 16:44 UTC  (6+ messages)
` [PATCH v2 1/2] drivers: dma-coherent: Fix dev->cma_area vs dev->dma_mem breakage

[PATCH 0/3] Motorola Droid 4 Audio Support
 2017-07-07 16:42 UTC  (6+ messages)
` [PATCH 1/3] ASoC: codec: cpcap: new codec
` [PATCH 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec
` [PATCH 3/3] ARM: dts: omap4-droid4: add soundcard

[PATCH] t5534: fix misleading grep invocation
 2017-07-07 16:41 UTC  (5+ messages)

[PATCH v2 0/5] service cores: cover letter
 2017-07-07 16:41 UTC  (16+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 2/7] service cores: EAL init changes
  ` [PATCH v3 5/7] service cores: enable event/sw with service
` [PATCH v4 0/7] service cores: cover letter
  ` [PATCH v4 1/7] service cores: header and implementation
  ` [PATCH v4 2/7] service cores: EAL init changes
  ` [PATCH v4 3/7] service cores: coremask parsing
  ` [PATCH v4 4/7] service cores: add unit tests
  ` [PATCH v4 5/7] event/sw: enable SW PMD with service capability
  ` [PATCH v4 6/7] doc: add service cores to doc and release notes
  ` [PATCH v4 7/7] maintainers: claim service cores

Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
 2017-07-07 16:39 UTC 

[PATCH] drm/i915/cnl: Inherit RPS stuff from previous platforms
 2017-07-07 16:38 UTC  (3+ messages)

How to fix errors that check --mode lomem finds, but --mode normal doesn't?
 2017-07-07 16:38 UTC  (11+ messages)
` 4.11 relocate crash, null pointer
  ` 4.11 relocate crash, null pointer + rolling back a filesystem by X hours?
            ` ctree.c:197: update_ref_for_cow: BUG_ON `ret` triggered, value -5

[PATCH] drm/i915/cnl: Gen10 render context size
 2017-07-07 16:38 UTC  (3+ messages)

[PATCH] drm/i915/cnl: Don't trust VBT's alternate pin for port D for now
 2017-07-07 16:38 UTC  (3+ messages)

[PATCH v13 00/23] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-07-07 16:37 UTC  (3+ messages)
` [PATCH v13 01/23] docs: create Cache Allocation Technology (CAT) and Code and Data Prioritization (CDP) feature document

[PATCH] brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()
 2017-07-07 16:37 UTC  (3+ messages)

Today's linux-next build fail on powerpc
 2017-07-07 16:36 UTC  (2+ messages)

[Qemu-arm] [Qemu devel v6 PATCH 0/5] Add support for Smartfusion2 SoC
 2017-07-07 16:33 UTC  (6+ messages)
` [Qemu-devel] [Qemu devel v6 PATCH 2/5] msf2: Microsemi Smartfusion2 System Register block
  ` [Qemu-arm] "

[Devel] [RFC v2 0/5] surface heterogeneous memory performance information
 2017-07-07 16:32 UTC  (14+ messages)
` [Devel] [RFC v2 3/5] hmem: add heterogeneous memory sysfs support
  `  "
` [RFC v2 0/5] surface heterogeneous memory performance information

[PATCH v3 0/9] Add STM32 LPTimer: PWM, trigger and counter
 2017-07-07 16:31 UTC  (30+ messages)
` [PATCH v3 1/9] dt-bindings: mfd: Add STM32 LPTimer binding
` [PATCH v3 2/9] mfd: Add STM32 LPTimer driver
` [PATCH v3 3/9] dt-bindings: pwm: Add STM32 LPTimer PWM binding
` [PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver
` [PATCH v3 5/9] dt-bindings: iio: Add STM32 LPTimer trigger binding
` [PATCH v3 6/9] iio: trigger: Add STM32 LPTimer trigger driver
` [PATCH v3 7/9] dt-bindings: iio: Add STM32 LPTimer quadrature encoder and counter
` [PATCH v3 8/9] iio: counter: Add support for STM32 LPTimer
` [PATCH v3 9/9] iio: adc: stm32: add support for lptimer triggers

[PATCH] printk: Modify operators of printed_len
 2017-07-07 16:30 UTC 

[PATCH 0/6] Initial Tegra platform support
 2017-07-07 16:30 UTC  (5+ messages)
` [PATCH 4/6] xen/arm: platforms: Add Tegra platform to support basic IRQ routing

[git pull] vfs.git part 1
 2017-07-07 16:30 UTC  (4+ messages)

how to get consistent value of "nf_conntrack_htable_size" and "nf_conntrack_hash" in a kernel module ?
 2017-07-07 16:30 UTC  (3+ messages)

[PATCH] drm/radeon: Add hotplug disconnected detection to radeon_dvi_detect
 2017-07-07 16:28 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.