All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-22 13:00:46 to 2017-08-22 13:38:41 UTC [more...]

[Qemu-devel] [RFC PATCH 00/10] scsi, block: introduce persistent reservation managers
 2017-08-22 13:38 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/10] scsi: rename scsi_convert_sense
` [Qemu-devel] [PATCH 02/10] scsi: move non-emulation specific code to scsi/
` [Qemu-devel] [PATCH 03/10] scsi: introduce scsi_build_sense
` [Qemu-devel] [PATCH 04/10] scsi: introduce sg_io_sense_from_errno
` [Qemu-devel] [PATCH 05/10] scsi: move block/scsi.h to include/scsi/constants.h
` [Qemu-devel] [PATCH 06/10] scsi, file-posix: add support for persistent reservation management
` [Qemu-devel] [PATCH 07/10] io: add qio_channel_read/write_all
` [Qemu-devel] [PATCH 08/10] scsi: build qemu-pr-helper
` [Qemu-devel] [PATCH 09/10] scsi: add multipath support to qemu-pr-helper
` [Qemu-devel] [PATCH 10/10] scsi: add persistent reservation manager using qemu-pr-helper

[Qemu-devel] [PATCH v3 00/10] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-08-22 13:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 10/10] tests: Add README for vm tests

[PATCH] cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver
 2017-08-22 13:29 UTC  (3+ messages)

[PATCH] libmultipath: update INFINIDAT builtin config
 2017-08-22 13:37 UTC 

[Qemu-devel] [PATCH v2 00/54] qapi: add #if pre-processor conditions to generated code
 2017-08-22 13:22 UTC  (55+ messages)
` [Qemu-devel] [PATCH v2 01/54] qapi: fix type_seen key error
` [Qemu-devel] [PATCH v2 02/54] qdict: add qdict_put_null() helper
` [Qemu-devel] [PATCH v2 03/54] qobject: add literal qobject type
` [Qemu-devel] [PATCH v2 04/54] qlit: add qobject_form_qlit()
` [Qemu-devel] [PATCH v2 05/54] qapi: generate a literal qobject for introspection
` [Qemu-devel] [PATCH v2 06/54] qapi: introduce qapi_enum_lookup()
` [Qemu-devel] [PATCH v2 07/54] tpm: simplify driver registration & lookup
` [Qemu-devel] [PATCH v2 08/54] hmp: use qapi_enum_parse() in hmp_migrate_set_capability
` [Qemu-devel] [PATCH v2 09/54] hmp: use qapi_enum_parse() in hmp_migrate_set_parameter
` [Qemu-devel] [PATCH v2 10/54] block: use qemu_enum_parse() in blkdebug_debug_breakpoint
` [Qemu-devel] [PATCH v2 11/54] quorum: use qapi_enum_parse() in quorum_open
` [Qemu-devel] [PATCH v2 12/54] qapi: change enum lookup structure
` [Qemu-devel] [PATCH v2 13/54] qapi: drop the sentinel in enum array
` [Qemu-devel] [PATCH v2 14/54] qapi2texi: minor python code simplification
` [Qemu-devel] [PATCH v2 15/54] qapi: add 'if' to top-level expressions
` [Qemu-devel] [PATCH v2 16/54] qapi: add a test for invalid 'if'
` [Qemu-devel] [PATCH v2 17/54] qapi: add 'if' condition on entity objects
` [Qemu-devel] [PATCH v2 18/54] qapi: add 'ifcond' to visitor methods
` [Qemu-devel] [PATCH v2 19/54] qapi: add #if/#endif helpers
` [Qemu-devel] [PATCH v2 20/54] qapi-introspect: modify to_qlit() to take an optional suffix
` [Qemu-devel] [PATCH v2 21/54] qapi-introspect: modify to_qlit() to generate #if code
` [Qemu-devel] [PATCH v2 22/54] qapi-introspect: add preprocessor conditions to generated QLit
` [Qemu-devel] [PATCH v2 23/54] qapi-commands: add #if conditions to commands
` [Qemu-devel] [PATCH v2 24/54] qapi-event: add #if conditions to events
` [Qemu-devel] [PATCH v2 25/54] qapi-visit: add #if conditions to visitors
` [Qemu-devel] [PATCH v2 26/54] qapi-types: refactor variants handling
` [Qemu-devel] [PATCH v2 27/54] qapi-types: add #if conditions to types
` [Qemu-devel] [PATCH v2 28/54] qapi: do not define enumeration value explicitely
` [Qemu-devel] [PATCH v2 29/54] qapi: add 'if' to enum members
` [Qemu-devel] [PATCH v2 30/54] qapi: add #if conditions on generated enum values
` [Qemu-devel] [PATCH v2 31/54] tests: add some enum members tests
` [Qemu-devel] [PATCH v2 32/54] qapi: add 'if' to struct members
` [Qemu-devel] [PATCH v2 33/54] qapi: add some struct member tests
` [Qemu-devel] [PATCH v2 34/54] qapi: add #if conditions to generated struct members
` [Qemu-devel] [PATCH v2 35/54] qapi: add 'if' on union variants
` [Qemu-devel] [PATCH v2 36/54] qapi: add #if conditions to generated variants
` [Qemu-devel] [PATCH v2 37/54] qapi: 'if' to alternate variant
` [Qemu-devel] [PATCH v2 38/54] qapi: add tests for invalid alternate
` [Qemu-devel] [PATCH v2 39/54] qapi: add #if conditions to generated alternate variants
` [Qemu-devel] [PATCH v2 40/54] docs: document schema configuration
` [Qemu-devel] [PATCH v2 41/54] qapi2texi: add 'If:' section to generated documentation
` [Qemu-devel] [PATCH v2 42/54] qapi2texi: add 'If:' condition to enum values
` [Qemu-devel] [PATCH v2 43/54] qapi2texi: add 'If:' condition to struct members
` [Qemu-devel] [PATCH v2 44/54] qapi2texi: add condition to variants
` [Qemu-devel] [PATCH v2 45/54] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PATCH v2 46/54] qapi: add conditions to SPICE "
` [Qemu-devel] [PATCH v2 47/54] qapi: add conditions to REPLICATION type/commands "
` [Qemu-devel] [PATCH v2 48/54] tests/qmp-test: add query-qmp-schema test
` [Qemu-devel] [PATCH v2 49/54] build-sys: make qemu qapi objects per-target
` [Qemu-devel] [PATCH v2 50/54] qapi: make rtc-reset-reinjection depend on TARGET_I386
` [Qemu-devel] [PATCH v2 51/54] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH v2 52/54] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH v2 53/54] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH v2 54/54] qapi: make query-cpu-definitions depend on specific targets

[PATCH] virt/kvm avoids oops by adding parameter checking
 2017-08-22 13:37 UTC  (2+ messages)

[PATCH] cpufreq: remove setting of policy->cpu in policy->cpus during init
 2017-08-22 13:28 UTC  (3+ messages)

finding root filesystem of a subvolume?
 2017-08-22 13:37 UTC  (8+ messages)

[PATCH net] macsec: add genl family module alias
 2017-08-22 13:36 UTC 

[PATCH] clk: mmp: make clk_ops const
 2017-08-22 13:35 UTC 

[PATCH] serio: PS2 gpio bit banging driver for the serio bus
 2017-08-22 13:35 UTC  (8+ messages)

[PATCH 2/2] cpufreq: schedutil: Always process remote callback with slow switching
 2017-08-22 13:27 UTC  (3+ messages)
` [PATCH V2 "

[PATCH] drm/amd/include: Add hdmi_redriver_set to atomfirmware
 2017-08-22 13:35 UTC 

[PATCH 0/6] IIO driver for MCP3550/1/3
 2017-08-22 13:33 UTC  (10+ messages)
` [PATCH 2/6] iio: adc: mcp320x: Fix readout of negative voltages
` [PATCH 6/6] iio: adc: mcp320x: Add support for mcp3550/1/3
` [PATCH 4/6] iio: adc: mcp320x: Drop unnecessary of_device_id attributes
` [PATCH 1/6] iio: adc: mcp320x: Fix oops on module unload
` [PATCH 3/6] iio: adc: mcp320x: Speed up readout of single-channel ADCs
` [PATCH 5/6] dt-bindings: iio: adc: mcp320x: Update for mcp3550/1/3

increasingly large packages and longer build times
 2017-08-22 13:35 UTC  (6+ messages)

[PATCH 1/2] cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily
 2017-08-22 13:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 0/6] add throttle block driver filter
 2017-08-22 13:31 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 4/6] block: convert ThrottleGroup to object with QOM

