All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-16 15:30:36 to 2017-07-16 20:50:15 UTC [more...]

[PATCH 0/7] turbostat, Fix AMD output by making turbostat aware of nodes
 2017-07-16 20:49 UTC 

[Qemu-devel] [PATCHv3 0/2] pci: allow PCI bus slots to be marked as reserved
 2017-07-16 20:27 UTC  (3+ messages)
` [Qemu-devel] [PATCHv3 1/2] pci: move check for existing devfn into new pci_bus_devfn_available() helper
` [Qemu-devel] [PATCHv3 2/2] pci: add reserved slot check to do_pci_register_device()

USB, IDE and SATA: GRUB inizialitation
 2017-07-16 20:25 UTC  (4+ messages)

[Qemu-trivial] [PATCH v2 00/29] Refactoring with clang-tidy
 2017-07-16 19:45 UTC  (4+ messages)
` [Qemu-trivial] [PATCH v2 17/29] virtio-serial: use DIV_ROUND_UP
    ` [Qemu-devel] "

[PATCH] irqchip/gic: Use GIC_SPI symbolic constant
 2017-07-16 20:13 UTC  (2+ messages)

[RFC PATCH 0/2] device tree support for board revision
 2017-07-16 20:00 UTC  (9+ messages)
` [RFC PATCH 1/2] Documentation: devicetree: root node board-revision property documentation
` [RFC PATCH 2/2] arm: setup: Show the board revision from devicetree in cpuinfo

[Qemu-devel] [PATCH v2 00/45] tcg: support for multiple TCG contexts
 2017-07-16 20:04 UTC  (46+ messages)
` [Qemu-devel] [PATCH v2 01/45] vl: fix breakage of -tb-size
` [Qemu-devel] [PATCH v2 02/45] translate-all: remove redundant !tcg_enabled check in dump_exec_info
` [Qemu-devel] [PATCH v2 03/45] cputlb: bring back tlb_flush_count under !TLB_DEBUG
` [Qemu-devel] [PATCH v2 04/45] tcg: fix corruption of code_time profiling counter upon tb_flush
` [Qemu-devel] [PATCH v2 05/45] exec-all: fix typos in TranslationBlock's documentation
` [Qemu-devel] [PATCH v2 06/45] translate-all: make have_tb_lock static
` [Qemu-devel] [PATCH v2 07/45] cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
` [Qemu-devel] [PATCH v2 08/45] tcg/i386: constify tcg_target_callee_save_regs
` [Qemu-devel] [PATCH v2 09/45] tcg/mips: "
` [Qemu-devel] [PATCH v2 10/45] translate-all: guarantee that tb_hash only holds valid TBs
` [Qemu-devel] [PATCH v2 11/45] exec-all: bring tb->invalid into tb->cflags
` [Qemu-devel] [PATCH v2 12/45] tcg: remove addr argument from lookup_tb_ptr
` [Qemu-devel] [PATCH v2 13/45] tcg: consolidate TB lookups in tb_lookup__cpu_state
` [Qemu-devel] [PATCH v2 14/45] tcg: define CF_PARALLEL and use it for TB hashing
` [Qemu-devel] [PATCH v2 15/45] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PATCH v2 16/45] target/hppa: "
` [Qemu-devel] [PATCH v2 17/45] target/i386: "
` [Qemu-devel] [PATCH v2 18/45] target/m68k: "
` [Qemu-devel] [PATCH v2 19/45] target/s390x: "
` [Qemu-devel] [PATCH v2 20/45] target/sparc: "
` [Qemu-devel] [PATCH v2 21/45] tcg: "
` [Qemu-devel] [PATCH v2 22/45] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PATCH v2 23/45] translate-all: define and use DEBUG_TB_FLUSH_GATE
` [Qemu-devel] [PATCH v2 24/45] exec-all: introduce TB_PAGE_ADDR_FMT
` [Qemu-devel] [PATCH v2 25/45] translate-all: define and use DEBUG_TB_INVALIDATE_GATE
` [Qemu-devel] [PATCH v2 26/45] translate-all: define and use DEBUG_TB_CHECK_GATE
` [Qemu-devel] [PATCH v2 27/45] exec-all: extract tb->tc_* into a separate struct tc_tb
` [Qemu-devel] [PATCH v2 28/45] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PATCH v2 29/45] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PATCH v2 30/45] translate-all: report correct avg host TB size
` [Qemu-devel] [PATCH v2 31/45] tci: move tci_regs to tcg_qemu_tb_exec's stack
` [Qemu-devel] [PATCH v2 32/45] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PATCH v2 33/45] tcg: take .helpers "
` [Qemu-devel] [PATCH v2 34/45] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PATCH v2 35/45] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PATCH v2 36/45] tcg: dynamically allocate optimizer globals + fold "
` [Qemu-devel] [PATCH v2 37/45] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PATCH v2 38/45] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PATCH v2 39/45] osdep: move qemu_real_host_page_size/mask to osdep
` [Qemu-devel] [PATCH v2 40/45] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PATCH v2 41/45] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PATCH v2 42/45] tcg: define TCG_HIGHWATER
` [Qemu-devel] [PATCH v2 43/45] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PATCH v2 44/45] translate-all: do not allocate a guard page for code_gen_buffer
` [Qemu-devel] [PATCH v2 45/45] tcg: enable multiple TCG contexts in softmmu

[PATCH v9 00/11] introduce fail-safe PMD
 2017-07-16 20:00 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 03/11] net/failsafe: add "

[PATCH v2 0/3] Qualcomm Light Pulse Generator
 2017-07-16 19:57 UTC  (8+ messages)
` [PATCH v2 1/3] leds: core: Introduce generic pattern interface
` [PATCH v2 3/3] DT: leds: Add Qualcomm Light Pulse Generator binding

[PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-07-16 19:56 UTC  (8+ messages)

[PATCH] timer-of: handle of_irq_get() result correctly
 2017-07-16 19:55 UTC 

[PATCH v2] xfs_db: redirect printfs when metadumping to stdout
 2017-07-16 19:54 UTC 

[PATCH] arm64: defconfig: add recently added crypto drivers as modules
 2017-07-16 19:51 UTC 

[PATCH 0/9] hts221: add new features and fix power-off procedure
 2017-07-16 19:50 UTC  (7+ messages)
` [PATCH 9/9] iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()