[LTP] [PATCH v3 1/3] ltp-pan: Log start of test in kernel log
 2017-08-22 13:33 UTC  (3+ messages)
` [LTP] [PATCH v3 2/3] runltp: Add -Q switch passed to ltp-pan + cleanup
` [LTP] [PATCH v3 3/3] testscripts/network.sh: Add -Q and -q switches "

[PATCH 1/3 v3] cpufreq: enable the DT cpufreq driver on the Ux500
 2017-08-22 13:25 UTC  (8+ messages)
` [PATCH 2/3 v3] mfd: db8500-prcmu: Get rid of cpufreq dependency
` [PATCH 3/3 v3] cpufreq: dbx500: Delete obsolete driver

[GIT PULL] ARM: Xilinx Zynq DT fixes for v4.14
 2017-08-22 13:33 UTC  (2+ messages)

[git pull] pinctrl: sh-pfc: Updates for v4.14
 2017-08-22 13:33 UTC  (2+ messages)

[Buildroot] [PATCH] libv4l: avoid compilation error by adding upstream patch
 2017-08-22 13:32 UTC 

master merge plans
 2017-08-22 13:32 UTC  (2+ messages)

(unknown),
 2017-08-22 13:31 UTC 

[PATCH] ARM: dts: augment Ux500 to use DT cpufreq
 2017-08-22 13:31 UTC  (2+ messages)

[PATCH v6 0/6] define new fs integrity_read method
 2017-08-22 13:31 UTC  (10+ messages)
` [PATCH v6 5/6] ima: define "dont_failsafe" policy action rule
` [PATCH v6 6/6] ima: define "fs_unsafe" builtin policy

[GIT PULL] ARM: at91: drivers fixes for 4.13
 2017-08-22 13:28 UTC  (3+ messages)

[PATCH v2 2/2] igb_uio: conform to coding conventions
 2017-08-22 13:28 UTC  (2+ messages)
` [PATCH v3] igb_uio: MSI IRQ mode, irq enable/disable refactored

[PATCH i-g-t 00/11] Improve robustness of the i915 perf tests
 2017-08-22 13:28 UTC  (7+ messages)
` [PATCH i-g-t 02/11] tests/perf: add per context filtering test for gen8+

[PATCH net-next 0/4] bpf: verifier fixes
 2017-08-22 13:27 UTC  (5+ messages)
` [PATCH net-next 3/4] bpf/verifier: when pruning a branch, ignore its write marks
  ` [PATCH net-next 1/4] selftests/bpf: add a test for a pruning bug in the verifier
  ` [PATCH net-next 2/4] bpf/verifier: remove varlen_map_value_access flag
  ` [PATCH net-next 4/4] bpf/verifier: document liveness analysis

[meta-qt5][PATCH] qtbase: fix Krogoth build regression from efa8aaf
 2017-08-22 13:26 UTC  (6+ messages)

(no subject)
 2017-08-22 13:27 UTC  (3+ messages)
` file_contexts non-ascii error

[PATCH][v2] PM / Hibernate: Feed the wathdog when creating snapshot
 2017-08-22 13:18 UTC  (6+ messages)

[PATCH 0/3] Dollar Cove TI PMIC support for Intel Cherry Trail
 2017-08-22 13:26 UTC  (9+ messages)
` [PATCH 3/3] ACPI / PMIC: Add opregion driver for Intel Dollar Cove TI PMIC

[PATCH 1/3] ACPI / EC: Cleanup EC GPE mask flag
 2017-08-22 13:17 UTC  (4+ messages)
` [PATCH v3 0/4] ACPI / EC: Poll more EC events during suspend/resume
  ` [PATCH v3 1/4] ACPI / EC: Cleanup EC GPE mask flag

ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
 2017-08-22 13:25 UTC 

[PATCH v2] mtd: plat-ram: use release_mem_region instead of release_resource
 2017-08-22 13:24 UTC  (2+ messages)
` [PATCH v3] mtd: plat-ram: Replace manual resource management by devm

[PATCH v5 0/9] ASoC: rockchip: Parse dai links from dts
 2017-08-22 13:24 UTC  (3+ messages)
` [PATCH v5 2/9] ASoC: soc-core: Allow searching dai driver name in snd_soc_find_dai

[Qemu-devel] [PATCH v4 00/10] zpci detangling
 2017-08-22 13:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 07/10] s390x/sclp: properly guard pci-specific functions

[Qemu-devel] [PATCH] nbd-client: avoid spurious qio_channel_yield() re-entry
 2017-08-22 13:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] scsi-block: Support werror/rerror
 2017-08-22 13:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/4] scsi: Refactor scsi sense interpreting code

netapp-alike snapshots?
 2017-08-22 13:22 UTC 

[PATCH] arm64: defconfig: Enable hisilicon hibmc drm driver
 2017-08-22 13:20 UTC 

[Qemu-devel] [PATCH] NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
 2017-08-22 13:20 UTC  (2+ messages)