reftable: new ref storage format
 2017-07-16 19:43 UTC  (3+ messages)

[PATCH] rebase: make resolve message clearer for inexperienced users
 2017-07-16 19:42 UTC 

ryzen X370: iommu - unusable huge groups
 2017-07-16 19:39 UTC  (5+ messages)

[linux-linus test] 111866: regressions - FAIL
 2017-07-16 19:41 UTC 

NILFS error after power loss
 2017-07-16 19:37 UTC 

[Qemu-devel] [PATCH v2 00/27] target/sh4 improvements
 2017-07-16 19:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 06/27] target/sh4: Handle user-space atomics

[PATCH for-next 1/2] IB/{core, usnic}: Add generic function to extract IB speed from netdev
 2017-07-16 19:31 UTC  (3+ messages)
  ` [PATCH for-next 1/2] IB/usnic: Implement get_netdev hook
  ` [PATCH for-next 2/2] IB/core: Add generic function to extract IB speed from netdev

[Qemu-devel] [PATCHv2 0/2] pci: allow PCI bus slots to be marked as reserved
 2017-07-16 19:22 UTC  (6+ messages)

[Qemu-devel] [PATCHv9 0/3] fw_cfg: qdev-related tidy-ups
 2017-07-16 19:12 UTC  (6+ messages)