[PATCH] drm: Release driver tracking before making the object available again
 2017-08-22 13:20 UTC  (4+ messages)
` [Intel-gfx] "

[Qemu-devel] [PATCH] scsi-bus: correct responses for INQUIRY and REQUEST SENSE
 2017-08-22 13:20 UTC  (3+ messages)

[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-08-22 13:19 UTC  (5+ messages)
` [PATCH V2 7/25] tools/libacpi: Add new fields in acpi_config for DMAR table
` [PATCH V2 8/25] tools/libxl: Add a user configurable parameter to control vIOMMU attributes

[PATCH] clk: imx: make clk_ops const
 2017-08-22 13:18 UTC  (2+ messages)

State of bitbake world, Failed tasks 2017-08-19
 2017-08-22 13:20 UTC 

[PATCH 1/6] powerpc/mm: Move pgdir setting into a helper
 2017-08-22 13:18 UTC  (5+ messages)
` [PATCH 5/6] powerpc/mm: Optimize detection of thread local mm's

[PATCH v5] ACPI / Sleep: Check low power idle constraints for debug only
 2017-08-22 13:08 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] TCG vectorization and example conversion
 2017-08-22 13:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH 8/8] tcg/i386: Add vector operations

[Qemu-devel] [PATCH] hw/arm/digic: Mark device with user_creatable = false
 2017-08-22 13:15 UTC 

[PATCH v2 1/3] ARM: dts: rockchip: add cpu opp table for rv1108
 2017-08-22 13:15 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: dts: rockchip: add cpu power supply for rv1108 evb
` [PATCH v2 3/3] cpufreq: dt: add support for rockchip rv1108

[PATCH] ALSA: pcsp: Use common error handling code in snd_card_pcsp_probe()
 2017-08-22 13:15 UTC  (7+ messages)
    `  "
      ` [alsa-devel] "

[PATCH] net: mdio-gpio: make mdiobb_ops const
 2017-08-22 13:15 UTC  (2+ messages)

[PATCH] clk: spear: make clk_ops const
 2017-08-22 13:14 UTC  (2+ messages)

[PATCH i-g-t] pm_rps: Extended testcases with checking PMINTRMSK register value
 2017-08-22 13:14 UTC  (12+ messages)

how fast can you run a hrtimer?
 2017-08-22 13:13 UTC  (4+ messages)

[PATCH] clk: ti: make clk_ops const
 2017-08-22 13:11 UTC 

[Buildroot] [PATCH] uhubctl: new package
 2017-08-22 13:11 UTC 

[PATCH] gpio: brcmstb: check return value of gpiochip_irqchip_add()
 2017-08-22 13:10 UTC  (4+ messages)

[LTP] [PATCH] [dynamic debug] - Check interface and functionality
 2017-08-22 13:09 UTC  (2+ messages)

[PATCH v3 0/8] irqchip/gic-v3-its: Implement ITS nodes as kernel devices and use CMA
 2017-08-22 13:07 UTC  (5+ messages)
` [PATCH v3 6/8] irqchip/gic-v3-its: Initialize its nodes later

[PATCH] vsock: only load vmci transport on VMware hypervisor by default
 2017-08-22 13:07 UTC  (9+ messages)

[PATCH v2 0/3] mfd: move include files out of include/linux/i2c
 2017-08-22 13:06 UTC  (4+ messages)
` [PATCH v2 3/3] mfd: twl: move header file out of I2C realm

[PATCH v3 0/6] xen: RCU: x86/ARM: Add support of rcu_idle_{enter, exit}
 2017-08-22 13:04 UTC  (3+ messages)
` [PATCH v3 5/6] xen: RCU: avoid busy waiting until the end of grace period

[PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712
 2017-08-22 13:04 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: mt2712: add pintcrl device node

[PATCH] kbuild: update comments of Makefile.asm-generic
 2017-08-22 13:09 UTC  (2+ messages)

[PATCH 0/8] Zynq GPIO driver changes
 2017-08-22 13:02 UTC  (6+ messages)
` [PATCH 3/8] gpio: zynq: Shift zynq_gpio_init() to subsys_initcall level

Something hitting my total number of connections to the server
 2017-08-22 13:02 UTC  (14+ messages)

[Qemu-devel] [RFC PATCH 00/56] qapi: Use 'size' for byte counts & offsets
 2017-08-22 13:00 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 04/56] char: Make ringbuf-read size unsigned in QAPI/QMP

[dm-crypt] Decrypt a volume without user intervention
 2017-08-22 13:00 UTC 

[PATCH] rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed"
 2017-08-22 12:59 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.