` [Qemu-devel] [PATCHv9 3/3] fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.h

APN provisioning with connman (and duplicate profiles in MBPI)
 2017-07-16 19:10 UTC 

[PATCH] ARM: imx_v6_v7_defconfig: Enable staging video4linux drivers
 2017-07-16 18:52 UTC 

[PATCH v1] ALSA: fm801: Initialize chip after IRQ handler is registered
 2017-07-16 18:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] uclibc-ng: enable fts in default config file
 2017-07-16 18:46 UTC  (8+ messages)

[PATCH] ALSA: hda - Add hdmi id for GeForce GT 1030
 2017-07-16 18:44 UTC  (2+ messages)

[GIT PULL] SAA716x DVB driver
 2017-07-16 18:34 UTC 

lttng questions
 2017-07-16 18:28 UTC 

Build regressions/improvements in v4.13-rc1
 2017-07-16 18:28 UTC  (3+ messages)

[PATCH] Blackfin: flat: Use %x to format u32
 2017-07-16 18:26 UTC 

Drivers taking different actions depending on sleep state
 2017-07-16 18:24 UTC  (24+ messages)
` [RFC 1/2] PM / suspend: Add platform_suspend_target_state()

Getting started with adding module in b43
 2017-07-16 18:14 UTC  (2+ messages)

Metadata corruption detected at xfs_inode_buf_verify
 2017-07-16 18:01 UTC 

[PATCH] dim: Switch Link: tags to https://
 2017-07-16 18:02 UTC  (2+ messages)

[PATCH v3 0/6] Apple SPI properties
 2017-07-16 17:57 UTC  (5+ messages)
` [PATCH v3 6/6] spi: Use Apple device properties in absence of ACPI resources
` [PATCH v3 4/6] ACPI / property: Support Apple _DSM properties

[PATCH] power: supply: act8945a_charger: fix of_irq_get() error check
 2017-07-16 17:55 UTC  (2+ messages)

[PATCH 0/4] Pull Request
 2017-07-16 17:53 UTC  (5+ messages)
` [PATCH 1/4] hwclock: --epoch presence test fails
` [PATCH 2/4] hwclock: remove dead ioctl check
` [PATCH 3/4] hwclock: improve RTC epoch messages
` [PATCH 4/4] "

[Printing-architecture] OP Minutes (11 July 2017)
 2017-07-16 17:53 UTC 

Superblocks lost on all disks in array
 2017-07-16 17:53 UTC  (7+ messages)

[Buildroot] [PATCH] expat: security bump to version 2.2.2
 2017-07-16 17:41 UTC 

[Xenomai] Sensoray Model 826
 2017-07-16 17:40 UTC 

[L10N] af.po: New translation workflow
 2017-07-16 17:37 UTC 

[PATCH 0/5] arm64: dts: add rk3399 display-related nodes
 2017-07-16 17:31 UTC  (5+ messages)
` [PATCH 1/5] arm64: dts: rockchip: Add rk3399 vop and display-subsystem

[Buildroot] [PATCH] package/qt5: bump latest version to 5.9.1
 2017-07-16 17:25 UTC  (11+ messages)

[PATCH] bluetooth/smp: ensure RNG is properly seeded before ECDH use
 2017-07-16 17:22 UTC 

[Buildroot] [PATCH 0/2 v2] core/legal: support multi-version packages
 2017-07-16 17:22 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2 v2] core/legal-info: properly check hashes of license files for host packages
` [Buildroot] [PATCH 2/2 v2] core/legal-info: use hash file from version sub-dir

[PATCH] crypto/rng: ensure that the RNG is ready before using
 2017-07-16 17:22 UTC 

[PATCH] security/keys: ensure RNG is seeded before use
 2017-07-16 17:21 UTC  (3+ messages)

[PATCH] MAINTAINERS: fix alpha ordering
 2017-07-16 17:15 UTC 

gtx 650 ti boost oc random pixels problem
 2017-07-16 17:10 UTC 

handling multiple MAC instances (multiple address filters)
 2017-07-16 17:09 UTC  (6+ messages)

gtx 650 ti boost oc random pixels problem
 2017-07-16 17:03 UTC 

Hello dear
 2017-07-16 16:07 UTC 

[Qemu-devel] New Unicore32 documentation
 2017-07-16 17:01 UTC 

[Bug 101787] colours all messed up
 2017-07-16 17:00 UTC  (2+ messages)

[PATCH] kbuild: trivial cleanup on the comments
 2017-07-16 16:58 UTC  (3+ messages)
` [PATCH v2] kbuild: trivial cleanups "

[Qemu-devel] [PATCH] pci: honor PCI_COMMAND_MEMORY
 2017-07-16 16:56 UTC  (2+ messages)

[PATCH 0/2 v2] leds: tlc591xx: add missing of_node_put
 2017-07-16 16:55 UTC  (3+ messages)

[PATCH] i2c-cadence: fix repeated start in message sequence
 2017-07-16 16:47 UTC  (3+ messages)

[PATCH] Documentation: dt: chosen property for kaslr-seed
 2017-07-16 16:42 UTC  (5+ messages)

[PATCH] Staging:vc04_services:vchiq_util.c: kzalloc call changed to kcalloc
 2017-07-16 16:39 UTC 

[PATCH 3.16 000/178] 3.16.46-rc1 review
 2017-07-16 16:33 UTC  (4+ messages)

[PATCH 3.2 00/95] 3.2.91-rc1 review
 2017-07-16 16:32 UTC  (2+ messages)

[Qemu-devel] [Bug 1704658] [NEW] O_CLOEXEC not handled in dup3 system call in user mode
 2017-07-16 16:23 UTC  (4+ messages)
` [Qemu-devel] [Bug 1704658] "

stable release v2017.05.4, v2017.06.2, v2017.07.1
 2017-07-16 16:28 UTC  (2+ messages)

Which kernel do I need to use ext4 64-bit
 2017-07-16 16:26 UTC 

[Buildroot] [PATCH 1/1] libressl: add host variant
 2017-07-16 16:21 UTC 

[PATCH RFC v8] scripts/sphinx-pre-install: add a script to check Sphinx install
 2017-07-16 16:16 UTC 

[Buildroot] [PATCH v2 1/1] flip libressl and openssl dependency logic
 2017-07-16 16:13 UTC 

[Buildroot] [PATCH 1/1] flip libressl and openssl dependency logic
 2017-07-16 16:12 UTC 

[PATCH v2 0/6] Add Rockchip RGA V4l2 support
 2017-07-16 16:07 UTC  (7+ messages)
` [PATCH v2 6/6] dt-bindings: Document the Rockchip RGA bindings

[Buildroot] [PATCH v4,1/1] boinc: new package
 2017-07-16 16:07 UTC  (3+ messages)

BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists
 2017-07-16 16:06 UTC  (5+ messages)
` BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists (since 3.4 / 2012)

[PATCH] dir: support platforms that require aligned reads
 2017-07-16 16:03 UTC  (4+ messages)

[PATCH 0/8] iio: adc: ti-ads1015: fixes, cleanups, and threshold event support
 2017-07-16 16:02 UTC  (4+ messages)
` [PATCH 6/8] iio: adc: ti-ads1015: use devm_iio_triggered_buffer_setup

[Buildroot] [PATCH 1/1] flip libressl and openssl dependency logic
 2017-07-16 16:02 UTC  (3+ messages)

[PATCH 0/2] blackfin: Remove dead DSA code
 2017-07-16 16:00 UTC  (5+ messages)

[PATCH 0/2] kprobe: Fix: add symbols to kprobe blacklist
 2017-07-16 15:59 UTC  (5+ messages)

[drm/nouveau] GeForce 8600 GT boot/suspend grumbling
 2017-07-16 15:59 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2017-07-15
 2017-07-16 15:57 UTC  (2+ messages)

[RFC 0/2] PM / suspend: Add platform_suspend_target_state()
 2017-07-16 15:41 UTC  (6+ messages)
` [PATCH "
  ` [PATCH 1/2] "

[Bug 101802] Radeon HD5870: Can't get 60HZ monitor refresh rate
 2017-07-16 15:35 UTC 

[PATCH 00/19] cleanup duplicate includes
 2017-07-16 15:34 UTC  (2+ messages)

[Buildroot] [PATCH v6 1/4] infra: add support for MIPS NaN
 2017-07-16 15:32 UTC  (3+ messages)
` [Buildroot] [PATCH v6 2/4] infra: add support for MIPS32 FP mode

[PATCH 0/3] fat: fix several checkpatch warnings
 2017-07-16 15:30 UTC  (7+ messages)
` [PATCH 3/3] fat: fix quoted string splits


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.